:root 
{
	--theme: #f39200;
	--darktheme: #cc6600;
	--grey: #e8e8e8;
	--darkgrey: #b3b3b3;
	--light: #f2f2f2;
	--dark: #000000;
}

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

body 
{
	font-size: 1.1em;
	color: var(--dark);
	font-family: 'Frutiger';
	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;
}

.text p, .text ul
{
	line-height: 1.5;
}

h1, h2, h3
{
	font-weight: 900;
	line-height: 1.2;
	font-size: 2.9em;
}

#opener h1
{
	font-size: 4em;
}

h1:after, .divider, .dividerImg h2:after
{
	content: "";
	display: block;
	width: 200px;
	height: 15px;
	background-color: var(--theme);
	margin-top: 15px;
}

h1 + p
{
	font-size: 1.25em;
	margin-top: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.divider
{
	margin: -30px 0px;
}

h2, h3
{
	line-height: 1.25;
}

h2
{
	font-size: 2.9em;
}

h3
{
	font-size: 1.7em;
	line-height: 1.3;
}

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

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

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

#subpageOpener
{
	position: relative;
	width: 100%;
	max-width: 1100px;
	display: block;
	margin: auto;
	padding-bottom: 30%;
	overflow: hidden;
}

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1500;
	border-top: 6px solid var(--theme);
	box-shadow: 0px 0px 60px rgba(0,0,0,0);
}

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

#header.subpage
{
	position: sticky;
	position: -webkit-sticky;
}

#opener
{
	position: relative;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}

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

#subpageOpener:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 800;
	background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.6) 100%);
}

#openerPattern
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 200;
	background-image: radial-gradient(#000 32%, transparent 32%);
    background-size: 6px 6px;
    opacity: 0.3;
}

#opener:after, .dividerImg:after
{
	content: "";
	position: absolute;
	width: 90%;
	height: 100%;
	z-index: 200;
	background-image: url(pattern.svg);
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	left: 0;
	bottom: 40px;
	opacity: 0.35;
}

.dividerImg:after
{
	bottom: 0px;
}

#openerImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -10;
	background-size: cover;
	background-position: center;
	animation-name: zoomImg;
	animation-duration: 30s;
	animation-fill-mode: forwards;
}

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

@keyframes zoomImg
{
	from
	{
		transform: scale(1);
	}

	to
	{
		transform: scale(1.2);
	}
}

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


#navigation ul
{
	text-align: left;
}

#navigation ul li
{
	display: inline-block;
	margin-right: 20px;
	padding: 50px 0px;
	font-weight: 900;
	transition: all 0.2s;
	position: relative;
}

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

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

#header.scrolled #navigation ul li a, #header.subpage #navigation ul li a
{
	color: var(--dark);
}

#navigation ul li ul li a
{
	border-bottom: 2px solid transparent;
}

#navigation ul li ul li a:hover
{
	border-bottom: 2px solid #fff;
}

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

.logo
{
	position: absolute;
	height: 100%;
	right: 40px;
	padding: 33px 0px;
	transition: all 0.2s;
}

#header.scrolled .logo, #header.subpage .logo
{
	padding: 26px 0px;
}

.logo.color
{
	opacity: 0;
}

#header.scrolled .logo.white, #header.subpage .logo.white
{
	opacity: 0;
}

#header.scrolled .logo.color, #header.subpage .logo.color
{
	opacity: 1;
}

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 140px;
	z-index: 1200;
	color: #fff;
	animation-name: showHeadline;
	opacity: 0;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
}

#withTicker #openerContent
{
	bottom: 130px;
}

#subpageOpener #openerContent
{
	bottom: 40px;
}

@keyframes showHeadline
{
	from
	{
		opacity: 0;
		transform: translateY(50px);
	}

	to
	{
		opacity: 1;	
		transform: translateY(0px);
	}
}

#header.subpage + .text
{
	margin-top: 80px;
}

.text
{
	margin: 100px 0px;
}

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

.imgFlex
{
	display: flex;
	margin-left: -60px;
}

.imgFlexItem
{
	width: 50%;
	margin-left: 60px;
}

.imgFlex.small .imgFlexItem:nth-child(1)
{
	width: 200px;
}

