/*
	Theme Name: HTML5 Blank
	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:#707070;
	background-color: #F4F3F1;
	font-family: "Josefin Sans", 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 {
	
	text-decoration:none;
}

strong {
	font-weight: 500;
}

a:hover {
	
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus, textarea:focus {
	outline:0;
	border: none;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2.5em;
}

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

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


/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	font-size: 1.15vw;
	line-height: 1.5;
}

section:not(#wohnungsangebot) {
	overflow-x: hidden;
}

article {
	width: 86%;
	margin: 0 auto;
}

/* header */




/* datenschutz */

.datenschutz_wrapper, .impressum_wrapper {
	color: #000;
	position: fixed;
	text-align: left;
	width: 960px;
	left: -1000px;
	height: 100%;
	background-color: #000;
	z-index: 30;	
	font-size: 0.8em;
	line-height: 1.8em;	
	transition: left 0.5s;
	transform: translateZ(0);
}

.impressum_wrapper {
 background: #e6e3db;
}

.datenschutz_wrapper {
 background: #B9B297;
	color: #fff;
}


.datenschutz_ct {
	padding-left: 10em;
	padding-right: 7em;
	padding-top: 12em;
	padding-bottom: 3em;
	position: fixed;
	overflow-y: auto;
	height: 100%;
	width: 100%;
}

.datenschutz_ct a {
	color: #fff;
}

.datenschutz_ct a:hover {
	border-bottom: 1px dotted;
}

.showds .datenschutz_wrapper, .showds2 .impressum_wrapper {
	left: 0px;
}

.impressum_wrapper h3 {
	line-height: normal;
	text-transform: uppercase;
}

.impressum_wrapper a {
	color: #000;
}

.impressum_wrapper .dsc {
	background-color: #000 !important;
}

.datenschutz_wrapper h3 {
	line-height: normal;
	text-transform: uppercase;
}

.datenschutz_wrapper h3, .impressum_wrapper h3 {
	padding-bottom: 0em;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2.1em;
	letter-spacing: 0.05em;
}

.datenschutz_wrapper strong, .impressum_wrapper strong {
	font-weight: 600;
	text-transform: uppercase;
}

.datenschutz_wrapper .shortline {
	position: relative;
	margin-bottom: 10px;
}

.datenschutz_inner {
	position: relative;
}

.datenschutz_close {
	position: fixed;
	top: 5em;
	right: 3em;
	cursor: pointer;
	cursor: hand;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dsc {
	position: absolute;
	width: 40px;
	height: 2px;
	background-color: #fff;
	display: inline-block;
	transition: all 0.5s;
}

.datenschutz_close:hover .dsc {
	background-color: #000;
}

.dsc.line1 {
	transform: rotate(-45deg);
}

.dsc.line2 {
	transform: rotate(45deg);
}





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

/* intro */

#intro .wp-block-video video {
	height: 100;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 0.5s;
}

#intro {
	opacity: 0;
	transition: opacity 2s;
	transition-delay: 1s;
}

#intro figure.vid_iwrapper {
	height: 100lvh;
	width: 100%;
	position: relative;	
	overflow: hidden;
}

#intro figure.vid_iwrapper > div {
	/* padding: 56.25% 0 0 0; */
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	aspect-ratio: 16/9;
}


.page_init #intro .wp-block-video video, .page_init #intro {
	opacity: 1;
}

.intro_text_wrapper > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 76%;
}


#intro .intro_text_wrapper {
	position: absolute;
	width: 100%;
	height: 100lvh;
	top: 0;
	background-color: rgba(0,0,0,0.25);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	opacity: 0;
	transition: opacity 1s;
}

.page_init #intro .intro_text_wrapper {
	opacity: 1;
}

#intro .intro_logo img {
	filter: brightness(0) invert(1);
	height: 4em;
	width: auto;
}

#intro .intro_slogan {
	font-size: 4.2em;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0.75em 0;
	line-height: 1.12;
	transition: opacity 2s;
	transition-delay: 2.5s;
	opacity: 0;
}

.page_init #intro .intro_slogan {
	opacity: 1;
}


/* projekt */





/* wohnungen */



/* lage */

#lage .text_box {
	transform: translateX(-2em) translateY(-1em);
}




/* kontakt */


#kontakt a {
	color: inherit;
}



/* footer */


#footer .block_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 6em;
	padding-bottom: 6em;
}

#footer .footer_cols {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
}

.footer_logo img {
	height: 4em;
	width: 12em;
	object-fit: contain;
	object-position: left center;
}

.footer_cols .col1 .footer_logo img {
	
}

.footer_cols.row1 .col3 {
	text-align: right;
}


