/*
	Theme Name: HTML5 Blank - Am Postplatz Wohlen Page
	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;
}
:root {
	--hlt_color: #79666E;
	--hlt_color2: #79666E;
	--hlt_color3: #DDD7D8;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#111;
	font-family: "din-2014", sans-serif;
font-weight: 300;
font-style: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#262930;
	text-decoration:none;
}
a:hover {
	color:#262930;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0 !important;
	border: none !important;
}

.wp-block-table td, .wp-block-table th {
	border: unset;
}

strong {
	font-weight: 700;
}

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

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.6;
}
/* header */
.header {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*border-bottom: 2px solid var(--hlt_color);*/
	align-items: center;
		background-color: #fff;
		z-index: 5;
	transition: all 0.5s;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0);
box-shadow: 0 0 15px 0 rgba(0,0,0,0);
}

.scrld .header {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

.header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* logo */
.logo {
	display: inline-block;
	height: 100px;
	padding: 0;
	width: auto;
	position: relative;
	padding: 12px 0;
}


.logo_flag {
	filter: drop-shadow(0 0 0.3em rgba(0,0,0,0.3));
	z-index: 3;
	position: relative;
	top: 0;
}

.logo-img {
	height: auto;
	width: auto;
	height: 14em;
	max-width: none;
	position: absolute;
	top: -1.5em;
	background-size: 10px auto;
	padding: 2em 1.5em;
	transition: all 0.5s;
	transform: translateX(-42%) translateY(0);
	opacity: 1;
	background-color: #fff;
	/*filter: brightness(1);*/
	
}



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

.scrld .logo-img-small {
	opacity: 1;
}

.scrld .logo-img {
	/*opacity: 0;	*/
	pointer-events: none;
	transform: translateX(-42%) translateY(-105%);
}

/* nav */
.nav {
	width: auto;
	text-align: center;
	/*background-color: #fff;*/
}

.nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	/*text-transform: uppercase;*/
	justify-content: center;
}

.nav ul li a {
	padding: 0.2em 0em;
	margin: 0 0.8em;
	display: inline-block;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: var(--hlt_color);
	letter-spacing: 0.1em;
	opacity: 1;
	border-bottom: 2px solid rgba(255,255,255,0);
}

.nav ul li a:hover {
	border-bottom: 2px solid;
	opacity: 1 !important;
}

.current_page_item a {
	/*color: var(--hlt_color) !important;*/
	font-weight: 700 !important;
	opacity: 1 !important;
}




.menu_ico_ct {
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	padding: 0px;
	z-index: 10;
	transition: all 0.5s;
	display: none;
}

.menuopen .menu_ico_ct {
	background-color: rgba(255,255,255,0);
}



.menu_icon {
	position: relative;
	width: 40px;
	display: flex;
	flex-direction: column;
	height: 40px;
}

.menu_icon_line {
	width: 100%;
	height: 4px;
	background-color: var(--hlt_color);
	opacity: 1;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	transition: all 0.5s;
}

.menuopen .menu_icon_line {
	background-color: var(--hlt_color);
}

.menu_ico_ct:hover .menu_icon_line {
	background-color:  var(--hlt_color);
}

.menu_icon .line1 {
	top: 5px;
}

.menu_icon .line2 {
	top: 15px;
}

.menu_icon .line3 {
	top: 25px;
}

.menuopen .menu_icon .line1 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	top: 50%;
}

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

.menuopen .menu_icon .line3 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	top: 50%;
}


/* sidebar */
.sidebar {

}
/* footer */
#footer_ct {
	width: 100%;
	height: auto;
	background-color: var(--hlt_color);
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 1em 0;
	color: #fff;
}

#footer_ct .subline_inner {
	text-align: center;
	padding: 0.5em 0;
}

#footer_ct a {
	color: #fff;
}

#footer_ct a:hover {
	border-bottom: 1px dotted;
}

.footer_trn {
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: rgba(255,255,255,0.5);
	margin: 0 1.5em;
}





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



main {
	padding-top: 60px;
	padding-bottom: 50px;
	background-color: #fff;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

main article, .header_inner {
	width: 95%;
	max-width: 1140px;
	margin: 0 auto;
}

.bullet_list {
	line-height: 1.3;
}

.bullet_list, .bullet_list ul {
	padding: 0;
	list-style: none;
}

.bullet_list li {
	margin: 0.8em 0;
	padding-left: 1.2em;
	position: relative;
}

.bullet_list ul li {
	margin: 0.3em 0;
}

.bullet_list li::before {
	content: "";
	position: absolute;
	width: 0.6em;
	height: 0.6em;
	background-color: var(--hlt_color);
	left: 0;
	top: 0.3em;
	-webkit-border-radius: 3px;
border-radius: 3px;
}

.bullet_list ul li::before {
	background-color: var(--hlt_color3);
}

.page_banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 75vh;
}





