:root 
{
	--theme: #e0c961;
	--lighttheme: #f6e593;
	--darktheme: #c6aa2c;
	--light: #fcfaeb;
	--grey: #f5f4f1;
	--dark: #030500;
}

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

body 
{
	font-size: 1.25em;
	color: var(--dark);
	font-family: 'Alegreya Sans';
	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;
}

.text ul, .text p, .dividerImg p, .dividerImg ul, form label
{
	line-height: 1.55;
}

h1, h2, h3
{
	font-family: 'Cormorant Upright';
	font-weight: 300;
	line-height: 1.1;
	color: var(--theme);
}

h1
{
	font-size: 2.9em;
	color: #fff;
	line-height: 1;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.9);
}

h1 strong
{
	font-weight: 700;
	font-size: 2.5em;
}

h2, h3
{
	font-size: 3.5em;
	font-weight: 500;
}

h3
{
	font-weight: 300;
	font-size: 2.8em;
	line-height: 1.15;
}

h4
{
	line-height: 1.3;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.85em;
	margin-bottom: 1em;
}

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

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

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

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

#header .wrap
{
	max-width: 1280px;
}

#header
{
	position: sticky;
	left: 0;
	top: -1px;
	width: 100%;
	z-index: 1000;
	padding: 50px 0px;
	transition: all 0.2s;
}

#header.scrolled
{
	padding: 30px 0px;
}

#header:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -2px;
	z-index: -1;
	background-image: url(ungarn.svg);
	background-size: contain;
}

#navigation
{
	position: relative;
	z-index: 50;
}

#navigation ul:before
{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	background-color: #fff;
}

#navigation ul
{
	text-align: right;
	font-family: 'Cormorant Upright';
	font-size: 1.1em;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 40px;
	padding: 15px 0px;
	transition: all 0.2s;
}

#header.scrolled #navigation ul li
{
	padding: 8px 0px;
}

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

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

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

#logo
{
	position: absolute;
	height: 320%;
	padding: 30px 0px;
	top: calc(50% - 1px);
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.5));
	z-index: 100;
	transition: all 0.2s;
}

#header.scrolled #logo
{
	height: 300%;
}

#opener
{
	position: relative;
	width: 100%;
	height: calc(100vh - 180px);
	margin-top: -3px;
}

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

.openerImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -0;
	background-size: cover;
	background-position: center;
}

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

#down
{
	position: absolute;
	width: 2px;
	height: 180px;
	background-color: var(--theme);
	left: 50%;
	transform: translateX(-50%);
	z-index: 500;
	bottom: -60px;
}

#down:after
{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	bottom: 0;
	border-left: 2px solid var(--theme);
	border-bottom: 2px solid var(--theme);
	transform: translateX(-50%) rotate(-45deg);
}

.text
{
	margin: 120px 0px;
}

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

strong
{
	font-weight: 500;
}

.gallery
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin-left: 10px;
	align-items: center;
	position: relative;
}

.gallery:before
{
	content: "";
	position: absolute;
	width: 100vw;
	height: 75%;
	left: calc(50% - 20px);
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url(pattern.svg);
	background-size: 300px;
	z-index: -10;
	opacity: 0.8;
	background-color: var(--light);
}


.galleryItem
{
	width: 33.3%;
	cursor: zoom-in;
	margin-left: -10px;
}

.galleryImg
{
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	border: 10px solid #fff;
}

.gallery .galleryItem:nth-child(2) .galleryImg
{
	padding-bottom: 150%;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
	position: relative;
	z-index: 50;
}

.gallery.normal .galleryItem:nth-child(2) .galleryImg
{
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	border: 10px solid #fff;
	box-shadow: none;
}

.gallery.normal:after
{
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.2);
}

.twoCols
{
	display: flex;
	align-items: center;
}

.twoColItem
{
	width: 50%;
}

.sticky
{
	text-align: center;
	background-color: #fff;
	padding: 20px 0px;
}

.twoColBox
{
	position: relative;
	padding: 50px 60px 50px 40px;
}

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