.btn_btt {
	position: absolute;
	left: 2.5vw;
	bottom: 2.5vw;
	height: 1.5vw;
	width: auto;
	cursor: pointer;
	filter: brightness(0) invert(1);
}

#footer a {
	color: inherit;
}

#footer .footer_cols.row2  {
	padding-top: 2em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 0.8em;
	font-weight: 400;
}

#footer .footer_cols.row2 a:hover, #footer .footer_cols.row2 .btn_a:hover  {
	text-decoration: underline;
}

.footer_cols.row2 .col2 {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#footer small {
		line-height: normal;
		display: inline-block;
	}

.btn_datenschutz, .btn_impressum {
	cursor: pointer;
}


.btn_dl {
	font-size: 1.6vw;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	font-weight: 500;
}

.btn_dl::after {
	content: "";
	position: relative;
	width: 1.8vw;
	height: 1.8vw;
	background-image: url(/wp-content/uploads/2024/02/mov_dl.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: scale(1);
	transition: all 0.5s;
	margin-left: 0.5em;
	display: inline-block;
	margin-bottom: -0.1em;
}

.btn_dl:hover::after {
	transform: scale(1.3);
}




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

figure {
	overflow: hidden;
}

figure img {
	transition: all 1s;
	transform: scale(1);
}

#intro figure img, .img_txt_break figure img, #map_ct_wrapper img {
	transform: scale(1) !important;
}

figure img:hover {
	transform: scale(1.05);
}



.fader_gallery {
	position: relative;
	width: 100%;
	aspect-ratio: 1.45;
}

.fader_gallery::before {
	content: '';
	width: 2em;
	height: 2em;
	position: absolute;
	bottom: 1em;
	right: 1em;
	background-image: url(/wp-content/uploads/2026/04/expand-svgrepo-com.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	filter: brightness(0) invert(1);
	z-index: 3;
	pointer-events: none;
}

.fader_gallery figure {
	position: absolute !important;
	width: 100% !important;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 2s;
}

.fader_gallery figure.active {
	opacity: 1;
	pointer-events: auto;
}

.fader_gallery figure img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
}

.fader_gallery figure video {
	object-fit: cover;
	object-position: center center;
	height: 100%;
}



.we_fader_dots {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 0.6em;
	padding-right: 2.3em;
}

.we_fader_dot {
	width: 0.75em;
	height: 0.75em;
	border: 1px solid #707070;
	margin: 0 0.25em;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s;
}

.we_fader_dot.active {
	background-color: #707070;
	border: 1px solid #707070;
	opacity: 0.6;
}

.ovl_play_icon::before {
	content: '';
	position: absolute;
	width: 10em;
	height: 10em;
	left: calc(50% - 5em);
	top: calc(50% - 5em);
	background-image: url(/wp-content/uploads/2026/04/play_ico.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	z-index: 2;
	pointer-events: none;
}



.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 1em;
	font-weight: 350;
	color: #fff;
	padding: 0;
	padding-top: 0.5em;
	height: 2.6em;
	text-align: center;
	background: none;
	text-shadow: none;
	background-color: transparent;
	bottom: -1px;
	text-shadow: 1px 1px 0.05em rgba(0,0,0,0.5);
	pointer-events: none;
}

.fancybox__caption {
	position: absolute;
	bottom: 1em;
	color: #fff;
	font-size: 1.15vw;
	z-index: 50;
	font-weight: 350;
	text-shadow: 1px 1px 0.05em rgba(0,0,0,0.5);
}

.has-html5video .fancybox__content {
	aspect-ratio: unset !important;
	width: 100% !important;
	height: 100% !important;
}


.lage_slide_wrapper .wp-block-buttons {
	gap: 0 0;
}

.lage_slide_wrapper .wp-block-button__link {
	padding: 0.25em 0.5em 0.25em 4.5em;
	border: none;
	opacity: 0.6;
}


.lage_slide_wrapper .wp-block-button.active .wp-block-button__link {
	opacity: 1;
}


.img_txt_break {
	position: relative;
	overflow-x: hidden;
}



.img_txt_break figure {
	position: relative;
	aspect-ratio: 1;
}

.img_txt_break figure::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.2);
}


.img_txt_break figure img {
	width: 100%;
	max-width: unset;
}

.img_txt_break .txt_wrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.img_txt_break h2 {
	color: #fff;
}



#map_ct_wrapper > div {
	position: relative;
}

#map_legende {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}

