:root 
{
	--rot: #931825;
	--hellrot: #b72441;
}

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

body 
{
	font-size: 0.96em;
	color: #000;
	font-family: 'Lexend', serif;
	font-weight: 300;
	line-height: 1.6;
	overflow-x: hidden;
}

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

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

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

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

#fullscreenImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
	background-position: center;
	animation-name: zoomIn;
	animation-duration: 60s;
	animation-fill-mode: forwards;
}

@keyframes zoomIn{
	from 
	{
		transform: translate(-50%, -50%) scale(1);
	}

	to 
	{
		transform: translate(-50%, -50%) scale(1.25);
	}
}

#fullscreenTitle
{
	position: absolute;
	width: 100%;
	top: calc(50% + 150px / 2);
	transform: translateY(-50%);
	z-index: 10;
}

#header
{
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 100;
}

#header.transparent
{
	background-color: transparent;
}

#header.transparent.red
{
	background-color: var(--hellrot);
}

#headerSpace
{
	height: 128px;
}

#logo
{
	position: absolute;
	height: calc(100% + 38px);
	z-index: 50;
	top: -38px;
	padding: 15px;
	background-color: var(--hellrot);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 30px;
	padding: 25px 0px;
	position: relative;
}

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

#navigation ul li ul
{
	display: none;
	position: absolute;
	background-color: var(--rot);
	text-align: left;
	padding: 0px;
	left: -20px;
	margin-top: 1em;
}

#navigation ul li ul li
{
	display: block;
	padding: 17px 20px;
	margin: 0;
	line-height: 1.2;
	border-top: 1px dashed #fff;
	white-space: nowrap;
}

#navigation ul li ul li:first-child
{
	border-top: none;
}

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

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

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

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

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

#languages
{
	padding: 5px 0px;
	background-color: var(--rot);
	font-size: 0.85em;
}

#languages ul li
{
	display: inline-block;
	margin-left: 15px;
}

#languages ul li:before
{
	content: "|";
	color: #fff;
	margin-right: 15px;
}

#languages ul li:first-child:before
{
	display: none;
}

#languages ul
{
	text-align: right;
}

#languages a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

#languages a:hover
{
	opacity: 0.7;
}

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

.text .wrap, #opener .wrap
{
	max-width: 850px;
	display: block;
	margin: auto;
}

#footer
{
	background-color: var(--rot);
	color: #fff;
	padding: 29px 0px 30px;
}

#copy
{
	font-weight: 700;
	position: absolute;
	margin-top: 1px;
}

#footerList
{
	text-align: right;
}

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

#footerList li a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
}

#footerList li a:hover
{
	opacity: 0.7;
}

h1, h2, h3
{
	font-weight: 600;
	font-size: 1.85em;
	line-height: 1.28;
}

h1 + strong
{
	display: inline-block;
	margin-top: 0.5em;
}

h2
{
	font-size: 1.15em;
	font-weight: 400;
}

h3
{
	font-size: 1.05em;
}

h1
{
	font-family: 'Lexend Zetta', serif;
	text-transform: uppercase;
}

.text h2, .text h3
{
	color: var(--hellrot);
	font-weight: 700;
}

h2 + p, h3 + p, p + ul, ul + p, h2 + ul, h3 + ul
{
	margin-top: 0.8em!important;
}

ul + p
{
	margin-top: 0.75em!important;
}

.title, .subTitle
{
	color: #fff;
	background-color: var(--rot);
	padding: 0.6em 30px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
	-webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none;
    line-height: 1.7;
}

#fullscreenTitle h2
{
	margin-top: -10px;
}

.subTitle
{
	background-color: var(--hellrot);
	font-weight: 400;
	padding: 0.5em 30px 0.5em;
}

#fullscreen .button
{
	border: 2px solid #fff;
	color: #fff;
	margin-top: 1em;
	background-color: transparent;
}

#fullscreen .button:hover
{
	background-color: #fff;
	color: var(--hellrot);
}

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

#cookieNotice
{
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 20;
	left: 0;
	bottom: 0;
	padding: 20px 0px;
}

strong
{
	font-weight: 700;
}

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

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

#opener
{
	padding: 165px 0px 50px;
	background-color: var(--hellrot);
	color: #fff;
}

.text
{
	margin: 60px 0px;
}

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

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

.date
{
	margin-bottom: 1em;
	font-weight: 700;
}

#accepted
{
	display: inline-block;
	font-weight: 700;
	cursor: pointer;
	color: var(--rot);
	transition: all 0.3s;
	float: right;
}

#accepted:hover
{
	opacity: 0.7;
}

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

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

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

.divider
{
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(0,0,0,0.2);
}

#news .divider
{
	margin-top: 55px;
}

.date
{
	margin-top: 0.2em;
}

.easyPaginateNav
{
	max-width: 850px;
	display: block;
	margin: auto;
	margin-bottom: 60px;
	padding: 0px 30px;
}

