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

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

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

a {
	color: #09364e;
}

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

b,
strong {
	font-weight: 700;
}

#over {
	overflow: clip;
	position: relative;
}

/* #region --------------------------------- buttonStyle ---------------------------------------- */

:is(#ev11, #nw11) .tab_link_mehr a,
.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a) {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #191919;
	font-size: 1.25rem;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	padding: 10px 24px 11px 24px;
	border-radius: 6px;
	background-color: #86bc24;
	transition: all 300ms;
	position: relative;
	line-height: 1.2;
}

:is(#ev11, #nw11) .tab_link_mehr a:is(:focus, :hover),
.buttonStyle a:not(.has-image):not([rel]):not(.nivo-directionNav > a):is(:focus, :hover) {
	color: #ffffff;
	background-color: #09364e;
}

/* #endregion ------------------------------ buttonStyle ---------------------------------------- */

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

#logo {
	display: inline-block;
}

@media (min-width: 992px) {
	#logo {
		padding-bottom: 10px;
	}
}

#logo img {
	display: block;
}

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

/* #region ----------------------------------- options ------------------------------------------ */

#options {
	font-size: 0.875rem;
	line-height: 1.2;
	gap: 30px;
	flex-wrap: wrap;
}

#options span {
	padding-right: 10px;
}

/* ------------------------------------------------ contrast_style ---------------------------------------------- */

#contrast_style button {
	color: #000000;
	padding: 0;
	font-size: 0;
	display: inline-block;
	text-align: center;
	width: 29px;
	height: 29px;
	font-weight: 400;
	border-radius: 4px;
	border: 1px solid #09364e;
	background: #ffffff;
	transition: background 300ms linear;
	position: relative;
	z-index: 1;
}

#contrast_style button + button {
	margin-left: 3px;
}

#contrast_style button:hover,
#contrast_style button:focus {
	color: #ffffff;
	background: #09364e;
}

/* ------------------------------------------------ styler ---------------------------------------------- */

#style button {
	padding: 0;
	border: none;
	color: #191919;
	display: inline-block;
	min-width: 29px;
	min-height: 29px;
	font-weight: 400;
	font-size: 0.875rem;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #09364e;
	background: #ffffff;
	position: relative;
	line-height: 1;
	transition:
		color 300ms linear,
		background 300ms linear;
}

#style button + button {
	margin-left: 3px;
}

#style button:hover,
#style button:focus {
	color: #ffffff;
	background: #09364e;
}

/* ----------------------------------------------- search ----------------------------------------------- */

form[id^="search"] {
	min-height: 40px;
	display: block;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #09364e;
	background: #ffffff;
}

@media (max-width: 575px) {
	form[id^="search"] {
		display: inline-block;
	}
}

form [id^="search_input"] {
	font-size: 0.875rem;
	color: #191919;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	padding-left: 14px;
	padding-right: 54px;
	min-height: 40px;
	width: 100%;
	display: block;
}

form [id^="search_submit"] {
	width: 40px;
	background: url("../img/icon-lupe.png") center no-repeat;
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	transition: background 200ms linear;
}

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
	background-color: #86bc24;
}

[id^="search_input"]::-ms-input-placeholder {
	color: #191919 !important;
}

[id^="search_input"]::-webkit-input-placeholder {
	color: #191919 !important;
}

[id^="search_input"]::-moz-placeholder {
	opacity: 1;
}

[id^="search_input"]:-moz-placeholder {
	opacity: 1;
}

#search input::placeholder {
	color: #191919 !important;
	opacity: 1 !important;
	font-style: normal !important;
}

/* #endregion -------------------------------- options ------------------------------------------ */

/* #region ---------------------------------- navigation ---------------------------------------- */

