/*
	Theme Name: HTML5 Blank - Meilen - Alte Landstrasse
	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-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
/* 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;
}

strong {
	font-weight: 600;
}


/*------------------------------------*\
    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: flex;
	flex-direction: row;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	align-items: center;
	background-image: url(/wp-content/uploads/sites/47/2024/09/Kilchberg_Header_Animation.jpg);
	background-size: cover;
	background-position: center center;
		z-index: 5;
}

.header .intro_img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center center;
}

.impressum .header, .disclaimer .header, .datenschutz .header {
	height: 30vw;
}

.impressum .slogan_wrapper, .disclaimer .slogan_wrapper, .datenschutz .slogan_wrapper {
	display: none;
}



.header_inner {
	display: flex;
	flex-direction: column;
	position: absolute;
	justify-content: center;
	height: 100%;
	width: 34vw;
	align-items: center;
	left: calc(50% - 17vw);
	-webkit-box-shadow: 0 0 1.5vw 0 rgba(0,0,0,0.5);
box-shadow: 0 0 1.5vw 0 rgba(0,0,0,0.5);
}

.header_inner_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background-color: rgba(21,27,40,0.75);*/
	background-color: rgba(2,65,38,0.75);
	mix-blend-mode: multiply;
	
}

.header_inner_content {
	position: relative;
	z-index: 3;
}

.slogan_wrapper {
	position: relative;
	bottom: 3vw;
	height: 5vw;
}

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





/* logo */
.logo {
	width: 26vw;
	height: auto;	
}



.logo-img {
	height: auto;
	width: 100%;
	filter: brightness(0) invert(1);
}

.header_inner .subline_wrapper {
	color: #fff;
	font-size: 1.1vw;
	font-weight: 300;
	margin-top: 3vw;
	text-align: center;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* 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: #024126;
}

#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;
}

.hide {
	display: none !important;
}



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



main {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
	z-index: 1;
	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, .preview main, .page-id-794 main {
	padding-top: 0;
}

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

main article > .full_width_element {
	width: 100%;
	max-width: none;
}

main article > .full_width_element > div {
	margin: 0 auto;
}

.home .intro_content > div, .page-id-794 .intro_content > div {
	padding: 4em 0 5em 0;
	text-align: center;
	width: 95%;
	max-width: 1200px;
}

.home .intro_content > div h2, .home .intro_content > div h3 {
	color: #fff;
}

.home .intro_content > div h2 {
	
}


.intro_arrow {
	border: 3px solid #fff;
	border-radius: 100%;
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 2em;
	left: 50%;
	margin-left: -35px;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	background-color: rgba(255,255,255,0);
	cursor: pointer;
	display: none;
}

.home .intro_arrow, .page-id-794 .intro_arrow {
	display: flex;
}

.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 #151b28;
	border-bottom: 3px solid #151b28;
}









.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;
}


article .tb_img_lage img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 42vw;
}





#map_rw {
	height: 50vw;
}

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

/* Kontaktformular */

.wpcf7-form p {
	margin: 0;
}

.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: 400;
	/*letter-spacing: 0.05em;*/
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.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"] {
	display: none;
}

input[type="checkbox"]: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-form p {
	display: contents;
}

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

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

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

.wpcf7-submit {
	border: 2px solid #024126;
	background-color: #fff;
	color: #024126;
	padding: 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: #024126;
	border: 2px solid #024126 !important;
	color: #fff;
}

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

.ajax-loader {
	order: 2;
}

.wpcf7-spinner {
	position: absolute;
}

.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%;
}





.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: 140px;
	height: 140px;
	font-size: 21px;
	font-weight: 400;
	letter-spacing: 0.05em;
transform: scale(1) rotate(0deg);
	bottom: 100px;
	left: 200px;
	background-color: rgb(162,177,149);
	-webkit-border-radius: 200px;
border-radius: 200px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	color: #fff;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	transition: all 0.5s;
}

.teaser_ct:hover {
	transform: scale(1.1) rotate(0deg);
}

.teaser_ct.teaser2 {
	background-color: rgb(174,180,184);
	bottom: 260px;
	left: 100px;
	width: 180px;
	height: 180px;
	transform: scale(1) rotate(0deg);
}

.teaser_ct.teaser2:hover {
	transform: scale(1.1) rotate(0deg);
}



