@import url("https://fonts.verwaltungsportal.de/import/?family=Open+Sans:400,400i,600,600i,700,700i");

html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #f5f5f5;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #008040 #ffffff;
	scrollbar-width: thin;
}

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #222222;
	background: #ffffff;
	font-size: clamp(1rem, 2vw, 1.125rem);
	/* 1rem = 16px */
	line-height: 1.5;
}

a {
	color: #008040;
}

a:is(:hover, :focus) {
	color: #008040;
	text-decoration: underline;
}

#content a,
b,
strong {
	font-weight: 700;
}

@media (min-width: 1200px) {
	.row,
	#headerpic-overlay {
		width: 100%;
		max-width: 1600px;
	}

	#quick-access {
		max-width: 1570px;
	}
}

a:focus {
	outline: 3px solid #ff7632 !important;
}

button:focus {
	outline: 3px solid #ff7632 !important;
}

form:focus {
	outline: 3px solid #ff7632 !important;
}

#newsletter_input:focus,
#newsletter_submit:focus,
#search_input:focus,
#search_submit:focus {
	outline: 3px solid #ff7632 !important;
}

#overflow {
	overflow: hidden;
}

/* #region ----------------------------------- topbar ------------------------------------------- */

@media (max-width: 991px) {
	.controls-col {
		margin-top: 12px;
		flex-wrap: wrap;
		gap: 12px;
	}
}

@media (min-width: 992px) {
	.controls-col {
		padding: 10px 0;
	}
}

/* search */

#searchWrapper {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 2px solid #e8e8e8;
}

@media (max-width: 991px) {
	#searchWrapper {
		flex-wrap: wrap;
		gap: 12px;
	}
}

#search {
	height: 33px;
	background: #fff;
	outline: 2px solid #333333;
	display: inline-block;
	position: relative;
	min-width: 270px;
}

#search_input {
	color: #333333;
	font-size: 16px;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 33px;
	padding-left: 10px;
	padding-right: 43px;
	height: 33px;
	width: 100%;
	display: block;
}

#search_submit {
	width: 33px;
	background: url("../img/icon-suche.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 33px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

#search_input::-ms-input-placeholder {
	color: #333333 !important;
}

#search_input::-webkit-input-placeholder {
	color: #333333 !important;
}

#search_input::-moz-placeholder {
	opacity: 1;
}

#search_input:-moz-placeholder {
	opacity: 1;
}

/* style + contrast */

#style,
#contrast_style {
	column-gap: 10px;
}

@media (max-width: 575px) {
	#style,
	#contrast_style {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	#contrast_style {
		margin-top: 12px;
	}
}

@media (min-width: 576px) {
	#style {
		margin-right: 10px;
	}
}

:is(#style, #contrast_style, #searchWrapper) h2 {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	color: inherit;
	margin: 0 5px 0 0;
	width: auto;
}

@media (max-width: 575px) {
	:is(#style, #contrast_style, #searchWrapper) h2 {
		display: block;
		width: 100%;
		padding-bottom: 4px;
	}
}

:is(#style, #contrast_style) button {
	width: 35px;
	height: 35px;
	padding: 0;
	border: 2px solid #222222;
	background: #ffffff;
	font-weight: 700;
	flex-shrink: 0;
	transition: border 300ms linear;
	position: relative;
	line-height: 1;
}

:is(#style, #contrast_style) button::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 2px solid #8d8d8d;
}

:is(#style, #contrast_style) button:is(:hover, :focus) {
	border-color: #008040;
}

/* contrast */

#contrast_style button::after {
	background: linear-gradient(45deg, #222222, #222222 50%, #ffffff 50%);
}

#contrast_style button:nth-of-type(2)::after {
	transform: scale(-1);
}

#contrast_style button:nth-of-type(3)::after {
	background: #ea5b0c;
	border: none;
}

/* #endregion -------------------------------- topbar ------------------------------------------- */

/* -------------------------------------------- @nav3 Navigation ------------------------------------------- */

/* ------------------------------------------------- logo ------------------------------------------------ */

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

@media (min-width: 1200px) {
	#logo {
		position: absolute;
		background-color: #fff;
		padding: 20px 30px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
		top: -65px;
		z-index: 10002;
	}

	#logo img {
		max-width: 340px;
		width: 100%;
	}
}

@media (max-width: 1199px) {
	#logo img {
		max-width: 210px;
		width: 100%;
	}
}

/* --------------------------------------- navigation --------------------------------------- */

.dropdown-toggle-button-wrapper2 {
	display: block;
}

