/*
	Theme Name: HTML5 Blank - Haefeler Hau LP
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#111;
	font-family: "figtree", sans-serif;
font-weight: 300;
font-style: normal;
	background-color: #fff;	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#262930;
	text-decoration:none;
}
a:hover {
	color:#262930;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0 !important;
	border: none !important;
}

.fancybox__backdrop {
	background-color: rgba(0,0,0,0.8) !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5;
}

.wrapper ul {
	padding-left: 1em;
	margin: 0;
	list-style: square;
}

.wrapper ul li {
	padding-bottom: 0.5em;
}

/* header */
.header {
	display: block;
	overflow: hidden;
		z-index: 5;
	position: relative;
}


.logo_wrapper {
	position: absolute;
	/*overflow: hidden;
	background-color: #fff;*/
	display: flex;
	justify-content: center; 
	align-items: center;
	width: 30vmin;
	height: 30vmin;
	top: 5vmin;
	padding: 3vmin;
	left:  50%;
	transform: translateX(-50%);
	z-index: 3;
	background-color: #fff;
	/* border: 10px solid #fff;*/
	border-radius: 12em;
}

.home .logo_wrapper {
	top: 10vmin;
	width: 35vmin;
	height: 35vmin;
	left: 25vmin;
	padding: 5vmin;
	border: 10px solid #B37D70;
}

.logo_wrapper a {
	display: contents;
}





.lp_logo {
	position: relative;
	height: auto;
	width: 100%;
	z-index: 2;
	max-width: none;
	/*filter: brightness(0) invert(1);*/
}



.intro_arrow {
	border: 10px solid #fff;
	border-radius: 100%;
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 3vmin;
	left: 50%;
	margin-left: -35px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	background-color: #7C243B;
	z-index: 3;
	cursor: pointer;
}

.intro_arrow:hover {
	background-color: #fff;
	border-color: #fff;
}

.intro_arrow span {
	display: inline-block;
	width: 40%;
	height: 40%;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: rgba(255,255,255,0);
	transform: rotate(-45deg) translateY(-15%) translateX(15%);
	transition: all 0.5s;
}

.intro_arrow:hover span {
	border-left: 3px solid #7C243B;
	border-bottom: 3px solid #7C243B;
}

.intro_wrapper {
	height: 70vmin;
	display: flex;
	background-color: #7C243B;
}

.home .intro_wrapper {
	height: 100vh;
}

.main_lp_content {
	position: relative;
}

.struc_wrapper {
	position: relative;
}

.bg_struc1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 50em;
	height: auto;
	transform: translateX(0vw) translateY(-16em);
	opacity: 0.2;
	pointer-events: none;
}

.bg_struc1 img {
	width: 100%;
	height: auto;
}


.intro_img {
	width: 100%;
	position: relative;
	height: 100%;
	
}

.home .intro_img {
	padding-left: 30vmin;
}

.intro_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.home .intro_img img {
	object-position: center 66%;
}

.home .intro_img_left img, .home .intro_img_right img {
	object-position: center center;
}

.intro_img_left {
	border-right: 5px solid #fff;
}

.intro_img_right {
	border-left: 5px solid #fff;
}


.header_inner {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 5vmin;
	justify-content: space-between;
	height: auto;
	width: 100%;
	align-items: center;
}



/* logo */


/* nav */
.nav {
	width: 100%;
	text-align: center;
	background-color: #fff;
	display: none !important;
}

.nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	justify-content: center;
}

.nav ul li a {
	padding: 0.8em 1em;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1;
	font-size: 18px;
}

.nav ul li a:hover {
	color: #636A7C;
}

.current_page_item a {
	background-color: #262930 !important;
	color: #fff !important;
}




.menu_ico_ct {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	padding: 0px;
	z-index: 10;
	transition: all 0.5s;
	display: none;
}

.menuopen .menu_ico_ct {
	background-color: rgba(255,255,255,0);
}



.menu_icon {
	position: relative;
	width: 40px;
	display: flex;
	flex-direction: column;
	height: 40px;
}

.menu_icon_line {
	width: 100%;
	height: 4px;
	background-color: #262930;
	opacity: 1;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	transition: all 0.5s;
}

.menuopen .menu_icon_line {
	background-color: #262930;
}

.menu_ico_ct:hover .menu_icon_line {
	background-color: #262930;
}

.menu_icon .line1 {
	top: 5px;
}

