:root 
{
	--theme: #7a845d;
	--darktheme: #384024;
	--lighttheme: #9ba178;
	--yellow: #cfbb84;
	--light: #f0ebd1;
	--dark: #1a1f0d;
}

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

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

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

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

h1, h2, h3
{
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	font-size: 3.8em;
	letter-spacing: 0.02em;
	color: var(--darktheme);
}

h1 strong, h2 strong, h3 strong
{
	font-weight: 300;
	font-family: 'Blog Script';
	text-transform: none;
	font-size: 1.2em;
	line-height: 0.8;
}

h2, h3
{
	font-weight: 400;
}

h2
{
	font-size: 2.6em;
}

h3
{
	font-size: 1.8em;
}

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

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

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

h1 + h3
{
	margin-top: 0.5em;
}

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

#header
{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 50px 0px;
}

#header:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	background-color: var(--theme);
}

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

#navigation:before
{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	background-color: var(--lighttheme);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
}

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

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

#navigation ul li a
{
	color: #fff;
	display: block;
	padding: 15px 0px;
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.2s;
}

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

#navigation ul li.active a
{
	opacity: 1;
	font-weight: 400;
}

#navigation ul li ul
{
	display: none;
	position: absolute;
	background-color: var(--theme);
	border-radius: 0em 0em 0.4em 0.4em;
	text-align: left;
	text-transform: none;
	font-size: 0.85em;
	padding: 16px 20px 9px;
	left: -20px;
	min-width: calc(100% + 40px);
	top: calc(100% - 1px);
	border: 1px solid rgba(255,255,255,0.5);
}

#navigation ul li ul:before
{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 20px;
	top: -6px;
	border-left: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	transform: rotate(135deg);
	background-color: var(--theme);
}

#navigation ul li ul li
{
	margin-left: 0;
	padding: 0;
	white-space: nowrap;
	margin-bottom: 6px;
	display: block;
}

#navigation ul li ul li a
{
	padding: 0;
}

#navigation ul li.active ul li a
{
	opacity: 0.7;
	font-weight: 300;
}

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

#navigation ul li.active ul li.active a
{
	opacity: 1;
	font-weight: 400;
}

#navigation ul li:hover ul li a
{
	opacity: 0.7;
}

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

#logo
{
	position: absolute;
	height: 290%;
	border-radius: 1000px;
	top: 50%;
	transform: translateY(-50%);
	filter: drop-shadow(0px 0px 40px rgba(0,0,0,0.15));
	padding: 0px;
	z-index: 1500;
	left: 18px;
}

#intro
{
	padding: 200px 0px 100px;
	background-color: var(--theme);
	text-align: center;
	color: #fff;
}

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

.withImg
{
	position: relative;
}

#intro + .withImg, #intro + .withImg + .text.big
{
	margin-top: -50px;
}

#intro + .withImg:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: var(--theme);
	left: 0;
	top: 0;
}

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

.text
{
	margin: 100px 0px;
}

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

.text.withDownload p a
{
	display: block;
	padding: 0.8em 1.2em;
}

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

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

.buttonArea
{
	margin-top: 30px;
}

#intro h1, #intro h2, #intro h3, .colored h2, .colored h3
{
	color: #fff;
}

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

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

.flexItem
{
	width: calc(50% - 40px);
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 1.3em;
	background-size: auto 50px;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 20px 0px;
	padding-left: 90px;
}

.colored + .colored
{
	padding-top: 0;
	margin-top: -100px;
}

strong
{
	font-weight: 500;
}

.gallery
{
	border-radius: 0.2em;
}

.imgBox
{
	background-color: #fff;
	padding: 50px 60px;
	border-radius: 0.4em;
	width: calc(100% - 120px);
	display: block;
	margin: auto;
	margin-top: -100px;
	position: relative;
	z-index: 100;
	border-bottom: 4px solid var(--theme);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
}

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

#intro + .withImg img
{
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
}

