:root 
{
	--theme: #deae4a;
	--darktheme: #c18110;
	--lighttheme: #f4ce89;
	--light: #f5f3f0;
	--dark: #000000;
}

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

body 
{
	font-size: 1.1em;
	color: var(--dark);
	font-family: 'Reddit Sans';
	font-weight: 300;
	line-height: 1.75;
	overflow-x: hidden;
}

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

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

h1, h2, h3, .pageLink, .team strong
{
	font-family: 'Antic';
	font-weight: 300;
	line-height: 1.3;
	font-size: 4em;
	letter-spacing: 0.05em;
}

.team strong
{
	font-size: 1.25em;
}

h2
{
	font-size: 2em;
}

h3, .pageLink
{
	font-size: 1.7em;
}

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

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

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

#header.scrolled
{
	background-color: rgba(0,0,0,0.8);
}

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

#header.subpage.scrolled
{
	background-color: #fff;
}

#header.scrolled .wrap
{
	height: 120px;
}

#header .wrap
{
	height: 180px;
	max-width: 1350px;
	transition: height 0.2s;
}

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

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

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

#openerVideo
{
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

#openerVideo video
{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#openerContent
{
	width: 100%;
	z-index: 500;
	color: #fff;
	padding: 80px 0px 80px;
	text-align: center;
}

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

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff!important;
	border-bottom: none!important;
	text-decoration: none;
	background-color: var(--theme);
	padding: 0.7em 1.2em 0.6em;
	border-radius: 0.25em;
	font-weight: 300;
	transition: all 0.2s;
}

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

#form
{
	padding-top: 140px;
	margin-top: -180px;
}

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

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

form label
{
	font-family: 'Reddit Sans';
	color: var(--dark);
	font-weight: 700;
	display: block;
	margin-bottom: 0.1em;
}

input[type = "text"], input[type = "email"], input[type = "password"], textarea, button
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0.25em;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Reddit Sans';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
}

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

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

input:focus, textarea:focus
{
	border-color: var(--theme);
	outline: 0px solid transparent;
}

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

.alert.alert-danger ul:before
{
	font-weight: 700;
	color: red;
	display: block;
}

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

.alert.alert-danger ul li
{
	color: red;
}

.alert.alert-danger ul li:before
{
	background-color: red;
}

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

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

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

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

form#loginForm
{
	margin-left: 0;
}

#loginForm
{
	max-width: 450px;
	display: block;
	margin-top: 20px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

input[type = "password"]
{
	width: 100%;
	margin-left: 0;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}

input[type = "password"]:focus
{
	border-color: var(--theme);
}

button, .button
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #fff!important;
	border-bottom: none!important;
	text-decoration: none;
	background-color: var(--theme);
	padding: 0.7em 1.2em 0.63em;
	border-radius: 0.25em;
	font-weight: 300;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.1em;
}

#form button
{
	margin-top: 1.2em;
}

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

#loginForm button, #loginForm .button
{
	margin-left: 0;
	width: 100%;
	margin-top: 0;
}

#loginLogo
{
	max-width: 330px;
	margin-bottom: 8px;
}

.loginLink
{
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	transition: all 0.2s;
	font-weight: 300;
	display: inline-block;
}

#loginLinks
{
	margin-top: 30px;
}

.loginLink:hover
{
	color: var(--theme);
	border-bottom: 1px solid var(--theme);
}

#footer
{
	padding: 80px 0px;
	background-color: #191919;
	color: #fff;
	font-size: 0.85em;
}

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

#footer a:hover, #copyRow a:hover
{
	border-bottom: 1px solid #fff;
}

#language
{
	text-align: center;
}

#languageList 
{
	text-align: center;
	margin-top: 20px;
	letter-spacing: 0.08em;
}

#languageList li
{
	display: inline-block;
}

#languageList li:before
{
	content: "|";
	margin: 0px 24px 0px 20px;
}

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

