/*
	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: #000;
	background-color: #EDEDED;
	font-family: "Source Sans 3", 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:#000;
	text-decoration:none;
}
a:hover {
	color:#8C7D6F;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

strong, b {
	font-weight: 500;
}

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

/* wrapper */
.wrapper {
	font-size: 1.15vw;
	line-height: 1.4;
}

section:nov(#angebot) {
	overflow: hidden;
}

main section article, .header_inner, .footer_inner {
	max-width: 70em;
	width: calc(100% - 50px);
	margin:0 auto;
	position:relative;
}

main section:not(#angebot) article, .header_inner, .footer_inner {
	overflow: hidden;
}


/* header */
.header {
	position: relative;
	width: 100%;
	height: 60vh;
	background-position: center 62%;
	background-repeat: no-repeat;
	background-size: cover;
}

.header::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 30vh;
	/*background-color: rgba(0,0,0,0.3);
	bottom: 0;
	backdrop-filter: blur(20px);
	mask: linear-gradient(transparent, black 100%);*/
	display: none;
}

.header > a {
	z-index: 2;
}


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



/* logo */

.logo {
	position: absolute;
	height: 5.6vw;
	width: auto;
	top: 8vw;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.logo img {
	height: 100%;
	width: auto;
	transition: all 2s;
	transition-delay: 0.3s;
	opacity: 0;
	transform: translateY(100%);
	filter: brightness(0) invert(1);
}

.page_loaded .logo img {
	opacity: 1;
	transform: translateY(0);
}

/* nav */

.mob_menu_icon {
	display: none;
}


.nav {
	padding: 1em 0;	
}

.nav ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.nav a {
	color: #000;
	font-weight: 400;
	display: inline-block;
	position: relative;
	font-size: 2.4em;
	transition: all 0.5s;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


.nav a:hover {
	opacity: 0.6 !important;
	letter-spacing: 0.1em;
}


	
	.nav {
		position: fixed;
		background-color: rgba(255,255,255,0.7);
		width: 100%;
		padding: 1.5vw;
		opacity: 1;
		left: 0;
		z-index: 20;
		opacity: 0;
		transform: translateY(-40%);
		pointer-events: none;
		-webkit-box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
box-shadow: 0 0 1em 0 rgba(0,0,0,0.3);
		top: 50%;
		padding-top: 3vw;
		backdrop-filter: blur(0.4em);
		font-family: 'Excrallik', sans-serif;
		transition: all 0.5s;
	}
	
	.menuopen .nav {
		transform: translateY(-50%);
		width: 100%;
		opacity: 1;
		pointer-events: auto;
	}
	
	.nav ul {
		flex-direction: column;
		text-align: center;
	}
	
	.nav ul li {
		margin: 0.5em 0;
	}
	
	.mob_menu_icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 2em;
		height: 2em;
		border-radius: 100%;
		background-color: rgba(255,255,255,1);
		z-index: 25;
		position: fixed;
		margin-top: 1em;
		margin-right: 1em;
		border: 2px solid #000;
		top: 3em;
		right: 4em;
	}
	
	.mob_menu_icon::before {
		content: '';
		width: 1em;
		height: 2px;
		background-color: #000;
		position: absolute;
		transform: rotate(0) translateY(-4px);
		transition: all 0.5s;
	}
	
	.mob_menu_icon::after {
		content: '';
		width: 1em;
		height: 2px;
		background-color: #000;
		position: absolute;
		transform: rotate(0) translateY(4px);
		transition: all 0.5s;
	}
	
	.menuopen .mob_menu_icon::before {
		transform: rotate(-45deg) translateY(0px);
	}
	.menuopen .mob_menu_icon::after {
		transform: rotate(45deg) translateY(0px);
	}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background-color: transparent;
	margin: 0 auto;
	color: #000;
	padding: 1em 0;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
	font-size: 0.8em;
	width: calc(100% - 50px);
}

.footer a {
	color: #000;
	border-bottom: 1px solid transparent;
}

.footer a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #000;
}


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

/* Home */

.home .header {
	height: 100vh;
}

.page-id-164 .header {
	height: 100vh;
	border-bottom: none;
	overflow: hidden;
}