.liste_map_legende {
  counter-reset: item;
	font-size: 0.76em;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.liste_map_legende li {
  display: block;
	padding-left: 1.8em;
	position: relative;
	margin-bottom: 0.5em;
	cursor: default;
}
.liste_map_legende li::before {
  content: counters(item, "")"";
  counter-increment: item;
	position: absolute;
	width: 1.3em;
	height: 1.3em;
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	border: 2px solid #3c4238;
	left: 0;
	color: #3c4238;
	font-weight: 400;
	line-height: 1;
	padding-top: 0.15em;
}

#ml_start::before, .liste_map_legende li.active::before {
	background-color: #3c4238;
	color: #fff;
}

#map_legende g.active .cls-pn1-1 {
	fill: #3c4238;
}

#map_legende g.active .cls-pn1-5 {
	fill: #ffffff;
}

#map_legende #num1 {
	pointer-events: none;
}



/*------------------------------------*\
    FORMULAR
\*------------------------------------*/


.form_wrapper {
	width: 100%;
	padding: 0;
	background-color: transparent;
}

.form_wrapper p, .form_wrapper br {
	display: contents;
}

.form_group {
	display: grid;
	grid-template-columns: 8em auto;
	margin: 1em 0;
}

.form_group.group_plzort {
	grid-template-columns: 8em 10em 5em auto;
}

.form_wrapper input[type="text"], .form_wrapper input[type="email"], textarea, .form_wrapper select {
	border: 1px solid !important;
	width: 100%;
	letter-spacing: 0.05em;
	padding: 0.7em 0.5em 0.5em 0.5em;
	font-family: "Josefin Sans", sans-serif;
	color: #707070;
	background-color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	border-radius: 0;
	-webkit-appearance:none;
}

span[data-name="Anrede"]::after, span[data-name="AufmerksamDurch"]::after, span[data-name="AktuelleWohnsituation"]::after, span[data-name="Wohnsituation"]::after {
	content: '▼';
	font-family: Arial;
	position: absolute;
	right: 0.5em;
	top: 1em;
	font-size: 0.7em;
	pointer-events: none;
}

.form_group .inl_label {
	align-self: center;
	margin-bottom: -0.1em;
}

.form_group .inl_label.col2 {
	text-align: right;
	padding-right: 1em;
}

.form_group.form_textarea .inl_label {
	align-self: flex-start;
}

.form_group.form_submit {
	padding-top: 1em;
} 



#Interesse {
	display: flex;
	flex-direction: row;
}

#Interesse .wpcf7-list-item {
	margin: 0.3em 1.5em 0 0;
}

#Interesse .wpcf7-list-item.last {
	margin: 0.3em 0 0 0;
}

.plzort_wrapper {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-gap: 1em;
}



.home-en #Interesse::after {
	content: 'room apartment';
}

 span[data-name="Interesse_Whggr"]::before {
	 content: 'Interesse an';
	 display: block;
}

 .home-en span[data-name="Interesse"]::before {
	 content: 'Interest in';
	 display: block;
}




#Interesse .wpcf7-list-item {
	display: inline-block;
}


.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;
	background-color: #fff;
}

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

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	background-color: #000;
-webkit-box-shadow:inset 0 0 0 2px rgba(255,255,255,1);
box-shadow:inset 0 0 0 2px rgba(255,255,255,1);
}



.form_wrapper_inner p {
	margin: 0;
}

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

.form_line_2col span.PLZ {
	width: 29%;
}

.form_line_2col span.Ort {
	width: 68%;
}

textarea {
	height: 8em;
}

input[type="submit"] {
	position: relative;
	border: none;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	background-color: #B9B297;
	text-transform: uppercase;
	padding: 0.7em 4em 0.5em 4em;
	transition: all 0.5s;
	-webkit-appearance:none;
	border-radius: 0;
}

input[type="submit"]:hover {
	background-color: #707070;
}

.submit_btn_wrapper {
	position: relative;
	margin-top: 1vw;
}




span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 0.7em;
	bottom: -1.8em;
	left: 1.4em;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	margin-top: 0.5em;
	border: none;
	background-color: rgba(166,0,2,1);
	color: #fff;
	line-height: 150%;
}

div.wpcf7-response-output {
	margin-top: 0.5em;
}

div.wpcf7-mail-sent-ok {
	border: none;
	background-color: rgba(35,135,0,1);
	line-height: 150%;
	color: #fff;
	display: none;
}

.contactform_sent_ct {
	display: none;
}

.contactform_sent {
	display: block;
	width: 100%;
	height: 140px;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 1vw;
	border: none;
	background-color: #168300;
	color: #fff;
	font-weight: 600;
	padding: 1em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	background-color: #ffb900;
	color: #000;
}



.txt_development_ct {
		position: absolute;
		color: #fff;
		right: 6vw;
		top: 5.8vw;
	}




/* cookie notice */


.page #cookie-notice {
min-width: unset;
	width: calc(100% - 5vw);
	max-width: 800px;
	right: 2.5vw;
	left: auto;
	bottom: 2.5vw;
