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

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

body {
	font-family: "Open Sans", sans-serif;
	color: #191919;
	background: #ffffff;
	font-size: 1rem;
	/* 1rem = 16px */
	line-height: 1.5;
}

@media (min-width: 768px) {
	body {
		font-size: 1.125rem;
	}
}

a {
	color: #017929;
}

#content a,
a:hover,
a:focus {
	color: #017929;
	text-decoration: underline;
}

b,
strong {
	font-weight: 700;
}

a:focus-visible,
button:focus-visible,
form:focus-visible,
input:focus-visible {
	outline: 3px solid #017929 !important;
}

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

#logo {
pointer-events: all;
  display: block;

}
@media (min-width: 1200px) {
body.index #logo{
margin-bottom: clamp(3%,5vw,6.5%);
}
body:not(.index) #logo {
	margin-bottom: clamp(1%,2vw,2%);
}
}



/* ------------------------------------------------- select ------------------------------------------------ */

#select21summary::marker,
#select2 summary::marker {
	display: none;
	opacity: 0;
	color: transparent;
	font-size: 0;
}

#selectList2.contrast_light_font,
#select2.contrast_light_font {
	background-color: transparent !important;
}

#selectList2.contrast_light_font *,
#selectList2 > label.contrast_light_font,
#selectList2 > label.contrast_light_font * {
	background-color: #fff !important;
}

#select2.contrast_light_font *,
#select.contrast_light_font * {
	color: #000 !important;
	background: #fff !important;
}

#select {
	position: absolute;
	right: 15px;
	display: flex;
	top: 140px;
	z-index: 20;
}

@media (min-width: 992px) {
	#select {
		z-index: 1001;
	}
}

#select summary {
	background: #ffffff;
	display: block;
	position: relative;
	padding: 5px;
	cursor: pointer;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.09);
	border-radius: 50%;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 0;
	right: 4px;
}

#selectedItems {
	display: block;
	text-align: left;
	background: #ffffff;
	padding: 15px;
	border: #010101 1px solid;
}

#selectedItems > span {
	color: #010101;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
}

@media (max-width: 991px) {
	#select {
		left: -10px;
		display: flex;
		top: 29%;
	}

	#select summary {
		left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	#select summary .col-xs-12 {
		padding: 0;
	}

	#selectedItems {
		margin-top: 65px;
		width: fit-content;
	}
}

@media (min-width: 992px) {
	#selectedItems {
		margin-top: 75px;
	}
}

/* styler */

#style {
	width: 100%;
	max-width: 200px;
}

#style button {
	outline: violet;
}

#style button {
	border: none;
	font-size: 1rem;
	background: transparent;
	padding: 10px 0 10px 35px;
	position: relative;
}

#style button:focus,
#style button:focus-within {
	border: 2px solid #0070ff;
}

#style button::before {
	content: "";
	display: block;
	height: 27px;
	width: 27px;
	position: absolute;
	top: calc(50% - 13px);
	left: 0;
	background: url("../img/a-icon.png") center no-repeat;
	background-size: contain;
}

#style button:nth-child(1)::before {
	background: url("../img/lupe-plus-icon.png");
	background-repeat: no-repeat;
}

#style button:nth-child(3)::before {
	background: url("../img/lupe-minus-icon.png");
	background-repeat: no-repeat;
}

/* contrast */
#contrast_style {
	max-width: 250px;
}

#contrast_style button {
	background: transparent;
	border: none;
	font-size: 1rem;
	padding: 10px 0 10px 35px;
	position: relative;
}

#contrast_style button::before {
	content: "";
	display: block;
	height: 27px;
	width: 27px;
	position: absolute;
	top: calc(50% - 13px);
	left: 0;
	background: url("../img/lightbulb-icon.png") center no-repeat;
	background-size: contain;
}

#contrast_style button:nth-child(1)::before {
	background: url("../img/contrast-icon.png");
	background-repeat: no-repeat;
}

#contrast_style button:nth-child(2)::before {
	background: url("../img/grayscale-icon.png");
	background-repeat: no-repeat;
}

/* ----------------------------------------------- banner ----------------------------------------------- */

#slider {
	max-height: 400px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 992px) {
	#slider {
		max-height: 600px;
	}

	body.index #slider {
		max-height: 630px;
	}

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

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

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

	#headerpic .theme-nivo .nivo-controlNav,
	#headerpic .theme-default .nivo-controlNav {
		bottom: 115px !important;
	}

	#headerpic {
		background-color: #191919;
	}
}

#headerpic {
	margin: 0 auto;
	position: relative;
	width: 100%;
	border-top: 15px solid #2b5fa3;
}

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

