:root 
{
	--theme: #d3a537;
	--darktheme: #bc8707;
	--lighttheme: #f8e7a1;
	--light: #f7f7f7;
	--dark: #151514;
}

* 
{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body 
{
	font-size: 1.1em;
	color: var(--dark);
	font-family: 'Arimo';
	font-weight: 300;
	line-height: 1.7;
	overflow-x: hidden;
}

::selection 
{
	background-color: var(--theme);
 	color: #fff;
}

::-moz-selection 
{
  	background-color: var(--theme);
 	color: #fff;
}

h1, h2
{
	line-height: 1.3;
	font-family: 'PT Serif';
	font-style: italic;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 3.6em;
}

h2
{
	font-size: 2.6em;
}

h3
{
	line-height: 1.4;
	font-weight: 700;
	font-size: 1.7em;
}

h1 strong, h2 strong
{
	font-weight: 700;
}

.text.big p, .text.big ul, .text.big + .text.withButton p, #stickyFooterLink
{
	font-size: 1.3em;
}

h1 + p
{
	font-size: 1.3em;
	margin-top: 1em;
}

h2 + p, h2 + ul
{
	margin-top: 1.2em;
}

h3 + p, h3 + ul
{
	margin-top: 0.5em;
}

p + p, ul + p, p + ul
{
	margin-top: 1em;
}

#opener p, .text p, .text ul, .boxes, .twoColGallery, .benefits, .dividerImg p, .immobilie, #footerFlex, #stadtFilter, #copy span, .gallery, .highlights, .videoContainer, .imgContainer, .teamFlex, #formInner
{
	padding: 0px 120px;
}

.box p, .box ul, .galleryBox p, .benefits p, .immoFlex p, .highlights p, .teamFlex p, .teamFlex ul
{
	padding: 0px!important;
}

.galleryBox
{
	padding: 30px 40px;
	background-color: var(--theme);
	color: #fff;
	margin-bottom: 20px;
}

.wrap
{
	max-width: 1300px;
	display: block;
	margin: auto;
	padding: 0px 40px;
	position: relative;
}

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all 0.2s;
}

#header.scrolled
{
	background-color: var(--dark);
	top: -36px;
}

#navigation ul
{
	text-align: right;
	padding-right: 304px;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	padding: 50px 0px;
	transition: all 0.2s;
}

#header.scrolled #navigation ul li
{
	padding: 35px 0px;
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
}

#navigation ul li a:hover
{
	color: var(--theme);
}

#navigation ul li.active a
{
	color: var(--theme);
	font-family: 'PT Serif';
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 1.05em;
	font-weight: 500;
}

#navigation ul li:last-child a, #phoneLink, #instaLink
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	background-color: var(--theme);
	padding: 0.6em 1em 0.57em;
}

#navigation ul li:last-child a:hover, #phoneLink:hover, #instaLink:hover
{
	background-color: var(--darktheme);
}

#navigation ul li:last-child a
{
	font-family: 'Arimo'!important;
	font-size: 1em!important;
	letter-spacing: 0!important;
	font-style: normal!important;
	font-weight: 300!important;
}

#phoneLink
{
	text-decoration: none;
	transition: all 0.2s;
	position: absolute;
	right: 160px;
	top: 50%;
	transform: translateY(-50%);
}

#instaLink
{
	text-decoration: none;
	transition: all 0.2s;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

#logo
{
	position: absolute;
	height: 100%;
	padding: 15px 0px;
}

#languages
{
	text-align: center;
	padding: 5px 0px;
	font-size: 0.8em;
	border-bottom: 1px solid var(--theme);
}

#languages a
{
	color: #fff;
	text-decoration: none;
	margin: 0px 15px;
}

#languages a:hover
{
	color: var(--theme);
}

#languages a.active
{
	font-weight: 500;
	color: var(--theme);
	font-family: 'PT Serif';
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 1.05em;
}

#opener
{
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 20;
}

#opener.subpage
{
	min-height: 70vh;
	align-items: flex-end;
}

#openerImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0:;
	z-index: -1;
	background-size: cover;
	background-position: center;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: linear-gradient(180deg,rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 50%);
}