.dropdownpr li[id*="secondlevel"] {
	position: relative;
}

#menu {
	padding: 12px 0;
	position: sticky;
	top: 0;
	z-index: 101;
	background-color: #fff;
}

.is-sticky #menu {
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

#burgerButtonInner2,
#burgerButtonInner {
	color: #000;
	background: #fff;
}

/* burgermenu for tablet */

@media (max-width: 1199px) {
	#menu {
		position: static !important;
		padding: 10px 0;
	}

	#burgerButton {
		font-size: 0;
		border: none !important;
		position: relative;
		z-index: 1002;
		display: block;
		width: 46px;
		height: 40px;
		border-radius: 2px;
		cursor: pointer;
		background-color: #ffffff;
		padding: 3px;
	}

	#burgerButton:before,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #0c5c82;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 2px;
		-webkit-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-moz-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-ms-transition:
			transform 200ms linear,
			opacity 200ms linear;
		-o-transition:
			transform 200ms linear,
			opacity 200ms linear;
		transition:
			transform 200ms linear,
			opacity 200ms linear;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner {
		-webkit-transform: rotate(-45deg) translate(-6px, 6px);
		transform: rotate(-45deg) translate(-6px, 6px);
	}

	#burgerButton[aria-expanded="true"]:before {
		opacity: 0;
	}

	#burgerButton[aria-expanded="true"]:after {
		-webkit-transform: rotate(45deg) translate(-4px, -6px);
		transform: rotate(45deg) translate(-4px, -6px);
	}

	#burgerButtonInner {
		top: 10px;
	}

	#burgerButton:before {
		top: 18px;
	}

	#burgerButton:after {
		top: 26px;
	}

	#burgerButton:before,
	#burgerButton:after {
		content: "";
		display: block;
	}

	.navbar-nav {
		margin: 20px 0;
	}

	.navbar-collapse {
		top: 0;
		background: #ffffff;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		-webkit-transition:
			left 300ms linear,
			opacity 300ms linear;
		-moz-transition:
			left 300ms linear,
			opacity 300ms linear;
		-ms-transition:
			left 300ms linear,
			opacity 300ms linear;
		-o-transition:
			left 300ms linear,
			opacity 300ms linear;
		transition:
			left 300ms linear,
			opacity 300ms linear;
	}

	.navbar-collapse.collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-header {
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		background-color: #ffffff;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	.navbar-collapse.in:after {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		display: block;
		width: 90px;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

@media (min-width: 575px) and (max-width: 1199px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 1200px) {
	#menu {
		padding: 0px 0;
	}

	#menu > .row {
		max-width: 1630px;
		width: 100%;
	}

	.staticCol {
		position: static;
	}

	#myNavbar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		flex-wrap: wrap;
	}

	#myNavbar > ul {
		width: 98%;
	}

	nav.horizontally .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		flex-wrap: wrap;
	}

	nav.horizontally .navbar-nav > li {
		flex-grow: 1;
	}

	nav.horizontally .dropdown-menu {
		z-index: 1000;
	}

	nav.horizontally .navbar-nav > li > ul > li[class*="_over"] > ul {
		display: none !important;
	}

	nav.horizontally .navbar-nav > li > .dropdown-menu {
		position: absolute;
		bottom: auto;
		width: 100%;
		left: 50% !important;
		max-width: 1030px;
		padding-top: 70px;
		padding-bottom: 60px;
		top: 100%;
		transform: translate(-50%);
	}

	nav.horizontally li[class*="toplevel"] > ul {
		max-height: 470px;
	}

	nav.horizontally li[class*="start"] {
		display: none !important;
	}

	nav.horizontally li[class*="toplevel"] > ul::after {
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		left: -50%;
		top: 0;
		bottom: 0;
		right: -50%;
		background:
			url("../img/wasserzeichen-logo.png") bottom right 10% no-repeat,
			rgba(0, 128, 64, 0.9);
	}

	.navbar-default li:nth-child(2n + 2)[class*="toplevel"] > ul::after {
		background:
			url("../img/wasserzeichen-logo.png") bottom right 10% no-repeat,
			rgba(0, 116, 173, 0.9);
	}

	nav.horizontally li[class*="toplevel"] > ul::before {
		content: "";
		max-width: 1920px;
		width: 100%;
		display: inline-block;
		height: 50px;
		position: absolute;
		top: -50px;
		left: 0px;
		right: 0px;
	}

	.navbar-default .navbar-nav li[class*="toplevel"] > ul {
		display: block !important;
		pointer-events: none;
		opacity: 0 !important;
		-webkit-transition: opacity 300ms linear;
		-moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		-o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
	}

	.navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul,
	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul {
		pointer-events: all !important;
		opacity: 1 !important;
	}

	.navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul *,
	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul * {
		pointer-events: all;
	}

	.navbar-default:focus-within .navbar-nav li[class*="secondlevel"] > ul,
	.navbar-default:focus-within .navbar-nav li[class*="toplevel"] > ul {
		z-index: 999;
	}

	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="toplevel"]:focus > ul {
		z-index: 9999;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
		background-position: 0 -1px !important;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
		background-position: 0 -17px !important;
	}

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
		background-color: #fff !important;
		background-color: rgba(255, 255, 255, 0.75) !important;
	}
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default .navbar-nav > li > a {
	color: #fff;
	background: #008040;
	font-weight: 700;
	text-align: left;
	padding: 40px 15px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li:nth-child(2n + 1) > a {
	background: #008040;
}

.navbar-default .navbar-nav > li:nth-child(2n + 2) > a {
	background: #0074ad;
}

@media (min-width: 992px) and (max-width: 1400px) {
	.navbar-default .navbar-nav > li > a {
		padding: 20px 5px 20px 5px;
	}
}

@media (min-width: 1200px) {
	.navbar-default .navbar-nav > li > a {
		white-space: nowrap;
	}
}

@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li + li {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}

	.navbar-default .navbar-nav > li > a {
		padding: 25px 35px 25px 15px;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		background-size: 45px auto !important;
	}

	.dropdown-toggle-button-wrapper {
		top: 20px;
	}
}