.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: 0px;
	background-color: #fff;
	display: grid;
	padding: 1em 0;
	grid-template-columns: 1fr auto;
	z-index: 3;
	align-items: center;
}


#iso_ct {
	text-align: center;
	position: relative;
	margin: 0 auto 1em auto;
	width: 100%;
	height: 250px;
}

#iso_base {
	/*filter: saturate(0.8);*/
}



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

#ct_filter {
	font-size: 0.86em;
	line-height: 1.4;
}

#ct_filter .filter_titel {
	font-size: 0.9em;
}

.row_head {
	grid-column: span 2;
}




.whg_row, .row_head, .whg_sub {
	display: contents;
}

.whg_row > *, .row_head > *, .whg_sub > * {
	border-bottom: 1px solid rgba(173, 185, 160, 0.6);
}

.ang_list_wrapper {
	display: grid;
	width: 100%;	
	grid-template-columns: 3.5em repeat(7, auto);
}

.whg_row {
	font-weight: 400;
}

.whg_row.row_title {
	font-size: 1em;
}

.row_head > * {
	font-weight: 600;
	/*position: sticky;*/
	background-color: #fff;
}

.row_title strong {
	color: #024126;
}

.row_wohnung:hover .whg_col {
	background-color: rgba(2, 65, 38, 0.06);
}

.whg_col {
	padding: 0.25em 0;
	/*font-size: 0.85em;*/
}


.whg_col.col_all {
	grid-column: 1 / -1;
	text-align: left;
	padding-top: 2em;
	padding-left: 0.5em;
}

.whg_col.col1 { padding-left: 0.5em; }
.whg_col.col2 { text-align: center; }
.whg_col.col3 { text-align: center; }
.whg_col.col4 { text-align: right; }
.whg_col.col5 { text-align: right; }
.whg_col.col6 { text-align: right; }
.whg_col.col7 { text-align: right; padding-right: 0.5em; }
.whg_col.col7b { text-align: right; }
.whg_col.col8 { text-align: right; }
.whg_col.col9 { text-align: center; }

.whg_col small {
	/*display: block;*/
	margin-top: -0.4em;
}

.whg_col.col_all {
	/*padding-left: 0.5em;*/
}


.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);
}

.st_provres .col8, .st_reserviert .col8, .st_verkauft .col8 {
	color: #C11233;
}

.st_verkauft {
	opacity: 0.5;
}


.ang_sublist {
	padding-top: 2em;
}

.whg_sub .whg_col.col1 {
	grid-column: 1 / -3;
}

.ang_sub_info {
	padding-top: 2em;
}


#iso_ct:not(.w001) #w001 .cls-3,
#iso_ct:not(.w002) #w002 .cls-3,
#iso_ct:not(.w003) #w003 .cls-3,
#iso_ct:not(.w101) #w101 .cls-3,
#iso_ct:not(.w102) #w102 .cls-3,
#iso_ct:not(.w103) #w103 .cls-3,
#iso_ct:not(.w201) #w201 .cls-3,
#iso_ct:not(.w202) #w202 .cls-3,
#iso_ct:not(.w203) #w203 .cls-3,
#iso_ct:not(.w301) #w301 .cls-3,
#iso_ct:not(.w302) #w302 .cls-3,
#iso_ct:not(.w303) #w303 .cls-3,
#iso_ct:not(.w401) #w401 .cls-3,
#iso_ct:not(.w402) #w402 .cls-3 {
	fill: #fff;
}



.row_dispo .col1 {
	grid-column: span 2;
}

.row_parking .col1 {
	grid-column: 1 / -3;
}







/* DOWNLOADS */

.download_wrapper {
	display: flex;
	justify-content: center;
	text-align: center;
}

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

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

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

.download_wrapper  img {
	width: auto;
	max-width: unset;
	height: 260px;
	-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);
}


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

/* slick */

div.fancybox-bg {
	background-color: rgba(0,0,0,0.8) !important;
	opacity: 1 !important;
}

.slick_ct {
	position: relative;

}

#slick_slider1 {
	width: 100%;
	max-width: 100%;
}