z-index: 19;
	font-size: 1.6em;
	line-height: normal;
	font-weight: 300;
}

.page #cookie-notice .btn_datenschutz {
	text-decoration: underline;
	cursor: pointer;
}

.page .cookie-notice-container {
	text-align: left;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	padding: 2em;
}

.page #cn-notice-text {
	/*width: 50%;*/
}

.page .cookie-notice-container #cn-notice-buttons {
	display: block !important;
	position: relative;
	text-align: right;
	padding-top: 0.5em;
	width: 100%;
}

.page #cookie-notice .cn-button:not(.cn-button-custom) {
	background-color: #E3E3A7 !important;
	color: #203516;
	border: none;
	padding: 0.8em 1.5em;
	letter-spacing: 0.1em;
	font-weight: 600;
	font-size: 1.4em;
	border-radius: 0;
}

.page #cookie-notice .cn-button:not(.cn-button-custom):hover {
	background-color: #fff !important;
}

.page #cn-close-notice {
	display: none;
}

#cookie-notice.cookie-notice-hidden .cookie-notice-container, #cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
	display: none !important;
}


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

h2 {
  font-weight: 300;
  font-style: normal;
	font-size: 5em;
text-transform: uppercase;
	line-height: 1.12;
	margin: 0.3em 0;
	display: inline-block;
}


.text_box {
	padding: 0.5em 2em;
	position: relative;
	z-index: 2;
}

.wp-block-buttons {
	gap: 1em 2em;
}

.wp-block-button__link {
	font-size: 1em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 0;
	padding-top: 0.25em;
	width: 16em !important;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	font-weight: 500;
	border-radius: 0;
	background-color: transparent;
	border: 1.5px solid;
	color: #707070;
	transition: all 0.5s;
}

.wp-block-button__link:hover {
	background-color: #707070;
	color: #fff;
}







/* Wohneigentum */


.ang_head_wrapper {
	margin-bottom: 0;
	/*position: sticky;
	background-color: #F4F3F1;
	top: 8em;
	z-index: 3;*/
	position: relative;
}


#ang_iso {
	/*order: 2;*/
	width: 40%;
	margin: 0 auto;
	/*margin-top: -2em;*/
}

.iso_col_wrapper {
	position: relative;
}

#ang_iso svg, #ang_iso svg * { pointer-events: none !important; }

.iso_col_ovl {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,0,0,0.0);
}

#ang_iso, #ang_iso *, #ang_iso svg, #ang_iso svg * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

.ang_list_wrapper {
	order:  1;
}

.ang_list {
	display: grid;
	grid-template-columns: repeat(9, auto);
	/*text-transform: uppercase;*/
	padding-top: 1.5vw;
	/*grid-gap: 0.5em 0;*/
	margin-bottom: 2em;
}


.whg_row .bew_col {
}

.row_header {
	font-weight: 500;
}

.row_header > div {
	border-bottom: none !important;	
	text-transform: uppercase;
	font-size: 0.8em;
}

.whg_row a {
	color: inherit;
}

.whg_row a:hover {
	border-bottom: 2px solid;
}

.whg_row {
	display: contents;
}

.whg_row > div {
	border-bottom: 1px solid #4A4A4A;
	/*border-bottom: 0.5em solid #fff;*/
	padding: 0.3em 0;
}

.whg_row div:first-child {
	padding-left: 0.3em;
}

.row_item:hover div {
	background-color: rgba(185, 178, 151,1);
	color: #fff;
}

.whg_row.dispo_item.dispo1 > div {
	margin-top: 1.2em;
}

.whg_row.pp_item div:first-of-type {
	grid-column: 1 / -3;
}

.whg_row.dispo_item div:nth-of-type(2) {
	grid-column: 2 / -2;
}


.dispo_item > div:nth-of-type(2) {
		grid-column: span 2;
	}



#iso_svg {
	/*overflow: visible;*/
}

#w001, #w002, #w101, #w102, #w201, #w202, #w301, #w302, #w401, #w402 {
	opacity: 0;
}

.w001 #w001, .w002 #w002, .w101 #w101, .w102 #w102, .w201 #w201, .w202 #w202, .w301 #w301, .w302 #w302, .w401 #w401, .w402 #w402 {
	opacity: 1;
}


.ang_iso_inner {
	position: relative;
	/*transform: translateY(-8em);*/
}




#wohnungsangebot small {
	line-height: normal;
	/*padding: 3em 0;
	display: block;*/
}

.angebot_wfl_legende {
	font-size: 0.8em;
	font-weight: 350;
}




/* header and menu */

.header_spacer {
	height: calc(10vw + 5em) !important;
}

