@import url("https://fonts.verwaltungsportal.de/import/?family=Lato:400,400i,700,700i%7CKhand:400,500,600");

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

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

a {
	color: #2a5599;
}

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

b,
strong {
	font-weight: 700;
}

@media (min-width: 1200px) {
	.row,
	.compact,
	._op-container .container {
		max-width: 1440px;
		width: 100%;
	}

	#topbar > .row {
		padding: 12px 0;
	}
}

/* ------------------------------------------- topbar ------------------------------------------- */

#logo {
	display: inline-block;
}

@media (min-width: 992px) {
	#logo {
		margin-bottom: -70px;
		z-index: 12;
		position: relative;
	}
}

#logo img {
	display: block;
}

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


.contrast_dark #logo img {
	background-color: #fff !important;
}
/* #region ------------------------------- styler ------------------------------------ */

#stylerBox {
	width: 100%;
	margin-bottom: 27px;
	column-gap: 30px;
}

#stylerBox h2 {
	color: #2d3133;
	font-size: 0.9375rem;
	font-family: inherit;
	margin: 0;
}

#stylerBox button {
	color: #2a5599;
	padding: 2px;
	border: 1px solid rgba(0, 0, 0, 0.6);
	font-family: "Khand", sans-serif;
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	border-radius: 50%;
	font-weight: 600;
	text-align: center;
	background: transparent;
	position: relative;
	font-size: 17px;
	z-index: 1;
	line-height: 1;
	margin-left: 10px;
}

#stylerBox button::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	left: -6px;
	top: -6px;
	bottom: -6px;
	right: -6px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	transition: opacity 150ms linear;
}

#stylerBox button:is(:hover, :focus)::before {
	opacity: 1;
}

#defiBtn a {
   font-size: 1.25rem;
   font-weight: 600;
	font-family: "Khand", sans-serif;
   color: #fff0ff;
   background: #d9251c url(../img/defibrillator-icon.png);
   background-repeat: no-repeat;
   background-position: center left 35px;
   border-radius: 25px;
   padding: 5px 25px 5px 90px;
}

#defiBtn a:is(:hover, :focus) {
   background-color: #2a5599;
   text-decoration: none;
}

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

#contrast_style button::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 1) 50%);
}

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

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

/* #endregion ---------------------------- styler ------------------------------------ */

/* #region ------------------------------------- search ----------------------------------------- */

form[id^="search"] {
	background: #2a5599;
	display: inline-flex;
	border-radius: 30px;
	border: 4px solid #ffffff;
	overflow: hidden;
}

@media (max-width: 991px) {
	form[id^="search"] {
		width: calc(100% - 30px);
		margin: 20px 15px;
	}
}

@media (min-width: 992px) {
	form#search1 {
		position: relative;
		z-index: 60;
		margin-right: 4px;
		margin-bottom: -48px;
	}
}

form[id^="search"] label {
	color: #ffffff;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 9px 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

form [id^="search_input"] {
	color: #d3e2ee;
	font-size: 0.9375rem;
	font-style: normal;
	background: transparent;
	padding: 9px 15px;
	border: 0;
	width: 100%;
}

form [id^="search_submit"] {
	min-width: 40px;
	border: none;
	background: url("../img/lupe-icon.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	font-size: 0;
}

form [id^="search_submit"]:is(:hover, :focus) {
	background-color: rgba(0, 0, 0, 0.3);
}

form [id^="search_input"]::placeholder {
	color: #d3e2ee !important;
	opacity: 1 !important;
	font-style: italic !important;
}

/* #endregion ---------------------------------- search ----------------------------------------- */

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

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

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

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

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

	#overlay {
		position: absolute;
		bottom: 80px;
		left: 0;
		right: 0;
		pointer-events: none;
		z-index: 12;
	}
}

#overlay .tab {
	pointer-events: all;
}

#overlay :is(b, strong) {
	font-size: clamp(1.5rem, 5vw, 2.375rem);
	text-transform: uppercase;
	letter-spacing: 1px;
}

#overlay .tabContent {
	pointer-events: all;
	width: fit-content;
	color: #2a5599;
	font-size: clamp(1.25rem, 2vw, 1.875rem);
	font-weight: 600;
	border-bottom: 4px solid #f4ae00;
	margin: 0;
	background: rgba(255, 255, 255, 0.9);
	border-top-right-radius: 25px;
	padding: 10px 20px 1px 20px;
	text-transform: uppercase;
	font-family: "Khand", sans-serif;
}

#overlay .tab a {
	text-decoration: underline;
}

#headerpic {
	padding: 0;
	overflow: hidden;
	position: relative;
	border-bottom: 5px solid #ffffff;
}

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

