/* merriweather-300 - latin */
@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: local(''),
		 url('https://static.immoserver.ch/fonts/google/merriweather-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('https://static.immoserver.ch/fonts/google/merriweather-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-300 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-display:swap;
	src: local(''),
		url('https://static.immoserver.ch/fonts/google/lato-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('https://static.immoserver.ch/fonts/google/lato-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-regular - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-display:swap;
	src: local(''),
		url('https://static.immoserver.ch/fonts/google/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('https://static.immoserver.ch/fonts/google/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* lato-700 - latin */
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-display:swap;
	src: local(''),
		url('https://static.immoserver.ch/fonts/google/lato-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		url('https://static.immoserver.ch/fonts/google/lato-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body
{
	margin:0;
	padding: 0px;
	font-family: 'Merriweather', serif;
	overflow: hidden;
	color: #344a5a;
	letter-spacing: .065em;
	overflow: auto;
	overflow-x: hidden;
}


body.noflow
{
	overflow: hidden;
}


/*
div.scroll 
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
*/

a
{
	text-decoration: none;
	color: #344a5a;
}


.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

.hidden,
.show1200,
.show1000
{
	display: none;
}

header 
{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	background: #FFFFFF;
	z-index: 1000;
}

header a.logo
{
	display: block;
	width: 100%;
	max-width: 520px;
}

header a.logo img
{
	width: 100%;
	display: block;
}

.nav-toggle
{
	position:absolute;
	top: 3.2rem;
	right: 4rem;
	padding:0;
	cursor:pointer;
	background:none;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 81px;
	height: 61px;
	border:none;
	margin: 0em;
	z-index: 1000;
	transform: scale(0.75);
}

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

.nav-toggle span
{
	display: block;
	position: absolute;
	height: .3em;
	width: 100%;
	background: #33495a;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	border-radius: 10px;
}


.nav-toggle.open span
{
	background: #FFFFFF;
}

.nav-toggle span:nth-child(1) {top: calc(50% - 2em); }
.nav-toggle span:nth-child(2),.nav-toggle span:nth-child(3) {top: 50%; }
.nav-toggle span:nth-child(4) {top: calc(50% + 2em);}
.nav-toggle.open span:nth-child(1) {top: calc(50% - 2em); 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% + 2em); width: 0%; left: 50%; }

nav
{
	position:fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	right:0;
	top:0;
	bottom:0;
	left:0;
	text-align:center;
	transition: all .5s linear;
	pointer-events: auto;
	z-index: 900;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background-color: #33495a;
	overflow: auto;
	padding: 2rem;
}

nav.open
{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

nav a
{
	display: block;
	color: #FFFFFF;
	padding: 1.25rem;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: .075em;
	text-transform: uppercase;
}

nav a:hover,
nav a.on
{
	text-decoration: underline;
}

main
{
	
	
	
}


h1
{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 2.7em;
	line-height: 1.1em;
	text-align: center;
	max-width: 1000px;
	margin: 6rem auto 2rem auto;
	padding: 0 2rem;
	box-sizing: border-box;
}

.popup h1 strong
{
	font-weight: bold;
	font-size: 2rem;
}


.popup h1
{
	margin-top: 0px;
}

.typo
{
	text-align: center;
	max-width: 1000px;
	margin: 6rem auto 8rem auto;
	box-sizing: border-box;
	padding: 0 2rem;
	font-size: 1.2em;
	line-height: 1.4em;
}

h1 + .typo
{
	margin: 1rem auto 8rem auto;
}

.popup
{
	padding: 2em;
}

.popup .typo,
.popup h1 {
    padding: 0 0rem;
}


.typo strong
{
	display: block;	
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	line-height: 1em;
	margin: 2em 0 0em 0;
}


.popup .typo
{
	font-size: 1em;
}

.popup .typo strong
{
	display: inline;	
	font-family: inherit;
	font-size: 1em;
	margin: 2em 0 0em 0;
}


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

.headerimages
{
	height: 80vh;
}

.headerimages .slide
{
	height: 80vh;
	width: 100%;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.slideshow 
{
	background-color: #d0b97d;
	height: 74vh;
}


.slideshow .slide
{
	height: 74vh;
	width: 100%;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #d0b97d;
}



.image_title_box .inner
{
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	max-width: 1920px;
	margin: 0 auto;
}

.image_title_box.reverse .inner
{
	flex-direction: row-reverse;
}

.image_title_box.reverse h1
{
	text-align: left;
}

.image_title_box h1
{
	width: 28%;
	color: #FFFFFF;
	text-align: right;
	margin: 1rem auto 4rem auto
}


.image_title_box h1 img
{
	width: 100%; 
	max-width: 200px;
}

.image_title_box .images
{
	width: 72%;
}

.image_title_box .images img
{
	width: 100%;
}

.image_title_box .images .cycle-prev,
.image_title_box .images .cycle-next,
.slideshow .cycle-prev,
.slideshow .cycle-next
{
	position:absolute;
	top:0px;
	bottom:0px;
	display:flex;
	align-items: center;
	z-index:101;
	font-size:5em;
	color:white;
	transition:opacity .5s linear;
	cursor:pointer;
	width: 50px;
	left:0;
	padding: .5em;
}

.image_title_box .images .cycle-next,
.slideshow .cycle-next
{
	right:0px;
	left: auto;
	justify-content: flex-end;
}



.map
{
	padding-top: 38%;
	margin-top:0rem;
}


.links
{
	max-width: 1000px;
	margin: -2rem auto 8rem auto;
	box-sizing: border-box;
	padding: 0 2rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}

.links a
{
	display: block;
	width: 400px;
	text-align: center;
	color: inherit;
	font-size: 1.6em;
	text-decoration: underline;
	margin: .5em;
	line-height: 1.5em;
}

.links a img
{
	width: 100%;
	transition: all .2s; /* Animation */
}

.links a img:hover
{
	transform: scale(1.03);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.5);
} 


.typo + .highlights
{
	margin-top:-7rem;
}

.highlights
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	max-width: 1500px;
	padding: 0 2rem;
	margin: -2rem auto 8rem auto;
}

.highlights > div
{
	width: 33%;
	min-width: 480px;
	padding: 2em;
	box-sizing: border-box;
}

.highlights .big
{
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 7em;
	color: #d0b97d;
}


.highlights .small strong
{
	display: block;	
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	margin: 0em 0 0em 0;	
	color: #d0b97d;
}

.highlights .small
{
	font-size: 1.2em;
	line-height: 1.4em;	
}





.angebot .header
{
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	margin:0px auto;
	background:#ffffff;
	box-shadow: 2px 45px 15px -55px rgba(0,0,0,0.75);
}



.angebot #iso
{
	display:block;
	vertical-align: bottom;
	width: 100%;
	height: 30vh;
	box-sizing: border-box;
	margin: 0 auto;
}

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

.angebot .flat.active
{
	display: block;
	opacity: 1;
}

.angebot .flat
{
	display: block;
	opacity: 0;
}

.angebot .header .filter
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 45px;
	height: 0;
	width: 100%;
}

.angebot .header .filter > div
{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	position: relative;
}

.angebot .header .filter > div .bg
{
	background: #ebedee;
	padding: .75em;
}

.angebot .header .filter label
{
	margin-right: 1em;
	white-space: nowrap;
}


.angebot .header .button360
{
	display: block;
	width: 105px;
	position: absolute;
	left: 1em;
	bottom: -1.5em;
	transition: all .2s ease-in-out;
}

.angebot .header .button360:hover
{
	transform: scale(1.1);
}

.angebot .header .button360 img
{
	width: 100%;
}

.angebot .body
{
	margin: 0 auto;
	padding: 2em 2rem;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
}

.angebot table,
.flatdetail table
{
	width: 100%;
	margin: 0em 0 4em 0;
	font-family: 'Lato', sans-serif;
	border-collapse: collapse;
}

.flatdetail table
{
	margin-bottom: 2em;
}

.angebot caption,
.flatdetail caption
{
	font-weight: bold;
	font-size: 2.0em;
	text-align: center;
	padding: .5em .6em;
	box-sizing: border-box;
	background: #aec0b8;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
}

.angebot tr,
.flatdetail tr
{
	border-bottom: 2px solid #aec0b8;
}

.angebot tr.active
{
	background: #e7ecea;
}

.angebot table.filtered,
.angebot table tbody tr.filtered
{
	display: none;
}

.angebot thead
{
	text-transform: uppercase;
	font-size: 1.3em;
}

.angebot tbody,
.flatdetail tbody
{
	font-size: 1.1em;
}

.angebot tbody a
{
	color: inherit;
}

.angebot tbody:hover
{
	cursor: pointer;
}

.angebot th,
.angebot td,
.flatdetail th,
.flatdetail td
{
	padding: .6em .25em;
}



.angebot .status.vermietet
{
	color: red;
}

.angebot .status.reserviert
{
	color: orange;
}

.angebot .StyleB caption
{
	background: #d0b97d;
}


.angebot .offerMobile
{
	display: none;
}





.flatdetail
{
	width: 100%;
	max-width: 1200px;
	padding: 4em;
	
}

.flatdetail .fancybox-button
{
	width: 70px;
	height: 70px;
}


.flatdetail .row
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.flatdetail .row .col:nth-child(1) 
{
	width: 55%;
}

.flatdetail .row .col:nth-child(2) 
{
	width: 40%;
}

.flatdetail th
{
	text-transform: uppercase;
}

.flatdetail .preview img
{
	display: block;
	width: 100%;
	box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
}




.gallery 
{
	max-width: 1200px;
	box-sizing: border-box;
	margin: 2rem auto 8rem auto;	
	padding: 0 2rem;
}

.gallery h2
{
	text-align: center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin: 3em 0 0 0;
}

.gallery > div
{
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin: 1em 0 6em 0;
}

.gallery > div a
{
	flex: 0 1 calc(33.33% - 2em / 3);
	
}


.gallery > div a img
{
	width: 100%;
	transition: all .2s; /* Animation */
}

.gallery > div a img:hover
{
	transform: scale(1.03);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.5);
} 


.plaene
{
	max-width: 1200px;
	box-sizing: border-box;
	margin: -3rem auto 8rem auto;	
	padding: 0 2em;	
}

.plaene a
{
	display: block;
	text-align: center;
	color: inherit;
	padding: 3rem 1rem;
	background: url('../images/pdf.svg') no-repeat top center;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}

.plaene a
{
	padding: 1em 1em;
	background: none;
}

.plaene a span
{
	border-bottom: 3px solid #344a5a;
}


.downloads
{
	max-width: 1200px;
	box-sizing: border-box;
	margin: -3rem auto 8rem auto;
	padding: 0 2em;
}

.downloads a
{
	display: block;
	text-align: center;
	color: inherit;
	padding: 1.5rem 1rem;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}

.downloads a span
{
	border-bottom: 3px solid #344a5a;
}

.downloads img
{
	transition: all .2s;
}

.downloads a:hover img
{
	transform: scale(1.03);
	box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.5);
} 





