:root 
{
	--theme: #0047ab;
	--lighttheme: #1869db;
	--dark: #020e1f;
	--grey: #e6eaf0;
}

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

body 
{
	font-size: 1.3em;
	color: var(--dark);
	font-family: 'Helvetica Neue';
	font-weight: 300;
	line-height: 1.55;
	overflow-x: hidden;
	letter-spacing: 0.01em;
}

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

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

h1, h2, h3
{
	font-weight: 300;
	line-height: 1.2;
	font-size: 3.2em;
	text-transform: uppercase;
}

h1
{
	color: var(--theme);
}

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

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

h1
{
	text-transform: uppercase;
}

h1 + p, #startContent p
{
	text-transform: uppercase;
}

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

p + .audio, .audio + p, h2 + .audio, h3 + .audio, h4 + .audio
{
	margin-top: 1em;
}

p + h3, p + h4
{
	margin-top: 1.5em;
}

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

h4
{
	color: var(--theme);
	font-weight: 300;
}

h1 + p, .text.big p, .text.big ul, h4, #startContent p
{
	font-size: 1.3em;
}

#startLink
{
	font-size: 4em;
	line-height: 1.2;
}

#header .wrap, #startPage .wrap
{
	max-width: 1350px;
}

#intro
{
	margin-top: 30px;
}

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

#startPage
{
	position: absolute;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	opacity: 0.4;
	background-image: none!important;
	background-color: #fff;
}

#startPage:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(255,255,255,0.4);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

#startImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: none;
}

#startImgDesktop
{
	position: relative;
	height: 100%;
}

#startLink
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	color: var(--theme);
}

#startContent
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#startContentWrap
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
}

.startItem.left
{
	text-align: right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	width: 400px;
	text-transform: uppercase;
	line-height: 1.05;
	padding-right: 40px;
}

.startItem.right
{
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	width: 200px;
	text-transform: uppercase;
	line-height: 1.35;
	padding-left: 40px;
}

.startItem h1
{
	/*white-space: nowrap;*/
}

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

#startPage:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
}*/

h1 a
{
	color: var(--theme);
	text-decoration: none;
}

#startImg
{
	position: absolute;
	z-index: 9;
	height: 100%;
	width: 33%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 100;
}

#startContent
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	/*text-shadow: 0px 0px 20px rgba(0,0,0,0.8);*/
}

#startContent .wrap
{
	max-width: 1500px;
}

#startContent .wrap div
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.text.withButton p a, .text .buttoNArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	color: var(--theme)!important;
	text-decoration: none;
	transition: all 0.2s;
	line-height: 1.2;
	border: 2px solid var(--theme);
	padding: 0.6em 1.2em;
}

.text.withButton p a:hover, .text .buttoNArea p a:hover, .buttonArea p a:hover, #accepted:hover
{
	color: #fff!important;
	background-color: var(--theme);
}

.buttonArea
{
	margin-top: 30px;
}

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

#startPage .buttonArea p a
{
	color: #fff!important;
	border: 2px solid #fff;
}

#startPage .buttonArea p a:hover
{
	background-color: #fff;
	color: var(--theme)!important;
	text-shadow: none!important;
}

#startFlex
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#startFlex .buttonArea
{
	margin-top: 0;
}

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

#navigation ul li#language
{
	color: var(--theme);
}

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

#navigation ul
{
	text-align: right;
	text-transform: uppercase;
}

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

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

#logo
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	text-decoration: none;
	color: var(--theme);
	text-transform: uppercase;
}

#logo:after
{
	content: "/";
	margin-left: 20px;
}

.text
{
	margin: 60px 0px;
}

.colored
{
	padding: 60px 0px;
	margin: 0px;
	position: relative;
	color: var(--theme);
}

.colored:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -10;
	background-color: var(--theme);
	opacity: 0.25;
}

.quote
{
	padding-top: 25px;
	padding-left: 25px;
	line-height: 1.45;
}

.quote:before
{
	content: "";
	position: absolute;
	width: 70px;
	height: 100%;
	left: 40px;
	top: 0;
	background-image: url(quote.svg);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	z-index: -1;
	opacity: 0.25;
}

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

.imgFlex .inline
{
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	top: 110px;
}