@media (min-width: 1200px) {
	.nav .open > .dropdown-menu {
		display: none;
	}

	.navbar-default .navbar-nav > li > a {
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-align: center;
		font-size: 1.25rem;
		padding: 45px 15px 45px 15px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		display: block;
	}
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-default li:nth-child(2n + 1)[class*="toplevel"]:hover > a,
.navbar-default li:nth-child(2n + 1)[class*="toplevel"] > a:hover,
.navbar-default li:nth-child(2n + 1)[class*="toplevel"] > a:focus,
.navbar-default li:nth-child(2n + 1)[class*="toplevel"].open > a,
.navbar-default li:nth-child(2n + 1)[class*="toplevel"].open > a:hover,
.navbar-default li:nth-child(2n + 1)[class*="toplevel"].open > a:focus,
.navbar-default li:nth-child(2n + 1)[class*="toplevel"][class$="_over"] > a,
.navbar-default li:nth-child(2n + 1)[class*="toplevel"][class$="_over"] > a:hover,
.navbar-default li:nth-child(2n + 1)[class*="toplevel"][class$="_over"] > a:focus {
	color: #fff;
	background:
		url("../img/hover.png") center no-repeat,
		#008040;
}

.navbar-defaut li:nth-child(2n + 1)[class*="toplevel"]:focus-within > a {
	color: #fff;
	background:
		url("../img/hover.png") center no-repeat,
		#008040;
}

.navbar-default li:nth-child(2n + 2)[class*="toplevel"]:hover > a,
.navbar-default li:nth-child(2n + 2)[class*="toplevel"] > a:hover,
.navbar-default li:nth-child(2n + 2)[class*="toplevel"] > a:focus,
.navbar-default li:nth-child(2n + 2)[class*="toplevel"].open > a,
.navbar-default li:nth-child(2n + 2)[class*="toplevel"].open > a:hover,
.navbar-default li:nth-child(2n + 2)[class*="toplevel"].open > a:focus,
.navbar-default li:nth-child(2n + 2)[class*="toplevel"][class$="_over"] > a,
.navbar-default li:nth-child(2n + 2)[class*="toplevel"][class$="_over"] > a:hover,
.navbar-default li:nth-child(2n + 2)[class*="toplevel"][class$="_over"] > a:focus {
	color: #fff;
	background:
		url("../img/hover.png") center no-repeat,
		#0074ad;
}

.navbar-default li:nth-child(2n + 2)[class*="toplevel"]:focus-within > a {
	color: #fff;
	background:
		url("../img/hover.png") center no-repeat,
		#0074ad;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

@media (max-width: 1199px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		padding: 10px 0;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		background-color: #008040;
	}
	.navbar-default .navbar-nav > li:nth-child(2n + 2) > .dropdown-menu,
	.navbar-default .navbar-nav > li:nth-child(2n + 2) > .dropdown-menu > li > .dropdown-menu {
		background-color: #0074ad;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav li[class*="secondlevel"] > a,
.navbar-default .navbar-nav li[class*="thirdlevel"] > a {
	color: #ffffff;
	text-align: left;
	padding: 7px 45px 7px 55px;
	line-height: 1.2;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.01);
}

.navbar-default .navbar-nav li[class*="secondlevel"] > a {
	padding: 6px 45px 9px 25px;
	font-weight: 600;
	font-size: 1.5625rem;
}

.navbar-default .navbar-nav li[class*="thirdlevel"] > a {
	font-size: 1.25rem;
	font-weight: 400;
}

@media (max-width: 1199px) {
	.navbar-default .navbar-nav li[class*="secondlevel"] > a {
		padding: 15px 35px 15px 25px;
		font-size: 1rem;
	}

	.navbar-default .navbar-nav li[class*="thirdlevel"] > a {
		font-size: 1rem;
		padding: 15px 35px 15px 30px;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 10px;
	}

	.navbar-default .navbar-nav li[class*="secondlevel"] > a,
	.navbar-default .navbar-nav li[class*="thirdlevel"] > a {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

@media (max-width: 1199px) {
	.navbar-default .navbar-nav li[class*="thirdlevel"] > a {
		padding-left: 45px;
	}
}

@media (min-width: 1200px) {
	.navbar-default .navbar-nav li[class*="thirdlevel"] > a {
		padding-left: 20px;
	}

	.navbar-default .navbar-nav li[class*="secondlevel"] + li + li > a,
	.mCustomScrollBox > .mCSB_container > li[class*="_start"] + li + li > a {
		border-top: 1px solid rgba(255, 255, 255, 0.6);
	}

	.navbar-default .navbar-nav li[class*="secondlevel"] > .dropdown-menu {
		padding-left: 45px;
		padding-bottom: 10px;
	}
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav li[class*="secondlevel"]:hover > a,
.navbar-nav li[class*="secondlevel"] > a:hover,
.navbar-nav li[class*="secondlevel"] > a:focus,
.navbar-nav li[class*="secondlevel"].open > a,
.navbar-nav li[class*="secondlevel"].open > a:hover,
.navbar-nav li[class*="secondlevel"].open > a:focus,
.navbar-nav li[class*="secondlevel"][class$="_over"] > a,
.navbar-nav li[class*="secondlevel"][class$="_over"] > a:hover,
.navbar-nav li[class*="secondlevel"][class$="_over"] > a:focus,
.navbar-nav li[class*="thirdlevel"] > a:hover,
.navbar-nav li[class*="thirdlevel"] > a:focus,
.navbar-nav li[class*="thirdlevel"].open > a,
.navbar-nav li[class*="thirdlevel"].open > a:hover,
.navbar-nav li[class*="thirdlevel"].open > a:focus,
.navbar-nav li[class*="thirdlevel"][class$="a_over"] > a,
.navbar-nav li[class*="thirdlevel"][class$="_over"] > a:hover,
.navbar-nav li[class*="thirdlevel"][class$="_over"] > a:focus,
.mCustomScrollBox > .mCSB_container > li[class*="_start"] {
	color: #fff;
}

/* ---------------------------------------------- dropdown-toggle ---------------------------------------------- */

@media (max-width: 991px) {
	.dropdown-toggle-button::after,
	.dropdown-toggle-button::before {
		color: #000 !important;
		background: #fff !important;
	}
}

@media (min-width: 992px) {
	.dropdown-toggle-button-wrapper {
		display: none !important;
	}

	.dropdown-toggle-button::after {
		content: "";
		position: absolute;
		width: 16px;
		height: 2px;
		background: #ffffff;
		left: 50%;
		transform: translate(-50%) rotate(90deg);
		transition: all 100ms linear;
		top: 12px;
	}

	.dropdown-toggle-button::before {
		content: "";
		position: absolute;
		width: 16px;
		height: 2px;
		background: #ffffff;
		transform: none;
		left: 50%;
		top: 12px;
		transform: translate(-50%);
	}

	.dropdown-toggle-button {
		position: relative;
		padding: 15px;
		background: transparent;
		border-radius: 8px;
		cursor: pointer;
	}

	.dropdown-toggle-button-wrapper,
	.dropdown-toggle-button-wrapper2 {
		top: 9px !important;
		right: 3px !important;
		position: absolute;
	}

	.dropdown-toggle-button-open::after {
		transform: rotate(0deg);
		left: 7px;
		top: 12px;
	}
}

/* #region ------------------------------------ header ------------------------------------------ */

/* banner */

#slider {
	height: clamp(350px, 42vw, 500px);
	position: relative;
}

@media (min-width: 992px) {
	body.index #slider {
		height: clamp(400px, 65vw, 750px);
	}

	#headerpic a.nivo-prevNav {
		left: 65px;
	}

	#headerpic a.nivo-nextNav {
		right: 65px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#headerpic .nivo-directionNav a {
		top: unset;
		bottom: 30px;
	}
}

@media (min-width: 1200px) {
	.index #headerpic .nivo-controlNav {
		bottom: 140px;
	}
}

