:root 
{
	--theme: #8e257c;
	--darktheme: #620552;
	--light: #e2d7e7;
	--grey: rgba(0,0,0,0.07);
	--dark: #000000;
}

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

body 
{
	font-size: 1.15em;
	color: var(--dark);
	font-family: 'Montserrat';
	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, h3
{
	font-family: 'Montserrat Alternates';
	font-weight: 500;
	line-height: 1.25;
	font-size: 2.8em;
}

h2
{
	font-size: 2.5em;
}

h3
{
	font-size: 2em;
	line-height: 1.35;
	color: var(--theme);
}

#opener h1
{
	display: inline;
	background-color: var(--theme);
	color: #fff;
	padding: 0.15em 0.3em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	line-height: 1.35;
	border-radius: 0px 0px 0.25em 0px;
}

#opener p, .text.big p, .text.big ul
{
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	font-weight: 500;
	font-size: 1.25em;
	margin-top: 1.2em;
}

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

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

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

#header .wrap, .wrap.bigWrap
{
	max-width: 1250px;
}

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

#header.scrolled
{
	background-color: rgba(255,255,255,0.8);
}

#navigation ul
{
	text-align: right;
	display: flex;
	justify-content: flex-end;
	font-family: 'Montserrat Alternates';
}

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

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

#navigation ul li a
{
	color: var(--dark);
	background-color: var(--light);
	display: inline-block;
	text-decoration: none;
	padding: 0.4em 0.85em;
	transition: all 0.2s;
	border-radius: 0px 0px 0.25em 0px;
}

#navigation ul li.active a
{
	font-weight: 500;
	background-color: var(--theme);
	color: #fff;
}

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

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

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

#opener
{
	width: 100%;
	height: 100vh;
	position: relative;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 600;
	background-color: rgba(0,0,0,0.15);
}

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

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

strong
{
	font-weight: 700;
}

.text
{
	margin: 100px 0px;
}

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

.boxes:after
{
	content: "";
	position: absolute;
	width: 100vw;
	bottom: -100px;
	height: 85%;
	background-color: var(--grey);
	z-index: -1;
	left: calc(50% + 20px);
	transform: translateX(-50%);
}

.box
{
	width: calc(33.3% - 40px);
	margin-left: 40px;
	margin-top: 40px;
}

.boxImg
{
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	margin-bottom: 28px;
	border-radius: 0px 0px 0.35em 0px;
}

.withBoxes
{
	padding-bottom: 100px;
	margin-top: -100px;
}

.divider
{
	width: 250px;
	height: 5px;
	background-color: var(--theme);
	margin: -10px 0px;
	position: relative;
	border-radius: 100px;
}

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

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

.imgFlex
{
	display: flex;
}

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

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

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

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

.textBox .buttonArea, .dividerImgBox .buttonArea
{
	margin-bottom: 10px;
}

.textBox:before
{
	content: "";
	position: absolute;
	width: 130%;
	height: 100%;
	right: 0;
	top: 0;
	border: 1px solid var(--theme);
	z-index: -1;
	border-radius: 0px 0px 0.35em 0px;
}

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

.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;
	border-bottom: none!important;
	text-decoration: none;
	font-family: 'Montserrat Alternates';
	background-color: var(--theme);
	padding: 0.65em 1.1em;
	transition: all 0.2s;
	border-radius: 0px 0px 0.25em 0px;
}

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

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

.buttonArea
{
	margin-top: 30px;
}

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

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

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

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

.dividerImgBox
{
	padding: 50px 60px;
	background-color: rgba(255,255,255,0.75);
	border-radius: 0px 0px 0.35em 0px;
}

#footer
{
	padding: 100px 0px;
	background-color: rgba(0,0,0,0.85);
	color: #fff;
	font-size: 0.85em;
}

#footerFlex
{
	display: flex;
	margin-left: -40px;
	justify-content: space-between;
}

.footerFlexItem
{
	margin-left: 40px;
	width: 33.3%;
	text-align: center;
}

#footerLogo
{
	max-width: 220px;
	display: block;
	margin: auto;
	margin-bottom: 50px;
}

#copy
{
	padding: 25px 0px;
	background-color: var(--theme);
	font-size: 0.85em;
	font-family: 'Montserrat Alternates';
	color: #fff;
}

#copy span
{
	font-weight: 500;
	position: absolute;
}

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

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

