/*
	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;
	font-family: 'NohemiLight';
  font-weight: normal;
  font-style: normal;
	color: #fff;
	background-color: #E6E0D8;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #fff;
}
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: 0;
}

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

figure a {
	display: contents !important;
}

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


/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	font-size: clamp(18px, 0.8vw, 36px);
	line-height: 1.6;
	letter-spacing: 0.05em;
}

main {
	overflow-x: hidden;
}

main section article {
	width: 80%;
	margin: 0 auto;
	max-width: 80em;
}

/* header */

.header {
	position: fixed;
	width: 8vw;
	height: 100%;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 3;
}

.header .logo img {
	height: 50vh;
	width: auto;
}


/* datenschutz */

.datenschutz_wrapper, .impressum_wrapper {
	position: fixed;
	text-align: left;
	width: 960px;
	left: -1000px;
	top: 0;
	height: 100%;
	background-color: rgba(83, 34, 10,0.4);
	backdrop-filter: blur(12px);
	z-index: 30;	
	line-height: 1.8em;	
	transition: left 0.5s;
	transform: translateZ(0);
}



.datenschutz_ct {
	padding-left: 7em;
	padding-right: 10em;
	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 .dsc {
	background-color: #fff !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: 5em;
	cursor: pointer;
	cursor: hand;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

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

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

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

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

/* Lang */

.lang_sw_wrapper {
	position: relative;
	top: -9em;
	font-size: 0.8em;
}

.lang_sw_wrapper a {
	color: inherit;
	opacity: 0.6;
}

.lang_sw_wrapper a:hover {
	text-decoration: underline;
}

.lang_sw_wrapper .active a {
	opacity: 1;
}

.lang_sw_wrapper .trn {
	display: inline-block;
	margin: 0 0.5em;
}


/* fader gallery */


.fader_gallery {
	position: relative;
	width: 100%;
	padding-top: 56%;
}

.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 a {
	display: contents;
}

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


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

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

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

.we_fader_dot.drone_dot {
	border: none !important;
	background-color: transparent !important;
	background-image: url(/wp-content/uploads/2025/04/drone-record.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: scale(1.6);
	margin-left: 0.8em;
}

.we_fader_dot.drone_dot.active {
	animation: drone 2s infinite ease-in-out;
}

  @keyframes drone {
      0%   { transform: translateY(0) scale(1.6); }
      50%  { transform: translateY(-0.3em) scale(1.6); }
      100% { transform: translateY(0) scale(1.6); }
    }

#fader_gallery2 {
	padding-top: calc(57% + 3.6em);
}


.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 1em;
	color: #fff;
	padding: 0;
	padding-top: 0.5em;
	height: 3.6em;
	text-align: center;
	background: none;
	text-shadow: none;
	background-color: transparent;
	bottom: -1px;
	text-shadow: 0 0 0.2em #000;
}

.fancybox__caption {
	position: absolute;
	bottom: 18px;
	color: #fff;
	font-size: 0.8vw;
	z-index: 50;
}


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



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

/* intro */

.gb_intro_wrapper {
	overflow: hidden;
}

.intro_bg_img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100lvh;
}

.intro_bg_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transform: scale(100%);
	transition: transform 26s;
	transition-timing-function: linear;
}

.page_init .intro_bg_img img {
	transform: scale(130%);
}

.intro_bg_img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,1);
	pointer-events: none;
	z-index: 3;
	transition: all 2s;
}

.page_init .intro_bg_img::before {
	background-color: rgba(255,255,255,0);
}

.intro_bg_img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(83, 34, 10,0);
	pointer-events: none;
	z-index: 3;
	transition: all 2s;
	transition-delay: 6.5s;
}

.page_init .intro_bg_img::after {
	background-color: rgba(83, 34, 10,0.35);
}

.intro_content_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	
}

.intro_content_wrapper > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	position: relative;
}

.gb_logo {
	filter: brightness(0) invert(1);
	position: absolute;
	width: 86%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-90%);
	transition: all 2s;
	transition-delay: 6.5s;
}

.page_init .gb_logo  {
	width: 24em;
	top: 7em;
}

.gb_logo img {
	height: auto;
	width: 100%;
	opacity: 0;
	transition: all 2s;
	transition-delay: 3.25s;
}

.page_init .gb_logo img {
	opacity: 1;
}

.intro_link_kontakt {
	margin-bottom: 10em;
	opacity: 0;
	transition: opacity 1s;
	transition-delay: 9.5s;
}

