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

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

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

a {
	color: #c00000;
}

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

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

.row {
	max-width: 1600px;
	width: 100%;
}

#overflow {
	overflow: hidden;
}

/* LOGO MIT TEXT -------------------------------------------------------- */

.logo {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
	text-decoration: none !important;
	justify-content: start;
	align-content: start;
	align-items: center;
}

.logo .template-page {
	width: auto;
}

.logo .cleaner {
	display: none;
}

.logoText {
	color: #274f33;
	font-size: clamp(1rem, 1.5vw, 1.3125rem);
	align-content: center;
	line-height: 1.3;
	font-weight: 500;
}

.logoText :is(b, strong) {
	display: block;
	font-weight: 700;
	font-family: "Merriweather", serif;
	color: #030303;
	font-size: clamp(1.75rem, 3vw, 2.375rem);
}

.logoText br {
	display: none;
}

@media (max-width: 575px) {
	.logoText {
		hyphens: auto;
	}
}

@media (max-width: 991px) {
	.logo {
		padding: 15px 0;
	}
}

@media (max-width: 767px) {
	.logo img {
		max-width: 170px;
		width: 100%;
	}
}

/* LOGO MIT TEXT -------------------------------------------------------- */

/* ------------------------------------------------ @4tp topbar ----------------------------------------------- */

#tp4,
#tp4Mobil {
	background: #ffffff;
	padding: 20px 0;
}

#tp4 .opening,
#tp4 .phone,
#tp4Mobil .opening,
#tp4Mobil .phone {
	font-size: clamp(1rem, 1vw, 1.125rem);
	color: #444444;
	position: relative;
	padding-left: 40px;
	margin-top: 15px;
}

@media (max-width: 991px) {

	#tp4 .opening,
	#tp4 .phone,
	#tp4Mobil .opening,
	#tp4Mobil .phone {
		padding-left: 30px;
	}
}

#tp4 .opening::before,
#tp4 .phone::before,
#tp4Mobil .opening::before,
#tp4Mobil .phone::before {
	content: "";
	position: absolute;
	pointer-events: none;
	display: inline-block;
	height: 36px;
	width: 30px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
}

#tp4 .opening::before,
#tp4Mobil .opening::before {
	background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="29px" viewBox="0 -960 960 960" width="29px" fill="%23000000"><path d="m612-292 56-56-148-148v-184h-80v216l172 172ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 320q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Z"/></svg>');
}

#tp4 .phone::before,
#tp4Mobil .phone::before {
	background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="29px" viewBox="0 -960 960 960" width="29px" fill="%23000000"><path d="M798-120q-125 0-247-54.5T329-329Q229-429 174.5-551T120-798q0-18 12-30t30-12h162q14 0 25 9.5t13 22.5l26 140q2 16-1 27t-11 19l-97 98q20 37 47.5 71.5T387-386q31 31 65 57.5t72 48.5l94-94q9-9 23.5-13.5T670-390l138 28q14 4 23 14.5t9 23.5v162q0 18-12 30t-30 12ZM241-600l66-66-17-94h-89q5 41 14 81t26 79Zm358 358q39 17 79.5 27t81.5 13v-88l-94-19-67 67ZM241-600Zm358 358Z"/></svg>');
}

@media (min-width: 992px) {

	#tp4 .phone,
	#tp4Mobil .phone {
		padding-left: 50px;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	#tp4 .phone::before,
	#tp4Mobil .phone::before {
		left: 10px;
	}

	#tp4 .opening,
	#tp4 .phone,
	#tp4Mobil .opening,
	#tp4Mobil .phone {
		margin-left: 15px;
		margin-top: 0px;
	}
}

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

header {
	position: relative;
}

#menu {
	background: #fff;
	outline: 1px solid #d9d9d9;
}

/* burgermenu for tablet */

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

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

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

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

/* menu desktop */

