/*
	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;
	font-family: "Source Sans 3", sans-serif;
  font-weight: 350;
  font-style: normal;
	background-color: #fff;
	font-optical-sizing: auto;
}
/* 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:#4C8C8A;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border: none;
}

strong, b {
	font-weight: 600;
}

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

/* wrapper */
.wrapper {
	font-size: 2.8rem;
	line-height: 1.4;
}

section {
	overflow: hidden;
}

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


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


/* logo */

.logo {
	position: absolute;
	height: 20vh;
	width: auto;
	top: 14vh;
	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%);
}

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

.impressum .logo img {
	filter: brightness(0) invert(1);
}

/* nav */

.mob_menu_icon {
	display: none;
}

.nav_wrapper {
	background: #0D3B72;
background: linear-gradient(45deg, rgba(13, 59, 114, 0.8) 0%, rgba(76, 140, 138, 0.8) 100%);
	backdrop-filter: blur(0.15em) brightness(0.8);
	-webkit-box-shadow: 0px 0px 0.5em 0 rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0.5em 0 rgba(0,0,0,0.3);
	position: sticky;
	top: 0;
	z-index: 5;
	height: 4em;
}


.nav {
	padding: 1em 0;	
}

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

.nav a {
	color: #fff;
	font-weight: 600;
	display: inline-block;
	position: relative;
	opacity: 1;
	font-size: 0.9em;
}

.nav a::before {
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #fff;
	left: 50%;
	top: 110%;
	opacity: 1;
	transition: all 0.5s;
}

.nav a.active::before {
	left: 0%;
	width: 100%;
}

.nav a:hover {
	opacity: 0.8;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	background: #0D3B72;
background: linear-gradient(45deg, rgba(13, 59, 114, 1) 0%, rgba(76, 140, 138, 1) 100%);
	margin: 0 auto;
	color: #fff;
	padding: 1em 0;
}

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

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

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


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

/* Home */

.home .header {
	height: 100vh;
	background-position: center top;
}

.page-id-164 .header {
	height: calc(100vh - 4em);
	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'], .submit_btn_wrapper {
	grid-column: span 2;
}

.contact_form_wrapper .form_checkbox_wrapper {
	padding-right: 1.4em;
	color: #0D3B72;
}

.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 #0D3B72;
	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/2025/09/rs_ico_check.svg);
	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(166, 200, 224,0.1);
	border-bottom: 2px solid #fff;
	width: 100%;
	padding: 0.6em 0.75em 0.4em 0.75em;
	border: none;
	outline: none;
	font-weight: 400;
	/*border-bottom: 3px solid #F2F2F1;*/
	font-family: "Source Sans 3", sans-serif;
	color: #0D3B72;
}

.contact_form_wrapper input[type='text']:focus, .contact_form_wrapper input[type='email']:focus, .contact_form_wrapper textarea:focus  {
	background-color: #fff;
	border-bottom: 2px solid rgb(166, 200, 224);
}



.contact_form_wrapper textarea  {
	height: 8em;
}

.contact_form_wrapper input[type='submit'] {
	 border: none;
	background-color: #0D3B72;
	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: #4C8C8A;
}

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

.cf-turnstile {
	position: absolute;
}