#openerVideo
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

#openerVideo video
{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#openerContent
{
	width: 100%;
	padding: 180px 0px 100px;
	z-index: 50;
	color: #fff;
	text-shadow: 0px 0px 1em rgba(0,0,0,0.9);
}

strong
{
	font-weight: 700;
}

.text
{
	margin: 100px 0px;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	background-color: var(--theme);
	padding: 0.6em 1em 0.57em;
	text-decoration: none;
	border-bottom: none!important;
	transition: all 0.2s;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover
{
	background-color: var(--darktheme);
}

.withButton
{
	margin-top: -75px;
}

.buttonArea 
{
	margin-top: 25px;
}

.boxes
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-bottom: -20px;
}

.withBoxes
{
	padding-top: 100px;
	position: relative;
}

.withBoxes:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: calc(50% + 40px);
	left: 0;
	top: 0;
	z-index: -1;
	background-color: var(--light);
}

.box
{
	width: calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 30px 40px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
	background-color: #fff;
}

.box .buttonArea
{
	margin-bottom: 10px;
}

.grey
{
	padding: 100px 0px;
	background-color: var(--light);
}

.text ul li
{
	position: relative;
	list-style: none;
	padding-left: 1.2em;
}

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.4em;
	height: 0.4em;
	left: 0;
	top: 0.63em;
	background-color: var(--theme);
	border-radius: 100px;
}

.inline
{
	width: 100%;
	margin-bottom: -10px!important;
}

.twoColGallery
{
	display: flex;
	align-items: flex-end;
	margin-left: -20px;
	position: relative;
}

.twoColGallery .twoColGalleryItem:nth-child(1)
{
	padding-bottom: 100px;
}

.twoColGalleryItem
{
	width: 50%;
	margin-left: 20px;
}

.twoColGalleryItem .fancybox + .fancybox
{
	margin-top: 20px;
	display: block;
}

.benefit
{
	display: block;
	position: relative;
	padding-left: 65px;
}

.benefit + .benefit
{
	margin-top: 40px;
}

.tick
{
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(tick.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	left: 0;
	top: 0.07em;
}

.withBenefits
{
	margin-top: -60px;
}

.grey + .withBoxes
{
	margin-top: -260px;
}

.dividerImg
{
	padding: 150px 0px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

.dividerImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}

.dividerImg .wrap
{
	z-index: 20;
}

.immoFlex
{
	display: flex;
}

.immoFlex .immoFlexItem:nth-child(1)
{
	width: 300px;
}

.immoFlex .immoFlexItem:nth-child(2)
{
	width: calc(100% - 300px);
	padding-left: 40px;
}

.tags
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 10px);
	border-bottom: 1px solid var(--theme);
	padding-bottom: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
}

#opener .tags
{
	margin-top: 0.6em;
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#opener .tag
{
	font-size: 1em,;
	background-color: rgba(0,0,0,0.6);
}

#openerPrice
{
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: 2px solid var(--theme);
	display: inline-block;
}

.tag
{
	display: inline-block;
	padding: 0.2em 0.7em 0.18em;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.08);
	margin-right: 10px;
}

.immoPrice
{
	font-weight: 500;
	font-size: 1.5em;
}

.immoMore
{
	position: relative;
	color: var(--theme);
	text-decoration: none;
	transition: all 0.2s;
	margin-right: 3.2em;
	border-bottom: 1px solid transparent;
}

.immoMore:hover
{
	color: var(--darktheme);
	border-bottom: 1px solid var(--darktheme);
}

.immoMore:hover:before
{
	background-color: var(--darktheme);
}