.header {
	background-color: #F4F3F1;
	position: absolute;
	top: 100lvh;
	width: 100%;
	left: 0;
	z-index: 10;
}

.head_sticky .header {
	position: fixed;
	top: 0;
}

.header_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5em 0;
}

.header_inner .logo-img {
	height: 10em;
	width: auto;
	padding: 4em 0 2em 0;
	transition: all 1s;
}

.head_sticky .header_inner .logo-img {
	height: 4em;
	padding: 0.5em 0 1em 0;
}

nav ul {
	list-style: none;
	display: flex;
	font-size: 0.9em;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0em;
	margin: 0;
}

nav a {
	color: #707070;
	margin: 1.4em 1.6em;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	opacity: 0.8;
}



nav a.active, nav a:hover {
	color: #707070;
	opacity: 1;
}




.menu_ico_ct {
	position: relative;
	z-index: 20;
	cursor: pointer;
	cursor: hand;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.menu_icon {
	display: flex;
	width: 2em;
	height: 2em;
	justify-content: center;
	align-items: center;
	position: relative;
}

.menu_icon_line {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 0.2em;
	background-color: #707070;
	transition: all 0.5s;
}

.menu_icon_line.line1 {
	transform: translateY(-0.7em);
}

.menu_icon_line.line3 {
	transform: translateY(0.7em);
}

.menuopen .menu_icon_line.line1 {
transform: rotate(-45deg) translateY(0);
}

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

.menuopen .menu_icon_line.line3 {
	transform: rotate(45deg) translateY(0);
}


.we_menu {
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	padding: calc(5vw + 2em) 3.5vw 2.5vw 2.5vw;
	text-align: right;
	z-index: 16;
	font-size: 1.3em;
	letter-spacing: 0.03em;
	line-height: 2;
	right: 0;
	transform: translateX(105%);
	transition: all 0.5s;	
	text-transform: uppercase;
	font-weight: 400;
}

.menuopen .we_menu {
	transform: translateX(0);
}

.we_menu .pagelink:hover {
	font-weight: 500;
	cursor: pointer;
}









.hide {
	display: none !important;
}




.page-id-1580 header {
	display: none;
}

.page-id-1580 figure img {
	transform: scale(1) !important;
}







/*------------------------------------*\
    PAGE ANI
\*------------------------------------*/

.col_text {
	position: relative;
	z-index: 2;
}

@media only screen and (min-width : 1200px)  {
	
	.anim {
		transition: all 1.5s;
	}
	
	
	h2.anim {
		transition-duration: 2s;
		transform: translateX(1.5em);
		opacity: 0;
	}
	
	
	h2.anim.inview {
		transform: translateX(0);
		opacity: 1;
	}
	
	#projekt .col_text.anim {
		opacity: 0;		
		transform: translateX(-4em);
	}	
	#projekt .col_text.anim.inview {
		opacity: 1;
		transform: translateX(0em);
	}
	
	#projekt .col_img.anim {
		opacity: 0;
		clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
	}
	#projekt .col_img.anim.inview {
		opacity: 1;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	
	#architektur h2.anim {
		transform: translateX(-1.5em);
	}
	#architektur h2.anim.inview {
		transform: translateX(0em);
	}
	
	#architektur .col_text.anim {
		opacity: 0;		
		transform: translateX(4em);
	}	
	#architektur .col_text.anim.inview {
		opacity: 1;
		transform: translateX(0em);
	}
	
	#architektur .col_img.anim {
		opacity: 0;
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	#architektur .col_img.anim.inview {
		opacity: 1;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	
	#wohnungen .col_text.anim {
		opacity: 0;		
		transform: translateX(4em);
	}	
	#wohnungen .col_text.anim.inview {
		opacity: 1;
		transform: translateX(0em);
	}
	
	#wohnungen .col_img.anim {
		opacity: 0;
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	#wohnungen .col_img.anim.inview {
		opacity: 1;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	
	#wohnungsangebot .col_text.anim {
		opacity: 0;		
		transform: translateX(4em);
	}
	#wohnungsangebot .col_text.anim.inview {
		opacity: 1;	
		transform: translateX(0em);
	}
	
	#wohnungsangebot .col_angebot.anim .ang_list_wrapper, #wohnungsangebot .col_angebot.anim .ang_wrapper_sub {
		transition: all 1.5s;
		opacity: 0;		
		transform: translateX(-4em);
	}	
	#wohnungsangebot .col_angebot.anim.inview .ang_list_wrapper, #wohnungsangebot .col_angebot.anim.inview .ang_wrapper_sub {
		opacity: 1;		
		transform: translateX(0em);
	}
	
	#wohnungsangebot .col_angebot.anim #ang_iso {
		transition: all 1.5s;
		opacity: 0;		
		transform: translateX(4em);
	}	
	#wohnungsangebot .col_angebot.anim.inview #ang_iso {
		opacity: 1;		
		transform: translateX(0em);
	}
	
	#wohnungsangebot .wp-block-buttons.anim .wp-block-button {
		transition: all 1.5s;
		opacity: 0;		
		transform: translateY(3em);
	}
	
	#wohnungsangebot .wp-block-buttons.anim > div:first-child {
		transition-delay: 0.1s;
	}	
	#wohnungsangebot .wp-block-buttons.anim > div:nth-child(2) {
		transition-delay: 0.4s;
	}	
	#wohnungsangebot .wp-block-buttons.anim > div:nth-child(3) {
		transition-delay: 0.7s;
	}	
	
	#wohnungsangebot .wp-block-buttons.anim.inview .wp-block-button {
		opacity: 1;		
		transform: translateY(0em);
	}
	
	
	#lage h2.anim {
		transform: translateX(-1.5em);
	}
	#lage h2.anim.inview {
		transform: translateX(0em);
	}
	
	#lage .col_text.anim {
		opacity: 0;		
		transform: translateX(4em);
	}	
	#lage .col_text.anim.inview {
		opacity: 1;
		transform: translateX(0em);
	}
	
	#lage .col_img.anim {
		opacity: 0;
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	#lage .col_img.anim.inview {
		opacity: 1;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	
	
	
	#kontakt .col_text.anim {
		opacity: 0;		
		transform: translateX(4em);
	}
	#kontakt .col_text.anim.inview {
		opacity: 1;	
		transform: translateX(0em);
	}
	
	#kontakt .col_form.anim {
		opacity: 0;		
		transform: translateY(4em);
	}
	#kontakt .col_form.anim.inview {
		opacity: 1;	
		transform: translateY(0em);
	}
	
	
	.button_wrapper.anim {
		opacity: 0;
		transform: translateY(2em);
	}
	
	.button_wrapper.anim.inview {
		opacity: 1;
		transform: translateY(0em);
	}
	
	
	
	
}