.imgFlexItem
{
	margin-left: 40px;
}

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

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

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

.imgFlex p
{
	text-align: justify;
}

h3 a
{
	color: var(--theme);
	border-bottom: 1px dashed var(--theme);
	transition: all 0.2s;
	text-decoration: none;
}

h3 a:hover
{
	border-bottom: 1px solid var(--theme);
}

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

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

.galleryItem
{
	width: 50%;
	margin-left: 20px;
}

#opener
{
	background-size: cover;
	background-position: center;
	position: relative;
}

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

#openerImg
{
	height: 58vh;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 100;
	max-height: 700px;
}

.year
{
	position: relative;
}

.calendarItem
{
	padding-top: 25px;
	margin-top: 20px;
	border-top: 1px solid var(--grey);
}

.calendar p + p
{
	margin-top: 0;
}

.calendar .calendarItem:nth-child(1)
{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.date
{
	display: inline;
	background-color: var(--theme);
	color: #fff;
	padding: 0.3em 0.5em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
}

.calendarContent
{
	margin-top: 20px;
}

#footer
{
	padding: 40px 0px;
	background-color: var(--theme);
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#copy
{
	text-transform: uppercase;
}

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

#footerList li:before
{
	content: "/";
	margin-right: 22px;
}

#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;
}

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

#footerList li:first-child
{
	margin-left: 0;
}

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

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

.linkGallery a
{
	text-decoration: none;
	color: var(--theme);
	transition: all 0.2s;
}

#footerList + p
{
	margin-top: 0;
}

.linkGallery a:hover
{
	color: var(--lighttheme);
}

.linkGallery span
{
	border-bottom: 1px dashed var(--theme);
	transition: all 0.2s;
}

.linkGallery a:hover span
{
	border-bottom: 1px solid var(--lighttheme);
}

.galleryItem .inline
{
	margin-top: 20px;
}

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

#cookieBox
{
	padding: 32px 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.4em;
	cursor: pointer;
	display: block;
	margin-top: 0.2em;
}

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

#accepted
{
	margin-top: 0.6em;
	cursor: pointer;
}

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

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

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

form .has-error label
{
	color: red;
}

form .has-error input, form .has-error textarea
{
	border-color: red!important;
}

form label
{
	font-family: 'Helvetica Neue';
	color: var(--theme);
	font-weight: 300;
	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: 'Helvetica Neue';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
}

input, textarea
{
	color: var(--dark);
	margin-bottom: 1.2em;
	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(--theme);
	outline: 1px solid var(--theme);
}

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

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

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

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

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

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

button
{
	display: inline-block;
	color: var(--theme)!important;
	text-decoration: none;
	transition: all 0.2s;
	line-height: 1.2;
	border: 2px solid var(--theme);
	padding: 0.6em 1.2em;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.1em;
}

button:hover
{
	color: #fff!important;
	background-color: var(--theme);
}

.gridGallery
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-top: -20px;
}

.gridItem
{
	width: calc(25% - 20px);
	margin-left: 20px;
	margin-top: 20px;
	cursor: zoom-in;
}

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

#header + .text
{
	margin-top: 0;
}

.linkGallery
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-top: -20px;
}

.linkGalleryItem
{
	width: calc(50% - 20px);
	margin-left: 20px;
	margin-top: 20px;
}

.linkGalleryImg
{
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	margin-bottom: 0.5em;
}

#mobileLanguage
{
	display: none;
}

.textBox a
{
	word-wrap: break-word;
}

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

@media all and (max-width: 500px){
	#footerList
	{
		margin-bottom: -2px;
	}

	#footerList li
	{
		display: block;

		margin-left: 0;
	}

	#footerList li:before
	{
		display: none;
	}

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

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

	.galleryItem, .linkGalleryItem
	{
		width: 100%;
		margin-left: 0;
	}

	.linkGalleryItem
	{
		margin-left: 0;
	}

	#startFlex
	{
		display: block;
	}

	#startFlex .buttonArea
	{
		margin-top: 20px;
	}

	#startContent .wrap div
	{
		display: block;
		text-align: center;
	}

	.gridItem
	{
		width: calc(50% - 20px);
	}

	.imgFlex p
	{
		text-align: inherit;
	}
}