.menu_icon .line2 {
	top: 15px;
}

.menu_icon .line3 {
	top: 25px;
}

.menuopen .menu_icon .line1 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	top: 50%;
}

.menuopen .menu_icon .line2 {
	opacity: 0;
}

.menuopen .menu_icon .line3 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	top: 50%;
}


/* sidebar */
.sidebar {

}
/* footer */
#footer_ct {
	width: 100%;
	height: auto;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 2em 0;
	color: #fff;
	/*
 background: rgb(33,83,115);
background: -moz-radial-gradient(circle, rgba(33,83,115,1) 0%, rgba(20,42,56,1) 100%);
background: -webkit-radial-gradient(circle, rgba(33,83,115,1) 0%, rgba(20,42,56,1) 100%);
background: radial-gradient(circle, rgba(33,83,115,1) 0%, rgba(20,42,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#215373",endColorstr="#142a38",GradientType=1); 
	*/
	background-color: #7C243B;
}

#footer_ct .subline_inner {
	text-align: center;
	padding: 0.5em 0;
}

#footer_ct a {
	color: #fff;
}

#footer_ct a:hover {
	border-bottom: 1px dotted;
}

.footer_trn {
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: rgba(255,255,255,0.5);
	margin: 0 1.5em;
}

main section {
	padding-top: 3em;
	overflow: hidden;
	position: relative;
}


main article .img_break {
	width: 100%;
	max-width: 100%;
	background-color: #f4f4f4;
}

main article .img_break img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}


.still_break {
	width: 100%;
	max-width: none;
}

.still_break .wp-block-image img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 50vw;
}



/*------------------------------------*\
    LAYOUT
\*------------------------------------*/



main {
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 6;
	position: relative;
/*	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);*/
}

.home main {
	padding-top: 0;
}

main article > * {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

.bullet_list {
	padding: 0;
	list-style: none;
}

.bullet_list li {
	margin: 0.7em 0;
	padding-left: 1.2em;
	position: relative;
}

.bullet_list li::before {
	content: "";
	position: absolute;
	width: 0.7em;
	height: 0.7em;
	background-color: #262930;
	left: 0;
	top: 0.4em;
	-webkit-border-radius: 3px;
border-radius: 3px;
}

.page_banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 50vw;
	display: none;
}

#map_rw {
	height: 70vh;
}

.wp-block-image img {
	height: auto;
}

/* Kontaktformular */

.wpcf7-form p {
	display: contents;
}

.wpcf7-text, .wpcf7-textarea, .cfrow {
	width: 100%;
	border: none;
	margin: 0.5em 0;
	padding: 0.5em 0.25em;
	outline: none !important;
	font-family: "figtree", sans-serif;
	font-weight: 300;
	/*letter-spacing: 0.05em;*/
	border-bottom: 1px solid rgba(0,0,0,0.3);
	background-color: transparent;
}

.wpcf7-textarea {
	height: 8em;	
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
	border-bottom: 1px solid rgba(0,0,0,1) !important;
}

.wpcf7-list-item {
	margin: 0 1em 0 0;
}

.wpcf7-list-item-label::before {
	content: "";
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: -0.1em;
}