.intro_bg {
	display: none;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	width: 100%;
	max-width: 100%;
	-webkit-mask-image: url(/wp-content/uploads/2025/09/home_head_clip.svg);
  mask-image: url(/wp-content/uploads/2025/09/home_head_clip.svg);
  mask-repeat: no-repeat;
	mask-size: auto 170%;
	mask-position: center bottom;
}

.home .intro_bg {
	display: block;
}


/* Header */




/* Page Content */

.kontakt_cols {
	position: relative;
}

.kontakt_col_left {
	padding-right: 1.5em;
}

.lead_img a {
	overflow: hidden;
}

.lead_img img {
	transform: scale(1);
	transition: transform 1s;
}

.lead_img img:hover {
	transform: scale(1.15);
}

.kontakt_logo_lp {
	margin: 1em 0;
}

.kontakt_logo_lp img {
	height: 2em;
	width: auto;
}

.kontakt_logo_amini {
	margin: 1em 0;
}

.kontakt_logo_amini img {
	height: 3em;
	width: auto;
}

.bz_line {
	background-color: #9F7A38;
	height: 1px;
	width: calc(100% - 50px);
	margin: 0 auto;
	border: none;
}




/* Formulare */

.contact_form_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0.5em;
	padding-top: 1.5em;
}

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

.contact_form_wrapper .form_checkbox_wrapper, .contact_form_wrapper [data-name='Mitteilung'], .contact_form_wrapper [data-name='Datenschutz_akzeptiert'], .contact_form_wrapper [data-name='StrasseNr'] , .submit_btn_wrapper {
	grid-column: span 2;
}

.contact_form_wrapper .form_checkbox_wrapper {
	padding-right: 1.4em;
	color: #4E5A58;
}

.contact_form_wrapper [data-name='Datenschutz_akzeptiert'] .wpcf7-list-item, .contact_form_wrapper [data-name='Interessentenliste_Eigentum'] .wpcf7-list-item, .contact_form_wrapper [data-name='Interessentenliste_Miete'] .wpcf7-list-item {
	margin-left: 0;
}

.contact_form_wrapper input[type="checkbox"] {
	display: none;
}

.contact_form_wrapper input[type="checkbox"] + span::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	border: 2px solid #4E5A58;
	background-color: #fff;
	margin-right: 0.25em;
	margin-bottom: -0.15em;
}

.contact_form_wrapper input[type="checkbox"]:checked + span::before {
	background-color: #fff;
	background-image: url(/wp-content/uploads/2024/12/bz_ico_check2.svg);
	filter: saturate(0);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.form_checkbox_wrapper .wpcf7-list-item {
	display: inline-block;
	margin: 0 2em 0 0;
}



.contact_form_wrapper input[type='text'], .contact_form_wrapper input[type='email'], .contact_form_wrapper textarea  {
	background-color: rgba(140, 125, 111,0.1);
	border-bottom: 1px solid #fff;
	width: 100%;
	padding: 0.6em 0.75em 0.4em 0.75em;
	border: none;
	outline: none;
	font-weight: 300;
	/*border-bottom: 3px solid #F2F2F1;*/
	font-family: "Source Sans 3", sans-serif;
	color: #4E5A58;
}

.contact_form_wrapper input[type='text']:focus, .contact_form_wrapper input[type='email']:focus, .contact_form_wrapper textarea:focus  {
	background-color: #fff;
	border-bottom: 1px solid #4E5A58;
}



.contact_form_wrapper textarea  {
	height: 8em;
}

.contact_form_wrapper input[type='submit'] {
	 border: none;
	background-color: #4E5A58;
	display: inline-block;
	color: #fff;
	transition: all 0.5s;
	padding: 0.5em 0.9em;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.contact_form_wrapper input[type='submit']:hover {
	background-color: #000;
}

.wpcf7-spinner {
	position: absolute;
	right: 8em;
}



.wpcf7-not-valid-tip {
	font-size: 0.6em;
	position: absolute;
	z-index: 2;
	right: 0.3em;
	bottom: 0;
}

.form_row_anrede {
	padding-top: 1em;
}

.form_row_anrede .wpcf7-checkbox span.first {
	margin-left: 0;
}


.wpcf7 form.sent .wpcf7-response-output {
	border: none !important;
	background-color: #629757;
	margin: 1em 0;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	grid-column: span 2;
	padding: 1em 0.6em;
}

.wpcf7 form.invalid .wpcf7-response-output {
	border: none !important;
	background-color: #E48600;
	margin: 1em 0;
	color: #fff;
	font-weight: 500;
	font-size: 0.9em;
	grid-column: span 2;
	padding: 1em 0.6em;
}




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

.image_row_fw {
	column-gap: 0.3em !important;
	margin-bottom: 0;
}

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

.image_row_fw .img2 img {
	object-position: center center;
}

.img_break {
	border: 25px solid #fff;
}

.plx_img_wrapper {
	border: 25px solid #fff;
	position: relative;
}

.plx_img_wrapper figure {
	height: 80vh;
}

.plx_img_wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.plx_scroll {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	bottom: 2em;
}

.plx_scroll span {
	display: inline-block;
	width: 2em;
	height: 2em;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: scale(1) rotate(45deg);
	cursor: pointer;
	transition: all 0.5s;
}

.plx_scroll span:hover {
	transform: scale(1.1) rotate(45deg);
}



.pg_img1 img {
	position: relative;
	height: 40vw;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	max-width: unset;
}

.pg_img2 img {
	position: relative;
	width: calc(100vw - ((100vw - 1400px) / 2));
	height: 26vw;
	object-fit: cover;
	object-position: center center;
	max-width: unset;
	float: right;
}


.wp-block-table.dist_tab td {
	border-bottom: 1px solid rgba(140, 125, 111, 0.5);
}

.wp-block-table.dist_tab th {
	font-weight: 500;
}


#map_rw {
	height: 70vh;
}


/* slick slider */


/* --- Dots --- */
.wp-block-gallery.slick-initialized .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    gap: 10px;
	position: relative;
	top: -3em;
}