.slider-mask {
	display: none;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	#burgerButton {
		font-size: 0;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background: #ffffff;
		border: none !important;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		background-color: #2a5599;
		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: #2a5599;
		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;
		top: 15px;
		right: 15px;
		z-index: 101;
	}

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

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		background-color: #2a5599;
		position: sticky;
		top: 0;
		z-index: 101;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
	}

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

	nav.horizontally li[class*="toplevel"] > ul {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 1000;
		margin: 0;
		padding: 10px 0;
		padding-top: 20px;
		padding-bottom: 20px;
		max-height: 60vh;
		overflow: visible;
		display: block !important;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity 300ms linear;
		-moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		-o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
	}

	nav.horizontally li[class*="toplevel"] > ul::after {
		content: "";
		display: block;
		position: absolute;
		width: 100vw;
		z-index: -1;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		top: 0;
		bottom: 0;
		border-top: 6px solid #da251c;
		background: #ffffff;
		box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
	}

	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;
		hyphens: auto;
	}

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

	nav.horizontally .navbar-nav li:is(.open:focus-within, :hover) > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
		top: 100%;
	}

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

	#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: 1440px;
		padding-top: 30px;
		padding-bottom: 45px;
	}

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

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #ffffff;
	font-weight: 500;
	text-align: left;
	padding: 15px 15px;
	position: relative;
	font-size: 1.375rem;
	line-height: 1.2;
	text-decoration: none;
	font-family: "Khand", sans-serif;
}

@media (max-width: 991px) {
	nav.horizontally li[class*="toplevel"] {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

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

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 18px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
}

nav.horizontally a[class*="toplevel"]::before {
	content: "";
	width: 0;
	height: 5px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: #ffffff;
	opacity: 0;
	transform: translateX(-50%);
	transition:
		opacity 300ms linear,
		width 300ms linear;
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"]::before {
		bottom: unset;
		top: -5px;
		background: #da251c;
	}
}

/* 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: #f4ae00;
	color: #1d1d1d;
}

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within) > a::before,
nav.horizontally li[class*="toplevel"] > a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"].open > a::before,
nav.horizontally li[class*="toplevel"].open > a:is(:hover, :focus)::before,
nav.horizontally li[class*="toplevel"][class*="_over"] > a::before,
nav.horizontally li[class*="toplevel"][class*="_over"] > a:is(:hover, :focus)::before {
	opacity: 1;
	width: 100%;
}

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

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

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

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

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

.navbar-default li[class*="secondlevel"] > a {
	font-weight: 600;
	font-size: 1.125rem;
	font-family: "Khand", sans-serif;
}

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

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

	.navbar-default li[class*="thirdlevel"] > a {
		padding: 5px 0;
	}
}

/* ------------------------------------------ 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$="_over"] > a,
.navbar-nav li[class*="thirdlevel"][class$="_over"] > a:hover,
.navbar-nav li[class*="thirdlevel"][class$="_over"] > a:focus {
	color: #2a5599;
}

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

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

#content {
	text-align: left;
	background-color: #fafafa;
	padding-top: 30px;
	padding-bottom: clamp(40px, 6vw, 95px);
}

#content > .row {
	row-gap: 40px;
}

/* #region -------------------------------------- tabs ------------------------------------------ */

#tabsLeft {
	display: grid;
	gap: 30px;
}

@media (min-width: 576px) and (max-width: 991px) {
	#tabsLeft {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	#tabsLeft {
		align-items: start;
		align-content: start;
	}

	#tabsLeft {
		padding-right: clamp(20px, 2vw, 38px);
	}
}

#tabsLeft .tab {
	width: 100%;
	max-width: 360px;
	position: relative;
	background: #ffffff;
	font-size: 0.9375rem;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	border-bottom: 4px solid #e7a502;
}

#tabsLeft #tab2 img {
	display: block;
	width: calc(100% + 40px);
	max-width: unset;
	margin-left: -20px;
	margin-top: -20px;
}

#tabsLeft .tabContent {
	padding: 20px;
}

#tabsLeft .tabHeadline {
	font-size: 1.625rem;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #2a5599;
	padding: 25px 10px 18px 10px;
	margin: 0;
}

.tab .tab_link_title a {
	color: #2d3133;
	font-weight: 700;
}

.tab .tab_link_mandat a {
	color: inherit;
}

.tab .tab_link_mehr {
	font-size: 0;
}

.buttonStyle a:not(.has-image):not([rel]),
.tab .tab_link_mehr a {
	text-decoration: none;
	padding: 4px 15px 3px 15px;
	display: inline-block;
	border-radius: 2px;
	font-size: 0.9375rem;
	background: #2a5599;
	color: #fff;
	font-weight: 600;
	font-family: "Khand", sans-serif;
}

.buttonStyle a:not(.has-image):not([rel]):is(:hover, :focus),
:is(.tab .tab_link_mehr) a:is(:hover, :focus) {
	background: #f4ae00;
	color: #1d1d1d;
}

.tab .eventclndr-tab {
	margin-bottom: 22px;
}

.tab #clr-events-hide > p:first-child {
	margin-bottom: 15px;
}

.tab .tab_spacer {
	height: 15px;
}

/* #endregion ----------------------------------- tabs ------------------------------------------ */

/* ----------------------------------------------- @1nw news -------------------------------------------- */

#nw1 {
	padding-top: 30px;
	padding-bottom: 30px;
}

#nw1 .tab {
	margin-bottom: 30px;
}

#nw1 .tab,
#nw1 .tab_link,
#nw1 .tab_link > div {
	height: 100%;
	min-height: 100%;
}

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

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