#copyRow
{
	padding: 20px 0px 18px;
	background-color: var(--theme);
	color: #fff;
	font-size: 0.85em;
	letter-spacing: 0.08em;
}

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

#footerList
{
	text-align: right;
}

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

.text
{
	margin: 80px 0px;
}

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

#intro
{
	padding-top: 210px;
	padding-bottom: 80px;
	background-color: var(--light);
}

strong
{
	font-weight: 500;
}

#pageImg
{
	position: fixed;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -10;
	background-size: cover;
	background-position: center;
}

.wrap .text
{
	width: 50%;
}

.wrap .text .wrap
{
	padding: 0px 40px 0px 0px;
}

.divider
{
	width: 200px;
	height: 5px;
	background-color: var(--theme);
	position: relative;
}

.divider:before
{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	right: 100%;
	top: 0;
	background-color: var(--theme);
}

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

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

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

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

#navigation
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
}

#navigation ul
{
	text-align: right;
	padding-right: 171px;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 35px;
}

#navigation ul li a
{
	color: var(--dark);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	transition: all 0.2s;
	font-weight: 300;
	border-bottom: 1px solid transparent;
}

#navigation ul li a:hover
{
	color: var(--theme);
	border-bottom: 1px solid var(--theme);
}

#navigation ul li.active a
{
	color: var(--theme);
	font-weight: 400;
	border-bottom: 1px solid var(--theme);
}

.flexArea
{
	display: flex;
	margin-left: -60px;
}

.flexItem
{
	width: 50%;
	margin-left: 60px;
}

.flexItemContent
{
	margin-top: 35px;
}

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

.buttonArea
{
	margin-top: 30px;
}

.buttonArea.noTop
{
	margin-top: 0!important;
}

.buttonArea p a
{
	margin-left: 1em;
	margin-bottom: 1em;
}

.buttonArea p
{
	margin-left: -1em;
	margin-bottom: -1em;
}

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

.links
{
	border-bottom: 1px solid var(--dark);
}

.pageLink
{
	color: var(--dark);
	text-decoration: none;
	display: block;
	padding: 30px 0px;
	border-top: 1px solid var(--dark);
	transition: all 0.2s;
	position: relative;
	background-image: url(right.svg);
	background-size: auto 26%;
	background-position: right center;
	background-repeat: no-repeat;
}

.pageLink.download
{
	background-image: url(download.svg);
}

.pageLink:hover
{
	color: var(--theme);
	background-image: url(right_gold.svg);
}

.pageLink.download:hover
{
	background-image: url(download_gold.svg);
}

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

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

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

#cookieBox
{
	padding: 31px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 400px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
	border-radius: 0.25em;
}

#cookieBoxInner
{
	position: relative;
	z-index: 100;
}

#acceptWrap
{
	text-align: center;
}

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

#cookieCheckboxes label
{
	position: relative;
	margin-right: 1.6em;
	padding-left: 1.8em;
	cursor: pointer;
	display: block;
	margin-top: 0.25em;
}

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

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