.wp-block-gallery .slick-dots li {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

/* Nummern verstecken, Bullet anzeigen */
.wp-block-gallery .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 16px;
    height: 16px;
	background-color: rgba(255,255,255,0.5);
    padding: 0;
	border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wp-block-gallery .slick-dots li button:before {
    display: none; /* Standard Slick-Nummern komplett entfernen */
}

.wp-block-gallery .slick-dots li button:hover {
    background: rgba(255,255,255,0.9);
}

.wp-block-gallery .slick-dots li.slick-active button {
    background: rgba(255,255,255,1);
    transform: scale(1.2);
}

/* --- Custom Arrows --- */
.wp-block-gallery .slick-prev,
.wp-block-gallery .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    transition: all 0.3s ease;
}

.wp-block-gallery .slick-prev {
    left: 15px;
}

.wp-block-gallery .slick-next {
    right: 15px;
}

.wp-block-gallery .slick-prev:hover,
.wp-block-gallery .slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* Standard Slick-Pfeile entfernen */
.wp-block-gallery .slick-prev:before,
.wp-block-gallery .slick-next:before {
    font-family: inherit; /* Slick-Font überschreiben */
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
}

.wp-block-gallery .slick-prev:before {
    transform: translate(-50%, -50%) rotate(-135deg);
    left: 55%;
}

.wp-block-gallery .slick-next:before {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 45%;
}

/* --- Allgemein --- */
.wp-block-gallery.slick-initialized {
    display: block !important;
    position: relative;
}

.wp-block-gallery  figure.wp-block-image.slick-slide {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.wp-block-gallery  figure.wp-block-image.slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	font-size: 0.75em;
	font-weight: 300;
	font-family: "calendula", sans-serif;
font-weight: 300;
font-style: normal;
	background: none;
	position: absolute;
	top: 1em;
	left: 1em;
	pointer-events: none;
	text-align: left;
	/*text-shadow: 1px 1px 4px #000;*/
	text-shadow: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
	display: none !important;
}

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

@font-face {
  font-family: "VelinoCondensedDisplayCondensedLight";
  src: url('fonts/VelinoCondensedDisplayCondensedLight/font.woff2') format('woff2'), url('fonts/VelinoCondensedDisplayCondensedLight/font.woff') format('woff');
}


h1 {
	font-size: 9vw;
font-weight: 100;
font-style: normal;
	color: #fff;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0.05em 0;
	line-height: 1;
	display: inline-block;
}

h2 {
	font-size: 1em;
font-weight: 700;
font-style: normal;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	line-height: normal;
}

h3 {
	font-size: 2.8em;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.2em;
	line-height: 1.3;
	margin-bottom: 0.2em;
	margin-top: 0.4em;
	text-transform: uppercase;
	font-family: 'Excrallik', sans-serif;      
	letter-spacing: 0.05em;
}



