:root 
{
	--theme: #df1731;
	--darktheme: #be031b;
	--dark: #000000;
	--grey: #b1b2ab;
	--light: #e8e8e6;
}

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

body 
{
	font-size: 1.2em;
	color: var(--dark);
	font-family: 'Inter', sans-serif;
	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-weight: 700;
	line-height: 1.35;
	font-size: 3.5em;
	letter-spacing: 0.02em;
}

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

h2
{
	color: var(--theme);
	font-size: 2.5em;
}

h3
{
	font-size: 1.8em;
	font-weight: 500;
	color: var(--theme);
}

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

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

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

.subTitle span
{
	display: inline-block;
	letter-spacing: 0.02em;
	background-color: var(--theme);
	color: #fff;
	font-weight: 500;
	padding: 0.13em 0.5em 0.1em 0.5em;
	margin-bottom: 10px;
}

.subTitle
{
	padding-bottom: 1em;
}

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

#header
{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: var(--dark);
}

#header:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 46.5%;
	left: 0;
	bottom: 0;
	background-color: var(--theme);
}

#navigation
{
	position: relative;
	top: 41px;
	z-index: 10;
}

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	padding: 60px 0px;
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	opacity: 0.8;
	transition: all 0.2s;
}

#navigation ul li a:hover
{
	opacity: 1;
}

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

#logo
{
	position: absolute;
	height: 100%;
	z-index: 20;
}

#opener
{
	width: 100%;
	height: 75vh;
	position: relative;
	overflow: hidden;
	max-height: 700px;
}

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

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

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 46%;
	transform: translateY(-50%);
	z-index: 20;
	color: #fff;
	text-align: center;
}

#down
{
	position: absolute;
	width: 110%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -5px;
	z-index: 15;
}

.text
{
	margin: 80px 0px;
}

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

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

.galleryText
{
	padding: 30px 40px;
	background-color: var(--theme);
	color: #fff;
	margin-bottom: 40px;
}

.galleryText h1, .galleryText h3
{
	color: #fff;
}

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

.colLeft, .colRight
{
	width: 50%;
	margin-left: 40px;
}

.colRight
{
	padding-top: 80px;
}

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

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

.textFlex .textFlexItem:nth-child(2)
{
	margin-left: 80px;
	margin-top: 25px;
	border-left: 3px solid var(--theme);
	padding-left: 40px;
}

.divider
{
	width: 100%;
	height: 50px;
	background-image: url(icon.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.dividerImg
{
	padding: 160px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}

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

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

.dividerImg h2, .dividerImg h3
{
	color: #fff;
}

.imgFlex
{
	display: flex;
}

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

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

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

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

.textBox:before
{
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	right: 0;
	top: 0;
	background-color: var(--light);
	z-index: -1;
	opacity: 0.3;
}

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

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

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

#footerList 
{
	text-align: right;
}

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

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

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

.pageSection
{
	padding-top: 70px;
	margin-top: -150px;
}

#kontakt
{
	padding-top: 150px;
	margin-top: -150px;
}

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

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

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

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff!important;
	text-decoration: none;
	border-bottom: none!important;
	text-align: center;
	line-height: 1.45;
	padding: 0.8em 1.6em;
	transition: all 0.2s;
	background-color: var(--theme);
}

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

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

.buttonArea
{
	margin-top: 30px;
}

#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: 29px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	background-color: #fff;
	max-width: 440px;
	overflow: auto;
	border-bottom: 8px 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.5em;
	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;
}

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

p + h3
{
	margin-top: 1em;
}

#form
{
	padding-top: 190px;
	margin-top: -230px;
}

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

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

form label
{
	font-family: 'Inter', sans-serif;
	color: var(--theme);
	font-weight: 500;
	display: block;
	margin-bottom: 0.2em;
}

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: 'Inter', sans-serif;
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
}

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

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

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

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: 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.2em;
	margin-left: 40px;
}

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

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

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

button
{
	display: inline-block;
	font-weight: 500;
	letter-spacing: 0.02em;
	color: #fff!important;
	text-decoration: none;
	border-bottom: none!important;
	text-align: center;
	line-height: 1.45;
	padding: 0.8em 1.6em;
	transition: all 0.2s;
	background-color: var(--theme);
	width: auto;
	cursor: pointer;
	margin-top: 1.1em;
	margin-left: 40px;
}

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

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

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

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

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

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

	.textBox:before
	{
		width: 100%;
	}

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

	.textFlex .textFlexItem:nth-child(2)
	{
		margin-left: 0;
	}

	.divider
	{
		height: 40px!important;
	}

	.twoColGallery
	{
		display: block;
		margin-left: 0;
	}

	.colRight
	{
		padding-top: 40px;
	}

	.colLeft, .colRight
	{
		width: 100%;
		margin-left: 0;
	}

	#footer
	{
		text-align: center;
	}

	#copy
	{
		display: block;
		position: relative;
	}

	#footerList
	{
		text-align: center;
	}

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

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

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

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

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

	#opener
	{
		height: 65vh!important;
		min-height: 320px!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

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

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

	#navigation ul
	{
		padding: 20px 40px 30px;
	}

	#navOpener
	{
		position: absolute;
		width: 30px;
		height: 22px;
		cursor: pointer;
		top: 66px;
		right: 40px;
		z-index: 50;
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #fff;
		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: 100px;
	}

	.text
	{
		margin: 40px 0px;
	}

	.colored
	{
		padding: 40px 0px;
	}

	.dividerImg
	{
		padding: 80px 0px;
	}

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

	.buttonArea
	{
		margin-top: 20px;
	}

	.divider
	{
		height: 45px;
	}

	h1
	{
		font-size: 2.8em;
	}

	h2
	{
		font-size: 1.8em;
	}

	h3
	{
		font-size: 1.5em;
	}

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

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

	.pageSection
	{
		padding-top: 55px;
		margin-top: -85px;
	}

	#kontakt
	{
		padding-top: 90px;
		margin-top: -90px;
	}

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

	#footer
	{
		padding: 25px 0px 23px;
	}

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

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