#headerpic {
	padding: 0;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	#headerpic {
		background: #222222;
	}

	#headerpic * {
		color: #ffffff;
	}
}

.slider-wrapper {
	height: 100%;
}

.slider-mask {
	display: none;
}

/* banner overlay */

#headerpic-overlay {
	padding: 30px 0;
	font-size: clamp(1.5625rem, 3vw, 2.1875rem);
}

@media (min-width: 992px) {
	#headerpic-overlay {
		padding: 0;
		position: absolute;
		top: 48px;
		bottom: 150px;
		left: 0;
		right: 0;
		z-index: 20;
		line-height: 1.2;
	}

	#headerpic-overlay > :first-child {
		margin-bottom: 30px;
	}

	#headerpic-overlay > :last-child {
		margin-top: auto;
	}

	#headerpic-overlay a {
		text-decoration: underline;
	}
}

@media (min-width: 1200px) {
	#headerpic-overlay {
		bottom: 280px;
	}
}

/* #endregion --------------------------------- header ------------------------------------------ */

/* #region --------------------------------- quick-access --------------------------------------- */

#quick-access {
	font-size: 1rem;
	background: #008040;
}

@media (min-width: 1200px) {
	#quick-access {
		position: relative;
		z-index: 50;
		margin-top: -125px;
		border: 2px solid #ffffff;
	}
}

