:root 
{
	--theme: #61721c;
	--lighttheme: #9c9b49;
	--darktheme: #404e08;
	--light: #f1f7df;
	--dark: #151614;
}

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

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

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

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

h1, h2, h3
{
	font-family: 'Petrona';
	letter-spacing: 0.04em;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 3em;
	color: var(--theme);
}

h2, h3
{
	font-weight: 500;
	font-size: 2.8em;
	line-height: 1.15;
}

h4
{
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.85em;
}

h4 + h2
{
	margin-top: 12px;
}

h1 strong, h2 strong
{
	font-weight: 700;
}

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

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

h2 + .twoCols
{
	margin-top: 1.5em;
}

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

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

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: all 0.2s;
	box-shadow: 0px 0px 40px rgba(0,0,0,0);
}

#header.scrolled
{
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.07);
}

#navigation ul
{
	display: flex;
	justify-content: space-between;
}

#navigation ul li
{
	display: inline-block;
	padding: 25px 0px;
}

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Petrona';
	letter-spacing: 0.04em;
	transition: all 0.2s;
	position: relative;
}

#navigation ul li a:after
{
	content: "";
	position: absolute;
	width: 0%;
	height: 1.5px;
	background-color: #fff;
	left: 0;
	top: 115%;
	transition: all 0.2s;
	opacity: 0;
}

#navigation ul li.active a:after, #navigation ul li a:hover:after
{
	opacity: 1;
	width: 100%;
}

#header.scrolled #navigation ul li a:after
{
	background-color: var(--theme);
}

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

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

#opener
{
	position: relative;
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center bottom;
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: linear-gradient(180deg,rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 30%);
}

#openerContent
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 51%;
	transform: translateY(-50%);
	z-index: 50;
}

#teaserContainer
{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

#teaser
{
	width: 220px;
	height: 220px;
	background-color: var(--theme);
	border-radius: 1000px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-family: 'Petrona';
	letter-spacing: 0.04em;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.6em;
	padding: 22px 20px 20px 20px;
	line-height: 1.2;
	position: absolute;
	left: 40px;
	bottom: 50px;
	z-index: 100;
	transform: rotate(-15deg)
}

#teaser:before
{
	content: "";
	position: absolute;
	width: calc(100% - 25px);
	height: calc(100% - 25px);
	border-radius: 1000px;
	border: 2px dashed #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#logo
{
	max-width: 380px;
	display: block;
	margin: auto;
	filter: drop-shadow(0px 0px 10px #000);
}

.text
{
	margin: 100px 0px;
}

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

.divider
{
	width: 100%;
	height: 45px;
	background-image: url(icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: -20px 0px;
}

#opener + .colored
{
	margin-top: 0!important;
}

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

strong
{
	font-weight: 500;
}

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

.colored + .withImg, .colored + .pageSection + .withImg
{
	position: relative;
	margin-top: -100px;
}

.colored + .withImg:before, .colored + .pageSection + .withImg:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	background-color: var(--light);
	left: 0;
	top: 0;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.25;
	text-transform: uppercase;
	font-family: 'Petrona';
	letter-spacing: 0.04em;
	text-align: center;
	color: #fff!important;
	border-bottom: none!important;
	text-decoration: none;
	background-color: var(--theme);
	transition: all 0.2s;
	padding: 0.65em 1.15em 0.58em;
	border-radius: 0.3em;
}

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

.buttonArea
{
	margin-top: 30px;
}

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

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

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

.sticky
{
	text-align: center;
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: 160px;
}

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

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

.galleryItem
{
	width: calc(50% - 15px);
	cursor: zoom-in;
	margin-left: 15px;
	margin-bottom: 15px;
}

.galleryImg
{
	padding-bottom: 65%;
	background-size: cover;
	background-position: center;
	border-radius: 0.3em;
}

.withImg + .colored:before, .withImg + .pageSection + .colored:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	bottom: 100%;
	background-color: var(--light);
	z-index: -10;
}

.withImg + .colored, .withImg + .pageSection + .colored
{
	margin-top: -110px;
}

.withImg .wrap
{
	z-index: 50;
}

.colored + #footer
{
	margin-top: -100px;
}

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

#footerFlex
{
	display: flex;
	align-items: center;
}

.footerFlexItem
{
	width: 50%;
}

#footerFlex .footerFlexItem:nth-child(1)
{
	padding-right: 40px;
	text-align: right;
}

#footerFlex .footerFlexItem:nth-child(2)
{
	padding-left: 40px;
	border-left: 1px solid rgba(255,255,255,0.4);
}

#footerLogo
{
	width: 200px;
}

#copy
{
	font-weight: 500;
	margin-bottom: 2px;
	display: block;
}

#footerList li
{
	list-style: none;
	margin-top: 1px;
}

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

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

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--theme);
	text-decoration: none;
	border-bottom: 1px solid var(--theme);
	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(12px);
	backdrop-filter: blur(12px);
}

#cookieBox
{
	padding: 32px 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.3em;
}

#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.7em;
	cursor: pointer;
	display: block;
	margin-top: 0.3em;
}

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

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

#down
{
	position: absolute;
	width: 20px;
	height: 20px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%) rotate(-45deg);
	opacity: 0;
}