#map_rw {
	height: 70vh;
}

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




/* Kontaktformular */

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

.wpcf7-form p {
	margin: 0;
	display: contents;
}

.wpcf7-text, .wpcf7-textarea, .cfrow {
	width: 100%;
	border: none;
	margin: 0.5em 0;
	padding: 0.5em 0.25em;
	outline: none !important;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.wpcf7-textarea {
	height: 8em;	
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
	border-bottom: 1px solid rgba(0,0,0,1) !important;
}

.wpcf7-list-item, #ct_filter label {
	margin: 0 1em 0 0;
}

.wpcf7-list-item-label::before, #ct_filter label::before {
	content: "";
	position: relative;
	width: 1em;
	height: 1em;
	border: 1px solid;
	display: inline-block;
	margin-right: 0.25em;
	margin-bottom: -0.1em;
}

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

input[type="checkbox"]:checked + .wpcf7-list-item-label::before, #ct_filter input[type="checkbox"]:checked + label::before  {
	background-image: url(/wp-content/themes/html5blank-bermuda/img/ico_check.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

[data-name="Interesse_Whggr"] .wpcf7-form-control, .interesse_ct .wpcf7-checkbox, .interesse_ct .wpcf7-radio {
	display: flex;
	flex-direction: column;
	line-height: 1.8;
	padding: 0.5em 0;
}

.msdrop .wpcf7-select {
	width: 100%;
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
	border: none;
	background-color: rgba(0,0,0,0.05);
	padding: 0.5em;
}

.msdrop .wpcf7-form-control-wrap::after {
	 content: "";
    justify-self: end;
    width: 0.8em;
    height: 0.5em;
    background-color: #333;
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
	position: absolute;
	top: 0.25em;
	right: 0.5em;
	pointer-events: none;
}


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

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

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

.wpcf7-submit {
	border: 2px solid var(--hlt_color);
	background-color: #fff;
	color: var(--hlt_color);
	padding: 0.5em 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 600;
	order: 4;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
	background-color: var(--hlt_color);
	border: 2px solid var(--hlt_color) !important;
	color: #fff;
}

.ajax-loader {
	order: 2;
}

.wpcf7-spinner {
	position: absolute;
}

#int_whggr {
	display: flex;
	flex-direction: column;
}

.hinweis_ds {
	font-size: 0.8em;
	font-weight: 300;
}

.hinweis_ds a {
	text-decoration: underline;
}

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



/* Home */

/*
.home .header {
	display: none;
}

.home .wrapper {
	background-image: url(/wp-content/uploads/sites/2/2021/07/bermuda_home_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100vh;
}

.header_home {
	height: 45vh;
	padding-top: 5vh;
}

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

.content_home {
	text-align: center;
	font-size: 36px;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.04em;
}

.content_home strong {
	text-transform: uppercase;
}

.teaserbox_ct2 {
	position: absolute;
	width: 160px;
	height: 160px;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.05em;
	-moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
	top: 8vh;
	right: 10vw;
	background-color: #fff;
	-webkit-border-radius: 200px;
border-radius: 200px;
	color: #394050;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.home .btn_box_wrapper {
	display: flex;
	justify-content: center;
}

.home .btn_box {
	display: flex;
	margin: 40px 20px;
	color: #fff;
	width: 360px;
	height: 90px;
	line-height: 1.2;
	font-size: 24px;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	text-transform: uppercase;
	transition: all 0.5s;
}

.home .btn_box:hover {
	background-color: #fff;
	color: #394050;
}

*/

/* Lage */


.dist_tab {
	margin-bottom: 2em;
}

.dist_tab th {
	font-family: "Font Awesome 6 Pro";
	font-size: 1.6em;
	/*text-align: left;*/
	color: var(--hlt_color);
}

.dist_tab thead {
	border-bottom: 3px solid var(--hlt_color2);
}

.dist_tab th:first-child {
	font-family: inherit;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: 0.04em;
	padding-left: 0;
}

.dist_tab td {
	padding: 0.25em 0;
	border-top: 1px solid var(--hlt_color2);
}