@media (min-width: 992px) {
	#menu {
		left: unset !important;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 15px;
		padding: 10px 0;
		border-top: 1px solid rgba(109, 183, 133, 0.3);
	}

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

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

	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, :hover)>ul,
	nav.horizontally .navbar-nav li.open:focus-within>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.open>ul {
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden;
	}

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

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #030303;
	font-weight: 500;
	text-align: left;
	padding: 10px 35px 15px 15px;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
	background: #44cffd;
}

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

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

	nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
		content: url(../img/icon-pfeil.png);
		display: inline-block;
		margin-left: 10px;
		margin-right: 0;
	}

	nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a.dropdown-toggle::after {
		filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7500%) hue-rotate(164deg) brightness(104%) contrast(102%);
	}
}

@media (min-width: 1200px) {
	nav.horizontally a[class*="toplevel"].dropdown-toggle::after {
		margin-left: 20px;
		margin-right: -10px;
	}
}

/* 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) {
	color: #ffffff;
	background-color: #274f33;
}

/* secondlevel + thirdlevel dropdown-box */

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

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

@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>.dropdown-menu::after {
		content: "";
		display: block;
		position: absolute;
		left: 50%;
		top: -20px;
		margin-left: -20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #24c3e9 transparent transparent transparent;
		-webkit-transition: top 150ms linear;
		-moz-transition: top 150ms linear;
		-ms-transition: top 150ms linear;
		-o-transition: top 150ms linear;
		transition: top 150ms linear;
	}

	.navbar-default .navbar-nav>li:hover>.dropdown-menu::after {
		top: 0;
	}

	nav.horizontally [class*="toplevel"] ul {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	nav.horizontally [class*="toplevel"]>ul {
		left: 50%;
		transform: translate(-50%, 0);
		margin-top: 10px;
	}

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

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

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #030303;
	font-weight: 400;
	text-align: left;
	padding: 9px 25px;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (min-width: 992px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		text-align: center;
	}
}

/* secondlevel + thirdlevel over */

nav.horizontally li[class*="secondlevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="secondlevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="secondlevel"].open>a,
nav.horizontally li[class*="secondlevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="secondlevel"][class*="_over"]>a,
nav.horizontally li[class*="secondlevel"][class*="_over"]>a:is(:hover, :focus) {
	background: #44cffd;
}

nav.horizontally li[class*="thirdlevel"]:is(:hover, :focus-within)>a,
nav.horizontally li[class*="thirdlevel"]>a:is(:hover, :focus),
nav.horizontally li[class*="thirdlevel"].open>a,
nav.horizontally li[class*="thirdlevel"].open>a:is(:hover, :focus),
nav.horizontally li[class*="thirdlevel"][class*="_over"]>a,
nav.horizontally li[class*="thirdlevel"][class*="_over"]>a:is(:hover, :focus) {
	background: #44cffd;
}

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

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

#slider {
	height: 100%;
	overflow: hidden;
}

#headerpic {
	position: relative;
	background-color: #030303;
}

#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 (max-width: 1199px) {
	#headerpic :is(a.nivo-prevNav, a.nivo-nextNav) {
		display: none;
	}
}

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

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

#headerpic .nivo-main-image {
	min-height: 100% !important;
}

#headerpic .nivo-controlNav {
	bottom: 8px;
}

@media (min-width: 992px) {
	.slider-wrapper {
		position: absolute !important;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

@media (max-width: 991px) {

	.slider-wrapper,
	#slider {
		height: 300px;
	}
}

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

@media (max-width: 991px) {
	#bannerOverlay {
		position: relative;
		background: #ebf1ed;
		pointer-events: none;
		padding: 20px 15px;
	}
}

@media (min-width: 992px) {
	body.index #bannerOverlay {
		position: relative;
		left: 0;
		right: 0;
		z-index: 55;
		padding: clamp(50px, 25vw, 464px) 0 clamp(50px, 8vw, 75px) 0;
		pointer-events: none;
	}

	.slider-wrapper {
		position: absolute !important;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}

	#slogan {
		pointer-events: all;
	}
}