h4 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.2em;
	line-height: 1.3;
	margin-bottom: 0.2em;
	margin-top: 0.4em;
	text-transform: uppercase;
	font-family: 'Excrallik', sans-serif;  
	letter-spacing: 0.05em;
}

h5 {
	font-weight: 400;
	font-size: 1em;
}

.hlt_txt {
	color: #8C7D6F;
	font-family: "VelinoCondensedDisplayCondensedLight";
	font-size: 1.25em;
	line-height: 1.5;
}



.wp-block-button__link {
	color: #fff;
	background-color: #4E5A58;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1em;
	font-weight: 400;
	transition: all 0.5s;
}

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

.is-style-outline .wp-block-button__link:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}








.prj_ico_box {
	margin: 1.5em 0;
}

.prj_ico_box > div {
	display: flex;
	align-items: center;
}

.prj_ico_box figure {
	width: 80px;
	height: auto;
	margin-right: 1em;
	display: inline-block;
}


.teaser_text {
	color: #9F7A38;
	font-size: 1.1em;
}

.wp-block-table td, .wp-block-table th {
	border: none;
	padding: .5em 0;
}



body figure.def_gal {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5em !important;
}

body figure.def_gal figure {
	width: 100% !important;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

body figure.def_gal figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transform: scale(1);
	transition: all 0.5s;
}

body figure.def_gal figure:hover img {
	transform: scale(1.1);
}




/* DOWNLOADS */

.download_wrapper .wp-block-group__inner-container{
	display: flex;
	flex-wrap: wrap;
}

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

.download_wrapper figcaption {
	/*text-transform: uppercase;*/
	letter-spacing: 0.03em;
	font-weight: 500;
	color: #000;
	font-size: 1em;
}

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



/* Angebot */

.ang_list_wrapper {
	width: 100%;
}


.ang_iso svg {
	height: 10em;
	width: auto;
	overflow: visible;
}

.ang_header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #EDEDED;
	position: sticky;
	top: 0;
}


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

.whg_sec_head {
	grid-column: 1 / -1;
	padding-bottom: 1em;
	padding-top: 3em;
}

.whg_row {
	display: contents;
}

.whg_row.row_header > div {
	/*color: #9F7A38;*/
	position: sticky;
	top: 10em;
	background-color: #ededed;
}

.whg_row.row_header > div {
	color: #000;
	font-weight: 500;
	border-bottom: 2px solid;
	font-weight: 600;
}

.whg_row > div {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}

.col_gr {
	text-align: center;
	justify-content: center;
}

.whg_row .col2, .whg_row .col3 {
	text-align: center;
}

.whg_row .col4, .whg_row .col5, .whg_row .col6, .whg_row .col7 {
	text-align: right;
}

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

.whg_row .col1 {
	padding-left: 0.25em;
	font-weight: 500;
}

.row_item:hover > div {
	background-color: rgba(78, 90, 88, 0.1);
}

.ang_iso {

}

.ang_iso_inner {

}



.ang_disclaimer {
	font-size: 0.8em;
}


#w001, #w101, #w201, #w301, #w401, #w501 {
	opacity: 0;
}

.wa001 #wa001 *, .wa002 #wa002 *, .wa101 #wa101 *, .wa102 #wa102 *, .wa103 #wa103 *, .wa201 #wa201 *, .wa202 #wa202 *, .wa203 #wa203 *, .wa301 #wa301 *, .wa302 #wa302 *, .wa303 #wa303 *, .wa401 #wa401 * {
	fill: #67633b !important;
}

#lvl1, #lvl2, #lvl3, #lvl4 {
	transition: all 0.5s;
	transform: translateY(0);
}

.f0 #lvl4, .f0 #lvl3, .f0 #lvl2, .f0 #lvl1 ,
.f1 #lvl4, .f1 #lvl3, .f1 #lvl2, 
.f2 #lvl4, .f2 #lvl3,
.f3 #lvl4
{
	transform: translateY(-1.8em);
}


.st_reserviert {
	color: #888;
}

.st_reserviert .col_gr a {
	display: none;
}

.dist_box {
	height: 8.5em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-left: 1em;
	border-left: 1px solid;
}

.dist_box .wp-block-columns {
	margin-bottom: 0;
}

