html,body
{
	font-family: 'PT Mono', monospace;
	margin:0;
}
.wp-block {
	max-width: 100% !important;
	margin: 0 !important;
	position: relative!important;
}

#BorlabsCookieDebugConsole {
	display: none !important;
}

.hidden
{
	display:none;
}

a
{
	color:inherit;
	text-decoration: none;
}

header
{
	padding:2rem;
}

header,
.quicknav
{
	position:fixed;
	left:0;
	top:5vw;
	z-index:200;
}

.quicknav
{
	padding:2rem 0;
	opacity:0;
	right:0;
	left:auto;
	transition: opacity .5s ease-in-out;
}

.quicknav a
{
	display:block;
	font-size:2em;
	padding:.5em;
	width:1em;
	height:1em;
	color:white;
}

.quicknav .contact
{
	background:#5b99a1;
}

.quicknav .offer
{
	background:#bbb09d;
}

header nav
{
	margin:1em 0;
}

header nav a
{
	display:block;
	text-decoration: none;
	color: white;
	font-size:1.3vw;
	line-height:1.4em;
	letter-spacing: .1em;
	transition:font-size .5s ease;
}

header nav a.active,
header nav a:hover
{
	font-size:3vw;
}

.opendays 
{
	width:12em;
	display:block;
	margin-top:2rem;
	transition: all .2s; /* Animation */
}

.opendays:hover,
.openevening:hover
{
	 transform: scale(1.2);
}

.opendays img,
.openevening img
{
	display: block;
	width:100%;
}


.openevening 
{
	width:12em;
	display:block;
	margin-top:2rem;
	transition: all .2s; /* Animation */
}




.opendays_content img
{
	display:block;
	width:100%;
	margin-bottom: 1em;
}

.opendays_content  ul 
{
    list-style-type: "– ";
	padding-left:1.2em;
}


.opendays_content .termin
{
	display:inline-block;
	background:black;
	color:white;
	font-weight: normal;
	padding: 0 .5em;
	font-size: 2em;
	margin:1em 0;
}

.opendays_content .col > .typo
{
	padding-left:6rem;
	padding-bottom:2rem;
}

.opendays_content > .col:first-child
{
	width:60%;
}

.opendays_content > .col:last-child
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width:40%;
}

.opendays_content .images
{
	margin: 1em 0;
	flex: 0 0 auto;
	width: 100%;
}
.opendays_content > .col:last-child > *{
	flex: 0 0 auto;

}
.opendays_content .slogan
{
	width:80%;
}

.nav-toggle
{
	position:relative;
	font-size:.75em;
	right:0;
	top:0;
	padding:0;
	cursor:pointer;
	background:none;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width:4em;
	height:4em;
	border:none;
	opacity:0;
}

.nav-toggle:focus
{
	outline: none;
}