#quick-access * {
	color: #ffffff;
}

#quick-access .tab {
	padding: 30px 15px;
	position: relative;
	transition:
		background 200ms linear,
		margin 200ms linear,
		padding 200ms linear,
		height 200ms linear;
}

#quick-access .tab + .tab::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	transition:
		opacity 200ms linear,
		margin 200ms linear;
}

@media (min-width: 1200px) {
	#quick-access .tab {
		padding: 75px clamp(15px, 1vw, 30px);
		height: 250px;
		overflow: hidden;
	}

	#quick-access .tab + .tab::after {
		top: 45px;
		bottom: 45px;
		width: 1px;
		height: unset;
	}

	#quick-access .tab:is(:hover, :focus-within)::after,
	#quick-access .tab:is(:hover, :focus-within) + .tab::after {
		opacity: 0;
	}

	#quick-access .tab:is(:hover, :focus-within) {
		background: #00552a;
		height: 360px;
		margin: -55px 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

#quick-access .tab :is(.row, .row > *) {
	position: static;
}

@media (min-width: 1200px) {
	#quick-access .tab .template-page {
		max-height: 0;
		opacity: 0;
		transition: opacity 200ms linear;
	}

	#quick-access .tab:is(:hover, :focus-within) .template-page {
		opacity: 1;
	}
}

#quick-access .tab a {
	font-weight: 700;
	text-decoration: underline;
}

#quick-access .tab a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#quick-access .tab-heading {
	text-transform: uppercase;
	font-size: 1.25rem;
	padding-top: 65px;
	background: url("../img/icon-info.png") center top / 50px auto no-repeat;
	transition:
		padding 200ms linear,
		transform 200ms linear;
}

@media (min-width: 1200px) {
	#quick-access .tab-heading {
		margin: 0;
	}

	#quick-access .tab:is(:hover, :focus-within) .tab-heading {
		padding: 75px 0 30px 0;
		transform: scale(1.2);
	}
}

#quick-access .tab-2 .tab-heading {
	background-image: url("../img/icon-uebernachtung.png");
}

#quick-access .tab-3 .tab-heading {
	background-image: url("../img/icon-kultur-und-gesundheit.png");
}

#quick-access .tab-4 .tab-heading {
	background-image: url("../img/icon-sehen-und-erleben.png");
}

#quick-access .tab-5 .tab-heading {
	background-image: url("../img/icon-freizeit-und-erholung.png");
}

#quick-access .tab-6 .tab-heading {
	background-image: url("../img/icon-veranstaltungen.png");
}

/* #endregion ------------------------------ quick-access --------------------------------------- */

/* ------------------------------------------- content ------------------------------------------ */

