:root 
{
	--rot: #b72323;
	--dunkelrot: #8f0e0e;
	--dark: #2b1818;
	--grau: #a59797;
}

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

body 
{
	font-size: 1.15em;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--rot);
}

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

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

h1, h2, h3
{
	font-weight: 700;
	letter-spacing: 0.03em;
	font-size: 2.8em;
	line-height: 1.38;
}

h2
{
	font-size: 2em;
}

h3
{
	font-size: 1.6em;
}

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

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

p + h3
{
	margin-top: 40px;
}

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

#header
{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	padding: 45px 0px;
	letter-spacing: 0.03em;
}

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

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

#navigation ul li a
{
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s;
}

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

#opener
{
	width: 100%;
	height: 66vh;
	max-height: 750px;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

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

#riss
{
	position: absolute;
	width: 110%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	z-index: 1000;
}

strong
{
	font-weight: 700;
	letter-spacing: 0.02em;
}

#openerTitle
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-style: italic;
	letter-spacing: 0.03em;
	font-size: 2em;
	line-height: 1.45;
	z-index: 50;
}

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

.text
{
	margin: 60px 0px;
}

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

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

.buttonArea
{
	margin-top: 30px;
}

.text.withButton p a, .text .buttonArea p a
{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	text-align: center;
	padding: 0.6em 1.6em;
	border: 1px solid #fff;
	transition: all 0.2s;
}

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

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

#footer
{
	padding: 40px 0px 38px;
	letter-spacing: 0.03em;
}

#copy
{
	position: absolute;
	font-weight: 700;
	color: #fff;
}

#footerList
{
	text-align: right;
}

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

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

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

.divider
{
	width: 60px;
	height: 60px;
	background-image: url(icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
}

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

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

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

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

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	border-bottom: 1px solid #fff;
}

.textBox h3, .textBox h2
{
	margin-left: -120px;
	background-color: var(--rot);
	position: relative;
	z-index: 10;
	padding: 0.9em 0em 0.9em 1.2em;
}

.imgFlex.right .textBox h3, .imgFlex.right h2
{
	margin-left: 0;
	margin-right: -120px;
	width: calc(100% + 120px);
	padding: 0.9em 1.2em 0.9em 0em;
	text-align: right;
}

.textBox
{
	padding-top: 40px;
	padding-bottom: 40px;
}

.mobileImg
{
	display: none;
}

.imgFlexImg
{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

#pageEndContainer
{
	position: relative;
}

#outline
{
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	opacity: 0.75;
}

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

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

#cookieNotice a
{
	color: var(--rot);
	border-bottom: 1px dashed var(--rot);
}

#cookieNotice a:hover
{
	color: var(--dunkelrot);
	border-bottom: 1px solid var(--dunkelrot);
}

#accepted
{
	font-weight: 700;
	color: var(--rot);
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: all 0.2s;
	float: right;
}

#accepted:hover
{
	color: var(--dunkelrot);
}

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

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

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

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

.text ul li:before
{
	content: "";
	position: absolute;
	width: 0.45em;
	height: 0.45em;
	border-radius: 100px;
	background-color: #fff;
	left: 0;
	top: 0.67em;
}

#form
{
	max-width: 750px;
	position: relative;
	padding-top: 170px;
	margin-top: -170px;
}

form label
{
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.02em;
	font-weight: 700;
	display: block;
	margin-bottom: 0.25em;
}

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: 'Open Sans', sans-serif;
   	line-height: 1.6;
   	color: #fff;
   	font-weight: 300;
   	background-color: transparent;
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid rgba(255,255,255,0.6);
	padding: 0.5em 1em;
}

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

input:focus, textarea:focus
{
	border: 1px solid #fff;
}

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

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 0.02em;
	display: block;
	margin-bottom: 0.5em;
	line-height: 1.65;
}

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

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

.checkbox label
{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 1.6;
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
}

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

button
{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	text-align: center;
	padding: 0.6em 1.6em;
	border: 1px solid #fff;
	transition: all 0.2s;
	cursor: pointer;
	background-color: transparent;
	width: auto;
	margin-top: 1em;
}

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

.bordered
{
	border: 2px solid #fff;
	padding: 35px 40px;
}

@media all and (max-width: 550px){
	.divider
	{
		width: 40px!important;
		height: 40px!important;
	}

	.bordered
	{
		padding: 20px 25px;
	}
}

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

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

	.textBox h3, .textBox h2
	{
		padding: 0!important;
		margin-left: 0!important;
		margin-right: 0!important;
		width: 100%!important;
		text-align: left!important;
	}

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

	#opener
	{
		height: 46vh!important;
	}

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

	h2, #openerTitle
	{
		font-size: 1.3em!important;
	}

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

	body
	{
		font-size: 1.05em;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 780px){
	#copy
	{
		position: relative;
		display: block;
		text-align: center;
		line-height: 1.7;
		margin-bottom: 7px;
	}

	#footerList
	{
		text-align: center;
	}

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

@media all and (max-width: 930px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		top: 80px;
		z-index: 1000;
		background-color: #fff;
		left: 0;
		max-height: calc(100% - 80px);
		overflow: auto;
	}

	#navigation ul
	{
		text-align: center;
		padding-bottom: 10px;
	}

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

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

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

	#logo
	{
		padding: 16px 0px;
	}

	.text
	{
		margin: 40px 0px;
	}

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

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

	.buttonArea
	{
		margin-top: 20px;
	}

	#footer
	{
		padding: 30px 0px 28px;
	}

	h1
	{
		font-size: 2.2em;
	}

	h2, #openerTitle
	{
		font-size: 1.6em;
	}

	h3
	{
		font-size: 1.3em;
	}

	p + h3
	{
		margin-top: 25px;
	}

	#opener
	{
		height: 60vh;
		min-height: 260px;
	}

	.divider
	{
		width: 50px;
		height: 50px;
	}

	.mobileImg
	{
		display: block;
	}

	.imgFlexImg
	{
		display: none;
	}

	.textBox
	{
		padding-bottom: 0!important;
	}

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

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