.page_init .intro_link_kontakt {
	opacity: 1;
}

.intro_link_kontakt a {
	opacity: 1;
	font-size: 1.5em;
	letter-spacing: 0.06em;
	display: inline-block;
	padding-right: 1.4em;
	transition: all 0.5s;
}

.intro_link_kontakt a:hover {
	padding-right: 0;
}

.intro_link_kontakt a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0%;
	background-color: rgba(255,0,0,0);
	bottom: 0;
	left: 0;
	transition: all 1s;
	transition-delay: 9s;
}

.page_init .intro_link_kontakt a::before {
	height: 99.5%;
}

.intro_link_kontakt a::after {
	content: '';
	width: 2em;
	height: 0.6em;
	background-image: url(/wp-content/uploads/2026/04/arrow_long.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	display: inline-block;
	filter: brightness(0) invert(1);
	margin-left: 0.6em;
	transition: all 0.5s;
}

.intro_link_kontakt a:hover::after {
	width: 3.4em;
}

.intro_content_wrapper h2 {
	opacity: 0;
	padding-top: 1.5em;
	transition: all 2s;
	transition-delay: 7.5s;
	max-width: 80%;
}

.page_init .intro_content_wrapper h2 {
	opacity: 1;
}

.skip_intro .gb_logo {
	transition-delay: 0.1s !important;
	width: 24.001em;
	top: 7.001em;
}

.skip_intro .gb_logo img {
	transition-delay: 0.1s !important;
	opacity: 0.999;
}

.skip_intro .intro_content_wrapper h2 {
	transition-delay: 0.1s !important;
	opacity: 0.999;
}

.skip_intro .intro_link_kontakt {
	transition-delay: 0.1s !important;
	opacity: 0.999;
}

.skip_intro .intro_link_kontakt a::before {
	transition-delay: 0.1s !important;
	height: 99.6%;
}

.skip_intro .intro_bg_img::after {
	transition-delay: 0.1s !important;
	background-color: rgba(83, 34, 10,0.351);
}


/* kontakt */


body.kontakt {
	background-image: url(/wp-content/uploads/2026/04/kuesnacht-6603_gold.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 28.5% center;
}

body.kontakt::after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(83, 34, 10,0.4);
	pointer-events: none;
	z-index: 3;
}

body.kontakt .wrapper {
	padding-top: 7em;
	position: relative;
	z-index: 5;
}

.logo_kontakt {
	width: 24em;	
	margin: 0 auto;
	filter: brightness(0) invert(1);
	transform: translateY(-90%);
}


#kontakt a {
	color: inherit;
}



/* footer */


#footer .block_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 3vw;
	
}

#footer .footer_cols {
	display: grid;
	grid-template-columns: 1fr auto;
font-style: normal;
font-weight: 300;
	color: #fff;
	font-size: 0.95em;
}

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


.footer_cols .col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer_cols .col1 .inner2 {
	padding-top: 1.5em;
}

.footer_cols .col2 .inner2 {
	text-align: right;
}


#footer a {
	color: inherit;
}




.btn_datenschutz, .btn_impressum {
	cursor: pointer;
}

.logo_bg_main {
	height: 6em;
	width: auto;
	position: relative;
	filter: brightness(0) invert(1);
}

.logo_bg_sym {
	height: 5.4em;
	position: absolute;
	margin-left: -4.5em;
	margin-top: -0.6em;
	filter: brightness(0) invert(1);
}

.logo_iw {
	height: 5.5em;
	width: auto;
	filter: brightness(0) invert(1);
}

.logo_iw:hover {
	/*filter: brightness(1) opacity(1);*/
}



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

figure {
	/*overflow: hidden;*/
}

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

.bu_boxen {
	gap: 2em;
}

.bu_boxen > div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bu_img_bg {
	aspect-ratio: 4/3.2;
	overflow: hidden;
}

.bu_img_bg a {
	display: contents;
}

.bu_img_bg img {	
	object-fit: cover;
	object-position: center center;
	height: 100%;
	transform: scale(1);
	transition: all 1s;
}

.bu_img_bg:hover img {
	transform: scale(1.1);
}

.box_enea .bu_img_bg img {
	object-position: right center;
}

.bu_logo {
	height: 3.7vw;
	width: auto;
	position: absolute;
	pointer-events: none;
}

.box_agh .bu_logo {
	/*height: 6vw;*/
}

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


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


.form_wrapper {
	width: 100%;
	padding: 1em 0vw 6vw 0vw;
	background-color: transparent;
}