.slider-mask {
	display: block;
	background: linear-gradient(to top, rgba(25, 25, 25, 0.7), rgba(25, 25, 25, 0));
}

/* ----------------------------------------------- bannerOverlay ----------------------------------------------- */

@media (max-width: 991px) {
	#bannerOverlay {
		padding: 30px 0;
		background: #2b5fa3;
	}
}

#bannerOverlay .tab {
	color: #ffffff;
	font-weight: 500;
	margin-top: 20px;
	font-size: clamp(1.25rem, 3vw, 1.75rem);
}

#bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}

#bannerOverlay .tab a {
	color: #ffffff;
}

@media (min-width: 992px) {
	#bannerOverlay {
		position: absolute;
		pointer-events: none;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 95;
	}

	#bannerOverlay .tab {
		pointer-events: all;
		margin-bottom: 40px;
	}
}

/* -------------------------------------------- @nav2 Navigation ------------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	#menu {
		position: static !important;
	}

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

	#menu #burgerButton::before,
	#menu #burgerButton::after,
	#menu #burgerButtonInner {
		background-color: #2b5fa3;
		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;
	}

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

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

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

	#menu #burgerButtonInner {
		top: 10px;
	}

	#menu #burgerButton::before {
		top: 18px;
	}

	#menu #burgerButton::after {
		top: 26px;
	}

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

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

	#menu .navbar-collapse {
		top: 0;
		background: #2b5fa3;
		border-radius: 8px;
		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;
	}

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

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

	#menu .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: 991px) {
	#menu .navbar-collapse {
		width: 60%;
	}

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

/* menu desktop */

@media (min-width: 992px) {
	#menu {
		transition: background 300ms linear;
		position: relative;
		pointer-events: all;
	}

	.is-sticky #menu {
		background: #2b5fa3;
		position: relative;
		left: auto !important;
	}

	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;
		background: #2b5fa3;
		padding: 16px 20px;
		border-radius: 8px;
		box-shadow: 1.147px 1.638px 12px 0px rgba(255, 255, 255, 0.3);
	}
	.is-sticky nav.horizontally .navbar-nav {
		box-shadow: none;
	}

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

	nav.horizontally li[class*="toplevel"] > ul {
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
		z-index: 1000;
		margin: 0;
		padding: 10px 15px;
		max-height: 60vh;
		overflow: visible;
		display: block !important;
		pointer-events: none;
		opacity: 0;
		background: rgba(43, 95, 163, 0.96);
		-webkit-transition: opacity 300ms linear;
		-moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		-o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
		margin-top: 10px;
		border-radius: 8px;
		box-shadow: 1.147px 1.638px 12px 0px rgba(255, 255, 255, 0.3);
	}

	nav.horizontally li[class*="toplevel"] > ul::before {
		content: "";
		position: absolute;
		top: -30px;
		height: 35px;
		width: 100%;
		left: 0;
		right: 0;
	}

	nav.horizontally li[class*="toplevel"] > ul:not(.mCustomScrollbar),
	nav.horizontally li[class*="toplevel"] > ul .mCSB_container {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		max-width: 992px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 15px;
		height: auto;
	}

	nav.horizontally li[class*="secondlevel"] {
		float: none;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		display: table !important;
	}

	#menu .navbar-default .navbar-nav li[class*="toplevel"]:hover > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
		top: 100%;
		z-index: 1003;
	}

	#menu .navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
		top: 100%;
	}

	#menu .nav li[class*="toplevel"].open > .dropdown-menu {
		pointer-events: none !important;
		opacity: 0 !important;
	}

	#mCSB_1_scrollbar_vertical {
		left: 50%;
		margin-left: calc(962px / 2);
	}

	nav.horizontally .dropdown-menu {
		display: block !important;
	}
}

@media (min-width: 1200px) {
	nav.horizontally li[class*="toplevel"] > ul:not(.mCustomScrollbar),
	nav.horizontally li[class*="toplevel"] > ul .mCSB_container {
		max-width: 11170px;
		padding: 15px 20px 45px 20px;
	}

	#mCSB_1_scrollbar_vertical {
		margin-left: calc(1170px / 2);
	}
}

nav.horizontally li[class$="_end"],
nav.horizontally li[class$="_start"] {
	display: none;
}

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

#menu .navbar-default li[class*="toplevel"] > a {
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	padding: 10px 15px 15px 15px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	isolation: isolate;
	text-decoration: none;
}

@media (max-width: 991px) {
	#menu .navbar-default li[class*="toplevel"] {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	nav.horizontally li[class*="toplevel"] > a.dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	#menu .navbar-default li[class*="toplevel"] > a {
		padding: 20px 2px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}

	#menu .navbar-default li[class*="toplevel"] + li {
		border-left: 1px solid #ffffff;
		margin-left: 5px;
		padding-left: 5px;
	}
}