.dist_box p {
	display: contents;
}

.dist_box img {
	height: 2em;
	width: 2em;
	object-fit: contain;
	object-position: center center;
}




/* Bilder nicht selektierbar / draggbar machen */
img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}


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



@media only screen and (min-width : 782px)  {
	
	.anim {
		transition: all 1.5s;
	}
	
	.intro_bg.anim {
		transition: all 1.5s, transform 6s, object-position 12s;
		opacity: 0;
		object-position: center 0%;
		transform: scale(1.2);
	}
	
	.intro_bg.anim.inview {
		opacity: 1;
		object-position: center 100%;
		transform: scale(1);
	}
	
	h2.anim {
		transform: translateY(-4em);
		opacity: 0;
	}
	h2.anim.inview {
		transform: translateY(0em);
		opacity: 1;
	}
	
	h3.anim  {
		transform: translateX(3em);
		opacity: 0;
		display: inline-block;
		transition: all 1.5s;
	}
	h3.anim.inview  {
		transform: translateX(0em);
		opacity: 1;
	}
	

	
	p.anim {
		opacity: 0;
		transform: translateX(4em);
	}
	
	p.anim.inview {
		opacity: 1;
		transform: translateX(0);
	}
	
	
	.prj_ico_box.anim figure {
		transition: all 1.5s;
		opacity: 0;
		transform: translateX(-2em);
	}
	.prj_ico_box.anim.inview figure {
		opacity: 1;
		transform: translateX(0em);
	}
	.prj_ico_box.anim p {
		transition: all 1.5s;
		opacity: 0;
		transform: translateX(2em);
	}
	.prj_ico_box.anim.inview p {
		opacity: 1;
		transform: translateX(0em);
	}
	
	.page_img1.anim {
		transform: scale(0.8);
		opacity: 0;
	}
	.page_img1.anim.inview {
		transform: scale(1);
		opacity: 1;
	}
	
		.page_img2.anim {
		transform: scale(0.8);
		opacity: 0;
	}
	.page_img2.anim.inview {
		transform: scale(1);
		opacity: 1;
	}
	
		.page_img3.anim {
		transform: scale(0.8);
		opacity: 0;
	}
	.page_img3.anim.inview {
		transform: scale(1);
		opacity: 1;
	}
	
	.dist_tab.anim {
		opacity: 0;
		transform: translateX(4em);
	}
	
	.dist_tab.anim.inview {
		opacity: 1;
		transform: translateX(0);
	}
	
	.download_wrapper figure.anim {
		transform: scale(0.8);
		opacity: 0;
	}
	.download_wrapper figure.anim.inview {
		transform: scale(1);
		opacity: 1;
	}
	
	
	.kontakt_col_left.anim {
		opacity: 0;		
		transform: translateX(-4em);
	}	
	.kontakt_col_left.anim.inview {
		opacity: 1;
		transform: translateX(0em);
	}
	
	.kontakt_col_right.anim {
		opacity: 0;		
		transform: translateX(4em);
	}	
	.kontakt_col_right.anim.inview {
		opacity: 1;
		transform: translateX(0em);
	}
	
	
}




















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


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


	.wrapper {
		font-size: 2.1rem;
	}
	
	.header_inner, .footer_inner {
		max-width: 1000px;
	}
	
	main section article {
		max-width: inherit;
		padding-left: 5em;
	}

	
	
	
	
}


@media only screen and (max-width : 1420px)  {
	
	.lage_cols_wrapper {
		flex-direction: column;
	}
	
}




@media only screen and (max-width : 1300px)  {
	
	.wrapper {
		font-size: 2.1rem;
	}
	
	h1 {
		font-size: 12vw;
	}
	
	.stoerer_wrapper {
		font-size: 1.6vw;
	}
	
	.amini_wrapper img {
		width: 8vw;
	}
	
	.amini_wrapper span {
		font-size: 0.8vw;
	}
	
	.header_arrow_wrapper {
		bottom: 1em;
		left: calc(50% - 1.5em);
		width: 3em;
		height: 3em;
	}
	
	.header_arrow_inner {
		width: 1.5em;
		height: 1.5em;
	}
	
	.kontakt_col_left {
		padding-right: 0;
	}
	
	.ang_list .col5, .ang_list .col6 {
		display: none !important;
	}
	
	.ang_list {
		grid-template-columns: repeat(6, auto);
	}
	
	.lage_extra_wrapper {
		flex-direction: column;
	}
	
	
}


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

	
	h3 br {
		display: none !important;
	}
	
	.stoerer_wrapper {
		font-size: 0.9em;
	}
	
	main section article {
		padding-left: 0;
	}
	
	.kontakt_cols {
		flex-direction: column;
	}
	
	.plx_img_wrapper figure {
		height: auto;
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	
	
}