.form_wrapper p {
	display: contents;
}

.form_wrapper form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5em 4em;
}

.def_col.checkboxen {
	grid-column: 1 / -1;
	display: flex;
	flex-direction: column;
	padding-bottom: 2em;
}

.def_col.submit_col {
	grid-column: 1 / -1;
	text-align: center;
	margin-top: 1.5em;
}

.def_col.checkboxen .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.form_wrapper input[type="text"], .form_wrapper input[type="email"], textarea, .form_wrapper select {
	border: none;
	width: 100%;
	letter-spacing: 0.05em;
	padding: 0.1em 0.1em;
	font-family: 'Nohemi';
	color: #fff;
	border-bottom: 1px solid !important;
	background-color: transparent;
	font-weight: normal;
	border-radius: 0;
	-webkit-appearance:none;
}

.form_wrapper .row_checkbox {
	padding-bottom: 1em;
}

/*
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: 0.2em;
	font-size: 0.7em;
	pointer-events: none;
}
*/



.wpcf7-checkbox .wpcf7-list-item {
	padding-left: 1.5em;
	margin: 0;
	line-height: 1.3;
	margin: 0.25em 0;
}


.wpcf7-list-item-label {
	position: relative;
	margin-left: -1.5em;
	margin-right: 4em;
}




.wpcf7-list-item-label::before {
	content: '';
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	border: 2px solid #fff;
	margin-right: 0.5em;
	margin-bottom: -0.15em;
}

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

input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	content: '';
	background-image: linear-gradient(#fff,#fff);
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: center center;
}




textarea {
	height: 4em;
}

input[type="submit"] {
	position: relative;
	border: none;
	letter-spacing: 0.15em;
	color: #fff;
	transition: all 1s;
	-webkit-appearance:none;
	border-radius: 0;	
	transform: scale(1);
	background-color: transparent;
	border-radius: 0em;
	box-shadow: none;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 0.9em 2.4em 0.7em 2.4em;
	font-size: 1.2em;
	font-weight: normal;
	font-family: 'NohemiLight';
	text-transform: uppercase;
	transition: all 0.5s;
}

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

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



.submit_btn_wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	filter: brightness(0) invert(1);
background-image: url(/wp-content/uploads/2024/11/arrow_long.svg);
	background-position: 1vw center;
	background-repeat: no-repeat;
	background-size: auto 0.85vw;
	z-index: 3;
	top: 0;
	left: 0;
	transition: all 0.5s;
}

.submit_btn_wrapper:hover::before  {
	background-position: 2vw center;
}



span.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 0.7em;
	bottom: 0em;
	right: 0em;
	color: #FFF800;
}

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;
	text-align: center;
}

.wpcf7-spinner {
	position: absolute;
}

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

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	padding-left: 1em;
	color: #dc3232;
	background-color: #fff;
}



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

form .def_col.lab_col label {
	display: grid;
	grid-template-columns: 7em auto;
}


/* 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%;*/
	font-family: 'NohemiLight';
}

.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;
	font-family: 'NohemiLight';
	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
\*------------------------------------*/


