:root 
{
	--theme: #ffad05;
	--darktheme: #ea9600;
	--dark: #000000;
	--light: #f8efdf;
}

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

body 
{
	font-size: 1.02em;
	color: var(--dark);
	font-family: 'Lexend Deca';
	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;
}

h1, h2
{
	font-family: 'Playwrite';
	font-weight: 500;
	line-height: 1.45;
	font-size: 2.2em;
	color: var(--theme);
}

h2
{
	font-size: 2em;
	color: var(--theme);
}

h3, h4, h5, h6
{
	font-weight: 500;
	line-height: 1.4;
	color: var(--theme);
	font-size: 1.35em;
}

h3
{
	font-size: 1.35em;
	color: var(--theme);
}

h2:after, #pageOpener h1:after
{
	content: "";
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--theme);
	margin-top: 5px;
}

hr {
	border:none;
	outline: none;
	border-bottom: 1px dashed var(--theme);
	margin: 8px 0;
}

.colored hr, .colorBox hr
{
	border-bottom: 1px solid #fff;
}

#footer hr
{
	border-color: #fff;
}

.openerSlide h2
{
	color: #fff;
}

.openerSlide h2:after
{
	display: none;
}

#pageOpener h1
{
	color: var(--theme);
}

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

h1 + p, h1 + ul, h3 + p, h3 + ul, h4 + p, h4 + ul
{
	margin-top: 0.6em;
}

h5, h6
{
	font-size: 1em;
	color: var(--theme);
}

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

#header
{
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 20000;
	background-color: #fff;
	box-shadow: 0px 0px 40px rgba(0,0,0,0);
	transition: all 0.2s;
}

strong
{
	font-weight: 500;
}

#header.scrolled
{
	box-shadow: 0px 0px 40px rgba(0,0,0,0.06);
}

#navigation ul
{
	text-align: right;
	font-weight: 500;
	padding-right: 120px;
}

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

#navigation ul li ul
{
	position: absolute;
	font-weight: 300;
	font-size: 0.9em;
	background-color: var(--theme);
	padding: 20px 20px 9px;
	left: 23px;
	text-align: left;
	top: 90%;
	display: none;
	border: 1px solid rgba(255,255,255,0.8);
	line-height: 1.3;
}

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

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

#navigation ul li ul li a
{
	color: #fff;
	opacity: 0.8;
}

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

#navigation ul li.active ul li a
{
	color: #fff;
	font-weight: 300;
}

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

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

#navigation ul li:before
{
	content: "|";
	position: relative;
	margin-right: 18px;
	color: var(--theme);
}

#navigation ul li:first-child:before
{
	opacity: 0;
}

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

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

#logo
{
	position: absolute;
	height: 100%;
	padding: 20px 0px;
}

#iserv
{
	position: absolute;
	right: 40px;
	bottom: 17px;
}

#iserv img
{
	width: 80px;
}

#opener, #openerImg
{
	width: 100%;
	position: relative;
}

#opener {
	background-color: #ffad05;
}


#openerImg
{
	background-size: cover;
	background-position: center;
	/*padding-bottom: 30%;*/
}

.openerSlide
{
	width: 100%;
	padding-bottom: 42%;
	left: 0;
	top: 0;
	background-color: var(--theme);
}

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

.openerImg.full
{
	width: 100%;
}

.openerImg.full:before
{
	display: none;
}

.openerImg:before
{
	content: "";
	position: absolute;
	width: 40%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
	background: linear-gradient(90deg, rgba(255,173,5,0) 0%, rgba(255,173,5,1) 100%);
}

.openerContent
{
	position: absolute;
	width: 55%;
	bottom: 0;
	right: 0;
	z-index: 100;
	color: #fff;
	padding: 40px 40px 35px;
	z-index: 600;
	max-width: 580px;
}

#openerImgSlider
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

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

.openerIcon
{
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 200;
	height: 120px;
}

#openerLine
{
	position: relative;
	z-index: 500;
	width: 100%;
	margin-top: -25px;
}

#pageWrap
{
	max-width: 1200px;
	display: block;
	margin: auto;
}

.text
{
	margin: 60px 0px;
}

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

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

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

.imgFlex.news .imgFlexItem:nth-child(1), .imgFlex.small .imgFlexItem:nth-child(1)
{
	width: 200px;
}