.teaser_text {
	font-size: 1.2em;
}

.infobox_ct {
	padding: 0.25em 1.5em;
	background-color: rgba(240, 240, 238, 0.5);
	border-radius: 0.5em;
}

.corner_def img {
	border-radius: 0.5em;
}

.map_quad img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center bottom;
}



.wohnungsangebot .page_banner {
	background-position: center 35%;
}

.bildwelten .page_banner {
	/*background-position: center 30%;*/
}

.download .page_banner {
	background-position: center 25%;
}

.kontakt .page_banner {
	background-position: center 35%;
}





.wp-block-separator {
	border-bottom: none;
	border-color: rgba(0,0,0,0.2);
}

.banken_logos img {
	filter: grayscale(1) opacity(0.5);
	transition: all 0.5s;
}

.banken_logos a:hover img {
	filter: grayscale(0) opacity(1);
}


/* Angebot */


.ang_head {
	position: sticky;
	top: 100px;
	background-color: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	z-index: 3;
	padding-top: 0;
	padding-top: 1em;
}



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

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

.iso_ovl {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	mix-blend-mode: color;
	opacity: 0;
	filter: saturate(0.5);
}



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

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

.row_head {
	grid-column: span 2;
}



.whg_list_wrapper {
	display: grid;
	grid-template-columns: 4em repeat(10, auto);
}






.whg_row, .row_head, .whg_sub {	
	display: contents;
	width: 100%;	
}


.row_head {
	font-weight: 600;
	font-size: 1em;
}

.row_head > * {
	position: sticky;
	background-color: #fff;
	top: 392px;
	z-index: 3;
}

.row_title strong {
	color: var(--hlt_color);
	font-size: 1.4em;
	font-family: "aw-conqueror-didot", serif;
	font-weight: normal;
	display: inline-block;
	margin-right: 1em;
}

.row_hli:hover .whg_col {
	background-color: rgba(221, 215, 216, 0.4);
}

.whg_col {
	padding: 0.3em 0 0.3em 0;
	font-size: 0.85em;
	border-bottom: 1px solid var(--hlt_color);	
}

.whg_catspace .whg_col {
	padding-top: 1em;
}


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

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


.whg_col.col10 img {
	height: 1.4em;
	width: auto;
	opacity: 0.7;
	transform: scale(1);
	position: relative;
	top: -4px;
}

.whg_col.col10 img:hover {
	opacity: 1;
	transform: scale(1.2);
}

.st_provres .col9, .st_reserviert .col9, .st_verkauft .col9, .st_reserved .col9, .st_rented .col9 {
	color: #C11233;
}

.st_verkauft {
	opacity: 0.5;
}


.ang_sublist {
	padding-top: 0.5em;
}

.whg_sub .whg_col.col1 {
	grid-column: span 2;
}

.span2 {
	grid-column: span 2;
}

.whg_sub.sub1 > div {
	margin-top: 0em;
}

.whg_col.col11 a {
	background-color: var(--hlt_color);
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	padding: 0.4em 0.6em 0.25em 0.6em;
	letter-spacing: 0.07em;
	border-radius: 0;
	opacity: 0.8;
}

.whg_col.col11 a:hover {
	background-color: var(--hlt_color2);
	opacity: 1;
}

.ang_sub_info {
	font-size: 0.9em;
	padding-top: 2em;
}




#w01, #w02, #w11, #w12, #w13, #w21, #w22, #w23, #w31, #w32, #w33, #w41, #w42, #w43, #w51, #w52 {
	opacity: 0;
}


.w01 #w01, .w02 #w02, .w11 #w11, .w12 #w12, .w13 #w13, .w21 #w21, .w22 #w22, .w23 #w23, .w31 #w31, .w32 #w32, .w33 #w33, .w41 #w41, .w42 #w42, .w43 #w43, .w51 #w51, .w52 #w52 {
	opacity: 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: 2em;
}

.download_wrapper figcaption {
	/*text-transform: uppercase;*/
	letter-spacing: 0.03em;
	font-weight: 500;
	font-family: "din-2014", sans-serif;
}

.download_wrapper  img {
	width: auto;
	max-width: unset;
	height: 220px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	transform: scale(1);
	transition: all 0.5s;
}

.download_wrapper img:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}


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


.kontakt_col img {
	/*max-width: 200px;*/
	height: auto;
	margin: 10px 0;
}

.pano_frame {
	width: 100%;
	padding-top: 60%;
	position: relative;
}