#footer
{
	padding: 50px 0px;
	background-color: var(--theme);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #fff;
	font-size: 0.85em;
}

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

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

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

#footerList
{
	text-align: center;
}

#footerList li
{
	display: inline-block;
}

#footerList li:before
{
	content: "|";
	margin: 0px 27px 0px 25px;
}

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

.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(8px);
	backdrop-filter: blur(8px);
}

#cookieBox
{
	padding: 31px 40px 40px 40px;
	max-height: calc(100vh - 80px);
	max-width: 420px;
	overflow: auto;
	display: block;
	margin: auto;
	position: relative;
	background-color: #fff;
	border-radius: 0.4em;
	border-bottom: 4px solid var(--theme);
}

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

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

p + h3
{
	margin-top: 1.2em;
}

.imgFlex
{
	display: flex;
}

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

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

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

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

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

.textBox:before
{
	content: "";
	position: absolute;
	width: 120%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background-color: #fff;
	border-radius: 0.4em;
	border-bottom: 4px solid var(--theme);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
}

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

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

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

.textBox h2, .textBox h3, .imgBox h2, .imgBox h3
{
	color: var(--theme);
}

.avcal
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	margin-bottom: -40px;
	justify-content: center;
	margin-top: -150px;
}

.text ul.prev_next
{
	width: 100%!important;
	max-width: 100%!important;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	flex-wrap: wrap;
	align-items: center;
}

.prev_next li
{
	padding-left: 0!important;
	margin-left: 40px;
}

.prev_next li:before
{
	display: none;
}