.imgFlex.news .imgFlexItem:nth-child(2), .imgFlex.small .imgFlexItem:nth-child(2)
{
	width: calc(100% - 200px);
}

.text.withNews + .text.withNews
{
	margin-top: -20px;
}

.text.withNews + .text.withNews .imgFlex
{
	padding-top: 40px;
}

.text.withNews + .text.withNews .imgFlex:before
{
	content: "";
	position: absolute;
	width: calc(100% - 80px);
	left: 40px;
	top: 0;
	height: 1px;
	border-top: 1px dashed var(--theme);
}

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

.date:after
{
	content: "|";
	margin-left: 8px;
	margin-right: 8px;
	display: inline-block;
	color: var(--theme);
}

.more
{
	font-weight: 500;
	text-decoration: none;
	color: var(--dark);
	transition: all 0.2s;
	position: relative;
	margin-top: 0.5em;
	display: inline-block;
}

.more:after
{
	content: "";
	position: absolute;
	width: 0.25em;
	height: 0.25em;
	border-right: 2px solid var(--dark);
	border-bottom: 2px solid var(--dark);
	transition: all 0.2s;
	transform: rotate(-45deg);
	top: 0.65em;
	right: -0.8em;
}

.more:hover
{
	color: var(--theme);
}

.more:hover:after
{
	border-color: var(--theme)!important;
}

.text.withButton p a, .text .buttonArea p a, .buttonArea p a, #accepted
{
	display: inline-block;
	line-height: 1.3;
	font-weight: 500;
	font-size: 1.1em;
	color: var(--theme);
	transition: all 0.2s;
	text-decoration: none;
	position: relative;
	border-bottom: none!important;
}

.text .buttonArea p a, .buttonArea p a
{
	color: var(--dark);
}

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

.text.withButton p a:after, .text .buttonArea p a:after, .buttonArea p a:after, #accepted:after
{
	content: "";
	position: absolute;
	width: 0.25em;
	height: 0.25em;
	border-right: 2.5px solid var(--theme);
	border-bottom: 2.5px solid var(--theme);
	transition: all 0.2s;
	transform: rotate(-45deg);
	top: 0.5em;
	right: -0.9em;
}

.text .buttonArea p a:after, .buttonArea p a:after
{
	border-right: 2.5px solid var(--dark);
	border-bottom: 2.5px solid var(--dark);
}

.text.withButton p a:hover:after, .text .buttonArea p a:hover:after, .buttonArea p a:hover:after, #accepted:hover:after
{
	border-right: 2.5px solid var(--darktheme);
	border-bottom: 2.5px solid var(--darktheme);
}

#opener .buttonArea p a:after
{
	border-right: 2.5px solid #fff!important;
	border-bottom: 2.5px solid #fff!important;
}

#opener .buttonArea p a
{
	color: #fff!important;
}

.buttonArea
{
	margin-top: 20px;
}

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

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

.colored:before
{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	background-color: var(--theme);
}

.colored h2, .colored h3, .colorBox h2, .colorBox h3, .colorBox h4
{
	color: #fff;
}

.colored h4 
{
	color: var(--dark);
}

.colored h2:after
{
	background-color: #fff;
	width: calc(100vw - 80px);
}

.iconContainer
{
	position: absolute;
	width: calc(100% - 40px);
	top: 40px;
}

.iconContainer.top
{
	margin-top: 40px;
	position: relative;
	top: 0;
	width: 100%;
}

.icon
{
	position: absolute;
	height: 120px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	z-index: 500;
}

.iconContainer.top .icon
{
	right: 0;
}

.icon.bottom
{
	top: auto;
	transform: translateY(0);
	bottom: -3px;
}

.icon.big
{
	height: 180px;
}

.dateItem
{
	display: flex;
	margin: 40px 0px;
}