@font-face {
    font-family: 'Nohemi';
    src: url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Regular.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Regular.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'NohemiLight';
    src: url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Light.eot'); /* IE9 Compat Modes */
    src: url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Light.woff') format('woff'), /* Modern Browsers */
         url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Light.woff2') format('woff2'), /* Modern Browsers */
         url('/wp-content/themes/html5blank-stable/fonts/Nohemi-Light.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}





h2 {
  font-weight: normal;
  font-style: normal;
	font-size: 3.2em;
	line-height: 1.35;
	font-family: 'NohemiLight';
	margin: 0;
	color: #fff;
	letter-spacing: 0.1em;
}

h3 {
  font-weight: normal;
  font-style: normal;
	font-size: 1.5em;
	line-height: 1.35;
	font-family: 'NohemiLight';
	margin: 0;
	color: #fff;
	letter-spacing: 0.1em;
}

h4 {
  font-weight: normal;
  font-style: normal;
	font-size: 1.2em;
	line-height: 1.35;
	font-family: 'Nohemi';
	margin: 0;
	color: #fff;
	letter-spacing: 0.05em;
}


.wp-block-button__link {
	color: #707070;
	background-color: transparent;
	border-radius: 2em;
	box-shadow: none;
	border: 1px solid #707070;
	text-decoration: none;
	padding: 0.8em 2.4em;
	font-size: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.5s;
}

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

hr.text_trenner {
	border-top: 1px solid #707070;
	width: 50%;
	margin: 0 auto;
}


.einzug1 {
	padding-left: 12.75em;
	padding-right: 12.75em;
}





/* menu */

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

.nav_wrapper {
	display: flex;
	justify-content: flex-end;
	position: sticky;
	top: 0;
	z-index: 10;
	pointer-events: none;
font-style: normal;
font-weight: 300;
}



.menu_icon {
	pointer-events: auto;
	position: relative;
	top: 2em;
	right: 12em;
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu_icon::before {
	content: '';
	width: 0em;
	height: 1px;
	background-color: #707070;
	transform: rotate(45deg);
	position: absolute;
	transition: all 0.5s;
	pointer-events: none;
}

.menu_icon::after {
	content: '';
	width: 0em;
	height: 1px;
	background-color: #707070;
	transform: rotate(-45deg);
	position: absolute;
	transition: all 0.5s;
	pointer-events: none;
}

.nav_wrapper.active .menu_icon::before, .nav_wrapper.active .menu_icon::after {
	width: 3em;
}

.menu_icon span {
	width: 6em;
	height: 6em;
	background-color: rgba(255,0,0,0);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-weight: 400;	
	opacity: 1;
	transition: all 0.5s;
}

.nav_wrapper.active .menu_icon span {
	opacity: 0;
}

.menu_items_wrapper {
	position: absolute;
	background-color: #F6F1ED;
	right: 0;
	width: 18em;
	display: flex;
	flex-direction: column;
	top: 0;
	pointer-events: auto;
	padding: 1.7em;
	padding-top: 8.5em;
	line-height: 1.8;
	transform: translateX(-50%);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
}

.nav_wrapper.active .menu_items_wrapper {
	transform: translateX(0);
	pointer-events: auto;
	opacity: 1;
}

.menu_items_wrapper a {
	display: inline-block;
	margin: 0.3em 0;
	font-size: 0.9em;
	color: #707070;
}

.menu_items_wrapper a.active::before {
	content: '> ';
}


/* wohnungsliste */

.page-id-1625 main {
	overflow: unset;
}

#ang_iso {
	padding-bottom: 3em;
	position: relative;
}

#ang_iso h2 {
	text-align: center;
	margin-top: 3em;
}

.ang_iso_inner {
	background-color: #F6F1ED;
	position: sticky;
	top: 0;
}

.ang_iso_img {
	height: 24em;
	width: auto;
	display: flex;
	justify-content: center;
}

.ang_iso_img svg {
	height: 100%;
	width: auto;
}



.ang_list {
	display: grid;
	grid-template-columns: repeat(9, auto);
}

.whg_row {
	display: contents;
}

.whg_row a {
	color: inherit;
}

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

.whg_row > div {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	margin-top: 0.7em;
	border-bottom: 1px solid;
}

.whg_row[data-wid='dispo1'] > div, .whg_row[data-wid='pp1'] > div {
	margin-top: 2em;
}

.whg_row.row_item:hover > div {
	background-color: #707070;
	color: #fff;
}

[data-wid='dispo1'] > div, [data-wid='dispo2'] > div, [data-wid='pp1'] > div, [data-wid='pp2'] > div, [data-wid='pp1b'] > div {
	background-color: transparent !important;
	color: #707070 !important;
}

.whg_row .col1 {
	padding-left: 0.8em;
}

.whg_row.row_header {
	font-weight: 500;
	text-transform: uppercase;
}

.whg_row.row_header > div {
	border-bottom: none;
}


.whg_row[data-wid='pp1'] .col1, .whg_row[data-wid='pp2'] .col1 {
	grid-column: 1 / -3;
}

.whg_row[data-wid='pp1'] .col2, .whg_row[data-wid='pp2'] .col2,
.whg_row[data-wid='pp1'] .col3, .whg_row[data-wid='pp2'] .col3,
.whg_row[data-wid='pp1'] .col4, .whg_row[data-wid='pp2'] .col4,
.whg_row[data-wid='pp1'] .col5, .whg_row[data-wid='pp2'] .col5,
.whg_row[data-wid='pp1'] .col6, .whg_row[data-wid='pp2'] .col6,
.whg_row[data-wid='pp1'] .col7, .whg_row[data-wid='pp2'] .col7 {
	display: none;
}


#w1, #w2, #w3, #w4, #w5 {
	opacity: 0;
}