@media (min-width: 768px) {
	#nw1 .tab_link_entries {
		grid-template-columns: repeat(3, 1fr);
	}
}

#nw1 .tab_link_entry {
	font-size: 1rem;
	position: relative;
	width: 100%;
	border-radius: 3px;
	padding: 160px 30px 30px 30px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	font-size: 0.875rem;
}

#nw1 .vorschau {
	opacity: 1;
}

#nw1 .tab_preview_picture {
	background: #ffffff;
}

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

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

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

#nw1 .tab_date {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: -1px;
	top: 105px;
	font-weight: 600;
	color: #1a1a1a;
	font-size: 0.75rem;
	padding: 6px 20px;
	background: #f4ae00;
	border-radius: 0 3px 3px 0;
}

#nw1 .tab_link_title a {
	display: block;
	font-weight: 600;
	font-size: 1.125rem;
	color: #2a5599;
	line-height: 1.2;
	margin-bottom: 8px;
	font-family: "Khand", sans-serif;
}

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

/* ---------------------------------------------- tabs ------------------------------------------ */

#tabs {
	padding-bottom: clamp(35px, 4vw, 50px);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

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

#tabs hr {
	margin: 0 0 clamp(1px, 2vw, 20px) 0;
}

#tabs a {
	text-decoration: underline;
}

#tabs .tab {
	height: 100%;
	min-height: 100%;
	background: #ffffff;
	box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.2);
}

#tabs .tab ul a {
	color: #1a1a1a;
}

#tabs .tab ul,
#tabs .tab li {
	unset: all;
}

#tabs .tab li::before {
	content: "-";
	position: absolute;
	left: 3px;
	height: 5px;
	width: 5px;
	opacity: 1 !important;
	top: 3px !important;
	border-radius: unset !important;
	background: inherit !important;
}

#tabs .tab li {
	padding: 5px 0 0 20px;
}

#tabs .tab1 {
	padding: clamp(20px, 2vw, 40px) clamp(20px, 2vw, 30px);
}

#tabs .tab1 :is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: clamp(15px, 2vw, 25px);
	font-size: 1.5625rem;
}

#tabs .tab2 :is(h1, h2, h3, h4, h5, h6) {
	padding: clamp(20px, 2vw, 30px);
	font-size: 1.5625rem;
	margin: 0;
}

#tabs .tab2 {
	display: flex;
	flex-direction: column;
}

#tabs .tab2 .template-page {
	flex-grow: 1;
}

#tabs .tabSpecialHeadline h2 {
	margin-bottom: 0;
}

#tabs :is(iframe, .iframe-wrapper-manual-enabling) {
	min-width: 100% !important;
	width: 100%;
	min-height: 320px !important;
	height: 100% !important;
	display: block;
}

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

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

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

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

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

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

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

footer {
	color: #ffffff;
	background: #2a5599;
	font-size: 0.9375rem;
}

footer a,
footer a:is(:hover, :focus) {
	color: #ffffff;
}

footer :is(h1, h2, h3, h4, h5, h6, .footerHeadline) {
	color: #ffffff;
	font-size: 1.375rem;
	text-transform: uppercase;
	margin: 0;
}

#footer {
	padding: 130px 0 40px 0;
}

@media (min-width: 992px) {
	#footer {
		padding: 70px 0;
	}
}

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

.footerTab a {
	text-decoration: underline;
}

.footerTab :is(iframe, .iframe-wrapper-manual-enabling) {
	min-width: 100% !important;
	width: 100% !important;
	display: block;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: block;
}

#innerfooter a {
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 400;
}

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

@media (min-width: 576px) {
	#innerfooter li + li::before {
		content: "•";
		margin: 0 clamp(15px, 2vw, 25px);
		color: #1a1a1a;
	}

	#innerfooter li {
		display: inline-block;
	}
}

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

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

#vernetzt {
	gap: 18px;
	text-align: right;
	font-size: 0.8125rem;
	color: #fff;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

/* ------------------------------------------- footer2 ------------------------------------------ */

#footer2 {
	padding: 20px 0;
	background: #f4ae00;
}

#scrollTopBtn {
	position: relative;
	text-decoration: none;
	padding: 4px 15px 3px 15px;
	display: inline-block;
	border-radius: 2px;
	font-size: 0.9375rem;
	font-weight: 600;
	color: #fff;
	font-family: "Khand", sans-serif;
	border: 1px solid rgba(255, 255, 255, 0.15);
	margin-bottom: auto;
}

#scrollTopBtn:is(:hover, :focus) {
	background: rgba(0, 0, 0, 0.2);
}

#scrollTopBtn::after {
	content: "\00BB";
	position: relative;
	bottom: 1px;
	display: inline-block;
	margin-left: 15px;
	transform: rotate(-90deg);
}

/* ------------------------------------------- counterWrapper ----------------------------------------- */
#counterWrapper {
	display: inline-block;
	padding: 8px 10px;
	color: #1d1d1d;
	border: 1px solid #1d1d1d;
	width: fit-content;
	min-width: 300px;
}

#counterWrapper span {
	margin-right: auto;
}