#bannerOverlay .tabContent,
#bannerOverlay .tabContent a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
	z-index: 25;
}

#slogan {
	color: #030303;
	font-weight: 400;
	line-height: 1.2;
	position: relative;
	pointer-events: auto;
	text-transform: none;
	font-weight: 700;
	font-family: "Merriweather", serif;
	font-size: clamp(2.1875rem, 5vw, 4.375rem);
}

@media (max-width: 575px) {
	#slogan {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 992px) {
	#slogan {
		color: #ffffff;
	}
}

@media (min-width: 992px) {
	#bannerOverlay>.row {
		max-width: 1650px;
		width: 100%;
	}
}

/* ----------------------------------------------- scroll bottom ----------------------------------------------- */

#scrollBottom a {
	font-size: 0rem;
	border-radius: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin: 50px auto 0 auto;
	text-align: center;
	background-color: #24c3e9;
	pointer-events: auto;
	-webkit-animation: bounceAni 2s infinite;
	animation: bounceAni 2s infinite;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#scrollBottom a:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}

#scrollBottom a::after {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 2px;
	margin-top: 10px;
	display: inline-block;
	border-left: 2px solid #030303;
	border-bottom: 2px solid #030303;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border 300ms linear;
	-moz-transition: border 300ms linear;
	-ms-transition: border 300ms linear;
	-o-transition: border 300ms linear;
	transition: border 300ms linear;
}

#scrollBottom a::before {
	content: "hier geht's weiter";
	margin-top: 10px;
	display: inline-block;
	-webkit-transition: border 300ms linear;
	-moz-transition: border 300ms linear;
	-ms-transition: border 300ms linear;
	-o-transition: border 300ms linear;
	transition: border 300ms linear;
	font-size: 1rem;
	position: absolute;
	color: #ffffff;
	bottom: -40px;
	width: 130px;
	left: -45px;
	right: 0;
}

@keyframes bounceAni {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	40% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	60% {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

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

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

/* ----------------------------------------------- @7ev events -------------------------------------------- */

#ev7 {
	padding-top: 20px;
	padding-bottom: clamp(20px, 6vw, 100px);
}

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

#ev7 .ev7Box {
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	background: #ffffff;
}

#ev7 .ev7Banner {
	height: 100%;
	background: center / cover no-repeat;
}

@media (max-width: 767px) {
	#ev7 .ev7Banner {
		border-top: 15px solid #274f33;
		min-height: 300px;
	}
}

@media (min-width: 768px) {
	#ev7 .ev7Banner {
		border-left: 15px solid #274f33;
	}
}

#ev7 .ev7Tab {
	display: grid;
	gap: clamp(30px, 3vw, 45px);
	padding: clamp(20px, 4vw, 60px) clamp(20px, 6vw, 100px) clamp(40px, 4vw, 70px) clamp(20px, 6vw, 100px);
}

#ev7 .tab {
	font-size: 1rem;
}

#ev7 .tabHeadline {
	color: #274f33;
	font-size: clamp(1.75rem, 2vw, 1.875rem);
	margin-bottom: 0;
}

#ev7 .tab_link {
	position: relative;
}

#ev7 .tab_link_entries {
	display: grid;
	gap: 15px;
}

#ev7 .tab_link_entry {
	color: #030303;
	font-size: 1rem;
	position: relative;
	min-height: 90px;
	padding: 11px 22px 11px 110px;
	display: grid;
	background: #bff2ff;
	border-bottom: none !important;
}

@media (max-width: 575px) {
	#ev7 .tab_link_entry {
		padding: 110px 22px 22px 22px;
	}
}

@media (min-width: 992px) {
	#ev7 .tab_link_entries {
		gap: 40px;
	}
}

#ev7 .tab_link_entry::after {
	content: '';
	position: absolute;
	pointer-events: none;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	width: 85px;
	height: 100%;
	background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="36px" fill="%23030303"><path d="M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z"/></svg>') center no-repeat, #24c3e9;
}