.w1 #w1, .w2 #w2, .w3 #w3, .w4 #w4, .w5 #w5 {
	opacity: 1;
}






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

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

@media only screen and (min-width : 782px)  {
	
	.anim {
		transition: all 1.5s;
	}
	
	
	
	
	
	
}





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



@media only screen and (max-width : 1750px)  {
	
	.wrapper {
		/*font-size: 0.9vw;*/
	}
	
	main section article {
		width: 70%;
	}
	
	.menu_icon {
		right: 8em;
	}
	
	.menu_items_wrapper {
		width: 14em;
	}
	
	.einzug1 {
		padding-left: 0em;
		padding-right: 0em;
	}

	
}




@media only screen and (max-width : 1400px)  {
	
	.wrapper {
		/*font-size: 1.2vw;*/
	}
	
	main section article {
		width: 86%;
	}
	
	#footer {
		padding-left: 2em;
	}

	.fancybox__caption {
		bottom: 18px;
	}
	
	.menu_icon {
		right: 0;
		top: 0;
		transition: all 0.5s;
		background-color: #F6F1ED;
	}
	
	.nav_wrapper.active .menu_icon {
		right: 8em;
	}

	.menu_items_wrapper {
		padding-top: 6em;
	}

	
	.header {
		width: 6vw;
	}
	
	.header .logo img {
		height: auto;
		max-height: 90vh;
		width: 1.2em;
	}
	
	.form_wrapper .def_col > p > * {
		/*grid-template-columns: 3fr 8fr;*/
	}
	
	.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;
	}
	

	
	h2 br {
		display: none;
	}
	
	.header_inner .logo-img {
		height: 20vmin;
	}
	
	#projekt .wp-block-columns {
		flex-direction: column-reverse;
		flex-wrap: nowrap !important;
	}
	
	#projekt .text_box {
		transform: translateX(0em) translateY(0em);
	}
		
	#projekt .button_wrapper {
		padding-left: 0em;
	}
	
	#architektur h2 {
		margin-bottom: 1em;
	}
	
	#architektur .wp-block-columns {
		flex-direction: column;
	}
	
	#architektur .text_box {
		transform: translateX(0em) translateY(0em);
	}
		
	 #architektur .button_wrapper {
		padding-left: 0em;
	}
	
	#architektur .wp-block-buttons.is-content-justification-left {
		justify-content: center;
	}
	
	
	#wohnungen .wp-block-columns {
		flex-direction: column;
		flex-wrap: nowrap !important;
	}
	
	#wohnungen .wp-block-gallery {
		transform: translateX(0em);
	}
	
	#wohnungen .text_box {
		transform: translateX(0em) translateY(0em);
	}
	
	#wohnungen .wp-block-buttons {
		justify-content: center;
	}
	
	#wohnungen .button_wrapper {
		padding-right: 0em;
	}
	
	
	
	#wohnungsangebot .wp-block-columns {
		flex-direction: column;
	}

	

	
	
	#lage .wp-block-columns {
		flex-direction: column;
		flex-wrap: nowrap !important;
	}
	
	#lage .lage_content {
		padding-top: 3em;
	}
	
	#lage .text_box {
		transform: translateX(0em) translateY(0em);
	}
	
	nav a {
		margin: 1em 1.8em;
	}
	
	
	h2.has-text-align-right {
		text-align: left;
	}
	
	.fancybox__caption {
		font-size: 18px;
		text-align: center;
	}
	
}



@media only screen and (max-width : 960px)  {
	
	
	.wrapper {
		/*font-size: 1.4vw;*/
	}
	
	
	#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;
	}
	
	.page-id-1625 #intro .intro_bg {
		height: 100vmin;
	}
	
	#intro .intro_logo img {
		height: auto;
		width: 50vmin;
	}
	
	.ang_list {
		font-size: 0.9em;
	}
	
		#footer .footer_cols {
		grid-template-columns: 1fr;
	}
	
	#footer {
		padding-top: 4em;
		font-size: 0.9em;
		padding-left: 20%;
	}
	
	.footer_cols.row2 .col2 {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	

	.footer_logo img {
		object-position: center center;
	}
	
	
	.footer_cols .col2 .inner2 {
		text-align: left;
		padding-top: 2em;
	}

	.form_wrapper form {
		grid-template-columns: 1fr;
	}
	
	.def_col.ph_col {
		display: none;
	}
	
	
}



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

	
	.wrapper {
		/*font-size: 18px;*/
	}
	
	.header .logo img {
		width: 0.8em;
	}
	
	.einzug1 {
		padding-left: 0em;
		padding-right: 0em;
	}
	
	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: 3em;
	width: 100%;
	}
	
	.form_wrapper {
		width: 100%;
		padding: 0;
	}
	
