:root 
{
	--theme: #ff8000;
	--darktheme: #db5800;
	--light: #d7ddf1;
	--dark: #021133;
}

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

body 
{
	font-size: 1.1em;
	color: var(--dark);
	font-family: 'Mozilla Text';
	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;
}

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

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

h1, h2, h3
{
	font-weight: 700;
	line-height: 1.3;
	font-size: 4.2em;
}

h1
{
	line-height: 1.25;
}

h2
{
	font-size: 2.8em;
}

h3
{
	font-size: 2em;
}

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

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

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

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

#opener h1
{
	color: #fff;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.8);
}

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

#header.scrolled
{
	background-color: var(--dark);
}

#navigation ul
{
	text-align: right;
}

#navigation ul li
{
	display: inline-block;
	margin-left: 25px;
	padding: 65px 0px;
	transition: all 0.2s;
	font-size: 0.95em;
}

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

#navigation ul li a
{
	color: #fff;
	text-decoration: none;
	transition: all 0.2s;
	position: relative;
}

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

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

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

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

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

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

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

#opener:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: linear-gradient(180deg,rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 50%);
}

#opener:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: var(--dark);
	opacity: 0.2;
}

#openerImg
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background-size: cover;
	background-position: center;
	animation-name: zoomImg;
	animation-duration: 30s;
	animation-fill-mode: forwards;
}

@keyframes zoomImg
{
	from
	{
		transform: scale(1);
	}

	to
	{
		transform: scale(1.15);
	}
}

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

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

.text
{
	margin: 100px 0px;
}

strong
{
	font-weight: 700;
}

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

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted, .download
{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	font-weight: 400;
	color: #fff!important;
	border-bottom: none!important;
	background-color: var(--theme);
	text-decoration: none;
	padding: 0.7em 1.4em;
	transition: all 0.2s;
}

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

.eapps-instagram-feed-posts-grid-load-more
{
	display: inline-block!important;
	line-height: 1.4!important;
	text-align: center!important;
	font-weight: 400!important;
	color: #fff!important;
	border-bottom: none!important;
	background-color: var(--theme)!important;
	text-decoration: none!important;
	padding: 0.7em 1.4em!important;
	transition: all 0.2s!important;
	width: auto!important;
	height: auto!important;
	font-size: 1em!important;
	border-radius: 0!important;
	font-family: 'Mozilla Text'!important;
	margin: auto!important;
	margin-top: 40px!important;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.eapps-instagram-feed-posts-grid-load-more:hover
{
	background-color: var(--darktheme)!important;
}

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

.buttonArea
{
	margin-top: 30px;
}

.gallery
{
	display: flex;
	flex-wrap: wrap;
}

.galleryItem
{
	width: calc(100% / 3);
	cursor: zoom-in;
	overflow: hidden;
}

.galleryImg
{
	padding-bottom: 75%;
	background-size: cover;
	transition: all 0.2s;
}

.galleryImg:hover
{
	transform: scale(1.1)
}

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

.service
{
	width: calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 35px 40px;
	padding-left: 130px;
	background-color: var(--dark);
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
}

.serviceContent
{
	width: 100%;
}

.serviceIcon
{
	position: absolute;
	width: 50px;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	left: 40px;
}

.eui-widget-title
{
	display: none!important;
}

.colored
{
	padding: 100px 0px;
	background-color: var(--dark);
	color: #fff;
}

#insta
{
	padding-bottom: 100px;
	background-color: var(--dark);
	margin-top: -150px;
}

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

#copy
{
	position: absolute;
	font-weight: 700;
	color: var(--theme);
}

#footerList
{
	text-align: right;
}

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

#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(--dark);
	text-decoration: none;
	border-bottom: 2px solid var(--theme);
	transition: all 0.2s;
}

.text p a:hover, .text ul a:hover, form a:hover, #cookieNotice a:hover
{
	color: var(--theme);
}

#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: 50000000;
	display: none;
	align-items: center;
	justify-content: center;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

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

#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.3em;
}

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

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

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

.rezensionen
{
	margin-top: -60px;
}

.rezension + .rezension, .guestbookEntry + .guestbookEntry
{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 2px solid var(--theme);
}