/* Presale site */

.page-id-1554.password-required .header {
	display: none;
}

.page-id-1554 .post-password-form {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em;
}

.post-password-form input[type="submit"] {
	position: relative;
	width: auto;
	border: none;
	letter-spacing: 0.15em;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	padding: 0.3em 1em;
	transition: all 0.5s;
	-webkit-appearance: none;
	border-radius: 0;
	background: linear-gradient(90deg, #303D3F 0%, #5E7073 27.85%, #303D3F 100%);
	margin-left: 1em;
	font-size: 0.8em;
}

.post-password-form input[type="password"] {
	border: 1px solid #000 !important;
	padding: 0.2em;
	width: 7em;	
}







.prt_vj_kontakt {
	width: 50%;
}

.text_mobile {
	display: none;
}

.mob_only {
	display: none;
}

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

@media (min-aspect-ratio: 1/1) {

.img_txt_break.vid_break video  {
	aspect-ratio: 16 / 11 !important;
	object-fit: cover;
	object-position: center center;
}
	
}


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

	
	.wrapper, .fancybox__caption {
		font-size: 1.4vw;
	}
	
	h2 {
		font-size: 4em;
	}
	
	.ang_head_wrapper > div {
		align-self: flex-end;
	}
	
	#intro .intro_slogan {
		font-size: 3.2em;
	}
	
	
}

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

	
	.wrapper, .fancybox__caption {
		font-size: 1.6vw;
	}
	
}