.immoMore:before
{
	content: "";
	position: absolute;
	width: 2.2em;
	height: 2.2em;
	background-color: var(--theme);
	background-image: url(right.svg);
	background-size: 48%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 1000px;
	transition: all 0.2s;
	top: 50%;
	transform: translateY(-50%);
	right: -3.2em;
}

.immoEndFlex
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.immobilien
{
	margin-top: -60px;
}

.immobilie + .immobilie
{
	margin-top: 20px;
}

.immoBox
{
	padding: 40px 40px 30px 40px;
	background-color: var(--light);
}

.divider
{
	width: 50%;
	height: 4px;
	background-color: var(--theme);
}

#footer
{
	padding: 100px 0px;
	background-color: var(--dark);
	color: #fff;
	font-size: 0.8em;
}

#footer strong
{
	font-family: 'PT Serif';
	font-style: italic;
	letter-spacing: 0.1em;
	font-weight: 500;
	font-size: 1.05em;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	border-bottom: 1px solid transparent;
}

#footer a:hover
{
	border-bottom: 1px solid #fff;
}

#footerLogo
{
	width: 68px;
}

#footerFlex
{
	display: flex;
	justify-content: space-between;
}

#footerFlex .footerFlexItem:last-child
{
	text-align: right;
}

#footerIcons
{
	display: flex;
	justify-content: flex-end;
	margin-top: 12px;
}

.footerIcon
{
	width: 2.4em;
	height: 2.4em;
	border-radius: 100px;
	border: 1px solid #fff!important;
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	transition: all 0.2s;
	margin-left: 15px;
}

.footerIcon:hover
{
	background-color: var(--theme);
	border-color: var(--theme)!important;
}

#instagram
{
	background-image: url(instagram.svg);
}

#facebook
{
	background-image: url(facebook.svg);
}

#tiktok
{
	background-image: url(tiktok.svg);
}

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--theme);
	text-decoration: none;
	border-bottom: 1px solid var(--theme);
	transition: all 0.2s;
}

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	color: var(--darktheme);
	border-bottom: 1px solid var(--darktheme);
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.8em;
	background-color: rgba(0,0,0,0.3);
	z-index: 500000;
	display: none;
	align-items: center;
	justify-content: center;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}

#cookieBox
{
	padding: 32px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 400px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
}

#cookieBoxInner
{
	position: relative;
	z-index: 100;
}

#acceptWrap
{
	text-align: center;
}

#cookieCheckboxes
{
	margin-top: 1em;
	margin-bottom: 1em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.6em;
	padding-left: 1.7em;
	cursor: pointer;
	display: block;
	margin-top: 0.25em;
}

#cookieCheckboxes input
{
	position: absolute;
	left: 0;
	top: 49%;
	transform: translateY(-50%);
}

#accepted
{
	margin-top: 0.6em;
	cursor: pointer;
}

#stadtFilterInner
{
	padding: 20px;
	border: 1px solid var(--theme);
}

#stadtFilterFlex
{
	margin-left: -10px;
	margin-bottom: -10px;
}

#stadtFilter a
{
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	background-color: rgba(0,0,0,0.08);
	color: var(--dark);
	text-decoration: none;
	padding: 0.5em 1em 0.46em;
	transition: all 0.2s;
	font-size: 0.8em;
}

#stadtFilter a:hover
{
	background-color: rgba(0,0,0,0.15);
}

#stadtFilter a.active
{
	background-color: var(--theme);
	color: #fff;
	font-weight: 500;
	font-family: 'PT Serif';
	font-style: italic;
	letter-spacing: 0.1em;
	font-weight: 500;
}

#stadtFilterLabel
{
	display: inline-block;
	font-size: 0.8em;
	background-color: var(--theme);
	color: #fff;
	padding: 0.2em 0.7em 0.18em;
}

.withFilter
{
	margin-top: -60px;
}

.grey + .dividerImg
{
	margin-top: -100px;
}

.immobilie.is-hidden 
{
	display: none;
}