.contact 
{
	max-width: 700px;
	box-sizing: border-box;
	margin: -3rem auto 8rem auto;	
	padding: 0 2em;
	font-family: 'Lato', sans-serif;
	
}

.contact p
{
	font-size: 1.2em;
}


.contact .input-group
{
	margin: 1.5em 0 1.5em -3px;	
}

.contact .input-group label
{
	white-space: nowrap;
}




.contact input[type=text],
.contact textarea,
.contact select
{
	display: block;
	width: 100%;
	padding: .75em;
	box-sizing: border-box;
	margin: 1em 0;
	font-family: inherit;
	font-size: inherit;
	border-radius: 5px;
	border: 1px solid #7d7b80;
}


.placeholder
{
	color: #767676;
}

.error, label.error
{
	color: red;
}


.contact .button
{
	max-width: 300px;
}


.button
{
	display: block;
	width: 100%;
	background: #344a5a;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	padding:.5em 1em;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0px;
	margin-bottom: 1em;
}

.button:hover
{
	background: rgba(52, 74, 90,.8);
}


.ajax-loading,
.ajax-error,
.mail.success,
.mail.error
{
	
	background: green;
	padding:3em 0em;
	text-align:center;
	color:white;
}

.ajax-error,
.mail.error
{
	background:red;
}
.ajax-form.ajax-state-success address, .ajax-form.ajax-state-loading address, .ajax-form.ajax-state-error address{
	margin-top:0px;
}
.ajax-form .ajax-loading,
.ajax-form .ajax-result,
.ajax-form .ajax-error,
.ajax-form.ajax-state-loading form,
.ajax-form.ajax-state-success form
{
	display:none;
}