@media only screen and (max-width : 1200px)  {
	
	.wrapper, .fancybox__caption {
		font-size: 21px;
	}
	
	h2 {
		font-size: 3em;
	}
	
	#intro .intro_slogan {
		font-size: 7.5vw;
	}
	
	#intro .intro_logo img {
		height: 6vw;
	}
	
	.chap_cols_projekt {
		flex-direction: column;
	}
	
	.chap_cols_wohnungen {
		flex-direction: column-reverse;
	}
	
	.chap_cols_umgebung {
		flex-direction: column;
	}
	
	.chap_cols_lage {
		flex-direction: column;
	}
	
	.chap_cols_lage .wp-block-column {
		display: contents;
	}
	
	.chap_cols_lage .wp-block-spacer {
		display: none;
	}
	
	.lage_el_text {
		order: 1;
	}
	
	#map_ct_wrapper {
		order: 3;
	}
	
	.liste_map_legende {
		order: 5;
	}
	
	.chap_cols_angebot {
		flex-direction: column;
	}
	
	.ang_head_wrapper > div {
		align-self: unset;
	}
	
	.chap_cols_prekontakt {
		flex-direction: column;
	}
	
	
	.chap_cols_kontakt {
		flex-direction: column-reverse;
	}
	
	
	
	
	.datenschutz_wrapper, .impressum_wrapper {
		font-size: 1em;
	}
	
	
	#kontakt .col1 {
		width: 40%;
		padding-right: 2em;
	}
	
	.datenschutz_wrapper, .impressum_wrapper {
		width: 680px;
		left: -700px;
	}
	
	.datenschutz_ct {
		padding-left: 2em;
		padding-top: 10em;
	}
	
	.page #cn-notice-text {
		width: calc(100% - 160px);
	}
	
	
	
	.row_header > div {
		padding-right: 1em;
	}
	
	.row_header > div:last-of-type {
		padding-right: 0;
	}
	
	
	
	.whg_row div:nth-of-type(5), .whg_row div:nth-of-type(6), .whg_row div:nth-of-type(7) {
		display: none;
	}
	
	.ang_list {
		grid-template-columns: repeat(6, auto);
	}
	

	.head_sticky .header_inner .logo-img {
		height: 3.5em;
		padding: 0.5em 0 0.75em 0;
	}


	
	
	

	nav a {
		margin: 0.8em 0.8em;
	}
	
	
	h2.has-text-align-right {
		text-align: left;
	}
	
	
}



@media only screen and (max-width : 960px)  {
	
	
	#intro .elements_grid {
		height: calc(100vmin - 5vw);
	}
	
	
	.datenschutz_wrapper, .impressum_wrapper {
		width: 100%;
		left: -105%;
	}
	
	.page .cookie-notice-container #cn-notice-buttons {
		top: auto;
		display: block !important;
		text-align: center;
	}
	
	.page #cn-notice-text {
		width: 100%;
	}
	
	#intro .intro_text_wrapper {
		/*height: 100vmin;*/
	}
	
	#intro .wp-block-video video {
		/*height: 100vmin;*/
	}
	
#intro .intro_logo img {
	height: 9vw;
}
	
	.header {
		top: 100lvh;
	}
	
	.header_inner {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		max-width: 95%;
	}
	

	
	.head_sticky .header_inner .logo-img, .header_inner .logo-img {
		height: 3.6em;
		padding: 0.5em 0;
	}
	
	.menu_ico_ct {
		display: flex;
	}
	
	.wrapper {
		/*overflow-x: hidden;*/
	}
	
	nav {
		position: absolute;
		background-color: #F4F3F1;
		width: 100%;
		top: 100%;
		left: 0%;
		opacity: 0;
		transform: translateY(30%);
		overflow-x: hidden;
		pointer-events: none;
		padding-bottom: 1em;
		padding-top: 1em;
		transition: all 0.5s;
	}
	
	.menuopen nav {
		transform: translateY(0%);
		opacity: 1;
		pointer-events: auto;
	}
	
	
	nav ul {
		flex-direction: column;
		align-items: center;
		font-size: 1.3em;
	}
	
	.nav ul li {
		margin: 0.5em 0;
	}
	
	.header_spacer {
		height: 5em !important;
	}
	
	article {
		width: 95%;
	}
	
}



@media only screen and (max-width : 781px)  {
	
	.text_desktop {
		display: none;
	}
	
	.text_mobile {
		display: block;
	}

	
	.wrapper, .fancybox__caption {
		font-size: 18px;
	}
	
	.fancybox__caption {
		text-align: center;
	}
	
	h2 {
		font-size: 2.4em;
	}
	
	h2 br:not(.img_txt_break h2 br) {
		display: none;
	}
	
	.mobno {
		display: none;
	}
	
	#intro .elements_grid {
		height: calc(100vmin - 25vw);
	}

	.element_col {
		font-size: 1em;
	}
	
	#intro .text_row {
		padding: 3vw 5vw;
		flex-direction: column;
	}
	
	#intro .text_ct {
		width: 100%;
		padding-right: 0;
	}
	
	#intro .text_ct.text2 {
		padding-top: 2em;
	}
	
	
	#lage .text_ct {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	#lage .img1, #lage .img2 {
		width: 100%;
		height: auto;
		margin-top: 1em;
	}
	
	.btn_def {
		font-size: 16px;
		padding-left: 60px;
	}
	
	.btn_def::before {		
		width: 40px;
		left: 0vw;
		top: 4px;
		height: 15px;
		background-size: auto 10px;
		transform: rotate(0deg) translateX(0);
	}
	
	.btn_def:hover::before {
	transform: rotate(0deg) translateX(10px);
}
	
		.btn_dl {
		font-size: 16px;
	}
	
	.btn_dl::after {
		width: 1.2em;
		height: 1.2em;
	}
	
	
	
	
	#kontakt .col1 {
		width: 100%;
		padding-right: 0;
	}
	
	#kontakt .col2 {
	padding-top: 0em;
	width: 100%;
	}
	
	.form_wrapper {
		width: 100%;
		padding: 0;
	}
	