.twoColBox:before
{
	content: "";
	position: absolute;
	width: 150%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	border: 2px solid var(--theme);
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.2;
	text-align: center;
	color: var(--dark)!important;
	border-bottom: none!important;
	padding: 0.6em 1.25em 0.7em;
	background-color: var(--theme);
	text-decoration: none;
	font-family: 'Cormorant Upright';
	font-size: 1.1em;
	transition: all 0.2s;
}

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

.buttonArea
{
	margin-top: 30px;
}

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

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

.dividerImg h2, .dividerImg h3
{
	color: #fff;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.9);
}

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

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

#footer
{
	padding: 165px 0px 90px;
	background-color: rgba(0,0,0,0.85);
	color: #fff;
	font-size: 0.85em;
	position: relative;
}

#footer:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 80px;
	background-image: url(ungarn.svg);
	background-size: contain;
	top: -40px;
	left: 0;
	z-index: 1;
}

#footerLogo
{
	position: absolute;
	height: 180px;
	left: 50%;
	transform: translateX(-50%);
	top: -95px;
	z-index: 10;
}

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

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

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

.footerFlexItem
{
	width: 33.3%;
}

#copy
{
	padding: 15px 0px;
	background-color: var(--theme);
	text-align: center;
	font-size: 0.85em;
	font-weight: 400;
}

.contentBox
{
	padding: 50px 60px;
	border: 2px solid var(--theme);
	background-color: #fff;
}

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

.colored
{
	padding: 120px 0px;
	position: relative;
}

.colored:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(pattern.svg);
	background-size: 300px;
	z-index: -10;
	opacity: 0.8;
	background-color: var(--light);
}

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

#instagram, #tiktok
{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 1000px;
	background-color: var(--theme);
	transition: all 0.2s;
	background-image: url(instagram.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
}

#socialFlex
{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 40px;
}

#tiktok
{
	background-image: url(tiktok.svg);
	margin-left: 40px;
}

#instagram:hover, #tiktok:hover
{
	background-color: var(--lighttheme);
}

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

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

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

#cookieBox
{
	padding: 33px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 450px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
}

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

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

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

#form
{
	padding-top: 170px;
	margin-top: -250px;
}

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

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

form label
{
	font-family: 'Alegreya Sans';
	color: var(--dark);
	font-weight: 500;
	display: block;
	margin-bottom: 0em;
}

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: 'Alegreya Sans';
   	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 rgba(0,0,0,0.18);
	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.85em;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfen Sie Ihre Eingaben.";
	font-weight: 500;
	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.4em;
	margin-left: 40px;
}

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

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

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

button
{
	display: inline-block;
	line-height: 1.2;
	text-align: center;
	color: var(--dark)!important;
	border-bottom: none!important;
	padding: 0.6em 1.25em 0.7em;
	background-color: var(--theme);
	text-decoration: none;
	font-family: 'Cormorant Upright';
	font-size: 1.1em;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.1em;
}

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

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

.divider
{
	width: 100%;
	height: 2px;
	background-color: var(--theme);
}

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

.bgCol
{
	padding: 120px 0px;
	background-color: var(--light);
}

.bgCol + .bgCol
{
	padding-top: 0;
	margin-top: -120px;
}

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

.benefit
{
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

.benefitInner
{
	width: calc(100% - 20px);
	border: 2px solid var(--theme);
	padding: 30px 40px;
	padding-left: 50px;
	margin-left: -40px;
	font-family: 'Cormorant Upright';
	font-size: 1.1em;
	height: 100%;
	display: flex;
	align-items: center;
}

.tick
{
	width: 80px;
	height: 80px;
	background-image: url(tick.svg);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--light);
	position: relative;
	z-index: 10;
}

.withBenefits + .bgCol
{
	margin-top: -180px;
}

.imgFlex
{
	display: flex;
}

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

.imgFlex .imgFlexItem:nth-child(1)
{
	width: 40%;
	padding-top: 65px;
}

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

.textBox
{
	padding: 50px 60px;
	position: relative;
}

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

.textBox:before
{
	content: "";
	position: absolute;
	width: 130%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	border: 2px solid var(--theme);
}

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

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

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