.ajax-form.ajax-state-loading .ajax-loading,
.ajax-form.ajax-state-success .ajax-result,
.ajax-form.ajax-state-error .ajax-error
{
	display:block;
}
.ajax-form.ajax-state-loading .textsmall,
.ajax-form.ajax-state-success .textsmall,
.ajax-form.ajax-state-error .textsmall
{
	display: none;
}








.ansprechpartner
{
	max-width: 1000px;
	margin: -5rem auto 6rem auto;
	box-sizing: border-box;
	padding: 0 2rem;
	font-family: 'Lato', sans-serif;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ansprechpartner > div
{
	width: calc(50% - 1em);
	margin-bottom: 1em;
	min-width: 200px;
	box-sizing: border-box;
}

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

.ansprechpartner h2
{
	font-size: 1.8rem;
	text-transform: uppercase;
	margin-bottom: -.3em;
}

.ansprechpartner p
{
	font-size: 1.2em;
	line-height: 1.3em;	
}


.ansprechpartner a
{
	font-weight: bold;
	display: inline-block;
	border-bottom: 3px solid #344a5a;
}

footer
{
	background: #2d3234;
	color: #c0c0c2;
	line-height: 1.4em;
	font-family: 'Lato', sans-serif;
}

footer > div
{
	max-width: 1200px;
	box-sizing: border-box;
	padding: 2rem;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

footer .bezug
{
	width: 160px;
	position: absolute;
	right: 2rem;
	top: -80px;
}

footer .address,
footer .nav
{
	width: 50%;
}


footer .address img
{
	width: 300px;
}

footer .copy
{
	margin-top: 2em;
}

footer .nav a
{
	display: block;
	text-transform: uppercase;
}

footer .nav a.on
{
	text-decoration: underline;
}

footer a 
{
	color: #c0c0c2;
}

footer a.smallnav
{
	text-transform: uppercase;
	display: inline-block;
	margin-right: 2em;
}

@media (max-width : 1950px)
{
	.angebot .header .button360
	{
		left: 1em;
		bottom: -1em;
	}
}


@media (max-width : 1700px)
{

	body
	{
		font-size: 14px;
	}

}


@media (max-width : 1500px)
{
	.headerimages .slide
	{
		height: auto;
		padding-top: 52%;
		width: 100%;
		background-size: cover;
	}
	
	.headerimages
	{
		height: auto;
	}
	
	.image_title_box h1
	{
		width: 40%;
	}
	
	.image_title_box .images
	{
		width: 60%;
	}

}



@media (max-width : 1200px)
{

	.hide1200
	{
		display: none;
	}
	
	.show1200
	{
		display: block;
	}	

	header 
	{
		padding: 1rem;
	}

	header a.logo
	{
		max-width: 280px;
	}

	.nav-toggle
	{
		top: .9rem;
		right: 2rem;
		transform: scale(0.6);
	}

	nav a
	{
		font-size: 2em;
	}

	h1
	{
		font-size: 2em;
	}


	.downloads a,
	.plaene a
	{
		font-size: 1.0em;
	}

	.image_title_box h1 img
	{
		max-width: 100px;
	}


	.angebot .header .button360
	{
		width: 80px;
	}

	.optional
	{
		display: none;
	}

	.offerMobile
	{
		display: block;
	}

	.flatdetail .row .col:nth-child(1),
	.flatdetail .row .col:nth-child(2) 
	{
		width: 48%;
	}
	
	.map
	{
		padding-top: 0;
		height: 60vh;
		margin-top:0rem;
	}

}



@media (max-width : 1000px)
{
	.hide1000
	{
		display: none;
	}

	.show1000
	{
		display: block;
	}

	.links a 
	{
		width: 300px;
		font-size: 1.2em;
	}

	.image_title_box .images .cycle-prev,
	.image_title_box .images .cycle-next,
	.slideshow .cycle-prev,
	.slideshow .cycle-next
	{
		font-size:2.5em;
	}

	.angebot .header .button360
	{
		width: 55px;
		position: absolute;
		left: 1em;
	}

}

@media (max-width : 750px)
{
	header a.logo
	{
		max-width: 180px;
	}

	.nav-toggle
	{
		top: .2rem;
		right: .25rem;
		transform: scale(0.45);
	}

	nav a
	{
		font-size: 1.6em;
		padding: .5em 1em;
	}

	h1
	{
		font-size: 1.7em;
		margin: 2rem auto 1rem auto;
	}

	.typo
	{
		margin: 4rem auto 4rem auto;
		font-size: 1em;
	}

	.typo + .highlights
	{
		margin-top:-3rem;
	}

	h1 + .typo
	{
		margin: 1rem auto 4rem auto;
	}


	.typo + .angebot
	{
		margin-top:-2rem;
	}


	.popup h1 strong 
	{
		font-size: 1.2em;
	}

	.gallery > div a
	{
		flex: 0 1 calc(50% - 1em / 2);
	}

	.image_title_box .inner,
	.image_title_box.reverse .inner
	{
		flex-direction: column-reverse;
	}

	.image_title_box h1
	{
		width: 100%;
		margin: 2rem auto 2rem auto
	}

	.image_title_box .images
	{
		width: 100%;
	}

	.links a 
	{
		width: 220px;
		font-size: 1.0em;
	}

	.slideshow 
	{
		height: 50vh;
	}

	.slideshow .slide
	{
		height: 50vh;
		width: 100%;
		text-align: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.highlights > div
	{
		width: 100%;
		min-width: auto;
		padding: 2em 0;
	}

	.highlights .big 
	{
		font-size: 4em;
	}

	.highlights .small
	{
		font-size: 1em;
		line-height: 1.4em;
	}

	.highlights .small strong
	{
		font-size: 1.2em;
	}

	.angebot #iso
	{
		height: 35vw;
	}

	.angebot .header .filter
	{
		bottom: 27px;
	}

	.angebot .header .filter > div
	{
		padding: 0 1rem;
	}

	.angebot .header .filter > div .bg
	{
		width: 100%;
		padding: .25em .5em;
	}

	.angebot .header .filter label
	{
		margin-right: .5em;
		font-size: .8em;
	}

	.angebot .header .button360
	{
		width: 50px;
		left: auto;
		right: 1em;
		bottom: -1em;
	}

	.angebot .body 
	{
		padding: 2em 1rem;
	}

	.angebot table
	{
		margin: 0em 0 4em 0;
	}

	.angebot thead
	{
		font-size: .9em;
	}

	.angebot tbody,
	.flatdetail tbody
	{
		font-size: .9em;
	}

	.angebot caption,
	.flatdetail caption
	{
		font-size: 1.2em;
	}

	.flatdetail 
	{
		padding: 2em;
	}

	.flatdetail .fancybox-button 
	{
		width: 40px;
		height: 40px;
	}

	.fancybox-slide--html .fancybox-close-small
	{
		color:currentColor;
		padding:6px;
		right:0;
		top:0
	}

	.flatdetail .row
	{
		flex-direction: column-reverse;
	}

	.flatdetail .row .col:nth-child(1),
	.flatdetail .row .col:nth-child(2) 
	{
		width: 100%;
	}

	.flatdetail .row .col:nth-child(2)
	{
		margin-bottom: 2em;
	}

	.contact .button
	{
		max-width: none;
	}

	.ansprechpartner
	{
		margin: -2rem auto 6rem auto;
		
	}

	.ansprechpartner h2
	{
		font-size: 1.8em;
	}

	footer .address,
	footer .nav
	{
		width: 100%;
		
	}

	footer .address img
	{
		width: 200px;
	}

	footer .address
	{
		margin-bottom: 2em;
	}

	footer .bezug
	{
		width: 80px;
		top: -40px;
	}
	
}


@media (max-width : 600px)
{
	.ansprechpartner
	{
		justify-content: center;
	}

	.ansprechpartner > div
	{
		width: 100%;
	}
}


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