nav.horizontally {
	background: #ffffff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

nav.horizontally > .row {
	row-gap: 20px;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
	nav.horizontally {
		padding: 16px 0;
		position: static !important;
	}

	#burgerButton {
		font-size: 0;
		border: none !important;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 8px;
		padding: 6px 8px;
		cursor: pointer;
		background-color: #86bc24;
	}

	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		background-color: #09364e;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		transition:
			transform 200ms linear,
			opacity 200ms linear;
	}

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

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

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

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButton::before {
		top: 24px;
		content: "";
	}

	#burgerButton::after {
		top: 32px;
		content: "";
	}

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

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #ffffff;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		overflow-y: auto;
		transition:
			left 300ms linear,
			opacity 300ms linear,
			box-shadow 600ms linear;
		box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
	}

	.navbar-collapse:is([aria-expanded="true"], .in) {
		left: 0;
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
	}

	.navbar-header {
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 101;
	}

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

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		padding-top: 16px;
		transition: padding 200ms linear;
	}

	.is-sticky nav.horizontally {
		padding-top: 10px;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		row-gap: 2px;
		width: 100%;
	}

	nav.horizontally .navbar-nav ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: block !important;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 300ms linear;
	}

	 #myNavbar.navbar-collapse.collapse {
    	margin-top: 20px;
  	}

	nav.horizontally .navbar-nav [class*="secondlevel"] > ul {
		left: 100%;
		top: 0;
	}

	nav.horizontally .navbar-nav li {
		position: relative;
	}

	nav.horizontally .navbar-nav li:is(.open:focus-within, :hover) > ul,
	nav.horizontally .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible;
	}

	nav.horizontally .navbar-nav li:is(:hover, :focus-within) > ul {
		z-index: 1003;
	}
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #09364e;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	padding: 12px 15px;
	position: relative;
	text-align: left;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="toplevel"].dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 15px 12px;
		text-align: center;
	}
}



/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within) > a,
nav.horizontally li[class*="toplevel"] > a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"].open > a,
nav.horizontally li[class*="toplevel"].open > a:is(:hover, :focus),
nav.horizontally li[class*="toplevel"][class*="_over"] > a,
nav.horizontally li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus) {
	background: #86bc24;
	color: #09364e;
}


/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	background-color: #ffffff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
	nav.horizontally [class*="secondlevel"] > ul {
		margin: 10px;
	}
}

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] ul {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	nav.horizontally [class*="toplevel"] > ul {
		left: -26px;
		margin-top: 26px;
	}

	nav.horizontally [class*="secondlevel"] > ul {
		margin-left: 26px;
		margin-top: -28px;
	}

	nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) > ul::before,
	nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) > ul::after {
		content: "";
		position: absolute;
		display: block;
	}

	nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) > ul::before {
		background: #ffffff;
	}

	nav.horizontally [class*="toplevel"] > ul::before {
		left: 45px;
		top: -10px;
		width: 20px;
		height: 20px;
		transform: rotate(45deg);
	}

	nav.horizontally [class*="secondlevel"] > ul::before {
		left: -10px;
		top: 10px;
		width: 20px;
		height: 20px;
		transform: rotate(45deg);
	}

	nav.horizontally [class*="toplevel"] > ul::after {
		height: 26px;
		left: 0;
		right: 0;
		top: -26px;
	}

	nav.horizontally [class*="secondlevel"] > ul::after {
		width: 26px;
		top: 0;
		bottom: 0;
		left: -26px;
	}
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	background-color: transparent;
	color: #09364e;
	font-weight: 400;
	text-align: left;
	padding: 10px 35px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (min-width: 992px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		padding: 7px 20px;
		font-size: 1.125rem;
	}
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within) > a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]) > a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open > a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open > a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] > a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"] > a:is(:hover, :focus) {
	color: #09364e;
	background-color: #86bc24;
}

/* #endregion ------------------------------- navigation ---------------------------------------- */

/* ---------------------------------------------- tabSocials ------------------------------------------------ */

.tabSocials {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	padding-top: 16px;
	text-align: center;
}

@media (min-width: 992px) {
	.tabSocials {
		border-top: none;
		margin-left: 30px;
		padding: 3px 8px;
		flex: 0 0 auto;
	}

	#myNavbar.navbar-collapse.collapse {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
}

@media (min-width: 1200px) {
	.tabSocials {
		margin-left: 70px;
	}
}