.dateBoxInner
{
	width: 100px;
	height: 100px;
	background-color: #fff;
	color: var(--dark);
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.dateBoxInner div
{
	width: 100%;
	display: block;
}

.day
{
	font-weight: 500;
	font-size: 2em;
}

.month
{
	margin-top: -0.5em;
	margin-bottom: 8px;
	font-size: 0.8125em;
}

.dateDescription
{
	padding-left: 40px;
	max-width: 650px;
	display: flex;
	flex-direction: column;
  justify-content: center;
}

.time
{
	margin-bottom: 0;
}

.text.colored .buttonArea p a
{
	color: #fff!important;
}

.text.colored .buttonArea p a:after
{
	border-color: #fff!important;
}

.colorBox
{
	padding: 40px;
	background-color: var(--theme);
	color: #fff;
}

.colorBoxLine
{
	width: 100%;
	margin-top: -18px;
}

.text .colorBox .buttonArea p a
{
	color: #fff!important;
}

.text .colorBox .buttonArea p a:after
{
	border-color: #fff!important;
}

#footer
{
	padding: 60px 0px;
	background-color: var(--theme);
	color: #fff;
	font-size: 0.9em;
}

#footer h2, #footer h3, #footer h4
{
	color: #fff;
}

#footerFlex
{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 40px);
	margin-left: -40px;
	justify-content: space-between;
}

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

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

#footerFlex p
{
	max-width: 240px;
}

.footerFlexItem
{
	margin-left: 40px;
}

.footerLinks p a:before
{
	content: "";
	position: absolute;
	width: 0.2em;
	height: 0.2em;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	top: 0.55em;
	left: -0.8em;
	transform: rotate(-135deg);
}

.footerLinks p a
{
	margin-left: 0.8em;
}

#gemeinde
{
	width: 130px;
	position: relative;
	margin-top: -60px;
	filter: drop-shadow(0px 15px 15px rgba(0,0,0,0.08));
}

#gemeindeLink
{
	border-bottom: none!important;
	opacity: 1!important;
}

#copyRow
{
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.copyItem
{
	margin-right: 15px;
}

.copyItem:after
{
	content: "|";
	font-weight: 500;
	margin-left: 15px;
}

#copyRow .copyItem.last:after
{
	display: none;
}

.up
{
	position: absolute;
	right: 0;
	cursor: pointer;
	transition: all 0.2s;
	padding-left: 1.2em;
}

.up:before
{
	content: "";
	position: absolute;
	width: 0.35em;
	height: 0.35em;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	top: 0.75em;
	left: 0;
	transform: rotate(45deg);
}

.up:hover
{
	opacity: 0.8;
}

.sponsorImg
{
	padding-bottom: 50%;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--light);
}

.sponsor
{
	width: 290px;
	margin: 0px 15px;
}

.slick-arrow
{
	position: absolute;
	width: 18px;
	height: 18px;
	border-left: 3px solid var(--theme);
	border-bottom: 3px solid var(--theme);
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.slick-arrow.prev
{
	left: -25px;
	transform: translateY(-50%) rotate(45deg);
}

.slick-arrow.next
{
	right: -25px;
	transform: translateY(-50%) rotate(-135deg);
}

.text p a, .text ul a, form a, #cookieNotice a
{
	color: var(--theme);
	border-bottom: 1px dashed 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);
}

.colorBox p a
{
	color: #fff!important;
	border-color: #fff!important;
}

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

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

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

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

#acceptWrap
{
	text-align: center;
}

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

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

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

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

#gemeindeBottom
{
	display: none;
}

#mobile
{
	display: none;
}

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

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

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

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

.galleryImg
{
	width: 100%;
	padding-bottom: 75%;
	background-size: cover;
	background-position: center;
}

.download
{
	display: inline-block;
	line-height: 1.4;
	font-weight: 500;
	font-size: 1.1em;
	color: var(--theme);
	transition: all 0.2s;
	text-decoration: none;
	position: relative;
	border-bottom: none!important;
	padding-left: 3em;
}

.download:before
{
	content: "";
	position: absolute;
	width: 2em;
	height: 2em;
	left: 0;
	top: -0.27em;
	background-color: var(--theme);
	transition: all 0.2s;
	background-image: url(down.svg);
	background-size: 55%;
	background-position: center;
	background-repeat: no-repeat;
}

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

.withDownload + .withDownload .downloadContainer, .withAccordeon + .withAccordeon .accordeonContainer
{
	padding-top: 40px;
	border-top: 1px dashed var(--theme);
	margin-top: -20px;
}

.accordeonOpener
{
	display: inline-block;
	line-height: 1.4;
	font-weight: 500;
	font-size: 1.1em;
	color: var(--theme);
	transition: all 0.2s;
	position: relative;
	cursor: pointer;
	padding-left: 1.3em;
}

