/*
	Theme Name: HTML5 Blank - Solazza 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: #54634d;
	--hlt_color2: #54634d;
	--hlt_color3: #54634d;
}
/* 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: #424143;
	font-family: "Lato", 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:#424143;
	text-decoration:none;
}
a:hover {
	color:#424143;
}
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: 600;
}


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

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.6;
	overflow-x: hidden;
}

.wohnungsangebot .wrapper {
	overflow-x: unset;
}

/* 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: #401B21;
		z-index: 5;
	transition: all 0.5s;
	-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);
}

.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: 33px 0;
}


.logo_flag {
	filter: drop-shadow(0 0 0.3em rgba(0,0,0,0.3));
	z-index: 3;
	/*position: relative;
	top: 0;*/
	position: absolute;
	top: -0.1em;
	background-color: #fff;
	transform: translateX(-10%) translateY(0);
	opacity: 1;
	transition: all 0.5s;
}

.logo_flag_inner {
	
}

.logo-img {
	height: auto;
	width: auto;
	height: 7.5em;
	max-width: none;
	
	/*clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);*/
	
	padding: 1.5em 1em 1.5em 1em;
	
	
	/*filter: brightness(0) invert(1);*/
	
}



.logo-img-small {
	height: 100%;
	width: auto;
	filter: brightness(1.2);
	opacity: 1;
	vertical-align: top;
}

header svg * { 
  transform-box: fill-box;
}

#logo_rad {
	transform: rotate(0deg);
	transform-origin: center center;
	animation: logo_rad 8s linear infinite;
}

@keyframes logo_rad {
  0%   {transform: rotate(0deg)}
  100% {transform: rotate(360deg)}
}

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

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

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

/*.miete .nav ul, .impressum .nav ul, .disclaimer .nav ul, .datenschutz .nav ul {
	display: none;
}

.miete .menu_ico_ct, .impressum .menu_ico_ct, .disclaimer .menu_ico_ct, .datenschutz .menu_ico_ct {
	display: none;
}*/

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

.nav ul li a {
	padding: 0.3em 0em 0.2em  0em;
	margin: 0 0.8em;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	letter-spacing: 0.04em;
	opacity: 1;
	font-size: 0.85em;
	border-radius: 0em;
	/*border-bottom: 2px solid transparent;*/
}

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

.current_page_item a {
	/*color: var(--hlt_color) !important;*/
	font-weight: 800 !important;
	color: #fff !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: #fff;
	opacity: 1;
	transform-origin: center center;
	position: absolute;
	display: inline-block;
	transition: all 0.5s;
}

.menuopen .menu_icon_line {
	background-color: #fff;
}

.menu_ico_ct:hover .menu_icon_line {
	background-color: #fff;
}

.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: #401B21;
	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: 2px solid #fff;
}

.footer_trn {
	display: inline-block;
	width: 1px;
	height: 1em;
	background-color: #958060;
	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 > section {
	z-index: 4;
	position: relative;
}


.wohnungsangebot main {
	overflow-x: unset;
}

.wohnungsangebot main::before, .wohnungsangebot main::after {
	display: none;
}

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

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

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

.bullet_list li::before {
	content: "";
	position: absolute;
	width: 0.6em;
	height: 0.6em;
	background-color: #958060;
	left: 0;
	top: 0.6em;
	-webkit-border-radius: 3px;
border-radius: 3px;
}

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

.home .page_banner {
	background-position: center 15%;
	height: 95vh;
}

#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: "Lato", sans-serif;
	font-weight: 400;
	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;
	font-family: "Lato", sans-serif;
}

.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 #958060;
	background-color: #fff;
	color: #958060;
	padding: 0.75em 1.5em 0.5em 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 600;
	order: 4;
	line-height: 1;
	border-radius: 0em;
	margin-top: 1em;
}

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

.ajax-loader {
	order: 2;
}

.wpcf7-spinner {
	position: absolute;
}

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

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

.hinweis_ds {
	font-size: 0.8em;
}