.calendar
{
	width: calc(33.3% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
	padding: 15px 20px 20px;
	background-color: #fff;
	padding-top: 52px;
	position: relative;
	border-radius: 0.4em;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
}

caption
{
	font-family: 'IBM Plex Serif';
	color: var(--theme);
	line-height: 1.3;
	font-weight: 400;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 18px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.avcal th
{
	text-align: center;
	padding-bottom: 8px;
	font-weight: 400;
	font-family: 'IBM Plex Serif';
	color: var(--dark);
	font-size: 0.85em;
}

.avcal td
{
	text-align: center;
	padding: 9px 5px 8px;
	line-height: 1;
	background-image: url(free.svg);
	background-size: cover;
	background-position: center;
	color: #fff;
	border: 0.5px solid rgba(255, 255, 255, 1);
	font-size: 0.85em;
}

.avcal td.pad
{
	background-color: transparent;
	border: 0.5px solid transparent;
	background-image: none;
}

.booked-all, .booked-am, .booked-pm
{
	color: #fff;
}

.avcal td.booked-all
{
	background-image: url(booked.svg);
}

.avcal td.booked-am
{
	background-image: url(booked-am.svg);
}

.avcal td.booked-pm
{
	background-image: url(booked-pm.svg);
}

.prev a, .next a
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	background-color: var(--yellow);
	color: var(--dark)!important;
	border-bottom: none!important;
	text-decoration: none;
	padding: 0.7em 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-radius: 0.4em;
	transition: all 0.2s;
	font-size: 0.85em;
}

.prev a:hover, .next a:hover
{
	background-color: var(--darktheme);
	color: #fff!important;
}

.curr span
{
	font-weight: 500;
	font-family: 'IBM Plex Serif';
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-size: 0.85em;
}

.pad-row
{
	display: none;
}

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

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

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

form label
{
	font-family: 'IBM Plex Serif';
	color: var(--darktheme);
	font-weight: 400;
	display: block;
	margin-bottom: 0.05em;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

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: 'IBM Plex Serif';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	background-color: transparent;
   	border-radius: 0.25em;
}

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

input[type = "text"], input[type = "email"], textarea
{
	border: 1px solid #fff;
	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: 1.05em;
}

.alert.alert-danger ul:before
{
	content: "Folgende Fehler sind aufgetreten. Bitte überprüfe deine Eingaben.";
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	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: 'IBM Plex Serif';
	color: var(--dark);
	font-weight: 300;
	cursor: pointer;
	text-transform: none;
	line-height: 1.6;
	letter-spacing: 0;
}

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

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

button
{
	display: inline-block;
	line-height: 1.3;
	text-align: center;
	background-color: var(--yellow);
	color: var(--dark);
	border-bottom: none!important;
	text-decoration: none;
	padding: 0.7em 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-radius: 0.4em;
	transition: all 0.2s;
	width: auto;
	cursor: pointer;
	margin-left: 40px;
	margin-top: 1.15em;
}

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

.ui-datepicker td 
{
	width: 1px!important;
	padding: 2px!important;
} 

.ui-datepicker th
{
	font-weight: 400!important;
	color: var(--theme);
}

.ui-datepicker td a
{
	text-align: center;
}

.ui-datepicker .ui-datepicker-title
{
	font-family: 'IBM Plex Serif';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: var(--theme);
}

.ui-datepicker table
{
	font-family: 'IBM Plex Serif';
	font-weight: 300!important;
	text-shadow: none;
	color: var(--dark);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	color: var(--dark);
	font-family: 'IBM Plex Serif';
	background-color: var(--yellow);
	border-radius: 0px;
	border: 0px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	background-color: var(--darktheme);
	border: 0px solid #fff!important;
	color: #fff!important;
	font-weight: 400!important;
}

.ui-datepicker-today > a
{
	color: #fff!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
	border: 0px solid #fff;
}

.ui-widget-header
{
	border: none;
	background-color: rgba(0,0,0,0);
	border-radius: 0px;
	border-bottom: 1.5px solid #fff;
}

.ui-widget-content
{
	background-color: #fff;
	padding: 0.6em 1em 0.5em 1em;
	border-radius: 0.4em;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
	z-index: 100 !important;
}

.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-next-hover, .ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover
{
	border: 0px solid #fff;
	top: 3px;
	right: 2px;
	background-color: rgba(0,0,0,0);
	font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
	top: 3px!important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
{
	top: 52%;
}

.ui-datepicker-next, .ui-datepicker-prev
{
	position: relative;
}

.ui-datepicker-next:after
{
	content: ">";
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'IBM Plex Serif';
	font-weight: 400;
	color: var(--theme);
	letter-spacing: 0.02em;
	font-size: 1em;
	cursor: pointer;
}

.ui-datepicker-prev:after
{
	content: "<";
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'IBM Plex Serif';
	font-weight: 400;
	color: var(--theme);
	letter-spacing: 0.02em;
	font-size: 1em;
	cursor: pointer;
}

.ui-datepicker table tr
{
	border-bottom: 1px solid #fff!important;
}

.ui-state-default.ui-state-highlight
{
	background-color: var(--theme);
	font-weight: 400!important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
	font-weight: 300;
}

.ui-datepicker th
{
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}

.guestbookName
{
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin-right: 0.5em;
}

.guestbookEntry
{
	padding: 50px 60px;
	background-color: #fff;
	border-radius: 0.4em;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
	border-bottom: 4px solid var(--theme);
}

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

.guestbookStars
{
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}

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

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

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

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

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

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

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

.imgFlex.right
{
	text-align: left;
}

#map
{
	width: 100%;
	padding-bottom: 45%;
	position: relative;
	border-radius: 0.4em;
	overflow: hidden;
	margin-top: -50px;
}

#drdsgvo_map_1
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

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

#instagram
{
	display: block;
	margin: auto;
	width: 80px;
	height: 80px;
	background-color: var(--lighttheme);
	background-image: url(instagram.svg);
	background-size: 45%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 1000px;
	border: 1px solid #fff!important;
	margin-top: -90px;
	margin-bottom: 40px;
	transition: all 0.2s;
}

#instagram:hover
{
	background-color: var(--darktheme);
}

.videoDescription
{
	margin-bottom: 35px;
}

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

@media all and (max-width: 600px){
	.calendar
	{
		width: calc(100% - 40px)!important;
	}
}

@media all and (max-width: 730px){
	.text ul.prev_next
	{
		display: block;
		text-align: center;
		margin-top: -15px;
	}

	.text ul.prev_next li
	{
		margin-top: 15px;
	}
}

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

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

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

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

	.imgBox
	{
		margin-top: -20px!important;
		width: calc(100% - 40px)!important;
	}

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

	#footerList li:before
	{
		display: none;
	}

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

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

	.imgFlex
	{
		display: block;
	}

	.imgFlexItem
	{
		width: 100%!important;
	}

	.textBox:before
	{
		width: 100%;
		border-radius: 0px 0px 0.4em 0.4em;
	}

	form div
	{
		width: 100%;
	}

	textarea
	{
		height: 10em;
	}

	#map
	{
		padding-bottom: 50%;
		min-height: 230px;
	}
}

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

	#navigation ul
	{
		padding: 0px 40px 3px;
	}

	#navigation ul li
	{
		display: block;
		margin-left: 0;
		margin-bottom: 0px;
		padding: 10px 0px;
		border-bottom: 1px solid #fff;
		text-align: center;
	}

	#navigation ul li:last-child
	{
		border-bottom: none;
	}

	#navigation ul li a
	{
		padding: 0;
	}

	#navigation ul li ul
	{
		position: relative;
		display: none;
		left: 0;
		top: 0;
		padding: 0;
		min-width: auto;
		text-align: right;
		background-color: transparent;
		border: none;
		margin-top: 5px;
	}

	#navigation ul li .subnavOpener.active + ul
	{
		display: block;
	}

	#navigation ul li ul li
	{
		border-bottom: none;
		margin-bottom: 3px;
	}

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

	#navigation:before
	{
		display: none;
	}

	.subnavOpener
	{
		position: absolute;
		width: 50px;
		height: 50px;
		top: 0;
		right: 0px;
		cursor: pointer;
		background-image: url(down.svg);
		background-size: 23%;
		background-position: center;
		background-repeat: no-repeat;
	}

	.subnavOpener.active
	{
		transform: rotate(-180deg);
	}

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

	.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
	{
		padding: 0;
		background-color: var(--lighttheme);
		box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
	}

	#header:before
	{
		display: none;
	}

	#header .wrap
	{
		height: 70px;
	}

	#logo
	{
		height: 200%;
		top: 0;
		transform: translateY(0);
	}

	.text
	{
		margin: 60px 0px;
	}

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

	#footer
	{
		padding: 30px 0px;
	}

	.colored
	{
		padding: 60px 0px;
	}

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

	#intro + .withImg, #intro + .withImg + .text.big
	{
		margin-top: -15px;
	}

	#intro + .withImg:before
	{
		height: 60px;
	}

	#intro
	{
		padding: 150px 0px 60px;
	}

	h1
	{
		font-size: 3em;
	}

	h2
	{
		font-size: 2em;
	}

	h3
	{
		font-size: 1.6em;
	}

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

	h1 + h3
	{
		margin-top: 0.2em;
	}

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

	.flexItem
	{
		margin-bottom: 20px;
		background-size: auto 40px;
		padding: 10px 0px;
		padding-left: 70px;
	}

	.imgBox
	{
		padding: 30px 40px;
		width: calc(100% - 80px);
		margin-top: -60px;
	}

	.textBox
	{
		padding: 30px 40px;
	}

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

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

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

	.guestbookEntry
	{
		padding: 30px 40px;
	}

	#newGuestbookHeadline
	{
		margin-bottom: 25px;
	}

	#map
	{
		margin-top: -30px;
	}

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

	#instagram
	{
		width: 60px;
		height: 60px;
		margin-top: -60px;
		background-size: 50%;
		margin-bottom: 25px;
	}

	.videoDescription
	{
		margin-bottom: 25px;
	}
}

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

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