/*------------------------------------*\
    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;
	width: calc(100vw - ((100vw - 1400px) / 2));
	height: 26vw;
	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;
}



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



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: 300;
font-style: normal;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	line-height: normal;
	font-family: "Merriweather Sans", sans-serif;
}

h3 {
	font-size: 2.8em;
	font-weight: 700;
	font-style: normal;
	color: #0D3B72;
	background: #0D3B72;
background: linear-gradient(45deg, rgba(13, 59, 114, 1) 0%, rgba(76, 140, 138, 1) 100%);
	margin-top: 0.2em;
	line-height: normal;
	margin-bottom: 0.8em;
	font-family: "Merriweather Sans", sans-serif;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	
}




h4 {
	font-size: 1.5em;
	font-weight: 700;
	font-style: normal;
	color: #0D3B72;
	margin-top: 0.2em;
	line-height: normal;
	margin-bottom: 0.8em;
	font-family: "Merriweather Sans", sans-serif;
}

h5 {
	font-size: 1.2em;
	font-weight: 700;
	font-style: normal;
	color: #0D3B72;
	margin-top: 0.2em;
	line-height: normal;
	margin-bottom: 0.8em;
	font-family: "Merriweather Sans", sans-serif;
}

.hlt_txt {
	color: #0D3B72;
	font-family: "Merriweather Sans", sans-serif;
	font-size: 1.25em;
	line-height: 1.5;
}

.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 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_wrapper_inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}


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

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

.whg_row {
	display: contents;
}

.whg_row.row_header {
	color: #0D3B72;
}

.whg_row.row_header > div {
	display: flex;
	align-items: flex-end;
	color: #0D3B72;
	font-weight: 500;
	border-bottom: 2px solid;
}

.whg_row > div {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #a6c8e0;
}

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

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

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

.row_item:hover > div {
	background-color: rgba(166, 200, 224, 0.2);
}

.ang_iso {
	margin-bottom: 1.5em;
	position: relative;
	width: 16%;
}

.ang_iso_inner {
	position: sticky;
	top: 8em;
}

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



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

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


.st_reserviert {
	color: #999;
}

.st_reserviert .col_gr a {
	display: 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);
	}
	
	figure.anim {
		opacity: 0;
		transform: scale(0.8);
	}
	
	figure.anim.inview {
		opacity: 1;
		transform: scale(1);
	}
	
	
	.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)  {
	
	.pg_img1 img, .pg_img2 img {
		width: calc(100vw - 25px);
	}
	
}




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


@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: 100vw;
		background-size: 270% auto;
	}
	
	header video {
		/*object-position: center center;*/
	}
	
	.logo {
		width: 80%;
		height: auto;
		transform: none;
		left: 10%;
		top: 12vw;
	}
	
	h2 {
		font-size: 0.9em;
	}
	
	h3 {
		font-size: 2.1em;
	}

	
	.nav_wrapper {
		background-color: transparent;
		background: unset;
		display: flex;
		padding: 0 5vw;
		justify-content: flex-end;
		-webkit-box-shadow: 0px 0px 0.5em 0 rgba(0,0,0,0);
	box-shadow: 0px 0px 0.5em 0 rgba(0,0,0,0);
		backdrop-filter: unset;
	}
	
	.nav {
		position: absolute;
		background-color: #fff;
		width: 50%;
		padding: 5vw;
		opacity: 0;
		left: 5vw;
		border-bottom: 5px solid #0D3B72;
		pointer-events: none;
		transition: all 0.5s;
	}
	
	.nav a {
		color: #0D3B72;
	}
	
	.nav a::before {
		background-color: #0D3B72;
	}
	
	.menuopen .nav {
		width: calc(100% - 10vw);
		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: #fff;
		z-index: 3;
		position: relative;
		margin-top: 1em;
		margin-right: 1em;
		border: 2px solid #0D3B72;
	}
	
	.mob_menu_icon::before {
		content: '';
		width: 1em;
		height: 2px;
		background-color: #0D3B72;
		position: absolute;
		transform: rotate(0) translateY(-4px);
		transition: all 0.5s;
	}
	
	.mob_menu_icon::after {
		content: '';
		width: 1em;
		height: 2px;
		background-color: #0D3B72;
		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);
	}

	
	.amini_wrapper {
		top: -7.25vw;
		right: 0;
	}
	
	.intro_wrapper {
		position: absolute;
		top: 66vw;
		bottom: auto;
		right: 6vw;
	}
	
	.nav {
		width: calc(100% - 10vw);
	}
	
	.img_break {
		border: 5vw solid #fff;
	}
	
	main section article {
		width: calc(100% - 10vw);
	}
	
	

	
	.pg_img1 img, .pg_img2 img {
		width: 95vw;
	}
	
}



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

	.mobno {
		display: none;
	}


	.stoerer_wrapper {
		font-size: 0.8em;
	}
	
	h2.anim {
		top: -5em;
	}
	h2.anim.inview {
		top: 0em;
	}
	
	h3 em {
		font-size: 1.6em;
	}
	
	h3 {
		font-size: 1.6em;
	}
	
	h4 {
		font-size: 1.2em;
	}
	
	
	.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%;
	}
	
	.ang_list .col5, .ang_list .col6, .ang_list .col7 {
		display: none !important;
	}
	
	.ang_list {
		grid-template-columns: repeat(6, auto);
	}
	
}


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

	.logo {
		width: 60%;
		left: 20%;
	}
	
	.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"], .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;
	}
	
	.ang_iso {
		width: 24%;
	}
	
}



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