.hinweis_ds a {
	text-decoration: underline;
}

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



/* Lage */


.dist_tab {
	margin-bottom: 2em;
}

.dist_tab th {
	font-family: "Font Awesome 6 Pro";
	font-size: 1.6em;
	/*text-align: left;*/
	color: #958060;
	padding-bottom: 0em;
}

.dist_tab thead {
	border-bottom: 3px solid #958060;
}

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

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

.lage .page_banner {
	background-position: center 44%;
}

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

.bildwelten .page_banner {
	background-position: center 54%;
}

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

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

.datenschutz .page_banner {
	/*background-position: center top;*/
}

.impressum .page_banner {
	background-position: center 50%;
}


.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;
	padding-top: 10px;
	grid-template-columns: 1fr auto;
	z-index: 3;
	align-items: center;
}


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

#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:not(.w303) #w303 path, #iso_ct:not(.w302) #w302 path, #iso_ct:not(.w301) #w301 path,
#iso_ct:not(.w203) #w203 path, #iso_ct:not(.w202) #w202 path, #iso_ct:not(.w201) #w201 path, 
#iso_ct:not(.w103) #w103 path, #iso_ct:not(.w102) #w102 path, #iso_ct:not(.w101) #w101 path,
#iso_ct:not(.w3) #w3 path, #iso_ct:not(.w2) #w2 path, #iso_ct:not(.w1) #w1 path{
	fill: #fff;
}

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

.lvl_e #lvl3, .lvl_e #lvl2, .lvl_e #lvl1,
.lvl_1 #lvl3, .lvl_1 #lvl2, 
.lvl_2 #lvl3 {
	transform: translateY(-30px);
}


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

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

#ct_filter .filter_titel {
	font-size: 0.9em;
}

.row_head {
	grid-column: span 2;
}




.whg_row, .row_head, .whg_sub {
	display: contents;
}

.whg_row > *, .row_head > *, .whg_sub > * {
	border-bottom: 1px solid rgba(103, 95, 78, 0.6);
}

.ang_list_wrapper {
	display: grid;
	width: 100%;	
	grid-template-columns: repeat(8, auto);
}

.whg_row {
	font-weight: 400;
	font-size: 0.86em;
}

.whg_row.row_title {
	font-size: 1em;
}

.row_head > * {
	font-weight: 700;
	/*position: sticky;*/
	background-color: #fff;
	/*top: calc(350px + 1em);*/
	/*z-index: 3;*/
	font-size: 0.86em;
}

.row_title {
	
}

.row_title strong {
	color: #958060;
	font-size: 1em;
}

.row_wohnung:hover .whg_col, .row_wohnung.hov .whg_col {
	background-color: rgba(149, 128, 96, 0.2);
}

.whg_col {
	padding: 0.25em 0;
	/*font-size: 0.85em;*/
}


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

.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.col6 { text-align: right; }
.whg_col.col6b { text-align: right; }
.whg_col.col7 { text-align: right; padding-right: 0.5em; }
.whg_col.col7b { text-align: right; }
.whg_col.col8 { text-align: right; }
.whg_col.col9 { text-align: center; }

.whg_col small {
	/*display: block;*/
	margin-top: -0.4em;
}

.whg_col.col_all {
	/*padding-left: 0.5em;*/
}


.whg_col.col9 img {
	height: 1.4em;
	width: auto;
	opacity: 0.7;
	transform: scale(1);
}

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

.st_provres .col8, .st_reserviert .col8, .st_verkauft .col8 {
	color: #C11233;
}

.st_verkauft {
	opacity: 0.5;
}


.ang_sublist {
	padding-top: 2em;
}

.whg_sub .whg_col.col1 {
	grid-column: 1 / -3;
}

.ang_sub_info {
	font-size: 0.9em;
}

#iso_ct #Ebene_1 {
	opacity: 0.6;
}

.cls-112 polygon {
	fill: rgba(255,128,0, 0.5);
}

#pp, #w1, #w2, #w101, #w102, #w201 {
	opacity: 0;
}