.wpcf7-list-item input[type="checkbox"], .wpcf7-list-item input[type="radio"] {
	display: none;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::before, input[type="radio"]:checked + .wpcf7-list-item-label::before {
	background-image: url(/wp-content/themes/html5blank-bermuda/img/ico_check.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

[data-name='Interesse_Whggr'] .wpcf7-form-control {
	display: flex;
	flex-direction: column;
	line-height: 1.8;
	padding: 0.5em 0;
}

.msdrop .wpcf7-select {
	width: 100%;
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	border: none;
	background-color: rgba(0,0,0,0.05);
	padding: 0.5em;
}

.msdrop .wpcf7-form-control-wrap::after {
	 content: "";
    justify-self: end;
    width: 0.8em;
    height: 0.5em;
    background-color: #333;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	position: absolute;
	top: 0.25em;
	right: 0.5em;
	pointer-events: none;
}



.wpcf7-not-valid-tip {
	font-size: 0.8em;
	margin-top: -0.4em;
}

.cf_send {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.pf_txt {
	font-size: 0.8em;
	order: 1;
}

.wpcf7-submit {
	border: 2px solid #7C243B;
	background-color: #fff;
	color: #7C243B;
	padding: 0.75em 1.5em 0.5em 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 600;
	order: 4;
	margin-top: 1em;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
	background-color: #7C243B;
	border: 2px solid #7C243B !important;
	color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background-color: #5A8375;
	color: #fff;
	font-weight: bold;
	padding: 1em;
}

.ajax-loader {
	order: 2;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
}

.interesse_ct .wpcf7-checkbox, .interesse_ct .wpcf7-radio {
	display: flex;
	flex-direction: column;
}

.interesse_ct .wpcf7-checkbox .wpcf7-list-item, .interesse_ct .wpcf7-radio .wpcf7-list-item {
	margin: 0.2em 0;
}


.hinweis_ds {
	font-size: 0.8em;
	font-weight: 300;
}

.hinweis_ds a {
	text-decoration: underline;
}


/*------------------------------------*\
    PAGES
\*------------------------------------*/

.header_wrapper {
	
}

/* Home */

.slick-dotted.slick-slider {
	margin-bottom: 0;
}




.col_left, .col_right {
	width: 45%;
}


.ah_sym3 {
	filter: brightness(0) invert(1);
	position: absolute;
	height: 30em;
	width: auto;
	right: 10vw;
	z-index: -1;
	pointer-events: none;
}

.ah_sym4 {
	filter: brightness(0) invert(1);
	position: absolute;
	height: 10em;
	width: auto;
	left: 2vw;
	z-index: -1;
	pointer-events: none;
}

.ah_sym5 {
	filter: brightness(0) invert(1);
	position: absolute;
	height: 40em;
	width: auto;
	right: 1vw;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
}


.header_home img {
	height: 100%;
	width: auto;
}

.content_home {
	text-align: center;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: 0.04em;
}

.content_home strong {
	text-transform: uppercase;
}

.teaser_ct {
	position: absolute;
	width: 8em;
	height: 8em;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0em;
	-moz-transform: rotate(10deg);
-webkit-transform: rotate(10deg);
-o-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
	top: 50px;
	right: 5vw;
	 background: #f2f2f2;
	-webkit-border-radius: 100%;
border-radius: 100%;
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	align-items: center;
	line-height: normal;
	color: #30454a;
	z-index: 3;
}

.teaser_ct span {
	display: inline-block;
	margin: 0.2em 0;
}

.homex .btn_box_wrapper {
	display: flex;
	justify-content: center;
}

.homex .btn_box {
	display: flex;
	margin: 40px 20px;
	color: #fff;
	width: 360px;
	height: 90px;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	text-transform: uppercase;
	transition: all 0.5s;
}

.homex .btn_box:hover {
	background-color: #fff;
	color: #394050;
}

/* Lage */


.dist_tab {
	margin-bottom: 2em;
}

.dist_tab th {
	font-family: "Font Awesome 5 Free";
	font-size: 1.6em;
	/*text-align: left;*/
}

.dist_tab td {
	padding: 0.25em 0;
	border-top: 1px solid rgba(38, 41, 48, 0.5);
}

.teaser_text {
	font-size: 1.2em;
}


/* Angebot */


.ang_head {
	position: sticky;
	top: 110px;
	background-color: #fff;
	z-index: 3;
}

#iso_ct {
	text-align: center;
	height: 300px;
}

#iso_ct svg {
	height: 100%;
	width: auto;
}


.whg_row, .row_head, .whg_sub {
	display: flex;
	width: 100%;
	border-bottom: 1px solid rgba(38,41,48,0.4);
}

.row_head {
	font-weight: 600;
}

.whg_row:hover .whg_col {
	background-color: rgba(38,41,48,0.05);
}

.whg_col {
	padding: 0.25em 0;
	text-align: center;
}

.whg_col.col1 { width: 10%; }
.whg_col.col2 { width: 10%; }
.whg_col.col3 { width: 10%; }
.whg_col.col4 { width: 10%; text-align: right; }
.whg_col.col5 { width: 20%; text-align: right; }
.whg_col.col6 { width: 10%; text-align: right; }
.whg_col.col7 { width: 10%; }
.whg_col.col8 { width: 10%; text-align: right; }
.whg_col.col9 { width: 10%; }


.whg_col.col9 img {
	height: 1.4em;
	width: auto;
	opacity: 0.7;
	transform: scale(1);
}

.whg_col.col9 img:hover {
	opacity: 1;
	transform: scale(1.2);
}



.ang_sublist {
	padding-top: 3em;
}

.whg_sub .whg_col.col1 {
	width: 20%;
	text-align: left;
}

.ang_sub_info {
	font-size: 0.9em;
	padding-top: 2em;
}


#w9901, #w9902, #w9903, #w1, #w2, #w3, #w101, #w102, #w103, #w201, #w202, #w203, #w301, #w302, #w303 {
	opacity: 0;
}

.w9901 #w9901, .w9902 #w9902, .w9903 #w9903, .w1 #w1, .w2 #w2, .w3 #w3, .w101 #w101, .w102 #w102, .w103 #w103, .w201 #w201, .w202 #w202, .w203 #w203, .w301 #w301, .w302 #w302, .w303 #w303 {
	opacity: 1;
}