@media (max-width: 575px) {
	#ev7 .tab_link_entry::after {
		width: 100%;
		height: 85px;
	}
}

#ev7 .tab_link_title {
	order: 1;
}

#ev7 .tab_link_mandat {
	order: 2;
}

#ev7 .tab_link_date {
	order: 3;
}

#ev7 .tab_link_title a {
	display: block;
	color: #030303;
	font-weight: 600;
}

#ev7 .tab_link_mandat a {
	color: #030303;
}

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

/* ----------------------------------------- @7ev tab_link_mehr ---------------------------------------- */

#ev7 .tab_link_mehr {
	font-size: 0;
	position: absolute;
	z-index: 12;
	left: 0;
	right: 0;
	bottom: -135px;
	margin: auto;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	#ev7 .tab_link_mehr {
		left: unset;
		top: -80px;
		right: -145px;
		bottom: 0;
	}
}

@media (min-width: 992px) {
	#ev7 .tab_link_mehr {
		right: -165px;
	}
}

@media (min-width: 1200px) {
	#ev7 .tab_link_mehr {
		right: -200px;
	}
}

#ev7 .tab_link_mehr a {
	text-decoration: none;
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	color: #030303;
	font-size: 1.125rem;
	padding: 25px 20px;
	width: 124px;
	height: 124px;
	border-radius: 100%;
	background: #24c3e9;
	transition: color 300ms linear, background 300ms linear;
}

#ev7 .tab_link_mehr a:hover,
#ev7 .tab_link_mehr a:focus {
	color: #030303;
	background: #bff2ff;
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #274f33;
	font-weight: 700 !important;
	line-height: 1.2;
	font-family: "Merriweather", serif;
}

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

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

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

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

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

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

/* ----------------------------------------------- @11f footer ----------------------------------------------- */

/* --------------------------------------------- order -------------------------------------------- */

@media (max-width: 991px) {
	.order1 {
		order: 1;
	}

	.order2 {
		order: 3;
	}

	.order3 {
		order: 2;
	}
}

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

#footer {
	font-size: 1rem;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #bff2ff;
}

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

@media (max-width: 991px) {
	#footer {
		margin-top: 0px;
		padding-top: 50px;
	}
}

#footer :is(h1, h2, h3, h4, h5, h6, .footerHeadline) {
	color: #274f33;
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-family: "Merriweather", serif;
	margin-bottom: 15px;
}

#footer a {
	color: #c00000;
}

#footer .footerTab a {
	color: #c00000;
	text-decoration: underline;
}

#footer>.row>div:first-of-type .footerTab {
	line-height: 2;
}

@media (max-width: 575px) {
	#footer>.row:nth-child(2)>*+* {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}

@media (min-width: 576px) {
	#footer>.row:nth-child(2)>*+*:not(:nth-child(2)) {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
}

@media (min-width: 992px) {
	#footer>.row:nth-child(2)>*+* {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}

	#footer .footerTab {
		padding-top: 10px;
	}

	#footer .footerTab2 {
		padding-left: 20px;
	}
}

/* --------------------------------------------- iframeMapsTab -------------------------------------------- */

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

#footer .iframeMapsTab {
	max-height: 246px;
	overflow: hidden;
}

@media (min-width: 576px) and (max-width: 991px) {
	#footer .iframeMapsTab {
		margin-top: 30px;
	}
}

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

#footer2 {
	padding: 16px 0;
	color: #030303;
	border-top: 2px solid #ffffff;
	background: #24c3e9;
}

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

#innerfooter {
	font-size: 1rem;
}

@media (max-width: 991px) {
	#innerfooter {
		margin-bottom: 15px;
	}
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #030303;
	padding: 24px 0px;
	text-decoration: none;
}

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

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

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

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

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

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

#vernetzt {
	gap: 16px;
	text-align: right;
	font-size: 0.8125rem;
	color: #030303;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}