:root 
{
	--rot: #fe0000;
	--dunkelrot: #c20000;
	--dark: #000;
	--lightgrey: #e3dada;
	--grey: #a39b9b;
}

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

body 
{
	font-size: 1.1em;
	color: var(--dark);
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	overflow-x: hidden;
}

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

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

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

h1, h2, h3
{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 3.2em;
}

h1
{
	background-color: var(--rot);
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	padding: 0.15em 0.4em 0.12em;
}

h2
{
	font-size: 2.2em;
}

h3
{
	font-size: 1.8em;
}

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

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

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

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

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

#opener:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(pattern.svg);
	background-size: cover;
	background-position: center;
	z-index: 10;
	opacity: 0.4;
}

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

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

	to
	{
		transform: scale(1.3);
	}
}

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 120px;
	color: #fff;
	z-index: 100;
	animation-name: introText;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@keyframes introText
{
	from
	{
		opacity: 0;
		transform: translateY(50%);
	}

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

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

#header.scrolled
{
	background-color: #fff;
	border-bottom: 1px solid var(--lightgrey);
}

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

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

#navigation ul
{
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
}

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

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

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

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

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

#navigation ul li:last-child a, .text .buttonArea p a, .buttonArea p a, .text.withButton p a
{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	display: inline-block;
	background-color: var(--rot);
	padding: 0.7em 1.5em;
	transition: all 0.2s;
	color: #fff!important;
	text-decoration: none;
	transition: all 0.2s;
	text-transform: uppercase;
	text-align: center;
	background-image: url(pattern_light.svg);
	background-size: cover;
	background-position: center;
	border-bottom: none!important;
	font-weight: 400!important;
	line-height: 1.45;
}

#navigation ul li:last-child a:hover, .text .buttonArea p a:hover, .buttonArea p a:hover, .text.withButton p a:hover
{
	background-color: var(--dunkelrot);
}

.text
{
	margin: 60px 0px;
}

.intro
{
	margin-bottom: -30px;
}

.inline
{
	width: 100%;
	margin-bottom: -9px!important;
	box-shadow: 0px 0px 120px rgba(0,0,0,0.2);
}

.imgFlex
{
	display: flex;
}

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

.imgFlexItem
{
	width: 50%;
}

.textBox
{
	background-color: #fff;
	padding: 35px 40px;
	padding-right: 0;
	margin-left: -60px;
	margin-top: 60px;
	min-height: calc(100% - 60px);
	position: relative;
	z-index: 50;
}

.right .textBox
{
	margin-left: auto;
	margin-right: -60px;
	padding-right: 40px;
	padding-left: 0;
}

.buttonArea
{
	margin-top: 30px;
}

.colored, .dividerImg
{
	padding: 100px 0px;
	background-color: var(--rot);
	color: #fff;
	position: relative;
}

.colored:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(pattern.svg);
	background-size: cover;
	background-position: center;
	opacity: 0.3;
	z-index: 50;
}

.colored .wrap, .dividerImg .wrap
{
	position: relative;
	z-index: 100;
}

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

.arrow
{
	position: relative;
	width: 1px;
	height: 60px;
	background-color: var(--dark);
	display: block;
	margin: auto;
}

.arrow:before
{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-left: 1px solid var(--dark);
	border-bottom: 1px solid var(--dark);
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	bottom: 0;
}

.gallery
{
	column-count: 3;
	column-gap: 40px;
	margin-bottom: 0px;
}

.galleryItem
{
	margin-bottom: 40px;
}

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

.dividerImg
{
	position: relative;
	background-size: cover;
	background-position: center;
}

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

#footer
{
	background-color: var(--dark);
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	padding: 60px 0px;
}

#copy
{
	font-weight: 700;
	margin-bottom: 5px;
}

#footerList li
{
	list-style: none;
	margin-top: 2px;
}

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

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

#footerFlex
{
	display: flex;
	align-items: center;
	justify-content: center;
}

#footerFlex .footerFlexItem:nth-child(2)
{
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #fff;
}

#footerLogo
{
	max-width: 120px;
	margin-bottom: -9px;
}

.imgBoxWrap
{
	display: flex;
	margin-top: -120px;
}

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

.imgBox
{
	max-width: calc(100% - 80px);
	width: 700px;
	background-color: #fff;
	padding: 35px 40px;
}

#cookieNotice
{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 500;
	padding: 20px 0px;
	font-size: 0.85em;
	color: #fff;
	background-color: var(--dark);
}

#cookieSpace
{
	position: absolute;
	height: 38px;
	z-index: -10;
}

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

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

#accepted
{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	float: right;
	transition: all 0.2s;
}