#menu .navbar-default li[class*="toplevel"] > a::after {
	content: "";
	position: absolute;
	display: block;
	bottom: -16px;
	top: -16px;
	left: 50%;
	transform: translateX(-50%);
	margin: auto;
	width: 0;
	background: #17870d;
	z-index: -1;
	transition: width 300ms linear;
}

@media (max-width: 991px) {
	#menu .navbar-default li[class*="toplevel"] > a::after {
		top: 0;
		bottom: 0;
	}
}

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

#menu .navbar-default li[class*="toplevel"]:hover > a:after,
#menu .navbar-default li[class*="toplevel"] > a:hover::after,
#menu .navbar-default li[class*="toplevel"] > a:focus::after,
#menu .navbar-default li[class*="toplevel"].open > a::after,
#menu .navbar-default li[class*="toplevel"].open > a:hover::after,
#menu .navbar-default li[class*="toplevel"].open > a:focus::after,
#menu .navbar-default li[class*="toplevel"][class$="_over"] > a::after,
#menu .navbar-default li[class*="toplevel"][class$="_over"] > a:hover::after,
#menu .navbar-default li[class*="toplevel"][class$="_over"] > a:focus::after {
	width: calc(100% + 10px);
	opacity: 1;
}

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

@media (max-width: 991px) {
	#menu .navbar-default li[class*="toplevel"] > .dropdown-menu,
	#menu .navbar-default li[class*="toplevel"] > .dropdown-menu > li > .dropdown-menu {
		padding: 10px;
		background: #2b5fa3;
	}
}

@media (min-width: 992px) {
	#menu .navbar-default li[class*="toplevel"] > .dropdown-menu > li > .dropdown-menu {
		display: block;
	}
}

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

#menu .navbar-default li[class*="secondlevel"] > a,
#menu .navbar-default li[class*="thirdlevel"] > a {
	color: #ffffff;
	text-align: left;
	padding: 8px 35px 8px 15px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
   width: fit-content;
}
#menu .navbar-default li[class*="secondlevel"] ,
#menu .navbar-default li[class*="thirdlevel"] {
   width: fit-content;
}

#menu .navbar-default li[class*="secondlevel"] > a {
	font-weight: 700;
}

#menu .navbar-default li[class*="thirdlevel"] > a {
	font-weight: 400;
}

@media (min-width: 992px) {
	#menu .navbar-default li[class*="secondlevel"] > a {
		padding: 10px;
	}

	#menu .navbar-default li[class*="thirdlevel"] > a {
		padding: 5px;
      margin-left: 20px;
	}
}

#menu .navbar-default li[class*="thirdlevel"] > a {
	position: relative;
}

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

#menu .navbar-nav li[class*="secondlevel"]:hover > a,
#menu .navbar-nav li[class*="secondlevel"] > a:hover,
#menu .navbar-nav li[class*="secondlevel"] > a:focus,
#menu .navbar-nav li[class*="secondlevel"].open > a,
#menu .navbar-nav li[class*="secondlevel"].open > a:hover,
#menu .navbar-nav li[class*="secondlevel"].open > a:focus,
#menu .navbar-nav li[class*="secondlevel"][class$="_over"] > a,
#menu .navbar-nav li[class*="secondlevel"][class$="_over"] > a:hover,
#menu .navbar-nav li[class*="secondlevel"][class$="_over"] > a:focus {
	color: #ffffff;
   background: #017929;
}

#menu .navbar-nav li[class*="thirdlevel"] > a:hover,
#menu .navbar-nav li[class*="thirdlevel"] > a:focus,
#menu .navbar-nav li[class*="thirdlevel"].open > a,
#menu .navbar-nav li[class*="thirdlevel"].open > a:hover,
#menu .navbar-nav li[class*="thirdlevel"].open > a:focus,
#menu .navbar-nav li[class*="thirdlevel"][class$="_over"] > a,
#menu .navbar-nav li[class*="thirdlevel"][class$="_over"] > a:hover,
#menu .navbar-nav li[class*="thirdlevel"][class$="_over"] > a:focus {
	color: #ffffff;
   background: #017929;
}


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

#content {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	#content {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
	color: #2b5fa3;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Open Sans", sans-serif;
}

h1,
.h1,
.legacy_h1 {
	font-size: calc(1.875rem + (45 - 30) * (100vw - 320px) / (1920 - 320));
}

h2,
.h2,
.legacy_h2 {
	font-size: calc(1.625rem + (35 - 26) * (100vw - 320px) / (1920 - 320));
}

h3,
.h3,
.legacy_h3 {
	font-size: calc(1.5rem + (30 - 24) * (100vw - 320px) / (1920 - 320));
}