.pano_frame::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: url(/wp-content/themes/html5blank-bermuda/img/bm_ico_pano.svg);
	background-size: 20% auto;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 5;
	opacity: 1;
	transition: all 0.5s;
}

.pano_frame:hover::before {
	opacity: 0;
}


.pano_frame iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.pano_fs {
	position: absolute;
	z-index: 4;
	opacity: 0.7;
	color: #fff;
	font-size: 1.4em;
	bottom: 0.7em; 
	right: 1em;
}

.pano_fs:hover {
	opacity: 1;
}

.pano_fs a {
	color: #fff;
}

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

#bw_gallery img:hover {	
	transform: scale(1.1);
}

#bw_gallery {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2em;
}

#bw_gallery .wp-block-image {
	width: 100% !important;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0);
box-shadow: 0 0 20px 0 rgba(0,0,0,0);
	transition: all 0.5s;
	overflow: hidden;
	height: 12em;
}

#bw_gallery .wp-block-image:hover {
	width: 100% !important;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
}


.map_img img {
	object-fit: cover;
	object-position: center top;
	max-height: 240px;
}

.tour360_ct {
	position: absolute;
	background-color: var(--hlt_color);
	color: #fff;
	border-radius: 100%;
	width: 8em;
	height: 8em;
	right: 20vw;
	top: 40vmin;
	text-align: center;
	line-height: 1.5;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	-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);
	cursor: pointer;
	transform: rotate(10deg);
	transition: all 0.5s;
}

.tour360_ct:hover {
	background-color: var(--hlt_color2);
	transform: rotate(-10deg);
}

.tour360_ct i {
	font-size: 1.4em;
	margin-top: 0.3em;
}



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




h2 {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
	color: var(--hlt_color2);
	padding-bottom: 0.1em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	text-transform: uppercase;
}

h3 {
	font-size: 2.1em;
	font-weight: normal;
	letter-spacing: 0.01em;
	line-height: 1.2;
	color: var(--hlt_color);
	opacity: 0.8;
	margin: 0;
	padding: 0;
	padding-bottom: 0.2em;
	font-family: "aw-conqueror-didot", serif;
}

h4 {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	padding-bottom: 0.8em;
	line-height: 1.3;
	color: var(--hlt_color);
	/*text-transform: uppercase;*/
}

.kontakt_col {
	font-size: 0.9em;
}

.para_teaser {
	font-size: 1.2em;
	color: var(--hlt_color2);
	/*letter-spacing: 0.02em;*/
	font-weight: 500;
	padding-right: 8em;
}

.no_pad {
	padding: 0;
}

.hlt {
	color: var(--hlt_color);
}

.hlt2 {
	color: var(--hlt_color2);
}


.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	background-color: #066DA6;
	font-weight: bold;
	color: #fff;	
}

.inline_link_wrapper a {
	border-bottom: 2px dotted var(--hlt_color2);
}
.inline_link_wrapper a:hover {
	border-bottom: 2px solid var(--hlt_color2);
}


/* Stoerer */


.info_teaser_box {
	padding-bottom: 0.5em;
	text-align: right;
	position: relative;
	top: -2.8em;
}

.info_teaser {
	display: inline-block;
	padding: 1em;
	background-color: var(--hlt_color2);
	color: #fff;
	font-weight: 400;
	text-align: center;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	margin-top: -160px;
	border-radius: 5px;
	transition: all 0.5s;
	line-height: normal;
	font-family: "aw-conqueror-didot", serif;
}

.info_teaser:hover {
	/*background-color: var(--hlt_color);*/
}

.info_teaser strong {
	font-size: 1.3em;
	letter-spacing: 0.04em;
	font-weight: 700;
}






/* Info-Stoerer */


.info_stoerer_wrapper {
	background-color: #a61b27;
	color: #fff;
	-webkit-box-shadow: 0 0 0.4em 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 0.4em 0 rgba(0,0,0,0.5);
	padding: 0.8em 1.6em;
	border-radius: 0.5em;
	position: absolute;
	max-width: 680px;
	top: 0;
	transform: translateY(calc(-100% + 1.5em));
}

.info_stoerer_wrapper h3 {
	font-size: 1.2em;
	color: #fff;
	font-weight: 600;
	margin-top: 0.3em;
	text-transform: none;
}

.info_stoerer_wrapper p {
	margin: 0.5em 0;
}

