:root 
{
	--theme: #ff158e;
	--darktheme: #cf006b;
	--lighttheme: #ff539f;
	--dark: #242424;
	--grey: #999999;
	--light: #e9e8e6;
}

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

body 
{
	font-size: 1em;
	color: var(--dark);
	font-family: 'Inter';
	font-weight: 300;
	line-height: 1.75;
	overflow-x: hidden;
}

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

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

h1, h2, h3
{
	font-weight: 700;
	line-height: 1.35;
	font-size: 3em;
}

h1
{
	color: var(--theme);
}

h2
{
	display: inline;
	/*background-color: var(--theme);*/
	color: #fff;
	/*padding: 0.2em 0.5em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;*/
	line-height: 1.35;
	text-shadow: 0px 0px 40px rgba(0,0,0,0.7);
}

h3
{
	font-size: 2em;
	font-weight: 500;
}

h4
{
	font-size: 1.2em;
	font-weight: 500;
	color: var(--theme);
	line-height: 1.4;
}

h3 strong
{
	font-weight: 500;
	color: var(--theme);
}

.text.big p, .text.big ul
{
	font-size: 1.3em;
}

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

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

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

#header
{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: -30px;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 0px 60px rgba(0,0,0,0);
	transition: all 0.2s;
}

br + br
{
	margin-top: 0.5em;
	display: block;
}

#header.scrolled
{
	box-shadow: 0px 0px 60px rgba(0,0,0,0.06);
}

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 6px;
	padding: 50px 0px;
	position: relative;
}

#navigation ul li a
{
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s;
	position: relative;
	display: inline-block;
	padding: 0px 6px;
}

#navigation ul li ul
{
	display: none;
	position: absolute;
	font-size: 0.85em;
	text-align: left;
	left: 0;
	top: 78px;
	background-color: var(--theme);
}

#navigation ul li:hover ul
{
	display: block;
}

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

#navigation ul li ul li a
{
	color: #fff;
	padding: 0;
	background-color: none;
	white-space: nowrap;
	display: block;
	padding: 2px 6px;
}

#navigation ul li a:hover, #navigation ul li:hover a, #navigation ul li.active a
{
	background-color: var(--theme);
	color: #fff;
}

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

#contact
{
	background-color: var(--theme);
	color: #fff;
	font-size: 0.85em;
	padding: 5px 0px;
}

#contact ul
{
	text-align: right;
}

#contact ul li
{
	display: inline-block;
	margin-left: 20px;
}

#contact a
{
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-left: 1.5em;
	transition: all 0.2s;
}

#contact a:hover
{
	opacity: 0.8;
}

#contact a:before
{
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

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

strong
{
	font-weight: 700;
}

#opener
{
	width: 100%;
	height: calc(100vh - 160px);
	max-height: 650px;
	position: relative;
}

#opener h2 + p
{
	color: #fff;
	font-weight: 500;
}

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

#down
{
	position: absolute;
	width: 2px;
	height: 30px;
	background-color: #fff;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 800;
}

#down:after
{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	bottom: 0;
}

#badge
{
	position: absolute;
	width: 180px;
	height: 180px;
	background-color: var(--theme);
	border-radius: 1000px;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	right: 40px;
	bottom: 40px;
	transform: rotate(-15deg);
	line-height: 1.4;
	font-weight: 500;
	z-index: 500;
	padding: 20px;
	animation-name: zoomBadge;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-delay: 0.8s;
	padding-top: 1.8em;
}

#more
{
	font-size: 0.8em;
	font-weight: 300;
	display: inline-block;
	text-align: center;
	margin-top: 0.5em;
	background-image: url(right-arrow.svg);
	background-size: auto 0.7em;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.4em;
}

@keyframes zoomBadge{
	0%
	{
		transform: rotate(-15deg) scale(1);
	}

	15%
	{
		transform: rotate(-15deg) scale(1.1);
	}

	30%
	{
		transform: rotate(-15deg) scale(1);
	}
}

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

.openerSlide
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
}

.openerImg
{
	position: absolute;
	height: 100%;
	width: 100%;
	right: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}