@media all and (min-width: 881px){
	.inline.small
	{
		height: 80vh;
		max-height: 600px;
		width: auto!important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}

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

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

	.textBox
	{
		margin-top: 40px;
	}

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

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

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

	h1 + p, .text.big p, .text.big ul, h4, #startContent p
	{
		font-size: 1em!important;
	}

	.quote:before
	{
		width: 40px!important;
	}

	.quote
	{
		padding-top: 0px!important;
		padding-left: 20px!important;
	}

	#openerImg
	{
		height: 40vh!important;
	}

	.calendarItem
	{
		padding-top: 20px;
		margin-top: 20px;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 950px){
	#startImgDesktop
	{
		display: none;
	}

	#startContent
	{
		display: block;
		text-align: center;
	}

	#startContentWrap
	{
		z-index: 200;
	}

	#startImg
	{
		display: block;
		width: 100%;
	}
	
	.startItem.left
	{
		text-align: center;
		position: relative;
		top: 0%;
		transform: translateY(0%);
		right: 0;
		width: 100%;
		text-transform: uppercase;
		line-height: 1.35;
		padding-right: 0px;
	}

	.startItem.right
	{
		text-align: center;
		position: relative;
		top: 0%;
		transform: translateY(0%);
		left: auto;
		width: 100%;
		text-transform: uppercase;
		line-height: 1.35;
		padding-left: 0px;
	}

	#startContentWrap
	{
		height: auto;
	}

	.startItem br
	{
		position: absolute;
	}

	#startLink
	{
		color: #fff;
		text-shadow: 0px 0px 20px rgba(0,0,0,0.9);
	}
}

@media all and (max-width: 1000px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 80px;
		background-color: #fff;
		z-index: 1500;
		border-bottom: 1px solid var(--grey);
		padding: 0px 40px 12px;
		max-height: calc(100vh - 80px);
		overflow: auto;
	}

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

	#navigation ul li ul
	{
		font-size: 0.85em;
		margin-bottom: 10px;
		text-align: right;
		white-space: normal;
	}

	#navigation ul li.active a, #navigation ul li a:hover
	{
		color: var(--theme);
	}

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

	#navigation ul li.active ul li.active a, #navigation ul li ul li a:hover
	{
		color: var(--theme);
	}

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

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

	.text
	{
		margin: 40px 0px;
	}

	#intro
	{
		margin-top: 10px;
	}

	.colored
	{
		padding: 40px 0px;
	}

	#footer
	{
		padding: 25px 0px;
	}

	h1
	{
		font-size: 2.2em;
	}

	h2
	{
		font-size: 1.8em;
	}

	h3
	{
		font-size: 1.2em;
	}

	h1 + p, .text.big p, .text.big ul, h4, #startContent p
	{
		font-size: 1.2em;
	}

	.quote:before
	{
		width: 70px;
	}

	.quote
	{
		padding-top: 20px;
		padding-left: 20px;
	}

	.imgFlex .inline
	{
		top: 85px;
	}

	#openerImg
	{
		height: 50vh;
		min-height: 220px;
	}

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

	.buttonArea
	{
		margin-top: 20px;
	}

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

	#navigation ul li#language
	{
		display: none;
	}

	#mobileLanguage
	{
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 90px;
		color: var(--theme);
		text-decoration: none;
	}

	/*.inline.small
	{
		height: 75vh;
	}*/

	.colored
	{
		margin: 0;
	}

	#startLink
	{
		font-size: 1.5em;
	}
}

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

	#navigation ul li.active a, #navigation ul li a:hover
	{
		color: var(--theme);
	}

	#navigation ul li ul
	{
		display: none;
		position: absolute;
		background-color: var(--theme);
		padding: 16px 25px;
		left: 50%;
		transform: translateX(-50%);
		top: 80%;
		font-size: 0.85em;
		text-align: center;
	}

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

	#navigation ul li ul li
	{
		margin-left: 0;
		padding: 0;
		white-space: nowrap;
	}

	#navigation ul li ul li a, #navigation ul li.active ul li a
	{
		color: #fff;
		opacity: 0.7;
	}

	#navigation ul li:hover ul li a:hover, #navigation ul li.active ul li.active a
	{
		opacity: 1;
		color: #fff;
	}
}