#footerList
{
	text-align: right;
}

#footerList li
{
	display: inline-block;
	margin-left: 40px;
}

.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);
}

.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.65em;
	background-color: var(--theme);
	border-radius: 0px 0px 0.15em 0px;
}

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

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

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

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

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

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

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.15);
	padding: 0.5em 1.2em;
	background-color: #fff;
}

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

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

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

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfe deine Eingaben.";
	font-weight: 500;
	color: var(--theme);
	display: block;
}

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

.alert.alert-danger ul li
{
	color: var(--theme);
}

.alert.alert-danger ul li:before
{
	background-color: var(--theme);
}

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

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

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

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

button
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	color: #fff!important;
	border-bottom: none!important;
	text-decoration: none;
	font-family: 'Montserrat Alternates';
	background-color: var(--theme);
	padding: 0.65em 1.1em;
	transition: all 0.2s;
	border-radius: 0px 0px 0.25em 0px;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.1em;
}

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

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

#cookieBox
{
	padding: 33px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 420px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
	border-radius: 0px 0px 0.35em 0px;
}

#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.6em;
	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;
}

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

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

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

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

@media all and (max-width: 700px){
	.galleryItem
	{
		width: calc(50% - 10px);
	}
}

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

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

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

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

	.divider
	{
		width: 150px!important;
	}

	.boxes
	{
		display: block;
		margin-top: -60px;
	}

	.box
	{
		width: calc(100% - 40px);
		margin-top: 60px;
	}

	.withBoxes
	{
		margin-top: 85px!important;
	}

	.boxImg
	{
		padding-bottom: 55%;
		margin-bottom: 25px;
	}

	.imgFlex
	{
		display: block;
	}

	.imgFlexItem
	{
		width: 100%!important;
	}

	.textBox
	{
		margin-top: 40px!important;
	}

	.textBox:before
	{
		width: 100%!important;
	}

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

	#footerLogo
	{
		max-width: 150px!important;
		margin-bottom: 30px!important;
	}

	#footerFlex
	{
		display: block;
		margin-left: 0;
	}

	.footerFlexItem
	{
		width: 100%!important;
		margin-left: 0;
		margin-top: 25px;
	}

	#copy span
	{
		position: relative;
		display: block;
		text-align: center;
	}

	#footerList 
	{
		text-align: center;
		margin-top: 5px;
	}

	#footerList li
	{
		display: block;
		margin-left: 0;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 1080px){
	#header, #header.scrolled
	{
		background-color: #fff;
		position: sticky;
		position: -webkit-sticky;
		box-shadow: 0px 0px 50px rgba(0,0,0,0.07);
	}

	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 85px;
		background-color: #fff;
		max-height: calc(100vh - 85px);
		overflow: auto;
	}

	#navigation ul
	{
		display: block;
		padding: 0px 5px 5px;
	}

	#navigation ul li, #header.scrolled #navigation ul li
	{
		display: block;
		text-align: center;
		margin-left: 0;
		padding: 0;
	}

	#navigation ul li a
	{
		display: block;
		margin-top: 5px;
		padding: 0.45em 0.85em;
	}

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

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--dark);
		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;
	}

	#header .wrap
	{
		height: 90px;
	}

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

	#opener
	{
		height: calc(100vh - 90px);
		min-height: 350px;
	}

	#openerContent
	{
		top: 50%;
	}

	h1
	{
		font-size: 2.2em;
	}

	h2
	{
		font-size: 1.9em;
	}

	h3
	{
		font-size: 1.6em;
	}

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

	.divider
	{
		width: 200px;
	}

	.text
	{
		margin: 60px 0px;
	}

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

	.dividerImgBox
	{
		padding: 30px 40px;
	}

	.divider
	{
		height: 4px;
		margin: -5px 0px;
	}

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

	.withBoxes
	{
		padding-bottom: 60px;
	}

	.boxes:after
	{
		bottom: -60px;
	}

	.dividerImg
	{
		padding: 120px 0px;
	}

	#footer
	{
		padding: 60px 0px;
	}

	#footerLogo
	{
		max-width: 180px;
		margin-bottom: 40px;
	}

	#copy
	{
		padding: 22px 0px;
	}

	.withBoxes
	{
		margin-top: -70px;
	}

	.colored
	{
		padding: 60px 0px;
	}

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

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