body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}

* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

html {
	height:100%;
	background-color:#ad7a46;
}

body {
    position:relative;
    margin:0;
    padding:0;
    color:#000;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:1.5em;
	background-color:#e3e2d4;
}
body #main {
	line-height:1.6em;
}
body #main .mod_article {
	overflow:visible;
}



/* ##### Layout ##### */

#contactline {
	background-color:#ad7a46
}
#contactline .inside {
	width:1400px;
	margin:0 auto;
	padding-top:14px;
	padding-bottom:14px;
}
#contactline .inside p {
	margin:0;
	color:#fff;
	font-size:0.8em;
	text-align:right;
}
#contactline .inside a {
	color:#fff;
	text-decoration:none;
}
#contactline .telefon::before,
#contactline .smartphone::before,
#contactline .email::before {
	color:#fff;
}
#contactline .telefon a:hover,
#contactline .telefon a:focus,
#contactline .telefon a:active,
#contactline .smartphone a:hover,
#contactline .smartphone a:focus,
#contactline .smartphone a:active{
	cursor:text;
}
#contactline .telefon {
	padding-right:14px;
}
#contactline .smartphone {
	padding-left:22px;
	padding-right:14px;
}
#contactline .email {
	padding-left:24px;
}

#headerbild .inside {
	width:100%;
}
#headerbild img {
	display:block;
	width:100%;
	height:auto;
}
#logo {
	position:relative;
	float:left;
	width:210px;
	top:-90px;
	left:-10px;
	z-index:99;
}
#logo img {
	width:100%;
	height:auto;
}
#logo img,
#logo a {
	display:block;
}
.logo_schriftzug {
	position:relative;
	float:left;
	left:-10px;
}
.logo_schriftzug p {
	margin-top:23px;
	margin-bottom:0;
	font-family: 'Source Serif 4', serif;
	font-weight:500;
	font-style:normal;
	font-size:2.0em;
	line-height:1.2em;
}
.logo_schriftzug .hellbraun {
	font-size:2.4em;
}

#header {
    position:relative;
	padding-bottom:15px;
	background-color:#fff;
}

#header .ce_image img {
	display:block;
}

#header .mod_article {
    clear:both;
}

#wrapper {
    position:relative;
	width:1400px;
	margin:0 auto;
	margin-bottom:-40px;
	padding:60px 60px 80px 60px;
	background-color:#fff;
	z-index:9;
	box-shadow:0px 14px 24px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 14px 24px 3px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 14px 24px 3px rgba(0,0,0,0.15);
}
body.danke #wrapper {
	min-height:900px;
}
#main {
	padding-top:20px;
}

#footer {
	position:relative;
	width:100%;
	background-color:#ad7a46;
	z-index:5;
}
#footer .inside {
	width:1400px;
	margin:0 auto;
	padding:60px 60px 40px 60px;
}
#footer h4,
#footer p,
#footer a {
	color:#fff;
}
#footer h4 {
	margin-bottom:16px;
}
#footer p {
	font-size:0.9em;
	margin-bottom:0;
}
#footer figure img {
	width:180px;
	height:auto;
	margin-right:24px;
	background-color:#e3e2d4;
	border:5px solid #e3e2d4;
	border-radius:50%;
}
#footer figcaption {
	padding-right:24px;
	color:#fff;
	font-size:0.7em;
	line-height:1.3em;
	font-style:italic;
	text-align:center;
}
#footer .content-text:nth-of-type(1) {
	width:570px;
	float:left;
}
#footer .content-text:nth-of-type(2) {
	width:270px;
	padding-right:0;
	float:left;
}
#footer a {
	color:#fff;
	font-weight:300;
	text-decoration:none;
	border-bottom:1px solid #ad7a46;
	transition:all 0.3s ease;
}
#footer a:hover,
#footer a:focus,
#footer a:active {
	color:#fff;
	font-weight:300;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

.clear {
	clear:both;
}
#credits {
	background-color:#000;
}
#credits .inside {
	width:1400px;
	margin:0 auto;
	padding-left:60px;
	padding-right:60px;
}
#credits p {
	font-size:0.8em;
	color:#fff;
}
#credits a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #000;
	transition:all 0.3s ease;
}
#credits a:hover,
#credits a:focus,
#credits a:active {
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#credits p:first-of-type {
	float:left;
	padding-right:14px;
}
#credits p:last-of-type {
	float:right;
	padding-left:14px;
}

.grafik_dach {
	position:absolute;
	width:180px;
	top:-90px;
	right:96px;
	z-index:999;
}



/* ###### Typografie ##### */

h1, h2, h3, h4 {
	font-family: 'Source Serif 4', serif;
	font-weight:500;
	font-style:normal;
}