.pp1 #pp, .whg1 #w1, .whg2 #w2, .whg101 #w101, .whg102 #w102, .whg201 #w201 {
	opacity: 0.6;
}


.row_dispo .col1 {
	grid-column: span 2;
}

.row_parking .col1 {
	grid-column: 1 / -4;
}






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

.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;
	border-radius: 0.3em;
}

#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: 1.1em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	color: #958060;
	padding-bottom: 0.6em;
	line-height: 1.3;
	text-transform: uppercase;
}

h3 {
	font-size: 2.4em;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	padding-bottom: 0.2em;	
	font-weight: 400;	
	letter-spacing: 0.1em;
	color: #401B21;
}


h4 {
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0;
	padding: 0;
	color: #958060;
	padding-bottom: 0.5em;
	line-height: 1.3;
}

h5 {
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0;
	padding-bottom: 0.3em;
	line-height: 1.3;
	color: #958060;
	/*text-transform: uppercase;*/
}

.kontakt_col {
	font-size: 0.9em;
}

.para_teaser {
	font-size: 1.2em;
	color: #958060;
	/*letter-spacing: 0.02em;*/
	font-weight: 600;
	padding-right: 6em;
}

.no_pad {
	padding: 0;
}

.hlt, .hlt a {
	color: #401B21;
}

.hlt2 {
	color: #401B21;
}


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

.wp-block-button__link {
	color: #104553;
	background-color: rgba(161, 191, 183, 0.25);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1em;
	font-weight: 500;
}

.wp-block-button__link:hover {
	background-color: rgba(161, 191, 183, 0.5);
}

.wp-block-button__link:hover a {
	color: #104553;
}


/* 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: #401B21;
	color: #fff;
	font-weight: 700;
	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-size: 1.1em;
}

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








/* Info-Stoerer */


.info_stoerer_wrapper {
	background-color: #958060;
	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% - 0.5em));
	}
	
	
}

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

	.info_teaser_box {
		right: 5%;
	}
	
}











/* home */

.home .content_home {
	background-image: url(/wp-content/uploads/sites/66/2025/04/0583_AP20_V04.jpg);
	background-size: cover;
	background-position: center center;
	height: 100vh;
	position: relative;
}

.home .content_home::after {
	content: '';
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	 background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}

.home_int_text {
	position: absolute;
	width: auto;
	height: 30vh;
	width: 50vh;
	top: 3vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
}

.home_int_text img {
	width: 80%;
	height: auto;
	filter: brightness(0) invert(1);
}

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

.btn_box_wrapper {
	z-index: 8;
	position: absolute;
	width: auto;
	height: auto;
	top: 80vh;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}

.btn_box {
	font-size: 1.5em;
	font-weight: 600;
	width: 16em;
	padding: 0.5em 0;
	border: 3px solid #fff;
	color: #fff;
	margin: 1em;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
	letter-spacing: 0.04em;
	line-height: 1.2;
	position: relative;
	transition: all 0.5s;
}

.btn_box:hover {
	/*border: 3px solid #DA7F32;*/
	color: #EA9077;
}

.btn_box .btn_txt {
	position: relative;
	z-index: 3;
}


.btn_box::before {
	content: '';
	width: 0%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
	transition: all 0.5s;
}

.btn_box:hover::before {
	width: 100%;
}

/*
#box_eigentum::after {
	content: 'Alle Wohnungen verkauft';
		font-size: 0.7em;
	position: absolute;
	background-color: var(--hlt_color);
	color: #fff;
	padding: 0.3em 0.6em;
	bottom: -1.5em;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}*/




/* miete landingpage */

.miete main > section > article {
	display: contents;
}



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



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

@media only screen and (max-width : 1600px)  {
	
	main::before, main::after {
		display: none;
	}
	
	
}