.openerImg:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg,rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.6) 100%);
}

/*.openerImg:before
{
	content: "";
	position: absolute;
	width: 3px;
	height: calc(100% - 80px);
	left: 0;
	top: 0;
	background-color: var(--theme);
}*/

/*.openerImg:after
{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: calc(100% - 95px);
	left: -6px;
	transform: rotate(-45deg);
	border-left: 3px solid var(--theme);
	border-bottom: 3px solid var(--theme);
	z-index: 10;
}*/

.openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.openerSlide h2
{
	position: relative;
	opacity: 0;
	left: -40px;
	transition: opacity 0.5s, left 0.5s;
	transition-delay: 1.8s;
}

.openerSlide h2
{
	opacity: 1;
	left: 0;
}

.openerInner
{
	max-width: 800px;
}

.openerSlide .openerButton p a
{
	position: relative;
	bottom: -20px;
	opacity: 0;
	transition: bottom 0.5s, opacity 0.5s;
	transition-delay: 2.4s;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}

.openerSlide .openerButton p a
{
	bottom: 0;
	opacity: 1;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted, .accordeonOpener
{
	display: inline-block;
	color: var(--theme)!important;
	border: 2px solid var(--theme)!important;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	padding: 0.73em 1.4em 0.7em;
	transition: all 0.2s;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
}

.openerButton p a
{
	display: inline-block;
	color: #fff;
	border: 2px solid #fff;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	padding: 0.7em 1.4em;
	transition: all 0.2s;
	position: relative;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.08);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.openerButton p a:hover
{
	color: var(--theme);
	text-shadow: none!important;
}

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover, .accordeonOpener:hover
{
	color: #fff!important;
}

.text.withButton p a:after, .text .buttonArea p a:after, .buttonArea p a:after, #accepted:after, .accordeonOpener:after, .openerButton p a:after
{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	transition: all 0.2s;
	z-index: -1;
	background-color: var(--theme);
}

.openerButton p a:hover:after
{
	opacity: 1;
	width: 100%;
	background-color: #fff;!important;
	z-index: -1;
}

#accepted:after, #accepted:hover:after
{
	z-index: 0!important;
}

#accepted span
{
	position: relative;
	z-index: 10;
}

.text.withButton p a:hover:after, .text .buttonArea p a:hover:after, .buttonArea p a:hover:after, #accepted:hover:after, .accordeonOpener:hover:after
{
	content: "";
	position: absolute;
	width: 100%;
	opacity: 1;
	left: 0;
	top: 0;
	transition: all 0.2s;
	z-index: -1;
}

.accordeonOpener
{
	cursor: pointer;
}

.openerButton
{
	margin-top: 30px;
}

.buttonArea
{
	margin-top: 30px;
}

.text.withButton
{
	margin-top: -50px;
}

.text.withImmos + .text.withButton
{
	margin-top: -80px;
}

.text
{
	margin: 80px 0px;
}

.colored
{
	padding: 80px 0px;
	background-color: var(--light);
}

.shadow
{
	box-shadow: 0px 0px 60px rgba(0,0,0,0.06);
	padding: 80px 0px;
	position: relative;
	z-index: 500;
}

#opener + .colored, #opener + .shadow
{
	margin-top: 0;
}

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

.flexArea.immos, .flexArea.references
{
	margin-top: 0;
}

.withImmos .flexArea
{
	margin-top: -40px;
}

.flexItem
{
	width: calc(33.3% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
	position: relative;
}

a.flexItem
{
	text-decoration: none;
	transition: all 0.2s;
	color: var(--dark);
	padding-bottom: 42px;
}

a.flexItem:hover
{
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
	transform: scale(1.02);
}

.flexItemImg
{
	width: 100%;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
}

/*.immoDescription
{
	font-size: 0.85em;
}*/

.price
{
	font-size: 1.2em;
	font-weight: 500;
	color: var(--theme);
	position: absolute;
	right: 40px;
	bottom: 25px;
}

.flexContent, .personContent
{
	padding: 30px 40px;
}

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

.imgFlex
{
	display: flex;
}

.imgFlex.right
{
	flex-direction: row-reverse;
}

.imgFlex .imgFlexItem:nth-child(1)
{
	width: 40%;
}

.imgFlex .imgFlexItem:nth-child(2)
{
	width: 60%;
}

.textBox
{
	padding: 50px 60px;
	position: relative;
	margin-top: 60px;
}

.textBox:before
{
	content: "";
	position: absolute;
	width: 125%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
}

.right .textBox:before
{
	left: 0;
	right: auto;
}

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

.divider
{
	width: 180px;
	height: 8px;
	background-color: var(--theme);
	position: relative;
}

.divider:before
{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	right: 100%;
	top: 0;
	background-color: var(--theme);
}

strong
{
	font-weight: 500;
}

#footer
{
	padding: 60px 0px;
	background-color: var(--theme);
	color: #fff;
	font-size: 0.85em;
}

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

#footer a:hover
{
	opacity: 0.8;
}

#footerFlex
{
	display: flex;
}

.footerFlexItem
{
	width: 33.3%;
}

#footerFlex .footerFlexItem:nth-child(2)
{
	text-align: center;
}

#footerFlex .footerFlexItem:nth-child(3)
{
	text-align: right;
}

#siegel
{
	width: 90px;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

#immo
{
	width: 120px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
	margin-top: -100px;
}

#siegelTitle
{
	display: none;
}

#ivd
{
	width: 80px;
	display: block;
	margin: auto;
	margin-top: 15px;
}

#copy
{
	font-size: 0.85em;
	text-align: center;
	padding: 20px 0px 18px;
	background-color: var(--darktheme);
	color: #fff;
}

.textFlex
{
	display: flex;
	margin-left: -40px;
}

.textFlexItem
{
	width: 50%;
	margin-left: 40px;
}

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

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

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

#cookieBox
{
	padding: 32px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	background-color: #fff;
	max-width: 420px;
	overflow: auto;
	border-bottom: 6px solid var(--theme);
	display: block;
	margin: auto;
}

#acceptWrap
{
	text-align: center;
}

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

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

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

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

.pink
{
	padding: 80px 0px;
	background-color: var(--theme);
	color: #fff;
}

.quote
{
	position: relative;
	padding-top: 25px;
	padding-left: 25px;
}

.author
{
	margin-top: 0.8em;
}

.quote:before
{
	content: "";
	position: absolute;
	width: 100px;
	height: 100%;
	background-image: url(quote.svg);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	opacity: 0.25;
	left: 0px;
	top: 0px;
}

#mobileSiegel, #mobileImmo
{
	display: none;
}

#header + .shadow
{
	margin-top: -15px;
}

.persons
{
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-bottom: -40px;
	width: calc(100% + 40px);
	margin-top: -40px;
	justify-content: center;
}

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

.personImg
{
	width: 100%;
	padding-bottom: 150%;
	background-position: center;
	background-size: cover;
}

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

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

.accordeonContent
{
	display: none;
	padding: 1.2em 1.4em;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.08);
}

.accordeonOpener.active:after
{
	width: 100%;
	opacity: 1;
}

.accordeonOpener.active
{
	color: #fff!important;
}

.accordeonOpener.active + .accordeonContent
{
	display: block;
}

.withAccordeon + .withAccordeon
{
	margin-top: -50px;
}

.withAccordeon
{
	margin-top: -40px;
}

#headerHeight
{
	position: absolute;
	width: 100%;
	height: 160px;
}

.accordeonOpener
{
	padding-left: 2.5em;
}

.accordeonOpener:before
{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-left: 2px solid var(--theme);
	border-bottom: 2px solid var(--theme);
	transition: border-color 0.2s;
	top: 1.1em;
	transform: rotate(-45deg);
	left: 1.5em;
}

.accordeonOpener:hover:before
{
	border-color: #fff;
}

.accordeonOpener.active:before
{
	border-color: #fff;
	transform: rotate(135deg);
	top: 1.25em;
}

.dividerImg
{
	height: 360px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.icon
{
	width: 120px;
	height: 120px;
	border-radius: 1000px;
	display: block;
	margin: auto;
	background-color: var(--theme);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

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

.flexAreaItem
{
	width: calc(25% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	text-align: center;
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s;
}

.flexTitle
{
	margin-top: 1em;
}

.flexAreaItem:hover
{
	color: var(--darktheme);
}

.flexAreaItem:hover .icon
{
	background-color: var(--darktheme);
	transform: scale(1.1);
}

#form
{
	padding-top: 170px;
	margin-top: -210px;
}

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

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

form label
{
	font-family: 'Inter';
	color: var(--dark);
	font-weight: 500;
	display: block;
	margin-bottom: 0.25em;
}

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

select
{
	cursor: pointer;
}

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

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

select
{
	background-image: url(down.svg);
	background-size: auto 22%;
	background-position: center right 1.2em;
	background-repeat: no-repeat;
}

.formDivider
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
}

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

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

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-weight: 500;
	color: red;
	display: block;
}

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

.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: 'Inter';
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.7;
}

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

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

button
{
	display: inline-block;
	color: var(--theme)!important;
	border: 3px solid var(--theme)!important;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	padding: 0.8em 1.6em;
	transition: all 0.2s;
	position: relative;
	width: auto;
	cursor: pointer;
	margin-top: 1.15em;
	margin-left: 40px;
}

button:hover
{
	color: #fff!important;
}

button:after
{
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	transition: all 0.2s;
	z-index: -1;
	background-color: var(--theme);
}

button:hover:after
{
	content: "";
	position: absolute;
	width: 100%;
	opacity: 1;
	left: 0;
	top: 0;
	transition: all 0.2s;
	z-index: -1;
}

.checkboxlabel
{
	width: 100%;
	font-weight: 500;
	margin-bottom: 0.1em;
}

#yform-formular-stromanschluss
{
	margin-bottom: 1.2em;
}

.twoTexts
{
	display: flex; 
	margin-left: -40px;
	margin-top: 0.5em;
}

.twoTextsItem
{
	width: 50%;
	margin-left: 40px;
}

.reference
{
	position: relative;
}

.reference:after
{
	content: "";
	position: absolute;
	width: 85px;
	height: 85px;
	top: 0;
	right: 0;
	background-image: url(sold.svg);
}

#contentFlex
{
	display: flex;
	flex-direction: row-reverse;
}

#sideCol .text:first-child, #mainCol .text:first-child
{
	margin-top: 0;
}

#sideCol .text:last-child, #mainCol .text:last-child
{
	margin-bottom: 0;
}

#sideCol .text
{
	margin: 40px 0px;
}

#sideCol
{
	width: 350px;
	padding-left: 40px;
	border-left: 1px solid var(--light);
}

#mainCol
{
	width: calc(100% - 350px);
	padding-right: 40px;
}

.grundrissLink + .grundrissLink
{
	margin-top: 40px;
	display: block;
}

.grundrissLink
{
	margin-top: 25px;
	display: block;
}

.mobileDivider
{
	display: none;
}

.mobileDivider + .text
{
	margin-top: 0;
}

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

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

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

.highlight
{
	color: var(--theme);
}

.consent_manager-buttons button
{
	border-radius: 0!important;
}

.consent_manager-buttons button
{
	background-color: #fff!important;
	border: 2px solid var(--theme)!important;
	color: var(--theme)!important;
	transition: all 0.2s;
}

.consent_manager-buttons button:hover
{
	background-color: var(--theme)!important;
	border: 2px solid var(--theme)!important;
	color: #fff!important;
}

.consent_manager-wrapper, .consent_manager-headline
{
	font-family: 'Inter'!important;
	color: var(--dark)!important;
}

div.consent_manager-background
{
	background-color: rgba(0,0,0,0.4)!important;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

div.consent_manager-wrapper
{
	border: none!important;
}

div.consent_manager-show-details a.icon-info-circled::before
{
	position: relative!important;
	top: -1px!important;
}

div.consent_manager-cookiegroups label > input[type="checkbox"]
{
	margin-right: 1em!important;
}

.consent_manager-close-box
{
	position: absolute;
	opacity: 1!important;
}

.consent_manager-close-box:before
{
	content: "";
	position: absolute;
	width: 140%;
	height: 140%;
	top: -5px;
	right: -5px;
	background-color: #fff;
	cursor: pointer;
	background-image: url(close.svg);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

#start
{
	padding-top: 0;
	margin-top: 0;
}

.pageSection
{
	padding-top: 130px;
	margin-top: -210px;
}

#ueberUns, #kaufen
{
	padding-top: 40px;
	margin-top: -120px;
}

#ueberUns
{
	margin-top: -120px;
}

#taunusstein
{
	padding-top: 120px;
	margin-top: -120px;
}

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

@media all and (max-width: 500px){
	.icon
	{
		width: 80px!important;
		height: 80px!important;
	}

	.flexAreaItem
	{
		width: calc(100% - 40px)!important;
	}
}

@media all and (max-width: 600px){
	.person
	{
		width: calc(100% - 40px)!important;
	}

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

	.consent_manager-buttons button
	{
		margin: 0!important;
		margin-top: 10px!important;
	}
}

@media all and (max-width: 650px){
	#contact ul li:nth-child(4)
	{
		display: none;
	}

	#contact ul li:nth-child(2)
	{
		margin-left: 0;
	}
}

@media all and (max-width: 800px){
	.imgFlex, .twoTexts
	{
		display: block;
	}

	.twoTexts, .twoTextsItem
	{
		margin-left: 0;
	}

	.imgFlexItem, .twoTextsItem
	{
		width: 100%!important;
	}

	.textBox:before
	{
		width: 100%;
	}

	.textBox
	{
		margin-top: 0!important;
	}

	h1, h2
	{
		font-size: 1.55em!important;
	}

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

	h4, .price
	{
		font-size: 1.1em!important;
	}

	.text.big p, .text.big ul
	{
		font-size: 1em!important;
	}

	.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted, button
	{
		padding: 0.6em 1.4em;
	}

	.quote:before
	{
		width: 50px!important;
	}

	.quote
	{
		padding-top: 15px!important;
		padding-left: 15px!important;
	}

	#footerFlex
	{
		display: block;
	}

	.footerFlexItem
	{
		width: 100%;
		text-align: center!important;
	}

	#footer
	{
		padding: 35px 0px!important;
	}

	#footerFlex .footerFlexItem:nth-child(2)
	{
		padding: 35px 0px;
		display: none;
	}

	#footerFlex .footerFlexItem:nth-child(3)
	{
		margin-top: 35px;
	}

	#siegel
	{
		display: none;
	}

	#mobileSiegel
	{
		display: block;
		max-width: 80px;
		margin: auto;
		margin-bottom: 35px;
	}

	#mobileImmo
	{
		display: block;
		max-width: 100px;
		margin: auto;
		margin-top: -55px;
		margin-bottom: 25px;
	}

	#siegelTitle
	{
		display: block;
		margin-bottom: 35px;
		text-align: center;
	}

	#ivd
	{
		width: 75px;
	}

	#badge
	{
		right: 20px;
		bottom: -20px;
		width: 135px!important;
		height: 135px!important;
		font-size: 0.78em!important;
		z-index: 100;
	}

	.dividerImg
	{
		background-attachment: inherit;
		height: 200px!important;
	}

	.flexAreaItem
	{
		width: calc(50% - 40px);
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}

	.reference:after
	{
		width: 65px!important;
		height: 65px!important;
	}
}

@media all and (max-width: 880px){
	.flexItem
	{
		width: calc(100% - 40px);
	}

	.openerImg
	{
		width: 100%;
	}

	#opener
	{
		height: 60vh!important;
		min-height: 450px!important;
	}

	#contact ul li:nth-child(1)
	{
		display: none;
	}

	/*.openerButton
	{
		margin-top: 25px!important;
	}*/

	.person
	{
		width: calc(50% - 40px);
	}

	#contentFlex
	{
		display: block;
	}

	#mainCol, #sideCol
	{
		width: 100%;
	}

	#mainCol
	{
		padding-right: 0;
		margin-top: 40px;
	}

	#sideCol
	{
		padding-left: 0;
		border-left: none;
	}

	.mobileDivider
	{
		display: block;
	}

	.mobileDivider + .text
	{
		margin-top: 40px;
	}
}

@media all and (max-width: 1150px){
	#header
	{
		top: 0;
	}

	#navigation
	{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 90px;
		background-color: #fff;
		border-bottom: 1px solid var(--light);
		max-height: calc(100vh - 125px);
		overflow: auto;
	}

	#navigation ul li
	{
		display: block;
		padding: 0;
		margin-bottom: 5px;
	}

	#navigation ul
	{
		padding: 0px 40px 8px;
	}

	#navigation ul li ul
	{
		position: relative;
		display: block;
		left: 0;
		top: 0;
		text-align: right;
		background-color: #fff;
		padding: 0;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	#navigation ul li ul li a
	{
		display: block;
		padding: 0;
		background-color: #fff!important;
		color: var(--dark)!important;
	}

	#navigation ul li.active ul li.active a
	{
		font-weight: 500;
	}

	#navigation ul li ul li a:after
	{
		content: "-";
		margin-left: 10px;
	}

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

	.line
	{
		position: absolute;
		height: 3px;
		width: 100%;
		background-color: var(--theme);
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
	}

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

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

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

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

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

	#header .wrap
	{
		height: 90px;
	}

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

	#logo
	{
		padding: 10px 0px;
	}

	#opener
	{
		height: calc(100vh - 124px);
		min-height: 480px;
	}

	.text
	{
		margin: 40px 0px;
	}

	.withAccordeon
	{
		margin-top: -15px;
	}

	.colored
	{
		padding: 40px 0px;
	}

	.flexArea, .withImmos .flexArea
	{
		margin-top: 0;
	}

	.textBox
	{
		padding: 30px 40px;
		margin-top: 40px;
	}

	#footer
	{
		padding: 40px 0px;
	}

	#siegel
	{
		margin-bottom: 25px;
	}

	h1, h2
	{
		font-size: 2.4em;
	}

	h3
	{
		font-size: 1.6em;
	}

	h4, .price
	{
		font-size: 1.15em;
	}

	.text.big p, .text.big ul
	{
		font-size: 1.2em;
	}

	#opener .openerButton
	{
		margin-top: 20px;
	}

	.buttonArea
	{
		margin-top: 20px;
	}

	.text.withButton
	{
		margin-top: -20px;
	}

	#badge
	{
		width: 160px;
		height: 160px;
		padding: 15px;
		font-size: 0.9em;
	}

	.divider
	{
		width: 150px;
		height: 6px;
	}

	.pink, .shadow
	{
		padding: 40px 0px;
	}

	.quote:before
	{
		width: 80px;
	}

	#header + .shadow
	{
		margin-top: -5px;
	}

	.persons
	{
		margin-top: 0;
	}

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

	#headerHeight
	{
		height: 112px;
	}

	.dividerImg
	{
		height: 280px;
	}

	.icon
	{
		width: 100px;
		height: 100px;
	}

	.formDivider
	{
		margin-top: 12px;
		margin-bottom: 10px;
	}

	#form
	{
		padding-top: 125px;
		margin-top: -125px;
	}

	.text.withImmos + .text.withButton
	{
		margin-top: -40px;
	}

	.reference:after
	{
		width: 80px;
		height: 80px;
	}

	#openerImg
	{
		width: 100%;
	}

	.pageSection
	{
		padding-top: 124px;
		margin-top: -164px;
	}

	#ueberUns, #kaufen
	{
		padding-top: 80px;
		margin-top: -110px;
	}

	#ueberUns
	{
		margin-top: -120px;
	}

	#taunusstein
	{
		padding-top: 120px;
		margin-top: -120px;
	}
}

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

@media all and (min-width: 1450px){
	.dividerImg
	{
		height: 450px;
	}
}