.slick-wrapper::before {
	content: '';
	position: absolute;
	pointer-events: none;

	width: 100%;
	height: 100%;
	z-index: 1;
 background: rgb(21,27,40);
background: -moz-linear-gradient(90deg, rgba(21,27,40,0.6036881305256477) 0%, rgba(21,27,40,0) 25%, rgba(21,27,40,0) 75%, rgba(21,27,40,0.5980858896292892) 100%);
background: -webkit-linear-gradient(90deg, rgba(21,27,40,0.6036881305256477) 0%, rgba(21,27,40,0) 25%, rgba(21,27,40,0) 75%, rgba(21,27,40,0.5980858896292892) 100%);
background: linear-gradient(90deg, rgba(21,27,40,0.6036881305256477) 0%, rgba(21,27,40,0) 25%, rgba(21,27,40,0) 75%, rgba(21,27,40,0.5980858896292892) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151b28",endColorstr="#151b28",GradientType=1); 
}


.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: 30vw;
	width: 50vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
}

.slick-slide .slick_item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	mix-blend-mode: multiply;
	transition: all 0.5s;
	background-color: rgba(21,27,40,0);
}

.slick-current .slick_item a {
	background-color: rgba(21,27,40,0) !important;
}






.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: rgba(21,27,40,0);
	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 rgba(255,255,255,1);
	border-bottom: 5px solid rgba(255,255,255,1);
	transition: all 0.5s;
}

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

.slick_nav:hover {
	/*border: 1px solid rgb(50,134,160);*/
	background-color: rgba(21,27,40,1);
}

.slick_prev {
	left: 20px;
}

.slick_next {
	right: 20px;
}


.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: 200px;
	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: 1.8em;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	letter-spacing: 0.08em;
	padding-bottom: 0.2em;
	
}

h3 {
	font-size: 1.3em;
	font-weight: 200;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	padding-top: 1em;
	line-height: 1.3;
	position: relative;
}

h3::before {
	content: '';
	position: absolute;
	width: 5em;
	height: 1px;
	background-color: rgba(255,255,255,0.7);
	top: 0;
	left: calc(50% - 2.5em);
}

h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	padding-bottom: 0.1em;
	line-height: 1.3;
	text-transform: uppercase;
}

.anc_link {
	cursor: pointer;
}


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



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

.tdot_ct {
	display: flex;
	justify-content: center;
	padding-bottom: 2em;
}

.tdot_ct > div {
	display: contents;
}

.tdot_wrapper {
	display: inline-block;
	padding: 1em;
	border-radius: 0.5em;
}

.tdot_wrapper h4 {
	font-size: 1.4em;
	text-transform: none;
	letter-spacing: 0.03em;
	padding-bottom: unset;
}




/* update 2026-2 */

.vid_frame iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.page_intro_text {
	font-size: 1.2em;
}

.more_bauherr {
	font-weight: 600;
	display: inline-block;
	padding-left: 2em;
	background-image: url(/wp-content/uploads/sites/78/2026/02/ico_play_ma.svg);
	background-repeat: no-repeat;
	background-size: 1.4em auto;
	background-position: left center;
}

.page-id-794 main {
	background-image: url(/wp-content/uploads/sites/78/2026/02/muster_ma2.svg);
	background-repeat: repeat-y;
	background-position: right center;
	background-size: 10% auto;
}




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


@media only screen and (max-width : 1200px)  {
	
	.wrapper {
		font-size: 18px;
	}
	
	.content_home {
		font-size: 32px;
	}
	
	.homex .btn_box {
		font-size: 18px;
		width: 280px;
		height: 70px;
	}
	
	
	
	
	
	.download_wrapper img {
		height: 250px;
	}
	
	.header_inner {
		width: 50vw;
		left: calc(50% - 25vw);
	}
	
	.logo {
		width: 36vw;
	}
	
	.header_inner .subline_wrapper {
		font-size: 1.8vw;
	}
	
	
}

@media only screen and (max-width : 900px)  {
	
	.header_home {
		height: 45vw;
		padding-top: 5vw;
	}
	
	.content_home {
		font-size: 24px;
	}
	
	
	.teaserbox_ct2 {
		width: 130px;
		height: 130px;
		font-size: 16px;
		top: 20px;
		right: 20px;
	}
	
	.teaser_ct {
		bottom: 30px;
	}
	
	.teaser_ct.teaser2 {
		bottom: 160px;
		left: 40px;
	}
	
	.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;
			
	}
	

	

	
	.download_wrapper img {
		height: 200px;
	}
	
	.pano_frame::before {
		display: none;
	}
	
	.slick_item {
		width: 50vw;
		height: 36vw;
	}
	
	.header, .impressum .header, .disclaimer .header, .datenschutz .header {
		height: 65vw;
	}
	
	.whg_list_wrapper {
		grid-template-columns: repeat(6, auto);
	}
	
	.whg_col.col4, .whg_col.col5, .whg_col.col7 {
		display: none;
	}
	
}