h1 {
	margin-top:0;
    margin-bottom:24px;
	padding-top:4px;
    color:#222;
    font-size:34px;
	line-height:1.0em;
	text-align:center;
    text-transform:uppercase;
	letter-spacing:0.03em;
}

h2 {
    margin-top:32px;
    margin-bottom:26px;
    color:#222;
    font-size:30px;
	line-height:1.1em;
}
h2.plakat,
.plakat h2 {
	display:inline-block;
	margin-top:54px;
	color:#fff;
	font-size:30px;
	line-height:1.0em;
	background-color:#ad7a46;
	padding:20px 60px;
	margin-left:-80px;
}
h2.bigger,
.bigger h2 {
	font-size:2.0em;
}

h3 {
    margin-top:26px;
    margin-bottom:16px;
    color:#222;
    font-size:25px;
}

h4 {
	font-weight:400;
	font-size:22px;
}

h5 {
	margin-bottom:12px;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
}
h4, h5, h6 {
    margin-bottom:0;
    color:#222;
}

.center {
	text-align:center;
}

#main ul {
    list-style-type:disc;
    margin:9px 0 18px 9px;
    padding:0 0 0 28px;
}

#main ol {
    list-style-type:decimal;
    margin:9px 0 18px 9px;
    padding:0 0 0 18px;
}

#main ol li {
    margin-bottom:0;
    padding-left:18px;
    line-height:18px;
}

#main ul li {
    margin-bottom:0;
    padding-left:0;
}
.warning {
	color:#d51d00;
}
.hellbraun {
	color:#ad7a46;
}
.bold, b, strong {
	font-weight:600;
}

.kursiv, i, em {
	font-style:italic;
}

.small {
    font-size:0.8em;
}

.nomargin {
    margin:-9px 0 0;
}

.nowrap {
    white-space:nowrap;
}

.caption {
	padding-bottom:4px;
    font-size:14px;
	line-height:1.1em;
	color:#444;
}



/* ##### Links ##### */

#main a {
	color:#ad7a46;
	font-weight:500;
	text-decoration:none;
	border-bottom:1px solid #fff;
	transition:all 0.3s ease;
}
#main a:hover,
#main a:focus,
#main a:active {
	color:#ad7a46;
	font-weight:500;
	text-decoration:none;
	border-bottom:1px solid #ad7a46;
}
#main figure a,
#main figure a:hover,
#main figure a:focus,
#main figure a:active {
	border-bottom:none;
}
#main a[href^="tel:"],
#main a[href^="tel:"]:hover,
#main a[href^="tel:"]:focus,
#main a[href^="tel:"]:active {
	color:#000;
	font-weight:300;
	cursor:text;
	border-bottom:none;
	text-decoration:none;
}
#footer a[href^="tel:"],
#footer a[href^="tel:"]:hover,
#footer a[href^="tel:"]:focus,
#footer a[href^="tel:"]:active {
	font-weight:300;
	cursor:text;
	border-bottom:none;
	text-decoration:none;
}
a:focus, a:active {
    outline:none;
}


/* ##### Listen ##### */

#main ul li,
#main ol li {
	margin-bottom:8px;
	line-height:1.6em;
}
#main ul li:last-child,
#main ol li:last-child {
	margin-bottom:0;
}


/* ##### Icons ##### */

.adresse, .telefon, .smartphone, .email, .website {
	position:relative;
	padding-left:28px;
}
.adresse::before,
.telefon::before,
.smartphone::before,
.email::before,
.website::before {
	position:absolute;
	font-family:FontAwesome;
	font-weight:normal;
	color:#003060;
}
.telefon {
	padding-right:24px;
}
#footer .adresse::before,
#footer .telefon::before,
#footer .smartphone::before,
#footer .email::before,
#footer .website::before {
	color:#e3e2d4;
}
.adresse::before {
	top:-5px;
	left:2px;
	font-size:26px;
	content:'\f041';
}
.telefon::before {
	top:-5px;
	left:2px;
	font-size:24px;
	content:'\f095';
}
.smartphone::before {
	top:-5px;
	left:4px;
	font-size:1.7em;
	content:'\f10b';
}
.email::before {
	top:-5px;
	left:2px;
	content:'\f0e0';
}
.website::before {
	top:-2px;
	left:1px;
	font-size:20px;
	content:'\f0ac';
}



/* ##### Bilder ##### */

#main .content-text figure {
	width:600px;
	padding-top:26px;
    padding-left:40px;
}



/* ##### Slider ##### */

.swiper-pagination-bullet-active {
	background:#ad7a46;
}
.swiper-button-next,
.swiper-button-prev {
	color:#fff;
}



/* ##### WhatsApp-Icon ##### */

.whatsapp a {
	position:relative;
	padding-left:34px;
}
.whatsapp a:before {
	position:absolute;
	top:3px;
	left:4px;
	font-family:FontAwesome;
	content:'\f232';
	font-size:1.2em;
	color:#25d366;
}