#copy
{
	padding: 20px 0px 21px;
	background-color: var(--dark);
	border-top: 1px solid var(--theme);
	color: #fff;
	font-size: 0.8em;
}

.gallery
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-bottom: -20px;
}

.galleryImg
{
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.galleryItem
{
	display: block;
	width: calc(25% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	cursor: zoom-in;
}

.highlights
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-bottom: -20px;
}

.highlight
{
	width: calc(33.3% - 20px);
	padding: 25px 40px;
	display: flex;
	align-items: center;
	background-color: #fff;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.highlightInner
{
	width: 100%;
}

#stickyFooter
{
	background-color: var(--theme);
	left: 0;
	bottom: 0;
	z-index: 1000;
	position: sticky;
	position: -webkit-sticky;
	text-align: center;
	padding: 15px 0px 14px;
	z-index: 0;
}

#stickyFooterLink
{
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 0.2em 0.8em;
	padding-right: 2.5em;
	background-image: url(contact.svg);
	background-size: auto 1.8em;
	background-position: right center;
	background-repeat: no-repeat;
	transition: all 0.2s;
	text-shadow: 0px 0px 0.7em rgba(0,0,0,0);
}

#stickyFooterLink:hover
{
	text-shadow: 0px 0px 0.7em rgba(0,0,0,0.9);
}

.teamFlex
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-bottom: -20px;
	margin-top: -60px;
}

.teamMember
{
	width: calc(33.3% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
}

.teamMemberImg
{
	padding-bottom: 120%;
	background-size: cover;
	background-position: center;
}

.teamMemberContent
{
	padding: 30px 40px;
}

#form
{
	padding-top: 180px;
	margin-top: -235px;
}

form
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
}

form div
{
	width: 50%;
	padding-left: 40px;
}

form label
{
	font-family: 'Arimo';
	color: var(--dark);
	font-weight: 700;
	display: block;
	margin-bottom: 0.05em;
}

input[type = "text"], input[type = "email"], textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Arimo';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
}

input, textarea
{
	color: var(--dark);
	margin-bottom: 1.2em;
	transition: border-color 0.2s;
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid rgba(0,0,0,0.08);
	padding: 0.5em 1.2em;
	background-color: #fff;
}

input:focus, textarea:focus
{
	border-color: var(--dark);
	outline: 1px solid var(--dark);
}

textarea
{
	height: 12em;
	resize: none;
	margin-bottom: 1em;
}

.alert.alert-danger
{
	margin-bottom: 1.5em;
}

.alert.alert-danger ul
{
	padding-left: 0!important;
	padding-right: 0!important;
}

.alert.alert-danger ul li
{
	color: red;
}

.alert.alert-danger ul li:before
{
	background-color: red;
}

.checkbox
{
	position: relative;
	padding-left: 1.6em;
	margin-left: 40px;
}

.checkbox label
{
	font-family: 'Arimo';
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.6;
}

.checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.53em;
	cursor: pointer;
}

#yform-formular-nachricht, #yform-formular-accept, .alert
{
	width: 100%;
}

button
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	background-color: var(--theme);
	padding: 0.6em 1em 0.57em;
	text-decoration: none;
	border-bottom: none!important;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.2em;
}

button:hover
{
	background-color: var(--darktheme);
}

#formBox
{
	padding: 30px 40px 40px 40px;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.08);
}

@media all and (max-width: 450px){
	#cookieBox
	{
		padding: 18px 25px 25px 25px;
	}
}