#accepted:hover
{
	opacity: 0.8;
}

#cookieCheckboxes
{
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#cookieCheckboxes label
{
	position: relative;
	margin-right: 2em;
	padding-left: 1.45em;
	cursor: pointer;
}

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

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

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

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

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

#form
{
	width: 100%;
	position: relative;
	padding-top: 180px;
	margin-top: -180px;
}

form label
{
	font-family: 'Montserrat', sans-serif;
	color: var(--dark);
	font-weight: 700;
	display: block;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}

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: 'Work Sans', sans-serif;
   	line-height: 1.5;
   	color: var(--dark);
   	font-weight: 300;
}

input, textarea
{
	color: var(--dark);
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid var(--lightgrey);
	padding: 0.7em 1.2em;
}

input, textarea
{
	margin-bottom: 1.5em;
	transition: border-color 0.2s;
}

input:focus, textarea:focus
{
	border-color: var(--grey);
}

textarea
{
	height: 14em;
	resize: none;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--rot);
	display: block;
}

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

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

.checkbox
{
	position: relative;
	padding-left: 1.3em;
}

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

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

button
{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	display: inline-block;
	background-color: var(--rot);
	padding: 0.7em 1.5em;
	transition: all 0.2s;
	color: #fff!important;
	text-decoration: none;
	transition: all 0.2s;
	text-transform: uppercase;
	text-align: center;
	background-image: url(pattern_light.svg);
	background-size: cover;
	background-position: center;
	border-bottom: none!important;
	font-weight: 400!important;
	line-height: 1.45;
	width: auto;
	cursor: pointer;
	margin-top: 1.4em;
}

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

@media all and (max-width: 420px){
	.gallery
	{
		column-count: 1!important;
	}
}

@media all and (max-width: 440px){
	.textBox, .right .textBox, .imgBox
	{
		padding: 20px 25px 0px!important;
	}

	#footerFlex
	{
		display: block;
	}

	.footerFlexItem
	{
		width: 100%;
		margin-left: 0!important;
		padding-left: 0!important;
		border-left: none!important;
	}

	#footerList li
	{
		margin-top: 0;
	}

	#copy
	{
		margin-top: 20px;
		margin-bottom: 2px;
	}
}

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

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

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

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

	#openerContent
	{
		bottom: 60px!important;
	}

	#opener
	{
		height: 55vh!important;
		min-height: 300px!important;
	}

	.imgFlex
	{
		display: block;
	}

	.imgFlexItem
	{
		width: 100%;
	}

	.textBox, .right .textBox
	{
		margin-left: 0!important;
		margin-top: 0!important;
		margin: 0!important;
		padding: 35px 40px;
		padding-bottom: 0;
	}

	.imgBox
	{
		padding-bottom: 0;
	}

	#footerLogo
	{
		max-width: 90px;
	}
}

@media all and (max-width: 600px){
	.gallery
	{
		column-count: 2;
	}

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

	.imgBox
	{
		max-width: 100%;
	}

	textarea
	{
		height: 11em;
	}	
}

@media all and (max-width: 940px){
	#navigation
	{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		border-bottom: 1px solid var(--lightgrey);
	}

	#navigation ul
	{
		padding: 75px 40px 10px;
	}

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

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

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

	#navigation ul li:last-child a
	{
		color: var(--dark)!important;
		padding: 0;
		background-color: transparent;
		background-image: none;
	}

	#navOpener
	{
		position: fixed;
		width: 23px;
		height: 17px;
		right: 40px;
		top: 32px;
		cursor: pointer;
		z-index: 100000000000000;
	}

	#logo
	{
		z-index: 10000;
	}

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

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

	#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: 80px;
	}

	#logo
	{
		padding: 22px 0px!important;
	}

	#opener
	{
		height: 68vh;
		min-height: 380px;
	}

	h1
	{
		font-size: 2.6em;
	}

	h2
	{
		font-size: 1.8em;
	}

	h3
	{
		font-size: 1.6em;
	}

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

	.text
	{
		margin: 40px 0px;
	}

	.buttonArea
	{
		margin-top: 20px;
	}

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

	.arrow
	{
		height: 40px;
	}

	#openerContent
	{
		bottom: 70px;
	}

	.textBox
	{
		margin-left: -40px;
		margin-top: 40px;
		min-height: calc(100% - 40px);
	}

	.right .textBox
	{
		margin-right: -40px;
	}

	#footer
	{
		padding: 40px 0px;
	}

	.colored, .dividerImg
	{
		padding: 60px 0px;
	}

	.imgBoxWrap
	{
		margin-top: -80px;
	}

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

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