@media only screen and (max-width : 1300px)  {
	
	.logo-img {
		height: 5.8em;
		/*top: -1em;
		padding: 1.5em 1em 1em 1em;
		transform: translateX(0%);*/
	}
	
	.scrld .logo-img {
		transform: translateX(0%) translateY(-105%);
	}
	
	.logo {
		padding: 36px 0;
	}
	
	.home_int_text {
		height: 25vw;
		width: 50vw;
		top: 5vw;
	}
	
	
	
	
	.btn_box_wrapper {
		top: auto;
		bottom: 5vw;
	}
	
	.whg_col {
		font-size: 16px;
	}
	
	.nav ul li a {
		font-size: 18px;
	}
	
	.home main section {
		background-position: 99% 97%;
	}
	
	
}



@media only screen and (max-width : 1060px)  {
	
	.header_home {
		height: 45vw;
		padding-top: 5vw;
	}
	
	.home .page_banner {
		height: 75vmin;
	}
	
	
	.logo-img {
		height: 5.5em;
	}
	
	.logo {
			padding: 40px 0;
		}
	
	.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;
		
	}
	

	
	.header_inner {
		justify-content: space-between;
	}
	
	.logo-img {
		top: -1em;
	}
	
	.logo {
		height: 60px;
		width: auto;
		z-index: 3;
		padding: 20px 0;
	}
	

	
	

	
	.menu_ico_ct {
		display: inline-block;
		margin-top: 5px;
	}
	
	.nav {
		position: absolute;
		background-color: #401B21;
		width: 100%;
		right: 0;
		top: 60px;		
		padding-bottom: 1.5em;
		padding-top: 2em;
		border-bottom: 5px solid #958060;
		opacity: 0;
		width: 50%;
		pointer-events: none;
		transition: all 0.5s;
	}
	
	.scrld .nav {
		
	}
	
	.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;
	}
	
}



@media only screen and (max-width : 781px)  {
	
	.mobno {
		display: none !important;
	}
	
	.mob_reverse {
		flex-direction: column-reverse !important;
	}
	
	
	
	.teaserbox_ct2 {
		width: 100px;
		height: 100px;
		font-size: 13px;
		top: 10px; 
		right: 10px;
	}
	
		.whg_col.col6b, .whg_col.col6, .whg_col.col7, .whg_col.col7b {
		display: none;
	}
	
	.ang_list_wrapper {
		grid-template-columns:  repeat(7, auto);
	}
	
	.whg_col.col1 {
		padding-left: 0;
	}
	
	
	.row_parking .col1 {
		grid-column: 1 / -3;
	}
	
	#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;
	}
	
	.logo_flag {
		transform: translateX(0%) translateY(0);
	}
	
	.scrld .logo_flag {
		transform: translateX(0%) translateY(-105%);
	}
	
	.info_teaser strong {
		font-size: 1.1em;
	}
	
	#ct_filter {
		align-self: flex-start;
	}
	
	
	
	
	.whg_col.col1 {
		padding-left: 0;
	}
	
	
	
	
}


@media only screen and (max-width : 600px)  {
	
	
	h2 {
		font-size: 0.8em;
	}
	
	h3 {
		font-size: 1.4em;
	}
	
	h4 {
		font-size: 18px;
	}
	
	
	#map_rw {
		height: 90vw;
	}
	
	main article, .header_inner {
		width: 94%;
	}
	
	.ang_head {
		top: 60px;
	}
	
	.para_teaser {
		font-size: 1.1em;
	}
	
	
	
	
	
	.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;
	}
	

	
	
	.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: 4.5em;
		padding: 0.75em 0.75em 0.75em 0.75em;
	}
	
	.whg_col.col5 {
		display: none;
	}
	
	.ang_list_wrapper {
		grid-template-columns: repeat(6, auto);
	}
	
	.whg_col.col3 {
		padding-right: 5vw;
	}
	
	.content_home {

		padding: 1em 1em;
	}
	
	.home_int_text {
		height: 30vw;
		width: 80vw;
		top: 20vw;
	}
	

	.btn_box {
		font-size: 5vw;
	}
	
	.btn_box_wrapper {
		top: auto;
		
	}
	
	#iso_ct {
		height: 33vmin;
	}
	
}


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