.imgFlex.small .imgFlexItem:nth-child(2)
{
	max-width: calc(100% - 200px);
	margin-left: 0;
	padding-left: 60px;
}

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

.withDivider + .withImgFlex, .withImgFlex + .withDivider
{
	margin-top: -40px;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted, #new
{
	display: inline-block;
	line-height: 1.4;
	font-weight: 500;
	color: var(--dark)!important;
	border-bottom: none!important;
	text-decoration: none;
	transition: all 0.2s;
	padding: 0.75em 1.2em;
	background-color: var(--grey);
	transition: all 0.2s;
	background-image: url(arrow.svg);
	background-size: 1.2em;
	background-repeat: no-repeat;
	background-position: left 1.2em center;
	background-repeat: no-repeat;
	padding-left: 3.4em;
}

/*.text .buttonArea p a, .buttonArea p a
{
	width: 45px;
	height: 45px;
	overflow: hidden;
	color: transparent!important;
	background-image: url(arrow.svg);
	background-size: 55%;
	background-position: center;
	background-repeat: no-repeat;
}*/

.text.withButton p a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, #accepted:hover, #new:hover
{
	background-color: var(--theme);
	color: #fff!important;
	background-image: url(arrow_white.svg);
}

/*.text .buttonArea p a:hover, .buttonArea p a:hover
{
	color: transparent!important;
	background-image: url(arrow_white.svg);
}*/

.buttonArea
{
	margin-top: 25px;
}

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

.dividerImg
{
	padding: 120px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
}

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

.dividerImg:after
{
	opacity: 0.45;
}

.dividerImg 
{
	color: #fff;
}

.dividerImgContent
{
	position: relative;
	z-index: 500;
}

.dividerImg a
{
	color: #fff!important;
	border-bottom: 1px solid #fff!important;
}

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

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

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

#footerContact
{
	margin-left: -1em;
	width: calc(100% + 1em);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footerContact span
{
	margin-left: 1em;
}

#copyRow
{
	padding: 16px 0px;
	color: #fff;
	background-color: var(--darktheme);
	font-size: 0.85em;
}

#footerList
{
	list-style: none;
}

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

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

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

#map
{
	position: relative;
	padding-bottom: 38%;
	background-color: var(--grey);
}

.withMap
{
	position: relative;
	margin-top: -50px;
	margin-bottom: 0!important;
}

.withMap:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: var(--theme);
	bottom: 0;
	z-index: -10;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 0.85em;
	background-color: rgba(0,0,0,0.3);
	z-index: 500000;
	display: none;
	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);
	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.8em;
	cursor: pointer;
	display: block;
	margin-top: 0.3em;
}

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

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

strong
{
	font-weight: 700;
}

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

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