.nav-toggle span
{
	display: block;
	position: absolute;
	height: .3em;
	width: 100%;
	background: white;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.nav-toggle span:nth-child(1) { top: calc(50% - 1em); }
.nav-toggle span:nth-child(2),.nav-toggle span:nth-child(3) { top: 50%; }
.nav-toggle span:nth-child(4) { top: calc(50% + 1em);}
.nav-toggle.open span:nth-child(1) { top: calc(50% - 1em); width: 0%; left: 50%;}
.nav-toggle.open span:nth-child(2) {  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.nav-toggle.open span:nth-child(3) { -webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg); }
.nav-toggle.open span:nth-child(4) {top: calc(50% + 1em); width: 0%; left: 50%; }

.scrolled .quicknav
{
	opacity:1;
}

.scrolled .nav-toggle
{
	width:3em;
	height:3em;
	opacity:1;
}

.scrolled .nav-toggle span
{
	background-color:black;
}

.scrolled header nav a
{
	color: black;
	font-size: medium;
}

.scrolled header nav a.active,
.scrolled header nav a:hover
{
	font-weight: bold;
}

.scrolled header nav
{
	display:none;
}

.scrolled header.open nav
{
	display:block;
}

.scroll
{
	position:sticky;
	bottom:0;
	text-align:center;
	z-index:101;
	display:block;
}

.scroll a
{
	font-size:5em;
}

.scroll .slogan
{
	width:20vw;
	height:10vw;
	position:absolute;
	right:2rem;
	bottom:10rem;
	background:center center/contain no-repeat;
	z-index:102;
}

.scrolled .scroll .slogan
{
	display:none;
}

.cycle-slideshow img,
.collage img
{
	width:100%;
}

h1
{
	font-weight:normal;
	margin:1em 0;
	line-height:1.4em;
}

h1 span
{
	display:inline-block;
	padding-bottom: 1em;
	border-bottom: .2em dotted black;
}

.typo
{
	margin:1em 0;
	line-height:1.8em;
}

.typo strong
{
	display:inline-block;
	background:black;
	color:white;
	font-weight: normal;
	padding: 0 .5em;
}

.tour a
{
	display:block;
}

.tour img
{
	display:block;
	width:100%;
}


.lagekarte
{
	max-width:50rem;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding:0 2rem;
}

.lagekarte img
{
	display: block;
	width: 100%;
}

section
{
	padding-bottom:1px;
	font-size:larger;
}


section > h1,
section > .typo,
main div.center,
.collage div.center
{
	max-width:50rem;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding:0 2rem;
}

section > h1
{
	padding-right:10rem;
	padding-top:2rem;
}

section > .typo
{
	padding-left:10rem;
	padding-bottom:2rem;
}

section > .slideshow.small,
section > .contact
{
	margin:1em 0;
}



input[type=text],
input[type=email],
textarea,
button,
a.button,
input[type=tel]
{
	font:inherit;
	display:block;
	border:1px solid #87919a;
	padding:.5em;
	margin:.5em 0;
}

input[type=text],
input[type=email],
textarea,
input[type=tel]
{
	width:100%;
	box-sizing: border-box;
}

button,
a.button
{
	padding:1em 6em;
	text-transform: uppercase;
	color:white;
	background:#575250;
	cursor: pointer;
	font-weight:bold;
	font-size: smaller;
	text-align:center;
}

a.button.secondary
{
	background:white;
	color:inherit;
}

label
{
	white-space: nowrap;
}

label.error
{
	display:block;
	color:red;
	font-size:smaller;
	margin-top:-.25em;
}

input.error
{
	border-color:red;
}

input[name=Email_Address]
{
	display:none;
}

.input-group label
{
	display:inline-flex;
	align-items: center;
	margin-right:.5em;
}

.input-group input
{
	font:inherit;
	margin-right:.5em;
}

.mail
{
	display:block;
	border:1px dashed red;
	padding:2em 1em;
	text-align:center;
}

.mail.success
{
	border-color:green;
	color:green;
	font-size:larger;
}

.links:nth-of-type(odd), .video + .links 
{
	background: #f1f1f1;
	overflow: hidden;
}

.links .center
{
	margin: 4rem auto;
	max-width:65em;
}

.links .inner
{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	
}

.links img
{
	margin-bottom:1em;
	transition: transform .2s; /* Animation */
}

.links .link
{
	padding:1em 2em;
}

.links span
{
	display:block;
	text-transform: uppercase;
	width:192px;
}

.links a
{
	display:block;
	text-align:center;
	
}

.links a:hover img{
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.buttons
{
	margin:1em 0;
}

.angebot
{
	background:#e8e4d9;
	padding:1px 0;
}

.angebot h1
{
	margin:2em 0;
	text-align:center;
}

.angebot div.center
{
	max-width:80em;
	margin-bottom:4rem;
}

.collage div.center
{
	margin:4rem auto;
	max-width:65em;
}

.collage .mobile
{
	display:none;
}
.angebot .filtered
{
	display:none;
}

.angebot .row > .col.left
{
	width:40%;
}

.angebot .row > .col.right
{
	width:60%;
}

.angebot .left .inner
{
	position:sticky;
	top:0;
}

.angebot .right
{
	font-size:medium;
}

.angebot table,
.popup table
{
	width:100%;
	border-collapse: collapse;
}

.popup.flatdetail img
{
	width:100%;
	border:1px solid black;
}

.contact .form
{
	margin:1em 0;
	position: relative;
}

.contact .row
{
	font-size:medium;
	align-items:flex-end;
	margin-top:2rem;
}

.contact .row .right
{
	text-align:right;
}

.logo
{
	width:20em;
}

.angebot table td,
.angebot table th,
.popup table td,
.popup table th
{
	text-align:left;
	padding: .5em;
}

.angebot table .center
{
	text-align:center;
}

.angebot table thead tr
{
	background: #6f6f6f;
	color:white;
}

.angebot table tbody tr
{
	cursor:pointer;
}

.angebot table .odd
{
	background:white;
}

.angebot table .even,
.popup table tr:nth-child(odd)
{
	background:#e5e3e4;
}

.angebot table .on
{
	background:#adcacf;
}

.angebot .filter
{
	display:flex;
	margin-bottom:1em;
	flex-wrap: wrap;
}

#brutto_slider,
#area_slider
{
	width:9em;
}

.angebot .filter .item
{
	margin-right:2em;
	margin-top:1em;
}

.angebot .filter .item > span
{
	display:block;
	margin-bottom:.5em;
}

.angebot .filter .slidertext
{
	margin-top:.5em;
}

.ie #iso 
{
	height: 580px;
}

#iso svg .level,
#iso-gewerbe svg .level
{
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease;
}

#iso svg .level.on,
#iso-gewerbe svg .level.on
{
	transform: translate(0px, -20rem);
	-webkit-transform: translate(0px, -20rem);
	-ms-transform: translate(0px, -20rem);
}

#iso svg .flat.on,
#iso svg .flat.on *,
#iso-gewerbe svg .flat.on,
#iso-gewerbe svg .flat.on *
{
	fill:#adcacf;
}

.row
{
	display:flex;
	justify-content: center;
	margin: 0 -1em;
}

.row > .col
{
	width:50%;
	padding:0 1em;
}

.row > .col-12
{
	width:100%;
	padding:0 1em;
}

.gallery .center,.video .center
{
	max-width:65em;
	margin:4rem auto;
}

.gallery .row
{
	flex-wrap: wrap;
}

.gallery .col
{
	width:auto;
}

.gallery img
{
	width:100%
}

.video video
{
	display: block;
	width: 100%;
}

.video .mobile
{
	display:none;
}

.rentactions
{
	display: flex;
	flex-wrap: wrap;
}

.rentactions .center
{
	max-width:60em;
	margin:4rem auto;
	box-sizing: border-box;
}

.rentactions .items
{
	display: flex;
	flex-wrap: wrap;
	gap: 1em;

}

.rentactions .items img
{
	display: block;
	width: 100%;
}

.rentactions .items a
{
	display: block;
	width: calc(33.3% - 2em / 3);
}
footer
{
	text-align:center;
	padding:2rem;
	background: #f1f1f1;
}

.popup
{
	width:55rem !important;
}

.popupcolored .popup, .popupcolored .popup.fancybox-content
{
	background:#fbe1d0;
}

.badges
{
	position:absolute;
	right:5vw;
	top:5vw;
	z-index:150;
	transform:rotate(15deg);
}

.badges a
{
	font-size:larger;
	width:10em;
	height:10em;
	background:white;
	border-radius: 100%;
	display:flex;
	align-items:center;
	justify-content: center;
}

.wettbewerb img
{
	width:100%;
}

.wettbewerb .typo
{
	width:50%;
	margin-top:-35%;
	font-size:larger;
}

.wettbewerb .upload
{
	display:block;
	border: 1px solid black;
	padding:2em;
	display:flex;
	flex-direction: column;
	align-items: center;
	cursor:pointer;
}

.wettbewerb .upload input
{
	margin:.5em 0;
}

.wettbewerb .upload i
{
	font-size:5em;
	padding:.25em;
}

.actions
{
	width: 500px;
	display: block;
	position: absolute;
	right:-520px;
}

.actions img
{
	display: block;
	width: 100%;
}

.flatdetail .row{
	display: block !important;
}

@media (max-width: 1890px)
{
	.actions
	{
		width: 400px;
		display: block;
		position: absolute;
		right:-420px;
	}
}

@media (min-width: 1800px)
{
	.ie #iso 
	{
		height: 350px;
	}
}


@media (max-width:1700px){

	.actions
	{
		width: 17vw;
		min-width: 10em;
		right:calc(-17vw - 1em);
	}

}
@media (max-width:1200px){

	.opendays_content .col > .typo
	{
		padding-left:0rem;
		
	}

	.opendays,
	.openevening 
	{
		width:10em;
	}
	
	.actions{
		position: static;
		float:right;

	}
}

@media (min-width:1880px)
{
	.opendays,
	.openevening 
	{
		width:14em;
	}
}

@media (min-width:1001px)
{
	.hiddenD
	{
		display:none;
	}
}


@media (max-width:1000px)
{
	.opendays,
	.openevening 
	{
		position: absolute;
		width:8rem;
		right: 1.8rem;
		top: 1rem;
		margin-top:0em;
	}
	
	.openevening 
	{
		right: 12rem;
	}
	
	

	.opendays_content > .col:first-child,.opendays_content > .col:last-child
	{
		width: 100%;
	}

	.opendays_content .col > .typo
	{
		padding-bottom: 1rem;
	}

	#iso,
	#iso-gewerbe
	{
		display:none;
	}
	
	.badges
	{
		top:10em;
	}
	
	.wettbewerb .typo
	{
		margin-top:1em;
	}
	
	.scrolled .scroll .slogan
	{
		display:block;
		bottom:8rem;
	}
	
	.hiddenM,
	.quicknav
	{
		display:none;
	}
	
	header
	{
		right:0;
		position:sticky;
	}
	
	section > h1
	{
		padding-right:2rem;
		padding-top:0;
	}
	
	section > .typo
	{
		padding-left: 2rem;
	}

	.row
	{
		display:block;
	}
	
	.row .col,
	.angebot .row > .col.left,
	.angebot .row > .col.right,
	.wettbewerb .typo
	{
		width:auto;
	}
	
	.scrolled header
	{
		background:white;
	}
	
	.quicknav,
	header
	{
		top:0;
	}
	
	.quicknav
	{
		padding:0;
	}
}


@media (max-width: 700px)
{
	header
	{
		padding:1.5rem;
	}

	section > h1, section > .typo, main div.center, .collage div.center
	{
		padding: 0 1.5rem;
	}

	.popup.fancybox-content,.links .link
	{
		padding: 1.5rem;
		padding-right: 1.5rem;
	}
	
	.collage .mobile
	{
		display: block;
	}

	.collage .desktop
	{
		display: none;
	}
	
	.rentactions .items a
	{
		width: 100%;
	}

	.video .mobile
	{
		display:block;
	}

	.video .desktop
	{
		display:none;
	}

}

@media (max-width: 500px)
{
	
	.opendays
	{
		width:6rem;
		right: 1em;
	}
	
	.openevening 
	{
		width:6rem;
		right: 8rem;
	}

	section,.popup
	{
		font-size: 14px;
	}

	
	.angebot .right
	{
		font-size: small;
	}
	
	.hiddenXS
	{
		display: none;
	}

	.popup h1
	{
		font-size: 1.4rem;
	}
	
	.logo
	{
		max-width: 100%;
	}
}