.datenschutz_wrapper, .impressum_wrapper {
		width: 100%;
		left: -105%;
	}
	
	.wpcf7-spinner {
		left: 0;
		bottom: -2em;
	}
	

	
	
	.submit_btn_wrapper::before {
		background-position: 1em center;
		background-size: auto 0.75em;
	}
	
	
	
	
	.menu_icon_ct {
		width: 4em;
		height: 4em;
	}
	

	
	.menu_icon_line {
		height: 0.2em;
	}
	
	.menu_icon_line.line1 {
		transform: translateY(-0.75em);
	}
	
	.menu_icon_line.line3 {
		transform: translateY(0.75em);
	}
	
	
	
	.ang_wrapper_inner, .ang_wrapper_sub {
		grid-template-columns: 1fr;
	}
	

	
	.ang_iso_inner {
		transform: translateY(0);
	}
	
	.ang_iso_img {
		width: 70vmin;
		margin: 0 auto;
		margin-bottom: 0;
		height: auto;
	}
	
	.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%;
	}
	
	.bu_logo {
		height: 12vw;
	}
	
	.box_agh .bu_logo {
		height: 21vw;
	}
	
	.form_wrapper .def_col > p > * {
		/*grid-template-columns: 1.4fr 2fr;*/
	}
	
	#intro .intro_bg {
		height: 180vw;
	}
	
	#intro .logo_ovl, .page-id-1625 #intro .logo_ovl {
		height: auto;
		width: 80%;
	}
	
	#intro .logo_ovl img {
		height: auto;
		width: 100%;
	}
	
	h2 {
		font-size: 1.3em;
	}
	
	.whg_row .col2, .whg_row .col4, .whg_row .col5, .whg_row .col6, .whg_row .col7 {
		display: none;
	}
	
	.ang_list {
		grid-template-columns: repeat(4, auto);
	}
	
	
	.logo_kontakt {
		width: 18em;
	}
	
	.page_init .gb_logo {
		width: 18em;
	}
	
	.intro_link_kontakt a {
		font-size: 1.1em;
	}
	
}





@media only screen and (max-width : 600px)  {
	
	.rt_desk {
		display: none;
	}
	
	.rt_mobile {
		display: inherit;
	}
	
	
	.wrapper {
		/*font-size: 16px;*/
		line-height: 1.6;
	}
	
	.header .logo img {
		width: 0.85em;
	}
	
	.datenschutz_close {
		top: 2em;
	}
	
	.datenschutz_ct {
		padding-left: 1em;
		padding-top: 5em;
		padding-right: 5em;
	}
	
	.datenschutz_close {
		top: 0.5em;
		right: 0.5em;
	}
	
	
	span[data-name="AufmerksamDurch"] {
		letter-spacing: normal;
	}
	
	.plzort_wrapper {
	grid-template-columns: 1fr;
	grid-gap: 0em;
}
	
	
	
	


	.we .text_ct, .row_pp {
		-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	}

	.isoview_ctrl {
		left: 1em;
	}
	
	.isoview_ctrl.isoview_next {
		right: 1em;
	}
	
	.wp-block-button__link {
		font-size: 1.3em;
	}
	
	.lage_slide_wrapper .wp-block-button__link {
		font-size: 1em;
	}
	

	

	.menu_ico_ct {
		width: 2.4em;
		height: 2.4em;
	}

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

	
	#Interesse {
		flex-direction: column;
	}
	
	.response_wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}
	
	.menu_icon span {
		width: 5em;
		height: 5em;
	}
	
	.nav_wrapper.active .menu_icon {
		right: 8.5em;
	}
	
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		height: 2.6em;
	}
	
	.menu_items_wrapper a {
		font-size: 1em;
	}
	
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		letter-spacing: -0.05em;
	}
	
	.whg_row .col9 {
		text-align: center;
	}
	
	.page-id-1625 #footer {
		padding-top: 3em;
		font-size: 1em;
		padding-left: 17%;
	}
	
	.page-id-1625 #footer article {
		width: 100%;
	}
	
	.footer_cols .col1 .inner1 {
		font-size: 0.8em;
	}
	
	.logo_iw {
		height: 4em;
	}
	
}












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