/* #region ------------------------------------ banner ------------------------------------------ */

#slider {
	max-height: clamp(300px, 46vw, 450px);
	position: relative;
}

@media (min-width: 768px) {
	body.index #slider .nivo-directionNav a {
		top: unset;
		bottom: 10px;
		z-index: 51;
	}
}

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(450px, 70vw, 700px);
	}

	body.index #slider .nivo-directionNav a {
		bottom: 110px;
	}
}

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

#headerpic .theme-nivo .nivo-controlNav .slick-dots li,
#headerpic .nivo-directionNav a,
#headerpic a.nivo-control,
#headerpic a.nivo-control.active {
	color: #ffffff !important;
}

@media (min-width: 992px) {
	#headerpic a.nivo-prevNav {
		left: 65px;
	}

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

.slider-mask {
	display: none;
}

@media (min-width: 768px) {
	body.index .slider-mask {
		display: block;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
	}
}

.slider-wrapper,
#slider {
	height: 100%;
}

#slogan {
	position: relative;
	pointer-events: auto;
	padding-top: 15px;
	line-height: 1.2;
	font-size: clamp(1.25rem, 3vw, 1.875rem);
}

#slogan :is(h2, h3, h4, h5, h6) {
	font-size: clamp(1.75rem, 4vw, 3.4375rem);
}

#slogan,
#slogan :is(h2, h3, h4, h5, h6) {
	color: #ffffff;
}

#slogan a {
	margin-top: 15px;
}

@media (max-width: 1199px) {
	#slogan {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 1200px) {
	#bannerOverlay {
		position: absolute;
		right: 0;
		bottom: clamp(1px, 9vw, 100px);
		left: 0;
		z-index: 53;
		pointer-events: none;
	}

	#slogan a + a {
		margin-left: 30px;
	}

	#slogan a {
		margin-top: 30px;
	}
}

/* #endregion --------------------------------- banner ------------------------------------------ */

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

#content {
	text-align: left;
	padding-top: clamp(30px, 4vw, 60px);
	padding-bottom: clamp(30px, 4vw, 60px);
}

@media (min-width: 1200px) {
	main {
		background:
			url("../img/deko-links.png") left center no-repeat,
			url("../img/deko-rechts.png") bottom right no-repeat;
	}
}

/* ----------------------------------------------- @11ev events -------------------------------------------- */

:is(#ev11, #nw11) {
	padding-bottom: clamp(30px, 4vw, 60px);
	position: relative;
}

:is(#ev11, #nw11) > .row {
	row-gap: 30px;
}

:is(#ev11, #nw11) .tabHeadline {
	color: #09364e;
	font-size: clamp(1.75rem, 2vw, 2.25rem);
	margin-bottom: 0;
}

:is(#ev11, #nw11) .tab {
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	color: #09364e;
}

:is(#ev11, #nw11) .tab a {
	color: #09364e;
	text-decoration: underline;
}

:is(#ev11, #nw11) .tab_link {
	display: grid;
	gap: 35px;
}

:is(#ev11, #nw11) .tab_link_entries {
	display: grid;
	gap: 30px;
}

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

@media (min-width: 992px) {
	:is(#ev11, #nw11) .tab_link_entries {
		grid-template-columns: repeat(3, 1fr);
	}
}

:is(#ev11, #nw11) .tab_link_entry {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	hyphens: auto;
	color: #191919;
	font-size: 1rem;
	padding: 35px 25px 40px 25px;
	border: none !important;
	border-bottom: 2px solid transparent !important;
	background:
		url("../img/icon-kalender-deko.png") top 30px right 30px no-repeat,
		#ffffff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
	font-size: 1.125rem;
}

#nw11 .tab_link_entry {
	background:
		url("../img/icon-aktuelles.png") top 180px right 30px no-repeat,
		#ffffff;
}

#nw11 .tab_link_entry {
	padding-top: 180px;
}

#nw11 .tab_preview_picture {
	background: #ffffff;
}