h4,
.h4,
.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
.legacy_h4 {
	font-size: calc(1.375rem + (26 - 22) * (100vw - 320px) / (1920 - 320));
}

h5,
.h5,
.legacy_h5 {
	font-size: calc(1.3125rem + (22 - 21) * (100vw - 320px) / (1920 - 320));
}

h6,
.h6,
.legacy_h6 {
	font-size: calc(1.25rem + (21 - 20) * (100vw - 320px) / (1920 - 320));
}

#newslinks,
#newsmandate {
	border: 1px solid #017929;
}

/* ----------------------------------------------- @3nw news -------------------------------------------- */

#nw3 {
	font-size: 1rem;
	display: grid;
	row-gap: 15px;
	padding-bottom: 60px;
}

#nw3 .tabHeadline {
	color: #2b5fa3;
	font-size: 1.875rem;
	margin-bottom: 0;
}

#nw3 .tab {
	font-size: 1rem;
	margin-bottom: 15px;
}

#nw3 .tab_link_entry {
	position: relative;
	min-height: 105px;
	padding: 20px;
	display: grid;
	background: #ffffff;
	border-bottom: none !important;
	box-shadow: 0px 0px 5px 0px rgba(43, 95, 163, 0.35);
	transition: background 300ms linear;
}

#nw3 .tab_link_entries {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 575px) {
	#nw3 .tab_link_entries {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 992px) {
	#nw3 .tab_link_entries {
		grid-template-columns: 1fr 1fr;
	}
}

#nw3 .tab_link_entry:is(:hover, :focus) {
	background: #e9f0f8;
}

#nw3 .tab_link_title {
	order: 1;
}

#nw3 .vorschau {
	order: 2;
	opacity: 1;
}

#nw3 .tab_date {
	order: 3;
}

#nw3 .tab_link_mandat a {
	color: #191919;
}

#nw3 .tab_link_title a {
	display: block;
	color: #2b5fa3;
	font-weight: 600;
	margin-bottom: 2px;
}

#nw3 .tab_preview_picture {
	display: none;
}

#nw3 .tab_preview_picture img {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#nw3 .tab_spacer,
#nw3 .tab_link_entry > div:nth-last-child(2) {
	display: none;
}

/* ----------------------------------------- @3nw tab_link_mehr ---------------------------------------- */

#nw3 .tab_link_mehr {
	text-align: right;
	color: transparent;
	font-size: 0;
}

#nw3 .tab_link_mehr a {
	display: inline-block;
	text-decoration: none;
	position: relative;
	font-weight: 400;
	color: #ffffff;
	font-size: 1rem;
	padding: 8px 20px;
	background: #2b5fa3;
	transition: background 300ms linear;
	margin-top: 15px;
}

#nw3 .tab_link_mehr a::after {
	content: " »";
}

#nw3 .tab_link_mehr a:hover,
#nw3 .tab_link_mehr a:focus {
	color: #ffffff;
	background: #019b34;
}

/* --------------------------------------------- energie -------------------------------------------- */

#energie {
	padding-bottom: 60px;
}

/* --------------------------------------------- kontaktFooter -------------------------------------------- */

#kontaktFooter {
	color: #fff;
	font-size: 1rem;
	padding-top: clamp(30px, 4vw, 50px);
	padding-bottom: clamp(30px, 4vw, 60px);
	background-color: #2b5fa3;
   border-bottom: 4px solid #017929;
}

@media (max-width: 767px) {
	#kontaktFooter > .row > * + * {
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid rgba(25, 25, 25, 0.1);
	}
}

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

#kontaktFooter .tabHeadline {
	font-size: 1.5rem;
	margin-bottom: 5px;
   color: #fff;
}

#kontaktFooter .tab a:not([href^="mailto"], [href^="tel"]) {
	color: #fff;
	text-decoration: none;
   outline: 1px solid #fff;
   display: inline-block;
   padding: 10px 20px;
}

#kontaktFooter .tab a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus) {
   background: #017929;
}

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

#f5 {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #2b5fa3;
}

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

@media (max-width: 767px) {
	#innerfooter {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

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

@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.8125rem;
	color: #ffffff;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

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

.contrast_light_font #contrast_style button {
	background-color: #ffffff !important;
}

.contrast_light_font #style button,
.contrast_light_font form[id^="search"] {
	border: 1px solid #ffffff !important;
}

.contrast_dark_font #logo img {
	background-color: #000 !important;
}

.contrast_dark_font #contrast_style button,
.contrast_dark_font #style button,
.contrast_dark_font form[id^="search"] {
	border: 1px solid #000 !important;
}

.contrast_dark_font #bannerOverlay {
	background-color: #ffffff !important;
}