/* DOWNLOADS */

.download_wrapper .wp-block-group__inner-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.download_wrapper figure {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 4em;
}

.download_wrapper figcaption {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.download_wrapper  img {
	width: auto;
	max-width: unset;
	height: 300px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	transform: scale(1);
	transition: all 0.5s;
}

.download_wrapper img:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}



.infobox_logis {
	padding: 1em;
}

.kontakt_col .infobox_logis img {
	width: 100%;
	max-width: none;
	height: auto;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/* slick */

.slick_ct {
	position: relative;

}

.slider_box {
	display: flex;
	justify-content: center;
}

.sld_break {
	/*padding-left: calc((100% - 1200px) / 2);
	padding-right: calc((100% - 1200px) / 2);*/
}

#slick_slider1 {
	width: 100%;
	max-width: 1200px;
	/*padding: 4em 0;
	overflow: hidden;*/
	margin-top: -180px;
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
	
}

.slick-wrapper {
	overflow: hidden;
}

.slick-list {
	overflow: visible;
}

.slick-dots {
	transform: translateY(-140%);
}

.slick-dots li button::before {
	content: '' !important;
	background-color: rgba(255,255,255,1);
	-webkit-border-radius: 50px;
border-radius: 50px;
	width: 14px !important;
	height: 14px !important;
}



.slick_item {
	height: 640px;
	width: 1200px;
	max-width: 100%;
	
	position: relative;
	/*border-left: 5px solid #fff;
	border-right: 5px solid #fff;*/
	
}



.slick_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*mix-blend-mode: multiply;*/
	transition: all 0.5s;
	background-color: rgba(136,0,16,0);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.4);*/
	display: inline-block;
	transition: all 0.5s;
	/*opacity: 0.5;
	transform: scale(1);
	pointer-events: none;*/
}

.slick-current .slick_item a {
	/*opacity: 1;
	transform: scale(1.15);
	z-index: 5;
	pointer-events: auto;*/
}

.slick_item a:hover {
	
}






.slick_nav {
	width: 60px;
	height: 60px;
	border: 1px solid rgba(0,0,0,0);
	-webkit-border-radius: 100px;
border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	background-color: #30454a;
	margin-top: -30px;
	position: absolute;
	cursor: pointer;
	z-index: 5;
	transition: all 0.5s;
}

.slick_nal {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
	transition: all 0.5s;
}

.slick_nav:hover .slick_nal {
	border-right: 5px solid #30454a;
	border-bottom: 5px solid #30454a;
}

.slick_nav:hover {
	/*border: 1px solid rgb(50,134,160);*/
	background-color: #fff;
}

.slick_prev {
	left: -100px;
}

.slick_next {
	right: -100px;
}


.slick_next .slick_nal {
		-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	margin-right: 6px;
}

.slick_prev .slick_nal {	
	-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
	margin-left: 6px;
}














.kontakt_col {
	font-size: 0.9em;
}

.kontakt_col img {
	max-width: 240px;
	height: auto;
	margin: 10px 0;
}

.pano_frame {
	width: 100%;
	padding-top: 60%;
	position: relative;
}

.pano_frame::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: url(/wp-content/themes/html5blank-bermuda/img/bm_ico_pano.svg);
	background-size: 20% auto;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5;
	opacity: 1;
	transition: all 0.5s;
}

.pano_frame:hover::before {
	opacity: 0;
}


.pano_frame iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pano_fs {
	position: absolute;
	z-index: 4;
	opacity: 0.7;
	color: #fff;
	font-size: 1.4em;
	bottom: 0.7em; 
	right: 1em;
}

.pano_fs:hover {
	opacity: 1;
}