#nw11 .tab_link_entry::before,
#nw11 .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 150px;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

#nw11 .tab_link_entry::before {
	content: "";
	background:
		center / cover no-repeat,
		#f1f5ea;
}

#nw11 .tab_preview_picture img {
	position: absolute;
	margin: 0 !important;
	left: 50%;
	top: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	max-width: 350px;
	width: auto;
	height: auto;
	-ms-interpolation-mode: bicubic;
	transform: translateX(-50%) translateY(-50%);
}

:is(#ev11, #nw11) .tab_link_entry:is(:hover, :focus) {
	border-color: #86bc24 !important;
}

:is(#ev11, #nw11) :is(.tab_link_date, .tab_date) {
	order: 1;
	color: #09364e;
	font-weight: 400;
	font-size: 1.5rem;
	margin-bottom: 10px;
}

:is(#ev11, #nw11) .tab_link_title {
	order: 2;
}

#nw11 .tab_link_title {
	order: 1;
}

#nw11 .tab_link_title a {
	font-size: 1.25rem;
}

#nw11 .tab_spacer {
	display: none;
}

#nw11 .vorschau {
	order: 2;
}

#nw11 .tab_link .tab_link_mehr {
	display: none !important;
}

:is(#ev11, #nw11) .tab_link_title a {
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	font-size: 1.25rem;
	color: #191919;
}

:is(#ev11, #nw11) .tab_link_mandat {
	order: 3;
}

:is(#ev11, #nw11) .tab_link_mandat a {
	color: #444444;
}

:is(#ev11, #nw11) .tab_link_mehr {
	text-align: right;
	display: block;
	font-size: 0;
}

#ev11 .tab_link_mehr {
	margin-top: 30px;
}

/* -------------------------------------- h1 - h6, newslink ------------------------------------- */

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

h1,
.h1,
.legacy_h1 {
	font-size: clamp(1.875rem, 3vw, 2.625rem);
}

h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.75rem, 2vw, 2.3125rem);
}

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.625rem, 2vw, 2rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: 1.5rem;
}

h5,
.h5,
.legacy_h5 {
	font-size: 1.375rem;
}

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

/* ------------------------------------------- booking ------------------------------------------ */

#booking {
	color: #ffffff;
	line-height: 1.2;
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	padding-top: clamp(40px, 5vw, 90px);
	padding-bottom: clamp(40px, 6vw, 100px);
	background-attachment: scroll, fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #000000;
}

#booking :is(h1, h2, h3, h4, h5, h6) {
	color: #ffffff;
	font-size: clamp(1.875rem, 4vw, 3.4375rem);
}

/* ------------------------------------------------ @26tab ----------------------------------------------- */

#tab26 {
	margin: 50px auto;
	width: 100%;
	max-width: 1200px;
}

#tab26 .tab {
	font-size: 1rem;
	padding: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#tab26 .tab :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.25rem;
	font-weight: 700;
	color: #444444;
}

#tab26 img {
	left: -20px;
	top: -20px;
	display: block;
	max-width: unset;
	position: relative;
	width: calc(100% + 40px);
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#tab26 .slick-slide {
	padding: 15px;
}

#tab26 .slick-dots button,
#tab26 .slick-button {
	background: transparent;
	border: none;
	padding: 5px;
}

#tab26 .slick-button {
	font-size: 0px;
	position: relative;
	top: 4px;
}

#tab26 .slick-prev {
	margin-left: 14px;
}

@media (max-width: 767px) {
	#tab26 .slick-next {
		margin-left: 14px;
	}
}

#tab26 .slick-button::before {
	display: block;
	line-height: 9px;
	height: 20px;
	font-size: 40px;
	color: #000000;
}

#tab26 .slick-button::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.05);
	transition:
		width 200ms linear,
		height 200ms linear;
	z-index: -1;
}

#tab26 .slick-button:focus::after,
#tab26 .slick-button:hover::after {
	width: 28px;
	height: 28px;
}

@media (max-width: 767px) {
	#tab26 .slick-button::after,
	#tab26 .slick-button::after {
		width: 28px;
		height: 28px;
	}
}