@media all and (max-width: 520px){
	#phoneLink, #instaLink
	{
		display: none;
	}

	h1, h2
	{
		hyphens: auto;
	}

	.box, .galleryBox
	{
		padding: 15px 20px;
	}

	.box .buttonArea
	{
		margin-bottom: 5px;
	}

	.immoBox
	{
		padding: 20px 20px 15px 20px;
	}

	#mobilePhoneLink, #mobileInstaLink
	{
		position: absolute;
		width: 2em;
		height: 2em;
		background-color: var(--theme);
		border-radius: 1000px;
		background-size: 45%;
		background-position: center;
		background-repeat: no-repeat;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.2s;
	}

	#mobilePhoneLink:hover, #mobileInstaLink:hover
	{
		background-color: var(--darktheme);
	}

	#mobilePhoneLink
	{
		background-image: url(phone.svg);
		right: 90px;
		background-size: 40%;
	}

	#mobileInstaLink
	{
		background-image: url(instagram.svg);
		right: 140px;
	}

	.galleryItem
	{
		width: calc(50% - 20px);
	}

	#formBox
	{
		padding: 15px 20px 20px 20px;
	}

	.teamMemberContent, .highlight
	{
		padding: 15px 20px;
	}
}

@media all and (max-width: 650px){
	.twoColGallery
	{
		display: block;
		margin-bottom: 0;
		margin-left: 0;
	}

	.twoColGalleryItem
	{
		width: 100%!important;
		margin-left: 0;
	}

	.twoColGallery .twoColGalleryItem:nth-child(1)
	{
		padding-bottom: 20px!important;
	}

	.immoEndFlex
	{
		display: block;
	}

	.immoMore
	{
		display: inline-block;
		margin-top: 6px;
	}

	#footerFlex
	{
		margin-bottom: -25px!important;
	}

	.footerFlexItem
	{
		width: 100%!important;
		margin-bottom: 25px!important;
	}

	.highlight, .teamMember
	{
		width: calc(100% - 20px)!important;
	}
}