#content {
	text-align: left;
	padding: clamp(40px, 7vw, 90px) 0 clamp(40px, 5vw, 70px) 0;
}

/* #region ------------------------------ h1 - h6, newslink ------------------------------------- */

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #00552a;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
}

:is(h1, h2) :is(i, em) {
	font-style: normal !important;
	color: #222222;
	font-size: 1.375rem !important;
	display: block;
	margin-bottom: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600 !important;
}

#footer :is(h1, h2) :is(i, em) {
	font-size: 1.25rem;
	margin-bottom: 8px;
	text-transform: none !important;
	font-style: normal !important;
}

h1,
.h1,
.legacy_h1,
#headerpic-overlay .tab-headline {
	font-size: clamp(2rem, 4vw, 2.8125rem);
}

h2,
.h2,
.legacy_h2 {
	font-size: 1.875rem;
}

h3,
.h3,
.legacy_h3 {
	font-size: 1.75rem;
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4,
#tabs .tab :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.625rem;
}

h5,
.h5,
.legacy_h5,
:is(#newsletter, #footer) :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.5rem;
}

h6,
.h6,
.legacy_h6 {
	font-size: 1.375rem;
}

/* #endregion --------------------------- h1 - h6, newslink ------------------------------------- */

/* #region --------------------------------- button-style --------------------------------------- */

.button-style a:not([href^="mailto:"]):not(.has-image):not([rel]),
#nw23 .tab_link_mehr a {
	display: inline-block;
	background: #008040;
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.125rem;
	padding: 11px 28px;
	outline: 2px solid #008040;
	outline-offset: 10px;
	margin: 12px;
	transition:
		outline-color 200ms linear,
		outline-offset 200ms linear;
}

/* small */

.button-style.button-small a:not([href^="mailto:"]):not(.has-image):not([rel]),
#nw23 .tab_link_mehr a {
	padding: 7px 15px;
	outline-color: transparent;
	margin: 0;
}

/* large */

.button-style.button-large a:not([href^="mailto:"]):not(.has-image):not([rel]) {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 1.375rem;
	padding: 14px 36px;
	hyphens: auto;
	outline: 1px solid #008040;
}

@media (max-width: 991px) {
	.button-style.button-large a:not([href^="mailto:"]):not(.has-image):not([rel]) {
		hyphens: auto;
	}
}

/* phone */

.button-style a[href^="tel:"]:not([href^="mailto:"]):not(.has-image):not([rel])::before {
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	margin: -4px 15px -4px 0;
	vertical-align: bottom;
	background: url("../img/icon-phone.svg") center left / 40px auto no-repeat;
}

/* hover */

.button-style a:not([href^="mailto:"]):not(.has-image):not([rel]):is(:hover, :focus),
#nw23 .tab_link_mehr a:is(:hover, :focus) {
	outline-color: #222222;
	outline-offset: 3px;
}

/* #endregion ------------------------------ button-style --------------------------------------- */

/* #region ------------------------------------- news ------------------------------------------- */

#news {
	padding-bottom: clamp(40px, 6vw, 80px);
}

#news > .row {
	row-gap: 30px;
}

#news .tab_link_entries {
	display: grid;
	gap: 30px;
}

@media (min-width: 576px) {
	#news .tab_link_entries {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1200px) {
	#news .tab_link_entries {
		grid-template-columns: repeat(4, 1fr);
	}
}

#news .tab_link_entry {
	font-size: 1rem;
	position: relative;
	background: #ffffff;
	padding: 225px 26px 30px 26px;
	border: 4px solid #e8e8e8 !important;
}

#news .tab_link_entry:hover {
	border: 4px solid #b2dbef !important;
}

#news .tab_link_entry .tab_link_title a::before,
#news .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: 26px;
	left: 26px;
	right: 26px;
	height: 170px;
	max-width: 320px;
	overflow: hidden;
}

#news .tab_link_entry .tab_link_title a::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#news .tab_link_entry .tab_preview_picture {
	z-index: 1;
}

#news .tab_link_entry .tab_preview_picture img {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#news .tab_link_entry .tab_date {
	font-weight: 700;
	font-size: 1.3125rem;
}

#news .tab_link_entry .tab_link_title a {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4;
	display: block;
	margin-bottom: 25px;
}

#news .tab_link_entry .tab_link_title a:not(:is(:hover, :focus)) {
	color: #222222;
}

#news .tab_link_entry :is(.tab_spacer, .tab_link_mehr) {
	display: none;
}

/* #endregion ---------------------------------- news ------------------------------------------- */

/* #region ------------------------------------ contact ----------------------------------------- */