@media only screen and (max-width : 900px)  {
	
	.header {
		height: 100vw;
	}
	
	.home .header, .preview .header {
		height: 125vw;
	}
	
	header video {
		/*object-position: center center;*/
	}
	
	.logo {
		width: 70%;
		height: auto;
		transform: none;
		left: 10%;
		top: 12vw;
	}
	
	h3 {
		font-size: 2.1em;
	}
	
	.mob_menu_icon {
		top: 1em;
		right: 1em;
	}

	
	.amini_wrapper {
		top: -7.25vw;
		right: 0;
	}
	
	.intro_wrapper {
		position: absolute;
		top: 66vw;
		bottom: auto;
		right: 6vw;
	}
	

	
	.img_break {
		border: 5vw solid #fff;
	}
	
	main section article {
		width: calc(100% - 5vw);
	}
	
	
	.ang_list .col4 {
		display: none !important;
	}
	
	.ang_list {
		grid-template-columns: repeat(5, auto);
	}
	
	.ang_header {
		grid-template-columns: 1fr;
		top: -6em;
	}
	
	.ang_iso {
		text-align: center;
	}
	
	
}



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

	.mob_no {
		display: none;
	}


	.stoerer_wrapper {
		font-size: 0.8em;
	}
	
	h2.anim {
		top: -5em;
	}
	h2.anim.inview {
		top: 0em;
	}
	
	h3 em {
		font-size: 1.6em;
	}
	
	.lage_extra_wrapper .inline_padding {
		padding: 2.5vw;
	}
	
	
	.pg_img1 img, .pg_img2 img {
		height: 70vw;
	}
	
	.ang_wrapper_inner {
		flex-direction: column;
		align-items: center;
		grid-gap: 1em;
	}

	.ang_list_wrapper {
		width: 100%;
	}
	
	.intro_logo_amini img {
		height: 4em;
		width: auto;
		object-fit: cover;
		object-position: center center;
	}
	
}


@media only screen and (max-width : 600px)  {
	
	
	.wrapper {
		font-size: 1.8rem;
	}

	
	.contact_form_wrapper {
		grid-template-columns: 1fr;
	}
	
	.contact_form_wrapper .form_checkbox_wrapper, .contact_form_wrapper [data-name='Mitteilung'], .contact_form_wrapper [data-name='Datenschutz_akzeptiert'], .contact_form_wrapper [data-name='StrasseNr'] , .submit_btn_wrapper {
		grid-column: span 1;
	}
	
	.amini_wrapper {
		top: -12.5vw;
	}

	.amini_wrapper img {
		width: 14vw;
	}
	
	.amini_wrapper span {
		font-size: 1.6vw;
	}

	.footer_inner {
		flex-direction: column-reverse;
		text-align: center;
		font-size: 0.9em;
		padding: 1.5em 0;
	}
	
	.stoerer_wrapper {
		/*font-size: 0.6em;*/
	}
	
	.ang_list .col4 {
		display: none !important;
	}
	
	.ang_list {
		grid-template-columns: repeat(5, auto);
	}
	
	.ang_iso_inner {
		text-align: center;
	}

	
	.plx_img_wrapper figure {
		aspect-ratio: 1;
	}
	
	.nav a {
		font-size: 1.3em;
	}
	
	body figure.def_gal {
		grid-template-columns: 1fr;
	}
	
	.ang_list_wrapper {
		/*font-size: 0.86em;*/
	}
	
	.wp-block-gallery  figure.wp-block-image.slick-slide {
    	aspect-ratio: 4 / 3;
	}
	
	.wp-block-gallery .slick-prev, .wp-block-gallery .slick-next {
		width: 40px;
		height: 40px;
	}
	
	.wp-block-gallery .slick-prev::before, .wp-block-gallery .slick-next::before {
		width: 18px;
		height: 18px;
}

	
}



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