.pano_fs a {
	color: #fff;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h2 {
	font-size: 2.4em;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.2;
	color: #7C243B;
	opacity: 0.8;
	margin: 0;
	padding: 0;
	padding-bottom: 0.2em;
}

h3 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
	color: #7C243B;
	padding-bottom: 0.5em;
	line-height: 1.3;
}

h4 {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
	line-height: 1.3;
	color: #7C243B;
}

.para_teaser {
	font-weight: 500;
	font-size: 1.2em;
	color: #7C243B;
}

.txt_blau {
	color: #62A8B0;
}



.projektankuendigung nav, .impressum nav, .disclaimer nav {
	display: none !important;
}



.impressum .teaser_ct, .disclaimer .teaser_ct {
	display: none;
}

.intro_col_left em {
	font-style: normal;
	white-space: nowrap;
	margin-bottom: 0.5em;
		display: inline-block;
}

.datenschutz h4 {
	padding-top: 2em;
}

.datenschutz article ul {
	margin: auto;
}


.logo_fav_kontakt {
	position: absolute;
	width: 14em;
	height: auto;
	bottom: 3em;
	right: 5vw;
}


.etw_link_wrapper {
	position: absolute;
	top: 5vw;
	right: 5vw;
	z-index: 5;
}

.etw_link_wrapper a {
	font-weight: 600;
	font-size: 1.1em;
	padding: 0.8em 1.2em 0.6em 1.2em;
	background-color: #F7B663;
	color: #2C1013;
	border-radius: 10px;	
	-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
	transition: all 0.5s;
}

.etw_link_wrapper a:hover {
	background-color: #fff;
}





/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width : 1700px)  {
	
	.ah_sym4 {
		left: auto;
		right: 8vw;
		margin-top: -8em;
	}
	
}

@media only screen and (max-width : 1500px)  {
	
		.slick_next {
		right: 20px;
	}
	
	.slick_prev {
	left: 20px;
}
	
	
}




@media only screen and (max-width : 1200px)  {

		#slick_slider1 {
		max-width: 95vw;
	}
	
	.slick_item {
		height: 50vw;
		width: 95vw;
	}
	
	.ah_header_sym.sym1 {
		top: 10vw;
	}
	
	.ah_header_sym.sym1 img {
		height: 40vw;
	}
	
	.ah_header_sym.sym2 {
		top: auto;
		bottom: -3vw;
	}
	
	.ah_header_sym.sym2 img {
		height: 60vw;
	}
	
	.ah_sym3 {
		right: 0.1vw;
	}
	
	.para_teaser br {
		display: none;
	}
	
	.logo_wrapper, .home .logo_wrapper {
		width: 20vw;
		height: 20vw;
		top: 5vw;
		padding: 2vw;
	}
	
	.home .logo_wrapper {
		left: 50%;
	}
	
	.intro_arrow {
		bottom: 0vw;
	}
	
	.home .intro_img {
		padding-left: 0vmin;
	}
	
	.bg_struc1 {
		display: none;
	}
	
	.etw_link_wrapper {
		top: 3vw;
		right: 3vw;
	}
	
	.etw_link_wrapper a {
		font-size: 0.8em;
	}
	
}

@media only screen and (max-width : 900px)  {
	
	.header_home {
		
	}
	
	.header {
		
	}
	


	
	.content_home {
		font-size: 24px;
	}
	
	
	.teaserbox_ct2 {
		width: 150px;
		height: 150px;
		font-size: 16px;
		top: -20px;
		right: 20px;
	}
	
	.homex .btn_box_wrapper {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	
	.homex .btn_box {
		margin: 15px 0;
	}
	
	nav {
		position: relative;
		height: 60px;		
	}
	
	.menu_ico_ct {
		display: inline-block;
		margin-top: 10px;
	}
	
	nav ul {
		position: absolute;
		background-color: #fff;
		width: 100%;
		right: 0;
		top: 60px;
		flex-direction: column;
		padding-bottom: 1em;
		border-bottom: 5px solid #262930;
		opacity: 0;
		width: 50%;
		pointer-events: none;
		transition: all 0.5s;
	}
	
	.menuopen nav ul {
		width: 100%;
		opacity: 1;
		pointer-events: auto;
			
	}
	
	#iso_ct {
		height: auto;
	}

	#iso_ct svg {
		width: 90%;
		height: auto;
		max-width: 500px;
	}
	
	.ang_head {
		top: 120px;
	}
	
	.download_wrapper img {
		height: 200px;
	}
	
	.pano_frame::before {
		display: none;
	}
	

	
	
	.intro_slogan {
		font-size: 13vw;
		top: 17vw;
	}
	
	.lp_sym {
		height: 50vw;
		bottom: -4vw;
		right: -2vw;
	}
	
	.impressum .header, .disclaimer .header, .datenschutz .header {
		height: auto;
	}
	
	.impressum .header .intro_img_left, .disclaimer .header .intro_img_left, .datenschutz .header .intro_img_left, .impressum .header .intro_img_right, .disclaimer .header .intro_img_right, .datenschutz .header .intro_img_right {
		display: none;
	}
	
	.intro_arrow {
		display: none;
	}
	

	



	
	
}