.rezension strong:after
{
	content: "";
	display: block;
	position: relative;
	width: 100%;
	height: 1em;
	background-image: url(stars.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0.8em 0em;
}

.withButton p a
{
	margin-right: 1em;
	margin-bottom: 1em;
}

.withButton p
{
	margin-right: -1em;
	margin-bottom: -1em;
}

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

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

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

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

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

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

.right
{
	text-align: left!important;
}

.accordeonOpener
{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	font-weight: 400;
	color: #fff!important;
	border-bottom: none!important;
	background-color: var(--theme);
	text-decoration: none;
	padding: 0.7em 1.4em;
	transition: all 0.2s;
	cursor: pointer;
	background-image: url(down.svg);
	background-size: auto 18%;
	background-position: left 1.4em center;
	background-repeat: no-repeat;
	padding-left: 2.8em;
}

.accordeonOpener.active
{
	background-image: url(up.svg);
}

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

.accordeon + .accordeon
{
	margin-top: 25px;
}

.accordeonContent
{
	display: none;
	padding: 30px 40px;
	border: 1px solid var(--theme);
}

.accordeonOpener.active + .accordeonContent
{
	display: block;
}

#headerSpace
{
	position: absolute;
	height: 132px;
}

.accordeons
{
	margin-top: -60px;
}

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

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

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

form label
{
	font-family: 'Mozilla Text';
	color: var(--dark);
	font-weight: 700;
	display: block;
	margin-bottom: 0em;
}

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

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

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

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

select
{
	cursor: pointer;
	background-image: url(select.svg);
	background-size: auto 22%;
	background-repeat: no-repeat;
	background-position: right 1.2em center;
}

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

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

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

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

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

form button.btn-primary
{
	display: inline-block;
	line-height: 1.4;
	text-align: center;
	font-weight: 400;
	color: #fff!important;
	border-bottom: none!important;
	background-color: var(--theme)!important;
	text-decoration: none;
	padding: 0.7em 1.4em;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 0.4em;
}

#d2u_guestbook_module_60_3_53 button.btn-primary
{
	margin-top: 0.3em;
}

form button.btn-primary:hover
{
	background-color: var(--darktheme)!important;
}

#yform-d2u_guestbook_module_60_3_53-recommendation
{
	display: none;
}

#yform-d2u_guestbook_module_60_3_53-description, #yform-d2u_guestbook_module_60_3_53-privacy_policy_accepted, #yform-d2u_guestbook_module_60_3_53-rating
{
	width: 100%;
}

#yform-d2u_guestbook_module_60_3_53-rating
{
	margin-bottom: 0.8em;
}

#yform-d2u_guestbook_module_60_3_53-field-14-gaestebucheintrag_senden
{
	margin-top: 0.4em;
}

#yform-d2u_guestbook_module_60_3_53-rating span
{
	cursor: pointer;
}

#yform-d2u_guestbook_module_60_3_53-rating span:nth-child(1)
{
	margin-left: 0.5em;
}

#newGuestbookHeadline
{
	margin-bottom: 35px;
}

.star-full::before
{
	color: var(--theme)!important;
}

.star-empty::before
{
	color: var(--lighttheme)!important;
}

.newGuestbookEntry
{
	margin-left: 0;
	margin-top: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.guestbookName
{
	font-weight: 700;
}

.guestbookStars
{
	margin: 0.6em 0em;
}

.formmediafile
{
	margin-bottom: 0.6em;
}

.withDownload
{
	text-align: center;
}

.withDownload + .withDownload
{
	margin-top: -70px;
}

.download
{
	background-image: url(download.svg);
	background-size: auto 1.2em;
	background-position: left 1.1em center;
	background-repeat: no-repeat;
	padding-left: 3em;
}

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

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

@media all and (max-width: 750px){
	h1
	{
		font-size: 2em!important;
	}

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

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

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

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

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

	#footerList
	{
		text-align: center;
	}

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

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

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

	.textBox
	{
		margin-top: 35px;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}
}

@media all and (max-width: 1250px){
	#navigation
	{
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		background-color: var(--dark);
		z-index: -1;
		max-height: 100%;
		overflow: auto;
	}

	#navigation ul
	{
		padding: 82px 40px 12px;
		text-align: center;
	}

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

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

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

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

	h1
	{
		font-size: 3.2em;
	}

	h2
	{
		font-size: 2em;
	}

	h3
	{
		font-size: 1.7em;
	}

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

	#opener
	{
		min-height: 350px;
	}

	.text
	{
		margin: 60px 0px;
	}

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

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

	.service
	{
		padding-left: 120px;
	}

	.serviceIcon
	{
		width: 40px;
	}

	.colored
	{
		padding: 60px 0px;
	}

	#insta
	{
		padding-bottom: 60px;
		background-color: var(--dark);
		margin-top: -80px;
	}

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

	#footer
	{
		padding: 30px 0px;
	}

	#headerSpace
	{
		height: 110px;
	}

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

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

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

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