.datenschutz_wrapper, .impressum_wrapper {
		width: 100%;
		left: -105%;
	}
	
	.wpcf7-spinner {
		left: 0;
		bottom: -2em;
	}
	
	#footer .footer_cols {
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	
	

	.footer_logo img {
		object-position: center center;
	}
	
	
	.btn_btt {
		left: 5vw;
		bottom: 5vw;
		height: 1.5em;
	}
	
	.footer_cols .col2 {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.footer_cols.row1 .col3 {
		text-align: center;
	}
	
	
	#footer .footer_cols.row2 {
		grid-template-columns: 1fr;
	}

	.footer_cols.row2 .col2 {
		text-align: center;
	}
	
	
	.submit_btn_wrapper::before {
		background-position: 1em center;
		background-size: auto 0.75em;
	}
	
	
	
	
	.menu_icon_ct {
		width: 4em;
		height: 4em;
	}
	
	.menu_icon {
		width: 2em;
		height: 2em;
	}
	
	.menu_icon_line {
		height: 0.1em;
	}
	
	.menu_icon_line.line1 {
		transform: translateY(-0.75em);
	}
	
	.menu_icon_line.line3 {
		transform: translateY(0.75em);
	}
	
	
	
	
	
	#ang_iso svg {
		/*order: 1;
		position: sticky;
		top: 100px;
		background-color: #fff;
		overflow: hidden;*/
	}
	
	
	
	.ang_iso_inner {
		/*transform: translateY(0);*/
	}
	
	.ang_iso_img {
	/*	width: 70vmin;
		margin: 0 auto;
		margin-bottom: -10vmin;*/
	}
	
	.ang_iso_text {
		display: none !important;
	}
	
	
	.page #cookie-notice {
		right: 0;
		width: 100%;
		bottom: 0;
		font-size: 1.4em;
	}
	
	.contactform_sent {
	height: 240px;
		padding-top: 2em;
}
	
	
	.lage_slide_wrapper .wp-block-button__link {
		font-size: 1.4em;
	}
	
	main section article, .header_inner {
		width: 94%;
	}
	
	
	.chap_cols_angebot {
		display: block !important;
	}
	
	
	
}





@media only screen and (max-width : 600px)  {
	
	.rt_desk {
		display: none;
	}
	
	.rt_mobile {
		display: inherit;
	}
	
	.mob_no {
		display: none;
	}
	
	.mob_only {
		display: inherit;
	}
	
	h2 {
		font-size: 1.8em;
	}
	

	.datenschutz_close {
		top: 2em;
	}
	
	.datenschutz_ct {
		padding-left: 1em;
		padding-top: 5em;
		/*font-size: 14px;*/
		line-height: 1.5;
	}
	
	
	.form_group, .form_group.group_plzort {
		grid-template-columns: 1fr;
	}

	
	span[data-name="AufmerksamDurch"] {
		letter-spacing: normal;
	}
	
	.plzort_wrapper {
		grid-template-columns: 1fr;
		grid-gap: 0em;
	}
	
		.form_group .inl_label.col2 {
			text-align: left;
			padding-right: 1em;
			margin-top: 1em;
		}
	
	.row_header > div {
		padding-right: 0.5em;
	}
	

	
	.header_inner .logo-img {
		height: 60px;
	}
	
	.head_sticky .header_inner .logo-img {
		height: 60px;
	}
	

	
	.header_inner {
		padding: 0;
	}
	
	
	
	.menu_icon_line.line1 {
		transform: translateY(-0.5em);
	}
	
	.menu_icon_line.line3 {
		transform: translateY(0.5em);
	}

	.header_spacer {
		height: 2em !important;
	}
	
	.text_box {
		padding: 0.5em 1em;
	}
	
	#ang_iso {
		top: 60px;
	}
	
	#Interesse {
		flex-direction: column;
	}
	
	
	.whg_row div:nth-of-type(4) {
		display: none;
	}
	
	.ang_list {
		grid-template-columns: repeat(5, auto);
		font-size: 3.6vmin;
	}
	
	#ang_iso {
		width: 60%;
	}
	
	
	#intro .intro_logo img {
	height: 12vw;
}
	
	.img_txt_break figure::after {
		background-color: rgba(0,0,0,0.3);
	}
	
	#map_legende > g {
		transform: scale(1.65);
		transform-origin: center center;
		transform-box: border-box;
	}
	
	
}












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

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

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