.pageSection
{
	position: relative;
	top: -160px;
}

#mobileLogo
{
	display: none;
}

.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.62em;
	background-color: var(--theme);
	border-radius: 0.1em;
}

.itemFlex
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(100% + 20px);
	margin-left: -20px;
	margin-bottom: -20px;
}

.flexItem
{
	width: calc(33.3% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: var(--theme);
	border: 1px solid var(--theme);
	border-radius: 0.25em;
	overflow: hidden;
}

.flexImgWrap
{
	padding: 20px;
	background-color: #fff;
}

.flexImg
{
	padding-bottom: 65%;
	background-size: cover;
	background-position: center;
}

.flexContent
{
	padding: 30px 40px;
	text-align: center;
	color: #fff;
}

.colored + .withRep
{
	padding-bottom: 100px;
	background-color: var(--light);
	margin-top: -100px;
}

.fancybox
{
	cursor: zoom-in;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.imgTitle
{
	position: absolute;
	font-size: 0.85em;
	left: 15px;
	bottom: 4px;
	z-index: 100;
}

.gallery .imgTitle
{
	bottom: 10px;
}

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

@media all and (max-width: 550px){
	.galleryItem
	{
		width: calc(100% - 15px);
	}
}

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

	.twoColItem + .twoColItem
	{
		margin-top: 20px;
	}

	.twoColItem
	{
		display: block;
		width: 100%;
		margin-left: 0;
	}

	#footerFlex
	{
		display: block;
	}

	.footerFlexItem
	{
		display: block;
		width: 100%;
		padding: 0!important;
		text-align: center!important;
		border-left: none!important;
	}

	#footerLogo
	{
		width: 140px!important;
		margin-bottom: 20px!important;
	}

	#copy
	{
		margin-bottom: 5px!important;
	}

	#logo
	{
		width: 220px!important;
	}

	#teaser
	{
		width: 120px!important;
		height: 120px!important;
		font-size: 0.85em!important;
	}

	#opener
	{
		height: 75vh!important;
	}

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

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

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

	h4 + h2
	{
		margin-top: 8px;
	}

	h2, h3
	{
		line-height: 1.22;
	}

	#teaserContainer
	{
		bottom: auto!important;
		top: 20px;
	}

	#teaser
	{
		top: 0px!important;
		left: 20px!important;
		bottom: auto!important;
	}

	.flexItem
	{
		width: calc(100% - 20px);
	}
}

@media all and (max-width: 1080px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background-color: #fff;
		border-bottom: 1px solid var(--light);
		max-height: 100%;
		overflow: auto;
	}

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

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

	#navigation ul li a:after
	{
		background-color: var(--theme);
		top: 110%;
	}

	#navigation ul
	{
		display: block;
		text-align: right;
		padding: 82px 40px 10px;
	}

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

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

	#navOpener:before
	{
		content: "MENÜ";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 40px;
		color: #fff;
		font-size: 0.85em;
		letter-spacing: 0.2em;
		transition: all 0.2s;
	}

	#header.scrolled #navOpener:before, #navOpener.active:before
	{
		color: var(--dark);
	}

	#header.scrolled .line, #navOpener.active .line
	{
		background-color: var(--theme);
	}

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

	#openerContent
	{
		top: 50%;
	}

	#logo
	{
		width: 300px;
	}

	#teaser
	{
		width: 180px;
		height: 180px;
		font-size: 1.2em;
		bottom: -30px;
	}

	#teaser:before
	{
		width: calc(100% - 15px);
		height: calc(100% - 15px);
	}

	#down
	{
		width: 15px;
		height: 15px;
		bottom: 40px;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}

	.text
	{
		margin: 60px 0px;
	}

	.colored
	{
		padding: 60px 0px;
	}

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

	.buttonArea
	{
		margin-top: 25px;
	}

	.colored + .withImg, .colored + .pageSection + .withImg
	{
		margin-top: -60px;
	}

	.colored + .withImg:before, .colored + .pageSection + .withImg:before
	{
		height: 120px;
	}

	.withImg + .colored:before, .withImg + .pageSection + .colored:before
	{
		height: 120px;
	}

	.withImg + .colored, .withImg + .pageSection + .colored
	{
		margin-top: -80px;
	}

	.colored + #footer
	{
		margin-top: -60px;
	}

	#footer
	{
		padding: 60px 0px;
	}

	#footerLogo
	{
		width: 170px;
	}

	h1
	{
		font-size: 2.2em;
	}

	h2
	{
		font-size: 1.8em;
	}

	.text.big p, .text.big ul
	{
		font-size: 1.15em;
	}

	.sticky
	{
		top: 128px;
	}

	#opener
	{
		min-height: 320px;
	}

	.pageSection
	{
		top: -120px;
	}

	#mobileLogo
	{
		display: block;
		opacity: 0;
		position: absolute;
		height: 100%;
		padding: 12px 0px;
		transition: all 0.2s;
		z-index: 1500;
	}

	#header.scrolled #mobileLogo
	{
		opacity: 1;
	}

	.colored + .withRep
	{
		padding-bottom: 60px;
		margin-top: -60px;
	}
}

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

@media all and (min-width: 1500px){
	#logo
	{
		max-width: 420px;
	}
}