@media only screen and (max-width : 900px)  {
	
	.info_stoerer_wrapper {
		position: relative;
		transform: none;
		margin-bottom: 2em;
	}
	
	.info_teaser_box {
		right: 2.5%;
		position: absolute;
		top: 0;
	}
	
	.info_teaser {
		margin-top: auto;
		transform: translateY(calc(-100% + 1em));
	}
	
	
}

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

	.info_teaser_box {
		right: 5%;
	}
	
}




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



@media only screen and (min-width : 1000px)  {
	
	.home .page_banner {
		background-position: center center;
		height: 52vw;
		margin-top: 100px;
	}

	.lage .page_banner {
		background-position: center 18%;
		height: 50vw;
	}


}




@media only screen and (max-width : 2000px)  {
	
	#iso_ct {
		height: 24vmin;
	}
	
	.row_head > * {
		top: calc(24vmin + 100px + 1em);
	}
	
	.logo-img {
		height: 8em;
		top: -1.5em;
		padding: 1.5em 1em 1em 1em;
	}
	
}




@media only screen and (max-width : 1300px)  {
	
	.logo-img {
		/*height: 6.5em;
		top: -1em;*/
		padding: 1.5em 1em 1em 1em;
		transform: translateX(0%);
	}
	
	.scrld .logo-img {
		transform: translateX(0%) translateY(-105%);
	}
	
	.content_home {
		font-size: 32px;
	}
	
	.home .btn_box {
		font-size: 18px;
		width: 280px;
		height: 70px;
	}
	
	.whg_col {
		font-size: 16px;
	}
	
	.nav ul li a {
		font-size: 18px;
		margin: 0 0.5em;
	}
	
	.home main section {
		background-position: 99% 97%;
	}
	
	#ct_filter {
		font-size: 0.76em;
		line-height: 1.2;
	}
	
	
}

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

@media only screen and (max-width : 1000px)  {
	
	.header_home {
		height: 45vw;
		padding-top: 5vw;
	}
	
	.home .page_banner {
		height: 75vmin;
	}
	
	.content_home {
		font-size: 24px;
	}
	
	
	.teaserbox_ct2 {
		width: 130px;
		height: 130px;
		font-size: 16px;
		top: 20px;
		right: 20px;
	}
	
	.home .btn_box_wrapper {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	
	.home .btn_box {
		margin: 15px 0;
	}
	
	.header_inner {
		justify-content: space-between;
	}
	
	.logo-img {
		top: -1em;
	}
	
	.logo {
		height: 60px;
		width: 120px;
		z-index: 3;
		padding: 10px 0;
	}
	

	
	

	
	.menu_ico_ct {
		display: inline-block;
		margin-top: 5px;
	}
	
	.nav {
		position: absolute;
		background-color: #fff;
		width: 100%;
		right: 0;
		top: 60px;		
		padding-bottom: 1.5em;
		padding-top: 1em;
		border-bottom: 5px solid var(--hlt_color2);
		opacity: 0;
		width: 50%;
		pointer-events: none;
		transition: all 0.5s;
	}
	

	
	.nav ul {
		flex-direction: column;
	}
	
	.nav ul li a {
		/*border-bottom: 2px solid #fff;*/
		margin: 0.25em 0.5em;
	}
	
	.menuopen .nav {
		width: 100%;
		opacity: 1;
		pointer-events: auto;
			
	}
	
	

	#iso_ct svg {
	
	}
	
	.ang_head {
		top: 60px;
	}
	
	.row_head > * {
		top: calc(24vmin + 60px + 1em);
	}
	
	.download_wrapper img {
		height: 200px;
	}
	
	.pano_frame::before {
		display: none;
	}
	

	
	
	
	.para_teaser {
		padding-right: 0;
		font-size: 1.2em;
	}
	
	#bw_gallery .wp-block-image {
		height: 8em;
	}
	
	.whg_col.col7, .whg_col.col8 {
		display: none;
	}
		
	.whg_list_wrapper {
		grid-template-columns: 5em repeat(8, auto);
	}
	
	.home .page_banner {
		margin-top: 60px;
	}
	
}