.accordeonOpener:before
{
	content: "";
	position: absolute;
	width: 0.25em;
	height: 0.25em;
	left: 0;
	top: 0.45em;
	border-left: 2px solid var(--theme);
	border-bottom: 2px solid var(--theme);
	transform: rotate(-45deg);
}

.accordeonOpener.active:before
{
	top: 0.56em;
	transform: rotate(135deg);
}

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

.accordeonContent
{
	padding-top: 20px;
	display: none;
}

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

#headerHeight
{
	position: absolute;
	z-index: -10;
	height: 175px;
}

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

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

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

.gs-form form label
{
	font-family: 'Lexend Deca';
	color: var(--dark);
	font-weight: 500;
	display: block;
	margin-bottom: 0.1em;
}

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

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

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

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

.gs-form textarea
{
	height: 12em;
	resize: none;
	margin-bottom: 1.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;
}

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

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

.gs-form .checkbox input
{
	position: absolute;
	left: 0px;
	top: 0.52em;
	cursor: pointer;
}

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

button
{
	width: auto;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.3;
	display: inline-block;
	padding: 0.6em 1.2em;
	background-color: var(--theme);
	color: #fff;
	transition: all 0.2s;
	margin-left: 40px;
	margin-top: 1.1em;
}

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

#map
{
	position: relative;
	padding-bottom: 40%;
	margin-top: -20px;
}

#drdsgvo_map_1
{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--light);
}

.imgDescription
{
	display: flex;
	align-items: flex-end;
}

.imgDescription .imgDescriptionItem:nth-child(1)
{
	max-width: calc(100% - 350px);
}

.imgDescription .imgDescriptionItem:nth-child(2)
{
	width: 350px;
	padding-left: 40px;
}

.imgDescription .inline
{
	width: auto;
	max-width: 100%;
	max-height: 450px;
}

.accordeonText + .downloadContainer
{
	margin-top: 25px;
}

#socialMedia
{
	position: fixed;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	background-color: #fff;
	z-index: 900!important;
}

#socialMedia .socialItem:first-child
{
	margin-top: 0;
}

.socialItem
{
	width: 42px;
	height: 42px;
	background-color: var(--theme);
	display: block;
	margin-top: 2px;
	transition: all 0.2s;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #fff;
}

.socialItem.up:before
{
	display: none;
}

.socialItem div
{
	position: absolute;
	display: flex;
	height: 100%;
	right: 42px;
	background-color: inherit;
	padding: 0em 0.5em 0em 1em;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
	display: none;
}

.socialItem:hover div
{
	display: flex;
}

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

#facebook
{
	background-image: url(facebook.svg);
}

#telefon
{
	background-image: url(phone.svg);
	background-size: 46%;
}

#youtube
{
	background-image: url(youtube.svg);
}

#instagram
{
	background-image: url(instagram.svg);
}

#up
{
	background-image: url(up.svg);
	background-size: 40%;
}

#suche
{
	background-image: url(suche.svg);
}

#iservSocial
{
	background-image: url(iserv.svg);
	background-size: 60%;
}

#webuntis
{
	background-image: url(webuntis.svg);
	background-size: 60%;
}

#mail
{
	background-image: url(mail.svg);
}

.search_it-missing_type
{
	display: none!important;
}

.search_it-flex label
{
	font-family: 'Lexend Deca';
	color: var(--dark);
	font-weight: 500;
	display: block;
	margin-bottom: 0.2em;
}

.search_it-flex input[type = "text"]
{
	-webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	border-radius: 0px;
   	font-size: 1em;
   	width: 100%;
   	border: none;
   	font-family: 'Lexend Deca';
   	line-height: 1.6;
   	color: var(--dark);
   	font-weight: 300;
   	max-width: 550px;
}

.search_it-flex input
{
	color: var(--dark);
	margin-bottom: 1em;
	transition: border-color 0.2s;
}

.search_it-flex input[type = "text"]
{
	border: 1px solid var(--grey);
	padding: 0.7em 1.4em;
	background-color: var(--light);
}

.search_it-flex input:focus
{
	border-color: var(--darktheme);
	outline: 1px solid var(--darktheme);
}