/* ##### Formularfelder und Buttons ##### */

*:focus {
	outline:none;
}

button {
	font-family: 'Roboto', sans-serif;
}
button.submit,
#main .link_button p a {
	display:inline-block;
	padding:10px 24px 10px 24px;
	color:#fff;
	font-family: 'Source Serif 4', serif;
	font-weight:600;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#ad7a46;
	border:none;
	transition:all 0.3s ease;
}
button.submit {
	font-size:24px;
	letter-spacing:0.03em;
}
button.submit:hover,
button.submit:focus,
button.submit:active,
#main .link_button p a:hover,
#main .link_button p a:focus,
#main .link_button p a:active {
	cursor:pointer;
	color:#fff;
	background-color:#000;
	border:none;
}

.formbody input.text,
.formbody .select,
.textarea {
	width:100%;
	padding:10px 14px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#333;
	background-color:#e3e2d4;
	border:none;
	border-radius:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.formbody .widget {
	margin-bottom:12px;
}
.formbody span.mandatory {
	padding-left:3px;
	color:#b70000;
	font-weight:600;
}
.formbody .widget-explanation {
	font-size:0.9em;
}
.formbody .checkbox_container {
	border:none;
	margin:0;
	padding:0;
}



/* ##### Navigation: Main ##### */

.mod_navigation {
	margin:0 auto;
	overflow:visible;
	background-color:#003060;
}
.mod_navigation ul.level_1 {
	width:100%;
	margin:0;
	padding:0;
	font-size:22px;
	font-family: 'PT Serif', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.05em;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
}

.mod_navigation ul.level_1 > li {
	position:relative;
	list-style-type:none;
}
.mod_navigation ul.level_1 > li.active strong {
	font-weight:400;
	color:#003060;
	background-color:#efefef;
}
.mod_navigation ul li a,
.mod_navigation ul li strong {
	display:block;
	padding:16px 24px;
	color:#fff;
	text-decoration:none;
	transition:all 0.3s ease-in-out;
}
.mod_navigation ul li a:hover,
.mod_navigation ul li a:focus,
.mod_navigation ul li a:active {
	text-decoration:none;
	color:#003060;
	background-color:#efefef;
}



@media (max-width:1420px) {

	#wrapper,
	#contactline .inside,
	#footer .inside,
	#credits .inside {
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
	#wrapper {
		padding-bottom:30px;
	}

	#container {
		padding-bottom:60px;
	}

	#footer {
		padding-top:10px;
		background-color:#ad7a46;
	}
	#footer .mod_customnav {
		right:20px;
	}
	.grafik_dach {
		right:54px;
	}
	h2.plakat, .plakat h2 {
		margin-left:-20px;
	}

}



@media screen and (max-width: 1099px) {

	#footer .content-text,
	#footer .content-text.first {
		width:100%;
		float:none;
	}
	#footer .content-text.first {
		margin-top:40px;
	}

	.grafik_dach {
		width:150px;
		top:-74px;
		right:62px;
	}

}



@media screen and (max-width: 900px) {

	#footer .content-text:nth-of-type(1) {
		width:480px;
	}

}



@media screen and (max-width: 756px) {

	#logo {
		width:160px;
	}
	.logo_schriftzug {
		top:-2px;
	}
	.logo_schriftzug p {
		margin-top:0;
		font-size:1.5em;
	}

	#main .content-text figure {
		width:100%;
		padding-left:0;
	}

	#footer .content-text:nth-of-type(2) {
		padding-top:20px;
	}
}



@media screen and (max-width: 600px) {

	.grafik_dach {
		right:20px;
	}

}



@media screen and (max-width: 560px) {

	#contactline .smartphone {
		padding-right:0;
	}

	#logo {
		width:130px;
	}
	.logo_schriftzug {
		top:-13px;
	}
	.logo_schriftzug p {
		font-size:1.1em;
	}

	#wrapper,
	#footer .inside {
		padding-left:14px;
		padding-right:14px;
	}

	#footer .content-text:nth-of-type(1) {
		width:100%;
		padding-right:0;
		float:none;
	}
	#footer .content-text:nth-of-type(2) {
		width:100%;
		padding-right:0;
		float:none;
	}

	h2 .plakat, .plakat h2 {
		padding:20px 30px;
	}

	.swiper-button-next, .swiper-button-prev {
	  & ::slotted(svg), & svg {
	    height: 70%;
	    width: 70%;
	  }
	}

}

	

@media screen and (max-width: 480px) {

	h1 {
		font-size:26px;
	}

	#container {
		background-color:#fff;
		padding-bottom:80px;
	}

	#footer {
		position:relative;
		bottom:0;
		display:block;
		height:auto;
		clear:both;
	}
	
}