@media all and (max-width: 700px){
	.twoCols
	{
		display: block;
	}

	.twoColItem
	{
		width: 100%!important;
	}

	.twoColBox
	{
		padding: 0!important;
	}

	.twoColBox:before
	{
		display: none;
	}

	.twoColBox .buttonArea
	{
		margin-bottom: 0;
	}

	.sticky
	{
		padding: 0;
		margin-bottom: 20px;
	}

	.dividerImg
	{
		padding: 90px 0px!important;
	}

	h1
	{
		font-size: 1.5em!important;
		line-height: 1.2;
	}

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

	h2, h3
	{
		font-size: 1.8em!important;
	}

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

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

	#opener
	{
		height: 50vh!important;
	}

	#instagram, #tiktok
	{
		width: 60px!important;
		height: 60px!important;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}

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

	.imgFlex
	{
		display: block;
	}

	.imgFlex .imgFlexItem:nth-child(1)
	{
		padding-top: 0px!important;
	}

	.textBox:before
	{
		width: calc(100% - 4px);
		border-top: none;
	}

	.imgFlexItem
	{
		width: 100%!important;
	}
}

@media all and (max-width: 800px){
	.footerFlexItem
	{
		width: 100%;
	}

	#footerFlex
	{
		display: block;
	}

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

@media all and (max-width: 1080px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 77px;
		max-height: calc(100% - 78px);
		overflow-y: auto;
		background-color: var(--light);
	}

	#navigation ul
	{
		padding: 12px 40px;
	}

	#navigation ul:before
	{
		display: none;
	}

	#navigation ul li, #header.scrolled #navigation ul li
	{
		display: block;
		margin-left: 0;
		padding: 0;
	}

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

	#navOpener:before
	{
		content: "";
		position: absolute;
		width: 60px;
		height: 60px;
		z-index: -1;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background-color: #fff;
		border-radius: 1000px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	}

	.line
	{
		position: absolute;
		width: 100%;
		height: 2.5px;
		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
	{
		padding: 0!important;
	}

	#header .wrap
	{
		height: 80px;
	}

	#logo
	{
		height: 150%!important;
		top: 0;
		transform: translateY(0);
		padding: 10px 0px;
		filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
	}

	#opener
	{
		height: 75vh;
		min-height: 300px;
	}

	#down
	{
		height: 90px;
		bottom: -30px;
	}

	#down:after
	{
		width: 10px;
		height: 10px;
	}

	.text
	{
		margin: 60px 0px;
	}

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

	.twoColBox
	{
		padding: 30px 40px;
	}

	.dividerImg
	{
		padding: 120px 0px;
	}

	h1
	{
		font-size: 2.1em;
	}

	h1 strong
	{
		font-size: 2em;
	}

	h2, h3
	{
		font-size: 2.8em;
	}

	h3
	{
		font-size: 2.2em;
	}

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

	.colored
	{
		padding: 60px 0px;
	}

	#footer
	{
		padding: 115px 0px 60px;
	}

	#footer:before
	{
		height: 50px;
		top: -18px;
	}

	#footerLogo
	{
		height: 130px;
		top: -65px;
	}

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

	.contentBox
	{
		padding: 30px 40px;
	}

	#instagram, #tiktok
	{
		width: 70px;
		height: 70px;
	}

	#socialFlex
	{
		margin-bottom: 10px;
		margin-top: 30px;
	}

	#tiktok
	{
		background-image: url(tiktok.svg);
		margin-left: 30px;
	}

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

	.bgCol
	{
		padding: 60px 0px;
	}

	.bgCol + .bgCol
	{
		margin-top: -60px;
	}

	.benefits
	{
		margin-top: -80px;
	}

	.benefit
	{
		width: calc(50% - 40px);
		margin-left: 40px;
		margin-bottom: 40px;
		display: flex;
		align-items: center;
	}

	.benefitInner
	{
		width: calc(100% - 30px);
		padding-left: 40px;
		margin-left: -30px;
	}

	.tick
	{
		width: 60px;
		height: 60px;
	}

	.withBenefits + .bgCol
	{
		margin-top: -80px;
	}

	.imgFlex .imgFlexItem:nth-child(1)
	{
		padding-top: 55px;
	}

	.textBox
	{
		padding: 30px 40px;
	}
}

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