.easyPaginateNav a
{
	margin-right: 1em;
	color: #000;
	text-decoration: none;
	transition: all 0.3s;
}

.easyPaginateNav a:hover
{
	color: var(--hellrot);
	opacity: 0.7;
}

.easyPaginateNav a.current
{
	color: var(--hellrot);
	font-weight: 700;
}

.disabled
{
	display: none!important;
}

.inline, .fancybox img
{
	width: 100%;
	margin-bottom: -9px;
}

.textImg
{
	display: flex;
	margin-left: -30px;
}

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

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

.textImg .textImgItem:nth-child(1)
{
	width: 30%;
}

.textImg .textImgItem:nth-child(2)
{
	width: 70%;
}

.textImg.big .textImgItem:nth-child(1)
{
	width: 50%;
}

.textImg.big .textImgItem:nth-child(2)
{
	width: 50%;
}

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

.text ul li:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 0.4em;
	height: 0.4em;
	border-radius: 100%;
	background-color: var(--hellrot);
}


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

form label
{
	color: var(--hellblau);
	font-family: 'Lexend', serif;
	font-weight: 700;
	color: var(--hellrot);
	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: 'Lexend', serif;
   	line-height: 1.5;
   	color: #000;
   	font-weight: 300;
}

input, textarea
{
	color: #000;
}

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid #000;
	padding: 0.7em 0.7em 0.7em;
	transition: box-shadow 0.3s;
}

input, textarea
{
	margin-bottom: 1.4em;
	transition: border-color 0.3s;
}

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

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

.alert.alert-danger
{
	display: none;
}

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

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

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

.button, .text.withButton p a, button
{
	display: inline-block;
	padding: 1em 30px;
	border: 2px solid var(--hellrot);
	background-color: #fff;
	color: var(--hellrot);
	text-decoration: none;
	transition: all 0.3s;
	line-height: 1.2;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
}

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

button
{
	margin-top: 1.2em;
	width: auto;
}

.has-error input, .has-error textarea
{
	border: 2px solid var(--hellrot)!important;
	background-color: rgba(208, 0, 41, 0.2);
}

@media all and (max-width: 420px){
	#header .wrap
	{
		height: 40px;
	}

	#languages
	{
		padding: 3px 0px;
		font-size: 0.85em;
	}

	#languages ul li
	{
		margin-left: 5px;
	}

	#languages ul li:before
	{
		margin-right: 5px;
	}

	#footerList li
	{
		display: block;
	}

	#footer
	{
		padding-bottom: 18px!important;
	}

	#opener
	{
		padding: 120px 0px 35px;
	}

	#navOpener
	{
		top: 13px;
	}

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

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

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

	.textImg .textImgItem:nth-child(1)
	{
		max-width: 180px;
	}

	.textImg.big .textImgItem:nth-child(1)
	{
		max-width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 650px){
	body
	{
		font-size: 0.95em;
	}

	h1, h2, h3
	{
		font-size: 1.35em;
	}

	h2
	{
		font-size: 1.1em;
	}

	h3
	{
		font-size: 1.05em;
	}

	#fullscreen .button
	{
		margin-top: 0.5em;
	}

	.title
	{
	    line-height: 2;
	}

	.subTitle
	{
		line-height: 1.7;
	}

	#fullscreenTitle h2
	{
		margin-top: -15px;
	}

	#copy
	{
		position: relative;
	}

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

	#footerList
	{
		text-align: left;
	}

	#footerList li
	{
		margin-left: 0;
		margin-right: 30px;
	}

	.text
	{
		margin: 40px 0px;
	}

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

	.easyPaginateNav
	{
		margin-bottom: 40px;
	}

	#news .divider
	{
		margin-top: 35px;
	}
}

@media all and (min-width: 421px) and (max-width: 1050px){
	#header .wrap
	{
		height: 40px;
	}

	#navOpener
	{
		top: 13px;
	}

	#opener
	{
		padding: 115px 0px 35px;
	}

	#navigation
	{
		top: 70px;
		max-height: calc(100% - 70px);
		overflow: auto;
	}

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

@media all and (max-width: 1050px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		background-color: var(--hellrot);
	}

	#navigation ul
	{
		padding-bottom: 14px;
	}

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

	#navigation ul li ul
	{
		position: relative;
		display: block;
		padding: 0;
		left: 0;
		text-align: right;
	}

	#navigation ul li a
	{
		display: block;
		padding: 0px 30px;
	}

	#navigation ul li ul li
	{
		padding: 15px 0px;
		margin: 0;
	}

	#header #languages .wrap
	{
		height: auto;
	}

	#logo
	{
		height: calc(100% + 34px);
		top: -34px;
	}

	#fullscreenTitle
	{
		top: calc(50% + 100px / 2);
	}

	#fullscreen
	{
		min-height: 480px;
	}

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

	#navOpener
	{
		position: absolute;
		width: 22px;
		height: 16px;
		right: 30px;
		cursor: pointer;
	}

	#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)
	{
		top: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
}

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