#contact {
	padding-bottom: clamp(40px, 6vw, 80px);
}

#contact-tab {
	overflow: hidden;
	background: #f3f3f3;
	padding: 55px 30px 45px 30px;
}

@media (min-width: 1200px) {
	#contact-tab {
		padding-left: clamp(80px, 8vw, 130px);
		padding-right: clamp(80px, 8vw, 130px);
	}

	#contact {
		padding-bottom: 0px;
		position: relative;
		z-index: 55;
		margin-bottom: -80px;
	}
}

#contact-tab .row {
	align-items: center;
}

/* #endregion --------------------------------- contact ----------------------------------------- */

#parallax {
	background-attachment: fixed;
	background-size: cover;
	height: 390px;
}

/* #region ------------------------------- events ---------------------------------- */

#events-newsletter {
	padding-top: clamp(40px, 5vw, 70px);
	background: linear-gradient(to bottom, #f3f3f3 400px, rgba(255, 255, 255, 0) 400px);
}

@media (min-width: 992px) {
	#events-newsletter {
		background: linear-gradient(to bottom, #f3f3f3 60%, rgba(255, 255, 255, 0) 60%), linear-gradient(to bottom, rgba(255, 255, 255, 0) calc(60% + 30px), #f3f3f3 calc(60% + 30px), #f3f3f3 calc(60% + 32px), rgba(255, 255, 255, 0) calc(60% + 32px));
	}
}

#events-newsletter > .row {
	row-gap: 30px;
}

#events-newsletter .tab {
	font-size: 1rem;
	margin-top: 15px;
}

/* events */

#nw23 {
	margin-bottom: 15px;
}

#nw23 .slick-track {
	display: flex;
}

#nw23 .slick-slide {
	height: auto;
	background: #ffffff;
	border: 4px solid #e8e8e8;
	margin-right: 10px;
	padding: 30px;
}

#nw23 .slick-slide:hover {
	border: 4px solid #b2d9c5;
}

#nw23 .slick-slide > div {
	height: 100%;
}

#nw23 .tab_link_entry {
	min-height: 222px;
	position: relative;
	height: 100%;
	hyphens: auto;
	padding-top: 200px;
	border: none !important;
}

@media (min-width: 992px) {
	#nw23 .tab_link_entry {
		padding: 0 0 0 238px;
	}
}

#nw23:not(:has(.slick-track)) .tab_link_entry:nth-child(1n + 2) {
	display: none;
	visibility: hidden;
}

#nw23 .tab_link_entry .tab_link_title a::before,
#nw23 .tab_link_entry .tab_preview_picture,
#nw23 .tab_link_entry .tab_link_title a::after {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 170px;
	overflow: hidden;
	width: 208px;
}

@media (min-width: 992px) {
	#nw23 .tab_link_entry .tab_link_title a::before,
	#nw23 .tab_link_entry .tab_preview_picture {
		bottom: 0;
		height: unset;
	}
}

#nw23 .tab_link_entry .tab_link_title a::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#nw23 .tab_link_entry .tab_preview_picture {
	z-index: 1;
}

#nw23 .tab_link_entry .tab_preview_picture img {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#nw23 .tab_link_entry .tab_date {
	font-weight: 700;
	font-size: 1.3125rem;
}

#nw23 .tab_link_entry .tab_link_title a {
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.4;
	display: block;
	margin-bottom: 25px;
}

#nw23 .tab_link_entry .tab_link_title a:not(:is(:hover, :focus)) {
	color: #222222;
}

#nw23 .tab_link_mehr {
	font-size: 0;
	text-align: left !important;
	margin: 20px 0 10px 0;
}

#nw23 .tab_link_entry .tab_spacer {
	display: none;
}

/* controls */

#events button {
	border: none;
	padding: 0;
	font-size: 0;
	display: inline-block;
}

#events .slick-button {
	width: 30px;
	height: 30px;
	background: url("../img/arrow-nw23.svg") center / 20px auto no-repeat;
}

#events .slick-button.slick-prev {
	transform: scaleX(-1);
	margin-left: -10px;
}

#events .slick-dots {
	padding: 0 20px;
	display: inline-flex !important;
	gap: 10px;
}

@media (max-width: 767px) {
	#events .slick-dots {
		display: none;
	}
}

#events .slick-dots button {
	width: 12px;
	height: 12px;
	border: 1px solid #222222;
	background: #ffffff;
}

#events .slick-dots .slick-active button,
#events .slick-dots button:is(:hover, :focus) {
	background: #008040;
}

/* stop/play button for accessibility */