#logout
{
	color: var(--dark);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

#logout:before
{
	position: absolute;
	content: "|";
	left: -49px;
	color: var(--dark)!important;
	top: -1px;
}

#logout:hover
{
	color: var(--theme);
	border-bottom: 1px solid var(--theme);
}

.error
{
	width: 100%;
	padding: 15px 20px;
	background-color: red;
	color: #fff;
	line-height: 1.5;
	border-radius: 0.25em;
	margin-bottom: 25px;
}

br + .loginLink
{
	display: inline-block;
	margin-top: 0.5em;
}

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

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

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

.teamMember
{
	width: calc(33.3% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	text-align: center;
	background-color: var(--light);
}

.teamContent
{
	padding: 30px 40px;
}

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

.listingItem
{
	width: calc(33.3% - 60px);
	margin-left: 60px;
	margin-top: 60px;
	cursor: zoom-in;
}

.listingImg
{
	padding-bottom: 200%;
	background-size: cover;
	background-position: center;
}

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

@media all and (max-width: 700px){
	#openerContent
	{
		text-align: center;
	}

	#loginForm
	{
		max-width: 100%!important;
	}

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

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

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

	#loginForm
	{
		margin-top: 20px!important;
	}

	#copy
	{
		display: block;
		position: relative;
		text-align: center;
		margin-bottom: 5px;
	}

	#footerList
	{
		text-align: center;
	}

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

	#pageImg
	{
		position: relative;
		width: 100%;
		height: 50vh;
		margin-top: 100px;
		min-height: 200px;
	}

	#pageImg + #intro
	{
		padding-top: 40px;
	}

	.imgFlex
	{
		display: block;
		margin-left: 0!important;
	}

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

	.textBox
	{
		margin-top: 35px;
	}

	.flexArea
	{
		display: block;
		margin-left: 0!important;
	}

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

	.flexItem + .flexItem
	{
		margin-top: 40px;
	}

	#loginLogo
	{
		max-width: 200px!important;
		margin-bottom: 8px!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}

	.teamMember
	{
		width: calc(100% - 40px)!important;
	}

	.listingItem
	{
		width: calc(100% - 40px)!important;
	}
}

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

	#logo, #navOpener
	{
		z-index: 1500;
	}

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

	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		overflow: auto;
		background-color: var(--light);
		z-index: 1000;
		transform: translateY(0);
		border-bottom: 1px solid var(--light);
	}

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

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

	.line
	{
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: var(--dark);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	#navOpener .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	#navOpener .line:nth-child(3)
	{
		bottom: 0;
		width: 50%;
		right: 0;
	}

	#navOpener.active .line:nth-child(1)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);
	}

	#navOpener.active .line:nth-child(2)
	{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	#navOpener.active .line:nth-child(3)
	{
		width: 0;
	}

	#header.scrolled .wrap
	{
		height: 100px;
	}

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

	#openerContent
	{
		padding: 40px 0px 40px;
	}

	h1
	{
		font-size: 2.8em;
	}

	h2
	{
		font-size: 1.6em;
	}

	h3, .pageLink
	{
		font-size: 1.45em;
	}

	#loginForm
	{
		max-width: 320px;
		margin-top: 25px;
	}

	#loginLinks
	{
		margin-top: 20px;
	}

	#footer
	{
		padding: 40px 0px;
	}

	#languageList
	{
		margin-top: 15px;
	}

	#copyRow
	{
		padding: 15px 0px 14px;
	}

	.text
	{
		margin: 40px 0px;
	}

	.colored
	{
		padding: 40px 0px;
	}

	.divider
	{
		width: 150px;
		height: 4px;
	}

	#intro
	{
		padding-top: 115px;
		margin-bottom: 0px;
		padding-bottom: 35px;
	}

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

	.imgFlexItem
	{
		margin-left: 40px;
	}

	.flexArea
	{
		margin-left: -40px;
	}

	.flexItem
	{
		margin-left: 40px;
	}

	.flexItemContent
	{
		margin-top: 30px;
	}

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

	.buttonArea
	{
		margin-top: 20px;
	}

	.pageLink
	{
		padding: 22px 0px;
	}

	#loginLogo
	{
		max-width: 250px;
		margin-bottom: 10px;
	}

	#logout:before
	{
		display: none;
	}

	#logout
	{
		right: 100px;
	}

	.error
	{
		margin-bottom: 23px;
	}

	#form
	{
		padding-top: 115px;
		margin-top: -130px;
	}

	.team
	{
		margin-top: -10px;
	}

	.teamMember
	{
		width: calc(50% - 40px);
	}

	.listings
	{
		width: calc(100% + 40px);
		margin-left: -40px;
		margin-top: -40px;
	}

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

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