@media only screen and (max-width : 781px)  {
	
	.mobno {
		display: none !important;
	}
	
	.mob_reverse {
		flex-direction: column-reverse !important;
	}
	
	.content_home {
		font-size: 18px;
		padding: 1em 1em;
	}
	
	.home_int_text {
		padding: 1em 0;
	}
	
	.home .btn_box {
		font-size: 16px;
		width: 250px;
		height: 60px;
		margin: 10px 0;
	}
	
	.teaserbox_ct2 {
		width: 100px;
		height: 100px;
		font-size: 13px;
		top: 10px; 
		right: 10px;
	}
	
	
	
	#footer_ct {
		background-size: cover;
	}
	
	.footer_trn {
		width: 1em;
		height: 1px;
		margin: 5px 0;
	}
	
	.subline_inner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.blocks-gallery-grid, .wp-block-gallery {
		flex-direction: column;
	}
	
	.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
		width: 100%;
		margin: 0.5em 0;
	}
	
	.subline_inner.row2 {
		margin: 2em 0;
	}
	
	main {
		padding-top: 50px;
	}
	
	
	
	
	.wrapper {
		font-size: 18px;
	}
	
	.wp-block-columns {
		flex-direction: column;
	}
	
	.download_wrapper .wp-block-group__inner-container {
		flex-direction: column;
	}
	
	.download_wrapper img {
		height: auto;
		width: 100%;
		max-width: 300px;
	}
	
	.kontakt_col {
		padding-top: 3em;
	}
	.page_banner {
		height: 75vmin;
	}
	
	
	
	
	.ang_head {
		display: flex;
		flex-direction: column;
		top: 60px;
	}
	
	.filter_mt::before {
		content: '+ ';
	}
	
	#ct_filter.active .filter_mt::before {
		content: '- ';
	}
	
	
	.filter_inner_ct {
		display: none;
	}
	
	#ct_filter.active .filter_inner_ct {
		display: block;
	}
	
	#iso_ct {
		width: 100%;
	}
	
	.lage .page_banner {
	}
	
	.tour360_ct {
		top: 30vmin;
	}
	
	#iso_ct {
		/*width: 50%;*/
	}
	
	.ang_sticky_ct, .ang_sublist {
		font-size: 13px;
	}
	
	.whg_col {
		font-size: 14px;
	}
	
	.row_head .whg_col {
		font-size: 13px;
	}
	
	h2 br {
		display: none;
	}
	
		.whg_col.col5, .whg_col.col6 {
		display: none;
	}
	
	
	
	
	.whg_list_wrapper {
		grid-template-columns: 5em repeat(6, auto);
	}
	
	
		.lvl_2og #lvl_attika,
	.lvl_1og #lvl_attika, .lvl_1og #lvl_2og,
	.lvl_eg #lvl_attika, .lvl_eg #lvl_2og, .lvl_eg #lvl_1og
	{
		transform: translateY(-15em);
	}
	
	
	.page_banner {
		margin-top:60px;
	}
	
	
}


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

	
	#map_rw {
		height: 90vw;
	}
	
	main article, .header_inner {
		width: 94%;
	}
	
	.ang_head {
		top: 60px;
	}
	
	.para_teaser {
		font-size: 1.1em;
	}
	
	
	
		.whg_col.col4, .whg_sub .whg_col.col11 {
		display: none;
	}
	
	.whg_sub .whg_col.col1 {
		grid-column: span 3;
	}
	
	
	.whg_list_wrapper {
		grid-template-columns: 1fr 1fr 1fr 1.3fr 1.5fr 1.3fr;
	}
	
	.whg_col.col1 {
		padding-left: 0;
	}
	
	.whg_row, .whg_sub {
		font-weight: 400;
	}
	
	#ct_filter {
		font-size: 1em;
	}

	
	.page_banner {
		height: 75vw;
	}
	

	
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
		width: 100%;
	}
	
	#bw_gallery {
		grid-template-columns: 1fr 1fr;
		grid-gap: 0.5em;
	}
	
	.nav ul li a {
		font-size: 21px;
	}
	

	
	#iso_ct {
		height: 40vmin;
	}
	
	.row_head > * {
		top: calc(40vmin + 60px + 1em);
	}
	
	h3 br {
		display: none;
	}
	
	.home main section, .lage main, .bildwelten main, .download main {
		background-image: unset;
	}
	
	.tour360_ct {
		width: 6em;
		height: 6em;
		right: 10vw;
		top: 20vmin;
	}
	
	.logo-img {
		height: 7em;
	}
	
	.kontakt_col {
		padding-top: 1em;
		text-align: center;
	}
	
}


@media only screen and (max-width : 1000px) and (orientation: landscape)  {
	
	.ang_head {
		top: 0px !important;
		position: relative !important;
	}
	
	.row_head > * {
		position: relative !important;
		top: auto !important;
	}
	
}




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



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