.smallGalleryItem
{
	width: calc(33.3% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
}

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

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

.accordeonOpener
{
	font-size: 1.3em;
}

.accordeonContent
{
	display: none;
	padding-bottom: 22px;
	margin-top: -8px;
}

.accordeon
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.accordeonOpener
{
	padding: 18px 0px;
	padding-right: 2.5em!important;
	cursor: pointer;
	position: relative;
	background-image: url(plus.svg);
	background-size: 1em;
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	color: var(--dark);
	text-decoration: none;
}

.accordeonOpener.active
{
	background-image: url(minus.svg);
}

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

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

#headerSpace
{
	position: absolute;
	height: 106px;
}

.accordeonContent .buttonArea
{
	margin-top: 16px;
}

.accordeonContent .imgFlex
{
	margin-top: 9px;
	margin-bottom: 5px;
}

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

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

.colored ul li + li
{
	margin-top: 0.5em;
	display: block;
}

.text ul li + li
{
	margin-top: 0.5em;
	display: block;
}

.text p + ul
{
	margin-top: 0.5em;
}

.ol-viewport + .ol-viewport
{
	display: none!important;
}

#sticky
{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 950;
	border-bottom: 1px solid #fff;
}

.stickyItem
{
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.stickyIcon
{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: var(--theme);
	transition: all 0.2s;
	background-size: auto 45%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 20;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.stickyItem:hover .stickyIcon, .stickyItem:hover .stickyDescription
{
	background-color: var(--darktheme);
}

.stickyDescription
{
	position: absolute;
	height: calc(100% + 1px);
	display: flex;
	white-space: nowrap;
	align-items: center;
	padding: 0.2em 1.2em;
	background-color: var(--theme);
	right: 50px;
	opacity: 1;
	top: 0px;
	transition: all 0.2s;
	font-weight: 500;
	font-size: 0.85em;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	opacity: 0;
	right: -100px;
}

.stickyItem:hover .stickyDescription
{
	opacity: 1;
	right: 50px;
}

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

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

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

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

.benefits
{
	width: calc(100% + 60px);
	margin-left: -60px;
	margin-bottom: -45px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.withBenefits
{
	margin-top: -160px!important;
}

.benefit
{
	width: calc(50% - 60px);
	margin-left: 60px;
	margin-bottom: 45px;
	position: relative;
	padding-left: 75px;
	font-weight: 700;
}

.tick
{
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 1000px;
	background-color: var(--theme);
	background-image: url(tick.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

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

.colored + .colored
{
	padding-top: 0;
	margin-top: -100px;
}

.info
{
	padding: 35px 40px;
	color: #fff;
	background-color: var(--theme);
}

.text .info ul li:before
{
	background-color: #fff;
}

.text .info ul a
{
	color: #fff!important;
	border-bottom: 1px dashed #fff;
}

.text .info ul a:hover
{
	color: #fff!important;
	border-bottom: 1px solid #fff;
}

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

.history
{
	padding: 50px 0px;
	position: relative;
}

.history:before
{
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: var(--theme);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.historyInner
{
	width: 50%;
	padding-right: 30px;
}

.historyItem
{
	display: flex;
	text-align: right;
}

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

.history .historyItem:nth-child(2n)
{
	justify-content: flex-end;
	text-align: left;
}

.history .historyItem:nth-child(2n) .historyInner
{
	padding-left: 30px;
}

.historyInner h3
{
	position: relative;
}

.historyInner h3:before
{
	content: "";
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 1000px;
	background-color: var(--theme);
	top: 50%;
	transform: translateY(-50%);
	right: -47px;
	border: 4px solid #fff;
}

.history .historyItem:nth-child(2n) .historyInner h3:before
{
	right: auto;
	left: -47px;
}

#ticker
{
	position: fixed;
	width: 100%;
	font-size: 0.85em;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 1200;
	background-color: var(--theme);
	font-weight: 500;
	padding: 5px 0px;
}

#withTicker #header
{
	top: 29px;
}

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

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

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

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

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

input[type = "text"], input[type = "email"], input[type = "date"], textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Frutiger';
   	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"], input[type = "Date"], textarea
{
	border: 1px solid rgba(0,0,0,0.15);
	padding: 0.5em 1.2em;
	background-color: #fff;
}

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

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

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

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

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

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

form ul li + li
{
	margin-top: 0!important;
}

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

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

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

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

button
{
	display: inline-block;
	line-height: 1.4;
	font-weight: 500;
	color: var(--dark)!important;
	border-bottom: none!important;
	text-decoration: none;
	transition: all 0.2s;
	padding: 0.75em 1.2em;
	background-color: var(--grey);
	transition: all 0.2s;
	background-image: url(arrow.svg);
	background-size: 1.2em;
	background-repeat: no-repeat;
	background-position: left 1.2em center;
	background-repeat: no-repeat;
	padding-left: 3.4em;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.3em;
}

button:hover
{
	background-color: var(--theme);
	color: #fff!important;
	background-image: url(arrow_white.svg);
}

/* MULDENKONFIGURATOR */

#muldenkonfigurator
{
	background-color: var(--dark);
	padding: 0px 40px 40px 40px;
}

#konfiInner
{
	padding: 33px 40px 40px 40px;
	background-color: #fff;
}

#steps
{
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 40px 0px;
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	left: 0;
	background-color: var(--dark);
	z-index: 500;
}

.step
{
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
}

.step:hover
{
	color: var(--theme);
}

.stepNumber
{
	width: 30px;
	height: 30px;
	background-color: var(--grey);
	color: #fff;
	font-size: 0.85em;
	color: var(--dark);
	font-weight: 700;
	border-radius: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.stepContent
{
	font-size: 0.75em;
}

.step.done .stepNumber
{
	background-color: var(--theme);
	color: #fff;
}

.step.done
{
	color: var(--theme);
	font-weight: 500;
}

#konfiHeader
{
	margin-bottom: 20px;
}

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

.konfiItem
{
	width: calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 20px 25px;
	background-color: var(--grey);
	text-align: center;
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s;
	line-height: 1.5;
	border: 2px solid var(--grey);
}

.konfiItem.small
{
	width: calc(25% - 20px);
}

.konfiItem.mid
{
	width: calc(33.3% - 20px);
}

.konfiWrapItem
{
	width: calc(25% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 40px;
}

.konfiWrapItem .konfiItem
{
	width: 100%!important;
	display: block;
	height: 100%;
	margin-left: 0;
	margin-bottom: 0;
}

.konfiItem:hover, .konfiItem.active
{
	background-color: var(--darkgrey);
	border: 2px solid var(--theme);
}

#muldenkonfigurator .buttonArea, #muldenkonfigurator #new
{
	margin-top: 0;
}

#muldenkonfigurator .buttonArea p a, #new
{
	display: block;
	text-align: center;
	background-image: none!important;
	padding: 0.75em 1.2em;
}

#new
{
	background-color: var(--theme);
	color: #fff!important;
}

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

#newContainer
{
	margin-top: 25px;
}

#muldenkonfigurator #form
{
	padding-top: 0;
	margin-top: 0;
}

#muldenkonfigurator button
{
	background-image: none;
	padding: 0.75em 1.2em;
	display: block;
	width: 100%;
}

.container
{
	width: 100%;
	max-width: 160px;
	display: block;
	margin: auto;
	margin-bottom: 1em;
}

.infoLink, #backLink
{
	color: var(--theme);
	background-image: url(question.svg);
	background-size: 1.5em;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 0.85em;
	padding: 5px;
	padding-left: 2.1em;
	text-decoration: none;
	transition: all 0.2s;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 500;
}

.infoLink:hover, #backLink:hover
{
	color: var(--darktheme);
}

#backLink
{
	position: relative;
	background-image: url(back.svg);
}

#backContainer
{
	margin-bottom: 25px;
}

#konfiFrame
{
	width: 100%;
	border: none;
}

.cancelContainer
{
	text-align: center;
	margin-top: 20px;
	font-size: 0.85em;
}

.step2 .cancelContainer
{
	margin-top: 0;
}

.cancelContainer a
{
	text-decoration: none;
	color: var(--darkgrey);
	transition: all 0.2s;
}

.cancelContainer a:hover
{
	color: var(--dark);
}

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

.konfiFormPart
{
	width: calc(100% - 40px);
	margin-left: 40px;
}

.bigPart
{
	width: calc(70% - 40px);
}

.smallPart
{
	width: calc(30% - 40px);
}

#konfiInner ul li:before
{
	top: 0.66em!important;
}

#konfiInner #form
{
	padding-top: 135px;
	margin-top: -135px;
}

#yform-formular-anliegen, #yform-formular-kundenart, #yform-formular-abfallart, #yform-formular-containergroesse, #yform-formular-wunschtermin, #yform-formular-strasse, #yform-formular-hausnummer, #yform-formular-plz, #yform-formular-ort, #yform-formular-besonderheiten
{
	display: none;
}

/*#muldenkonfigurator .fancybox-overlay.fancybox-overlay-fixed
{
	transform: scale(0.8);
	background-color: transparent!important;
}*/

#muldenkonfigurator .fancybox-skin
{
	transform: scale(0.75)!important;
}

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

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

@media all and (max-width: 500px){
	.konfiItem, .konfiWrapItem
	{
		width: calc(100% - 20px)!important;
	}

	#konfiInner
	{
		padding: 20px;
		background-color: #fff;
	}
}

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

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

	.history:before
	{
		left: 5px;
		transform: translateX(0);
	}

	.historyItem
	{
		text-align: left!important;
	}

	.historyInner
	{
		width: 100%;
		padding-right: 0!important;
		padding-left: 35px!important;
	}

	.historyInner h3:before
	{
		width: 20px!important;
		height: 20px!important;
		right: auto!important;
		left: -42px!important;
	}

	#footerFlex
	{
		display: block;
	}

	#footerList
	{
		margin-top: 1em;
	}
}

@media all and (max-width: 700px){
	.konfiItem.small, .konfiWrapItem
	{
		width: calc(50% - 20px);
	}

	.konfiItem
	{
		padding: 15px 20px;
	}

	form a
	{
		hyphens: auto;
		-webkit-hyphens: auto;
	}
}

@media all and (max-width: 750px){
	#opener
	{
		height: 75vh;
	}

	#subpageOpener
	{
		padding-bottom: 65%!important;
	}

	.imgFlex
	{
		display: block;
		margin-left: 0!important;
	}

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

	.imgFlex.small .imgFlexItem:nth-child(1)
	{
		width: 170px!important;
	}

	.imgFlex.small .imgFlexItem:nth-child(2)
	{
		padding-left: 0px!important;
		width: 100%!important;
	}

	.textBox
	{
		margin-top: 35px;
	}

	h1:after, .divider, .dividerImg h2:after
	{
		width: 140px!important;
		height: 10px!important;
	}

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

	#opener h1
	{
		font-size: 2.2em!important;
	}

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

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

	h1 + p
	{
		margin-top: 11px!important;
	}

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

	#map
	{
		padding-bottom: 55%!important;
	}

	.accordeonOpener
	{
		font-size: 1.15em!important;
	}

	.accordeonContent .textBox
	{
		margin-top: 20px;
	}

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

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}

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

	#muldenkonfigurator .fancybox-skin
	{
		transform: scale(1)!important;
	}
}

@media all and (max-width: 780px){
	.stepContent
	{
		display: block!important;
		font-size: 0.8em!important;
	}

	.step
	{
		display: block;
		position: relative;
	}

	#steps
	{
		display: block;
	}

	.step + .step
	{
		margin-top: 15px;
	}

	.stepContent
	{
		position: absolute;
		left: 45px;
		top: 50%;
		transform: translateY(-50%);
	}

	#footerContact
	{
		display: block;
	}
}

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

	.konfiItem.mid
	{
		width: calc(100% - 20px)!important;
	}
}

@media all and (max-width: 950px){
	.stepContent
	{
		font-size: 0.7em;
	}

	.container
	{
		max-width: 130px;
	}

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

@media all and (max-width: 1150px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background-color: #fff;
		box-shadow: 0px 0px 40px rgba(0,0,0,0.07);
		max-height: 100%;
		overflow: auto;
		border-top: 5px solid var(--theme);
	}

	#withTicker #navigation
	{
		top: 23px;
		max-height: calc(100% - 23px);
	}

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

	#navigation ul li, #header.scrolled #navigation ul li, #header.subpage #navigation ul li 
	{
		display: block;
		margin-left: 0;
		padding: 0;
		margin-bottom: 5px;
	}

	#navOpener, .logo
	{
		z-index: 2000;
	}

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

	#navigation ul li ul
	{
		padding: 4px 0px;
		font-size: 0.85em;
		display: none;
	}

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

	.subnavOpener
	{
		position: absolute;
		width: 40px;
		height: 40px;
		cursor: pointer;
		right: -20px;
		top: -4px;
		background-image: url(down.svg);
		background-size: auto 25%;
		background-position: center right;
		background-repeat: no-repeat;
	}

	#navigation ul li .subnavOpener.active + ul
	{
		display: block;
	}

	.subnavOpener.active
	{
		transform: rotate(-180deg);
		background-position: center left;
	}

	#navigation ul li.active ul li a
	{
		color: var(--dark)!important;
		font-weight: 500;
	}

	#navigation ul li.active ul li.active a
	{
		font-weight: 700;
		color: var(--theme)!important;
	}

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

	#navigation ul li ul li a:before
	{
		content: "-";
		margin-right: 10px;
	}

	#navOpener
	{
		position: absolute;
		width: 29px;
		height: 19px;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		left: 40px;
	}

	#header.active .logo.white
	{
		opacity: 0;
	}

	#header.active .logo.color
	{
		opacity: 1;
	}

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

	#header.scrolled .line, #navOpener.active .line, #header.subpage .line
	{
		background-color: var(--dark);
	}

	#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%;
		left: 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;
	}

	#header
	{
		border-top: 5px solid var(--theme);
	}

	#header .wrap
	{
		height: 80px;
	}

	.logo, #header.scrolled .logo, #header.subpage .logo
	{
		padding: 20px 0px;
	}

	h1:after, .divider, .dividerImg h2:after
	{
		width: 160px;
		height: 12px;
	}

	h1
	{
		font-size: 2.6em;
	}

	#opener h1
	{
		font-size: 3.2em;
	}

	h2
	{
		font-size: 2.6em;
	}

	h3
	{
		font-size: 1.6em;
	}

	.dividerImg
	{
		padding: 80px 0px;
	}

	.text
	{
		margin: 40px 0px;
	}

	#header.subpage + .text
	{
		margin-top: 40px;
	}

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

	#openerContent
	{
		bottom: 80px;
	}

	#withTicker #openerContent
	{
		bottom: 70px;
	}

	.withDivider + .withImgFlex, .withImgFlex + .withDivider
	{
		margin-top: -5px;
	}

	.imgFlex
	{
		margin-left: -40px;
	}

	.imgFlexItem
	{
		margin-left: 40px;
	}

	.imgFlex.small .imgFlexItem:nth-child(2)
	{
		max-width: calc(100% - 40px);
		padding-left: 40px;
	}

	#opener
	{
		min-height: 380px;
		height: calc(100vh - 50px);
	}

	#footer
	{
		padding: 30px 0px;
	}

	.withMap:after
	{
		height: 40px;
	}

	#map
	{
		padding-bottom: 33%;
	}

	.withMap
	{
		margin-top: -5px;
	}

	.accordeonOpener
	{
		font-size: 1.2em;
		padding: 15px 0px;
	}

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

	#headerSpace
	{
		height: 85px;
	}

	/*.text .buttonArea p a, .buttonArea p a
	{
		width: 40px;
		height: 40px;
	}*/

	#subpageOpener
	{
		padding-bottom: 45%;
	}

	#sticky
	{
		width: calc(100% + 1px);
		left: -1px;
		bottom: -1px;
		transform: translateY(0);
		top: auto;
		display: flex;
	}

	.stickyItem
	{
		width: 25%;
	}

	.stickyIcon
	{
		width: 100%;
	}

	.stickyDescription
	{
		display: none;
	}

	#copyRow
	{
		margin-bottom: 49px;
		padding: 15px 0px;
	}

	h1 + p
	{
		font-size: 1.1em;
		margin-top: 15px;
	}

	.withBenefits
	{
		margin-top: -50px!important;
	}

	.tick
	{
		width: 45px;
		height: 45px;
	}

	.benefits
	{
		width: calc(100% + 40px);
		margin-left: -40px;
		margin-bottom: -40px;
	}

	.benefit
	{
		padding-left: 65px;
		width: calc(50% - 40px);
		margin-left: 40px;
		margin-bottom: 40px;
	}

	.colored
	{
		padding: 40px 0px;
	}

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

	.divider
	{
		margin: -10px 0px;
	}

	.colored + .dividerImg
	{
		margin-top: -40px;
	}

	.history
	{
		padding: 30px 0px;
	}

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

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

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

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

	#navigation ul li ul
	{
		display: none;
		position: absolute;
		left: 0;
		top: 80%;
		min-width: 100%;
		padding: 15px 20px 12px;
		font-size: 0.85em;
		background-color: var(--theme);
		text-align: left;
	}

	#navigation ul li ul li
	{
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 3px;
		padding: 0!important;
		white-space: nowrap;
	}

	#navigation ul li.active ul li a
	{
		color: #fff!important;
	}

	#navigation ul li ul li a
	{
		color: #fff!important;
		opacity: 0.7;
		font-weight: 500;
	}

	#navigation ul li ul li a:hover
	{
		opacity: 1;
		color: #fff!important;
	}

	#navigation ul li.active ul li.active a
	{
		opacity: 1;
		font-weight: 700;
	}

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

@media all and (min-width: 1100px){
	#subpageOpener
	{
		padding-bottom: 0px!important;
		height: 390px;
	}
}

@media all and (min-width: 1500px){
	#openerContent
	{
		bottom: 220px;
	}
}