#events .slick-animate-control {
	margin-left: 10px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 30px;
	height: 30px;
	background: #000000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E") center / 16px auto no-repeat;
}

#events .slick-animate-control.slick-pause {
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* #endregion ---------------------------- events ---------------------------------- */

/* #region ------------------------------------- footer ----------------------------------------- */

footer {
	overflow: hidden;
}

body:not(.index) footer {
	border-top: 4px solid #e8e8e8;
}

#footer {
	padding: clamp(40px, 5vw, 70px) 0;
	row-gap: 30px;
	hyphens: auto;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
	text-transform: uppercase;
	margin: 0;
}

#footer a {
	font-weight: 700;
}

#footer .button-style.button-small a:not([href^="mailto:"]):not(.has-image):not([rel]) {
	display: block;
	text-align: center;
}

#footer .button-style.button-small p + p,
#footer .button-style.button-small a:not([href^="mailto:"]):not(.has-image):not([rel]) + * {
	margin-top: 15px;
}

#footer {
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {
	#footer::after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0px;
		right: -90px;
		width: 331px;
		height: 278px;
		background: url("../img/familie-freigestellt.png") no-repeat;
		z-index: -1;
	}
}

@media (min-width: 1200px) {
	#footer::after {
		right: 0;
	}
}

/* scroll-top-button */

#scroll-top-button {
	width: 50px;
	height: 50px;
	padding: 0;
	background-image: url("../img/arrow-top.svg");
	background-position: center;
	background-size: 28px auto;
	background-repeat: no-repeat;
}

/* innerfooter */

#innerfooter {
	font-size: 1rem;
	background: #e8e8e8;
	padding: 15px 0;
}

@media (max-width: 767px) {
	#innerfooter {
		padding: 30px 0;
	}
}

#innerfooter > .row {
	row-gap: 25px;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter ul a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	padding: 6px 10px;
	outline: 2px solid transparent;
	outline-offset: 10px;
	transition:
		outline-color 200ms linear,
		outline-offset 200ms linear;
}

#innerfooter ul a:is(:hover, :focus) {
	outline-color: #008040;
	outline-offset: 0;
}

@media (min-width: 576px) {
	#innerfooter li {
		display: inline-block;
	}

	#innerfooter li + li::before {
		content: "";
		display: inline-block;
		height: 1px;
		width: 15px;
		margin: 0 15px;
		background: #222222;
		vertical-align: middle;
	}
}

/* #endregion ---------------------------------- footer ----------------------------------------- */

/* #region ------------------------------------ vernetzt ---------------------------------------- */

#vernetzt {
	gap: 15px;
	text-align: right;
	font-size: 1rem;
	color: inherit;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

/* #endregion --------------------------------- vernetzt ---------------------------------------- */

/* #region ---------------------------------- decoration ---------------------------------------- */

:is(#contact, #events) h2 :is(i, em) {
	position: relative;
}

:is(:is(#contact, #events) h2 :is(i, em))::after {
	content: "";
	display: block;
	position: absolute;
	background: #008040;
}

/* contact */

#contact h2 :is(i, em)::after {
	bottom: -10px;
	left: -180px;
	right: calc(100% - 145px);
	height: 2px;
}

/* events */

#events h2 :is(i, em)::after {
	bottom: -10px;
	left: -313px;
	right: calc(100% - 75px);
	height: 2px;
}

/* #endregion ------------------------------- decoration ---------------------------------------- */

/* #region ----------------------------------- contrast ----------------------------------------- */

:is(.contrast_dark, .contrast_light) :is(#news, #events) .tab_link_entry .tab_link_title a::before {
	display: none;
}

.contrast_dark #burgerButton,
.contrast_dark #events .slick-button,
.contrast_dark #events .slick-dots .slick-active button,
.contrast_dark #events .slick-dots button:is(:hover, :focus) {
	background-color: #ffffff !important;
}

.contrast_light #burgerButton::before,
.contrast_light #burgerButton::after,
.contrast_light #burgerButtonInner {
	background: #222222 !important;
}

.contrast_light nav.burger .dropdown-toggle-button::before {
	color: #000000;
}

@media (min-width: 1200px) {
	.contrast_light #quick-access .tab:is(:hover, :focus-within) {
		background: #ffffff;
	}
}

.contrast_light #events .slick-dots .slick-active button,
.contrast_light #events .slick-dots button:is(:hover, :focus) {
	background-color: #000000 !important;
}

.contrast_light_font #search_submit {
	background-color: #fff !important;
}

/* #endregion -------------------------------- contrast ----------------------------------------- */
