@charset "UTF-8";


/* Baiseinstellungen */


body {
	background-color: #cccccc;
}
* {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.floating {
	float: left;
}
.clearing-both {
	clear: both;
}
.responsive {
  width: 100%;
  height: auto;
}
.zentriert {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


/* fontstyles */

h1 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #D1C19C;
	line-height: 1;
	font-size: 25pt;
}
h2 {
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #274258;
	line-height: 1;
	font-size: 22pt;
}
.abstand {
	margin-bottom: 1100px;
}
h3 {
	font-family: acumin-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #D1C19C;
	line-height: 1;
	font-size: 17pt;
	margin-bottom: 25px;
}
h4 {
	width: 100%;
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #D1C19C;
	line-height: 1;
	font-size: 10pt;
	padding-bottom: 35px;
}
h5 {
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #274258;
	line-height: 1.5;
	font-size: 10pt;
	padding-bottom: 35px;
}
p {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #274258;
	line-height: 1.5;
	font-size: 10pt;
	padding-bottom: 20px;
}


/* Startseite Layout */

.header {
	width: 100%;
	max-width: 1400px;
	position: fixed;
	top: 0;
	z-index: 10;
	background-color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
}
.header ul {
	width: 100%;
	max-width: 1400px;
	height: 30px;
	margin: 0 auto;
}
.header li {
	list-style-position: inside;
	list-style-type: none;
	width: calc(100%/3);
	float: left;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	font-size: 9pt;
}
.header li a {
	background-color: #274258;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
.header li a:hover {color: #274258;
	background-color: #D1C19C;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	margin-top: 140px;
	width: 100%;
	max-width: 1400px;
	z-index: 1;
	background-color: #ffffff}
.logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5%;
	margin-bottom: 2.5%;
	width: 100%;
	max-width: 350px;
}
.logo:hover {
	cursor: pointer;
}
.icon {
	margin-left: auto;
	margin-right: auto;
	max-width: 130px;
	margin-top: 25px;
}
.main-content {
	padding-left: 25px;
	padding-right: 25px;
	-moz-column-count: 3;
	-moz-column-gap: 50px;
	-moz-column-rule: thin solid #cccccc;
	-webkit-column-count: 3;
	-webkit-column-gap: 50px;
	-webkit-column-rule: thin solid #cccccc;
	column-count: 3;
	column-gap: 50px;
	column-rule: thin solid #cccccc;
}
.main-content li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 10px;
	color: #274258;
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 10pt;
}
.bt-buchen1 {
	width: 100%;
	float: left;
	position: relative;
	display: block;
	vertical-align: bottom;
	margin-left: 0%;
	margin-right: 2%;
}
.bt-buchen2 {
	width: 100%;
	float: left;
	position: relative;
	display: block;
	vertical-align: bottom;
	margin-left: 0.5%;
	margin-right: 1.5%;
}
.bt-buchen3 {
	width: 100%;
	float: left;
	position: relative;
	display: block;
	vertical-align: bottom;
	margin-left: 1%;
	margin-right: 2%;
}
.bt-buchen1 a, .bt-buchen2 a, .bt-buchen3 a {
	background-color: #D1C19C;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #274258;
	text-decoration: none;
	z-index: 70;
	font-size: 11pt;
	margin-top: 10px;
	margin-bottom: 25px;
}
.bt-buchen1 a:hover, .bt-buchen2 a:hover, .bt-buchen3 a:hover {
	background-color: #274258;
	color: #ffffff;
}
.footer {
	position: fixed;
	bottom: 0%;
	width: 100%;
	height: 30px;
	background-color: #274258;
}
.footer ul {
	width: 210px;
	margin: 0 auto;
}
.footer li {
	float: left;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	color: #ffffff;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 9pt;
}
.footer li a {
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
.footer li a:hover {
	color: #D1C19C;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-decoration: underline;
}


/* Fotoslider ohne js */

.sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
}
 
.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
 
.cssSlider {
    overflow-x: hidden;
	margin-bottom: 50px;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 500%;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements > li {
    float: left;
    width: 20%;
    position: relative;
}
#slide02:checked ~ .sliderElements {
    left: -100%;
}
#slide03:checked ~ .sliderElements {
    left: -200%;
}
#slide04:checked ~ .sliderElements {
    left: -300%;
}
#slide05:checked ~ .sliderElements {
    left: -400%;
}
 
/* Bilder responsive */
.sliderElements img {
    width: 100%;
    height: auto;
}
 
 
/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
    text-align: center;
	position: relative;
	top: -50px;
}
 
/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
}
 
/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls label {
	width: 10px;
	height: 10px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	background: #ffffff;
	color: #ffffff;
	border: thin solid #274258;
}
 
/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"],
#slide05:checked ~ .sliderControls label[for="slide05"] {
    background: #274258;
    color: #274258;
	border: thin solid #ffffff;
}
#map-iframe {
	border-style: none;
	border-width: 0px;

}

/* Colorbox Overlay CSS Design*/

.overlay {
	width: 850px;
}
.overlay h1 {
	color: #274258;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	font-size: 1.25em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 25px;
}
.overlay h2 {
	color: #d1c19c;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.05em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
	margin-bottom: 0px;
}
.overlay h3 {
	color: #274258;
	font-family: acumin-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.95em;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.overlay p {
	color: #274258;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 17.5px;
	font-size: 0.85em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.overlay li {
	color: #274258;
	list-style-type: none;
	list-style-position: inside;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: -10px;
	font-size: 0.85em;
	padding-left: 15px;
	padding-right: 15px;
}
.overlay a {
	color: #d1c19c;
	font-family: acumin-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.85em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	text-decoration: none;
}
.overlay a:hover {
	color: #274258;
	text-decoration: underline;
}


/* breakpoints */

@media screen and (max-width: 700px) {
	.wrapper {
		margin-top: 178px;;
	}
	.header li {
		width: 100%;
	}
	.header li a {
		margin-top: 1px;
	}
}

@media screen and (max-width: 900px) {
	h2 {
		font-family: acumin-pro-condensed, sans-serif;
		font-weight: 700;
		font-style: normal;
		color: #274258;
		line-height: 1;
		font-size: 22pt;
		margin-bottom: 75px;
	}
	.main-content {
		-moz-column-count: 2;
		-moz-column-gap: 75px;
		-moz-column-rule: thin solid #cccccc;
		-webkit-column-count: 2;
		-webkit-column-gap: 75px;
		-webkit-column-rule: thin solid #cccccc;
		column-count: 2;
		column-gap: 75px;
		column-rule: thin solid #cccccc;
	}
	.overlay {
		width: 500px;
	}
}

@media screen and (max-width: 600px) {
	h2 {
		font-family: acumin-pro-condensed, sans-serif;
		font-weight: 700;
		font-style: normal;
		color: #274258;
		line-height: 1;
		font-size: 22pt;
		margin-bottom: 75px;
	}
	.main-content {
		-moz-column-count: 1;
		-moz-column-gap: 75px;
		-moz-column-rule: thin solid #cccccc;
		-webkit-column-count: 1;
		-webkit-column-gap: 75px;
		-webkit-column-rule: thin solid #cccccc;
		column-count: 1;
		column-gap: 75px;
		column-rule: thin solid #cccccc;
	}
	.overlay {
		width: 300px;
	}
}