#tab26 .slick-dots {
	padding: 0 15px;
	list-style: none;
}

#tab26 .slick-dots > li {
	display: inline-block;
	position: relative;
	top: 50%;
	font-size: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #aaaaaa;
	transform: translateY(-50%);
}

#tab26 .slick-dots,
#tab26 .slick-button {
	display: inline-block !important;
}

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

#tab26 .slick-dots > li.slick-active {
	background: #09364e;
	transition: background 200ms linear;
}

#tab26 .slick-dots > li + li {
	margin-left: 10px;
}

#tab26 .slick-prev::before {
	content: "\2039";
}

#tab26 .slick-next::before {
	content: "\203A";
}

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#tab26 .slick-animate-control {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: -5px;
	left: 10px;
	border: 1px solid #ffffff;
	background-color: #000;
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: 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");
}

#tab26 .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");
}

/* -------------------------------------------- contact ----------------------------------------- */

#contact {
	color: #ffffff;
	border-top: 10px solid #86bc24;
	background-color: #09364e;
	position: relative;
	overflow: hidden;
}

#contact > .row > *:not(.mapsCol) {
	padding-top: clamp(30px, 4vw, 50px);
	padding-bottom: clamp(30px, 4vw, 50px);
}

#contact a {
	color: #ffffff;
	text-decoration: underline;
}

#contact iframe {
	width: 100%;
	display: block;
}

#contact .iframe-wrapper-manual-enabling {
	min-width: 100% !important;
	display: block;
}

@media (min-width: 1200px) {
	#contact > .row,
	#contact > .row > .mapsCol,
	#contact > .row > .mapsCol .template-page :is(.row, div[class*="col-"]) {
		padding: 0;
		position: static;
	}

	#contact {
		min-height: 344px;
	}

	#contact :is(iframe, .iframe-wrapper-manual-enabling) {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: clamp(25rem, -9.375rem + 45.8333vw, 45.625rem) !important;
		right: 62%;
		height: 100% !important;
		display: block;
		min-height: 200px;
		min-width: auto !important;
	}
}

#contact .tabHeadline {
	color: #ffffff;
	margin: 0 0 20px 0;
	font-weight: 400;
	font-family: "Open Sans", sans-serif;
	font-size: clamp(1.75rem, 2vw, 1.875rem);
}

#contact .tabSocialsBottom .tabHeadline {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#contact .tabSocialsBottom {
	margin-top: clamp(30px, 4vw, 50px);
}

/* ----------------------------------------- scroll top ----------------------------------------- */

#scroll-top {
	font-size: 0;
	width: 34px;
	height: 34px;
	display: block;
	position: relative;
	margin: 0 auto;
	background-color: #86bc24;
	transition: border-radius 300ms linear;
}

@media (min-width: 992px) {
	#scroll-top {
		margin-right: 0;
	}
}

#scroll-top:is(:hover, :focus) {
	border-radius: 50%;
}

#scroll-top::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #09364e transparent;
}

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #042638;
}

#f5 > .row {
	row-gap: 12px;
}

/* --------------------------------------------- innerfooter -------------------------------------------- */

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
}

#innerfooter a:hover,
#innerfooter a:focus {
	color: #ffffff;
	text-decoration: underline;
}

#innerfooter li + li::before {
	content: "";
	margin: 0 6px;
}

@media (min-width: 992px) {
	#innerfooter li + li::before {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	#innerfooter li {
		display: block;
		text-align: center;
		padding: 5px;
		margin: 0;
	}

	#innerfooter li + li::before {
		display: none;
	}
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
	gap: 12px;
	text-align: right;
	font-size: 0.9375rem;
	color: #ffffff;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

/* --------------------------------------------- kontraste -------------------------------------------- */

.contrast_light_font #search input::placeholder {
	color: #ffffff !important;
}

.contrast_light_font #logo img,
.contrast_light_font #scroll-top,
.contrast_light_font form [id^="search_submit"] {
	background-color: #ffffff !important;
}