@media only screen and (max-width : 780px)  {
	
	
	.mobno {
		display: none;
	}
	
	.spacer_mid_col {
		display: none;
	}
	
	
	.intro_wrapper {
		background-color: #fff;
	}
	
	
	.footer_trn {
		width: 1em;
		height: 1px;
		margin: 5px 0;
	}
	
	.subline_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.subline_inner.row2 {
		margin: 2em 0;
	}
	

	

	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	h4 {
		font-size: 24px;
	}
	
	.wrapper {
		font-size: 18px;
	}
	
	.wp-block-columns {
		flex-direction: column;
	}
	
	.download_wrapper .wp-block-group__inner-container {
		flex-direction: column;
	}
	
	.download_wrapper img {
		height: auto;
		width: 100%;
		max-width: 300px;
	}
	
	.kontakt_col {
		padding-top: 3em;
	}
	
	.content_bg .row1 {
		flex-wrap: wrap;
	}
	
	.col_left, .col_right {
		width: 100%;
	}
	
	.col_left {
		padding-bottom: 1.5em;
	}
	
	.slick-dots {
		display: none !important;
	}
	
	.slick_nav {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	
	.slick_nal {
		width: 12px;
		height: 12px;
		border-right-width: 3px !important;
		border-bottom-width: 3px !important;
	}
	
	.slick_prev {
		left: 10px;
	}
	
	.slick_next {
		right: 10px;
	}
	
	

	.teaser_ct {
		font-size: 0.9em;
		top: 20px;
		width: 7em;
		height: 7em;
	}
	
	.intro_col_left em {
		
	}
	
	#map_rw {
		height: 100vw;
		p
	}
	
	

	.logo_wrapper {
		height: 35vw;
	}
	
	.home .logo_wrapper {
		height: 45vmin;
	}
	
	.home .logo_wrapper {
		top: 50vmin;
	}
	
		.slick_item a {
	opacity: 1;
	pointer-events: auto;
}
	
			.slick_item {
			height: 65vw;


		}
	
	.intro_wrapper, .home .intro_wrapper {
		flex-direction: column;
		height: auto;
	}
	
	.logo_wrapper, .home .logo_wrapper {
		position: relative;
		left: auto;
		transform: none;
		border: none;
		width: 100%;
		height: auto;
		padding: 10vw;
		top: auto;
	}
	
	.intro_img_left, .intro_img_right, .home .intro_img_left, .home .intro_img_right {
		width: 100%;
		position: relative;
		height: 66vw;
	}
	
	.intro_img_left {
		border-right: none;
		border-bottom: 10px solid #fff;
	}
	
	.intro_img_right {
		border-left: none;
		border-top: 10px solid #fff;
	}
	
	.intro_img_left img, .intro_img_right img, .home .intro_img_left img, .home .intro_img_right img {
		object-position: center bottom;
	}
	
	.lp_logo {
		width: 60%;
	}
	
	

	
}


@media only screen and (max-width : 600px)  {
	
	
	h2 {
		font-size: 28px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	.home .logo_wrapper {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	
	.intro_arrow {
		bottom: 80px;
	}
	
	#slick_slider1 {
		margin-top: -80px;
	}
	



	
	
	
	
	
	#footer_ct {
		font-size: 14px;
	}
	
	.kontakt_col {
		font-size: 1em;
	}


	.lp_logo {
		width: 70%;
	}
	
	.logo_fav_kontakt {
		position: absolute;
		width: 10em;
		height: auto;
		bottom: 2em;
		right: 3vw;
	}
	
	
}





/*------------------------------------*\
    MISC
\*------------------------------------*/



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