.searchButton
{
	display: block;
	margin-top: 0em;
	margin-left: -40px;
}

#headerLine
{
	width: 100%;
	height: 40px;
	margin-bottom: 0px;
	background-image: url(headerline.svg);
	background-position: center bottom;
	background-size: cover;
}

table
{
	width: 100%!important;
}

.colored h2
{
	padding-right: 120px;
}

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

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

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

	.imgFlexItem .inline
	{
		max-width: 300px;
	}

	.textBox
	{
		margin-top: 35px;
	}

	#copyRow .copyItem:nth-child(1)
	{
		width: 100%;
	}

	#copyRow .copyItem:nth-child(1):after
	{
		display: none;
	}

	.gs-form form div
	{
		width: 100%;
	}

	.gs-form textarea
	{
		height: 10em;
	}

	.imgDescription .inline
	{
		width: 100%!important;
		max-width: 100%!important;
		max-height: none!important;
	}

	.imgDescription .imgDescriptionItem:nth-child(1)
	{
		max-width: 100%!important;
	}

	.imgDescription .imgDescriptionItem:nth-child(2)
	{
		width: 100%!important;
		padding-left: 0px!important;
	}
}

@media all and (max-width: 800px){
	body
	{
		font-size: 1em;
	}

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

	#opener h1
	{
		text-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	}

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

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

	.openerIcon, .icon
	{
		height: 70px!important;
	}

	.icon.big
	{
		height: auto!important;
		max-width: 300px;
		width: 80%;
		position: relative;
		transform: translateY(0);
		top: 0;
		display: block;
		margin: auto;
		right: auto;
	}

	.iconContainer.top
	{
		margin-bottom: -60px;
	}

	.dateBoxInner
	{
		width: 70px;
		height: 70px;
		font-size: 0.75em;
	}

	.openerImg
	{
		width: 100%!important;
		/*height: 70%;*/
		height: 100%;
		background-repeat: no-repeat;
position: relative;
  height: 300px;
  left: auto;
  top: auto;
	}

	.openerImg.full
	{
		height: 100%;
	}

	.openerImg:before
	{
		content: "";
		position: absolute;
		width: 100%;
		height: 65%;
		top: 35%;
		right: 0;
		z-index: 10;
		background: linear-gradient(-180deg, rgba(255,173,5,0) 0%, rgba(255,173,5,1) 100%);
	}

	.openerContent
	{
		position: relative;
		bottom: auto;
	    right: auto;
		width: 100%!important;
		max-width: 100%;
		padding-bottom: 20px!important;
		background: #ffad05;
	}
/*
	.openerContent
	{
		width: 100%!important;
		max-width: 100%;
		padding-bottom: 20px!important;
	}
*/
	#opener, #openerImg
	{
		padding-bottom: auto;
		/*height: 60vh;
		min-height: 380px;*/
	}
/*
	.openerSlide
	{
		position: relative;
		height: 60vh;
		min-height: 380px;
	}
*/

	.openerSlide
	{
		position: relative;
		height: auto;
		min-height: auto;
		padding-bottom: 30px;
	}

	.openerSlide.full
	{
		background-color: transparent;
		padding-bottom: 0!important;
		/*height: auto!important;
		min-height: auto!important;*/
	}

		#openerLine {
			display: block;
			margin-top: -15px;
		}

	.openerSlide.full.justImg
	{
		background-color: transparent;
		padding-bottom: 55%!important;
		height: auto!important;
		min-height: auto!important;
	}

	.openerImg.full {
		position: absolute;
	}

	/*#openerImg
	{
		height: 35vh;
		min-height: 220px;
	}*/

	.sponsor
	{
		width: 160px!important;
		margin: 0px 5px!important;
	}

	#footer
	{
		padding: 40px 0px;
	}

	#copyRow
	{
		margin-top: 20px;
	}

	.text
	{
		margin: 40px 0px;
	}

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

	.text.withNews + .text.withNews
	{
		margin-top: -10px;
	}

	.colored
	{
		padding: 40px 0px;
	}

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

	.buttonArea
	{
		margin-top: 20px;
	}

	.dateDescription
	{
		padding-left: 20px;
		hyphens: auto;
	}

	.galleryItem
	{
		width: calc(50% - 20px);
	}

	.iconContainer
	{
		top: 20px!important;
	}

	#map
	{
		padding-bottom: 55%!important;
	}

	.imgDescription
	{
		display: block;
	}

	.imgDescription .imgDescriptionItem:nth-child(1)
	{
		width: 100%!important;
	}

	.imgDescription .imgDescriptionItem:nth-child(2)
	{
		width: 100%!important;
		padding-left: 0;
		margin-top: 30px;
	}

	.socialItem div
	{
		display: none!important;
	}
}