@media all and (max-width: 750px){
	h1
	{
		font-size: 1.7em!important;
	}

	h2
	{
		font-size: 1.5em!important;
	}

	h3
	{
		font-size: 1.3em!important;
	}

	.immoPrice
	{
		font-size: 1.2em!important;
	}

	.text.big p, .text.big ul, .text.big + .text.withButton p, h1 + p, #stickyFooterLink
	{
		font-size: 1em!important;
	}

	.dividerImg
	{
		padding: 60px 0px!important;
	}

	#opener p, .text p, .text ul, .boxes, .twoColGallery, .benefits, .dividerImg p, .immobilie, #footerFlex, #stadtFilter, #copy span, .gallery, .highlights, .videoContainer, .imgContainer, .teamFlex, #formInner
	{
		padding: 0px!important;
	}

	.box
	{
		width: calc(100% - 20px);
	}

	#opener.subpage
	{
		min-height: 52vh!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 880px){
	.immoFlex
	{
		display: block;
	}

	.immoFlexItem
	{
		width: 100%!important;
	}

	.immoFlex .immoFlexItem:nth-child(2)
	{
		padding-left: 0!important;
		padding-top: 30px;
	}
}

@media all and (max-width: 900px){
	#footerFlex
	{
		flex-wrap: wrap;
		margin-bottom: -30px;
	}

	.footerFlexItem
	{
		width: 50%;
		margin-bottom: 30px;
	}

	#footerFlex .footerFlexItem:last-child 
	{
  		text-align: left;
	}

	.footerIcon
	{
		margin-left: 0!important;
		margin-inline: 15px;
	}

	#footerIcons
	{
		justify-content: flex-start;
	}

	.highlight
	{
		width: calc(50% - 20px);
	}

	.teamMember
	{
		width: calc(50% - 20px);
	}
}

@media all and (max-width: 1100px){
	#navigation
	{
		display: block;
		position: fixed;
		width: 280px;
		height: 100%;
		left: -280px;
		opacity: 0;
		top: 0;
		z-index: 1200;
		background-color: var(--dark);
		border-right: 1px solid var(--theme);
		transition: all 0.2s;
	}

	#navigation.active
	{
		left: 0px;
		opacity: 1;
	}

	#navigation ul
	{
		padding: 30px 40px;
		text-align: left;
	}

	#navigation ul li
	{
		display: block;
		margin-left: 0;
		padding: 0!important;
	}

	#navigation ul li a
	{
		display: block!important;
		padding: 14px 0px;
		border-bottom: 1px solid #fff;
	}	

	#navigation ul li:first-child a
	{
		padding-top: 0;
	}

	#navigation ul li:last-child a
	{
		border-bottom: none;
		margin-top: -1px;
	}

	#navOpener
	{
		position: absolute;
		width: 26px;
		height: 20px;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		right: 40px;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
		width: 50%;
		right: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#navOpener.active .line:nth-child(3)
	{
		width: 0;
	}

	#instaLink
	{
		right: 100px;
	}

	#phoneLink
	{
		right: 220px;
	}

	#header .wrap
	{
		height: 95px;
	}

	#logo
	{
		padding: 10px 0px;
	}

	#header #languages .wrap
	{
		height: auto;
	}

	#languages
	{
		padding: 4px 0px;
	}

	#languages a
	{
		margin: 0px 10px;
	}

	h1
	{
		font-size: 2.8em;
	}

	h2
	{
		font-size: 2.2em;
	}

	h3
	{
		font-size: 1.5em;
	}

	.immoPrice
	{
		font-size: 1.35em;
	}

	.text.big p, .text.big ul, .text.big + .text.withButton p, h1 + p, #stickyFooterLink
	{
		font-size: 1.2em;
	}

	.text
	{
		margin: 60px 0px;
	}

	.withButton
	{
		margin-top: -35px;
	}

	.grey
	{
		padding: 60px 0px;
	}

	.withBoxes
	{
		padding-top: 60px;
	}

	.grey + .withBoxes
	{
		margin-top: -140px;
	}

	.immobilien
	{
		margin-top: -20px;
	}

	.immoMore
	{
		margin-right: 2.6em;
	}

	.immoMore:before
	{
		width: 2em;
		height: 2em;
		right: -2.6em;
	}

	.twoColGallery .twoColGalleryItem:nth-child(1)
	{
		padding-bottom: 60px;
	}

	#opener p, .text p, .text ul, .boxes, .twoColGallery, .benefits, .dividerImg p, .immobilie, #footerFlex, #stadtFilter, #copy span, .gallery, .highlights, .videoContainer, .imgContainer, .teamFlex, #formInner
	{
		padding: 0px 40px;
	}

	.benefit
	{
		display: block;
		position: relative;
		padding-left: 50px;
	}

	.benefit + .benefit
	{
		margin-top: 30px;
	}

	.tick
	{
		width: 30px;
		height: 30px;
		top: 0.16em;
	}

	.withBenefits
	{
		margin-top: -20px;
	}

	.dividerImg
	{
		padding: 90px 0px;
	}

	/*#opener
	{
		min-height: 400px;
	}*/

	.immoFlex .immoFlexItem:nth-child(1)
	{
		width: 220px;
	}

	.immoFlex .immoFlexItem:nth-child(2)
	{
		width: calc(100% - 220px);
		padding-left: 40px;
	}

	#footer
	{
		padding: 60px 0px;
	}

	#opener.subpage
	{
		min-height: 55vh;
	}

	.withFilter
	{
		margin-top: -20px;
	}

	.grey + .dividerImg
	{
		margin-top: -60px;
	}

	#copy
	{
		padding: 15px 0px 16px;
	}

	#openerContent
	{
		padding: 180px 0px 60px;
	}

	#openerPrice
	{
		margin-top: 1.2em;
		padding-top: 0.6em;
	}

	#stickyFooter
	{
		padding: 10px 0px 9px;
	}

	.teamFlex
	{
		margin-top: -25px;
	}

	#form
	{
		padding-top: 130px;
		margin-top: -155px;
	}
}

@media all and (min-width: 1101px){
	#navigation
	{
		display: block!important;
	}
}