@media only screen and (max-width : 760px)  {
	
	.mob_reverse {
		flex-direction: column-reverse !important;
	}
	
	.home .intro_arrow, .page-id-794 .intro_arrow {
		display: none;
	}
	
	.content_home {
		font-size: 18px;
		padding: 1em 1em;
	}
	
	.homex_int_text {
		padding: 1em 0;
	}
	
	.homex .btn_box {
		font-size: 16px;
		width: 250px;
		height: 60px;
		margin: 10px 0;
	}
	
	.teaserbox_ct2 {
		width: 100px;
		height: 100px;
		font-size: 13px;
		top: 10px; 
		right: 10px;
	}
	
	
	.teaser_ct {
		bottom: 20px;
		left: 140px;
	}
	
	.teaser_ct.teaser2 {
		width: 140px;
		height: 140px;
		bottom: 130px;
		left: 20px;
	}

	
	.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: 32px;
	}
	
	h3 {
		font-size: 21px;
	}
	
	
	.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 {
		width: 110px;
		height: 110px;
		font-size: 16px;
	}
	
}


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


	
	.menu_ico_ct {
		transition: all 0.5s;
		margin-right: calc((100vw - 60px)/2);
		top: 0;
	}
	
	.scrld .menu_ico_ct {
		top: -57px;
		margin-right: 15px;
	}
	
	.scrld .menu_icon_line {
		background-color: #fff !important;
	}
	
	.nav {
		transition: all 0.5s;
		text-align: right;
	}
	
	.scrld .nav {
		height: 0px;
	}
	
	.nav ul {
		text-align: center;
		padding-top: 1em;
	}
	
	.scrld .nav ul  {
		top: 0;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	
	
	.slogan_wrapper {
		height: 10vw;
	}
	
	.teaser_ct {
		/*width: 86px;
		height: 86px;
		font-size: 12px;*/
	}
	
	.preview main {
		padding-top: 40px;
	}
	
	.whg_col.col2, .whg_col.col8 {
		display: none;
	}
	
	.whg_list_wrapper {
		grid-template-columns: repeat(4, auto);
	}
	
	#map_rw {
		height: 90vw;
	}
	
	#footer_ct {
		font-size: 14px;
	}
	
.kontakt_col {
	padding-top: 0em;
}

	.row_head {
		font-size: 0.9em;
	}
	
	
	.page_banner {
		height: 65vw;
	}
	
		.header, .impressum .header, .disclaimer .header, .datenschutz .header {
		height: 65vw;
	}
	
	.home article, .preview article, .page-id-794 article {
		padding-top: 0;
	}
	
	.header {
		background-size: auto calc(100% - 50vw);
		background-position: center bottom;
	}
	
	.header_inner .subline_wrapper {
		font-size: 2.4vw;
		margin-top: 5vw;
	}
	
	article .tb_img_lage img {
		object-position: right center;
		height: 110vw;
	}
	
	.slick_item {
		width: 80vw;
		height: 60vw;
	}
	
	.slick-wrapper::before {
		 background: rgb(21,27,40);
background: -moz-linear-gradient(90deg, rgba(21,27,40,0.6036881305256477) 0%, rgba(21,27,40,0) 10%, rgba(21,27,40,0) 90%, rgba(21,27,40,0.5980858896292892) 100%);
background: -webkit-linear-gradient(90deg, rgba(21,27,40,0.6036881305256477) 0%, rgba(21,27,40,0) 10%, rgba(21,27,40,0) 90%, rgba(21,27,40,0.5980858896292892) 100%);
background: linear-gradient(90deg, rgba(21,27,40,0.6036881305256477) 0%, rgba(21,27,40,0) 10%, rgba(21,27,40,0) 90%, rgba(21,27,40,0.5980858896292892) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151b28",endColorstr="#151b28",GradientType=1); 
	}
	
	.img_spacer1 img {
		object-fit: cover;
		object-position: right center;
		width: 100%;
		height: 50vw;
	}
	
}





/*------------------------------------*\
    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;
	}
}