@media all and (min-width: 801px) and (max-width: 1020px){
	.imgDescription .imgDescriptionItem:nth-child(1)
	{
		max-width: calc(100% - 300px);
	}

	.imgDescription .imgDescriptionItem:nth-child(2)
	{
		width: 300px;
	}

	.imgDescription .inline
	{
		width: auto;
		max-width: 100%;
		max-height: 400px;
	}
}

@media all and (max-width: 870px){
	.footerFlexItem
	{
		width: calc(100% - 40px)!important;
		margin-bottom: 20px!important;
	}

	#footerFlex
	{
		margin-bottom: -20px!important;
	}

	#footerFlex .footerFlexItem:nth-child(1)
	{
		display: none;
	}

	#gemeindeBottom
	{
		display: block;
		width: 100px;
		margin-bottom: -40px;
		margin-top: 20px;
	}

	#mobile
	{
		display: block;
		right: 40px;
		bottom: 40px;
	}

	#copyRow .up
	{
		display: none;
	}
}

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

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

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

	#navigation ul li ul
	{
		position: relative;
		display: block;
		background-color: #fff;
		padding: 0;
		left: 0;
		width: 100%;
		text-align: right;
		margin-top: 5px;
		margin-bottom: 5px;
	}

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

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

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

	#navigation ul li ul li a:after
	{
		content: "-";
		margin-left: 10px;
	}

	#iserv
	{
		position: relative;
		bottom: 0;
		right: 0;
		margin-top: 15px;
		display: inline-block;
	}

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

	.line
	{
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--theme);
		left: 50%;
		transform: translateX(-50%);
		transition: all 0.2s;
	}

	#navOpener .line:nth-child(1)
	{
		top: 0;
	}

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

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

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

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

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

	#header .wrap
	{
		height: 80px;
	}

	#headerHeight
	{
		height: 115px;
	}

	#logo
	{
		padding: 10px 0px;
	}

	/*#opener, #openerImg
	{
		padding-bottom: 48%;
	}*/

	/*#openerImg
	{
		padding-bottom: 36%;
	}*/

	.openerSlide
	{
		/*padding-bottom: 52%;*/
	}

	.openerSlide.full
	{
		padding-bottom: 40%;
	}

	h1
	{
		font-size: 2em;
	}

	h2
	{
		font-size: 1.8em;
		color: var(--theme);
	}

	h3
	{
		font-size: 1.3em;
	}

	.openerIcon, .icon
	{
		height: 100px;
	}

	.openerContent
	{
		width: 55%;
	}

	.openerImg
	{
		width: 50%;
	}

	.icon.big
	{
		height: 150px;
	}

	.sponsor
	{
		width: 200px;
		margin: 0px 10px;
	}

	.footerFlexItem
	{
		width: calc(100% - 40px);
		margin-bottom: 40px;
		margin-left: 0;
	}

	.footerFlexItem .footerFlexItem
	{
		margin-bottom: 0;
	}

	#footerFlex
	{
		margin-bottom: -40px;
		padding-left: 40px;
	}

	#gemeinde
	{
		width: 100px;
	}

	.withDownload + .withDownload .downloadContainer, .withAccordeon + .withAccordeon .accordeonContainer
	{
		padding-top: 40px;
		margin-top: 0px;
	}

	.iconContainer
	{
		top: 30px;
	}

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

	#map
	{
		padding-bottom: 45%;
		margin-top: 0;
	}

	.socialItem
	{
		width: 40px;
		height: 40px;
	}

	.socialItem div
	{
		right: 40px;
	}

	#headerLine
	{
		height: 30px;
		margin-bottom: 0px;
	}

	.openerSlide p
	{
		display: none;
	}

	.openerSlide .buttonArea p
	{
		display: block;
	}
}

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

@media all and (max-width: 1140px){
	.openerIcon
	{
		height: 80px;
}
}