@import url("https://fonts.verwaltungsportal.de/import/?family=Fredoka:400,500,600,400i,500i,600i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Mansalva:400");
html {
	max-width: 1930px;
	margin-left: auto;
	margin-right: auto;
	background: #e9f4f9;
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
	scrollbar-color: #c3453c #ffffff;
}

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

a {
	color: #c3453c;
}

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

.linkUnderline a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: text-decoration 300ms;
}

.linkUnderline a:is(:hover, :focus) {
	text-decoration-color: transparent;
}

b,
strong {
	font-weight: 600;
}

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

.staticElement {
	position: static;
}

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

#topbar {
	font-size: 1rem;
}

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

#topbar > .row > div {
	gap: 10px 30px;
}

#c2a {
	width: 100%;
	color: #666666;
}

:is(.mail, .phone) a {
	background: #608000;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	display: inline-block;
	font-weight: 400;
}

:is(.mail, .phone) a {
	text-decoration: none;
}

:is(.mail, .phone) a {
	padding-left: 40px;
	transition: transform 0.3s 0s ease;
	background: #608000 url("../img/mail-icon.png") center left 14px no-repeat;
}

.phone a {
	background-color: #037eab;
	background-image: url("../img/phone-icon.png");
}

:is(.mail, .phone) a:is(:focus, :hover) {
	transform: scale(1.1);
}
/* #endregion ----------------------------------- topbar ---------------------------------------- */

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

#logo {
	display: inline-block;
	margin-top: 30px;
}

#logo img {
	display: block;
}

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

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

/* burgermenu for tablet */

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

	#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: #0a78b1;
		color: #fff;
		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;
	}

	.sticky-wrapper {
		position: relative;
		z-index: 105;
	  }

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

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		background: rgba(255, 255, 255, 0.95);
		padding: 28px 0 20px 0;
		transition: box-shadow 300ms linear;
	}

	.is-sticky nav.horizontally {
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	}

	.is-sticky#sticky-wrapper {
		z-index: 103;
	}

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

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

	nav.horizontally li[class*="toplevel"] > ul {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translate(-50%);
		z-index: 1000;
	}

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

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

	nav.horizontally .navbar-nav li :is([class*="toplevel"] > ul, [class*="secondlevel"] > ul) {
		display: block !important;
		pointer-events: none;
		opacity: 0;
		transition: opacity 300ms linear;
	}

	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: #282828;
	font-weight: 400;
	text-align: left;
	padding: 10px 35px 15px 20px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

@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 li[class*="toplevel"] + li {
		margin-left: 15px;
	}

	nav.horizontally a[class*="toplevel"] {
		padding: 18px 0;
		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) {
	color: #0a78b1;
}

/* secondlevel + thirdlevel dropdown-box */

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

@media (max-width: 991px) {
	nav.horizontally [class*="toplevel"] ul {
		box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
	}

	nav.horizontally [class*="toplevel"] > ul {
		padding: 15px;
		margin: 0 15px 15px 15px;
	}

	nav.horizontally [class*="secondlevel"] > ul {
		padding: 10px;
		margin: 10px 0 15px 0;
	}
}

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"] ul {
		padding: 18px 0;
		border-radius: 30px;
		margin-top: 30px;
	}

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

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

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

	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: #282828;
	font-weight: 400;
	text-align: center;
	padding: 9px 25px;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}

@media (max-width: 991px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		text-align: left;
		padding-right: 35px;
	}
}

/* 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: #0a78b1;
}

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

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

@media (min-width: 992px) {
	.index #headerpic {
		position: relative;
	}
	.index #headerpic::before {
		content: "";
		position: absolute;
		background: url(../img/Regenbogen.png);
		width: 22.1875vw;
		height: 16.9792vw;
		max-width: 426px;
		max-height: 326px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top right;
		right: 0;
		top: -20px;
		pointer-events: none;
		z-index: 101;
	}
}

#headerpic #slider {
	height: clamp(300px, 65vw, 450px);
}

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

@media (min-width: 576px) and (max-width: 991px) {
	#headerpic .nivo-controlNav {
		text-align: left;
		padding-left: 15px;
		max-width: 35vw;
	}
}

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

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

@media (min-width: 992px) {
	.index #headerpic #slider {
		height: clamp(450px, 75vw, 750px);
	}

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

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

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

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

#headerpic {
	margin: 0 auto;
	position: relative;
	width: 100%;
	background: #e9f4f9;
}

#headerpic::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/slider-mask.png) no-repeat bottom center / 100% auto;
	pointer-events: none;
	display: block;
	z-index: 6;
}

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

.index #headerpic .slider-mask {
	display: block;
	background: linear-gradient(to top, #e9f4f9, transparent 30%);
}

@media (min-width: 992px) {
	.index #headerpic .slider-mask {
		background: linear-gradient(to left, #e9f4f9, transparent 35%);
	}
}

/* banner tab */

.bannerTab {
	background: url(../img/bg-overlay.svg) center / 100% 100% no-repeat;
	padding: clamp(80px, 10vw, 150px) clamp(50px, 7vw, 90px) clamp(40px, 9vw, 80px) clamp(50px, 7vw, 90px);
	display: inline-block;
	position: relative;
	z-index: 102;
	margin: 0 auto 40px auto;
}

@media (max-width: 575px) {
	.bannerTab {
		background: #ffffff;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
		padding: 30px;
		border-radius: 20px;
		max-width: calc(100% - 60px);
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	div.col-xs-12:has(.bannerTab) {
		margin-top: -250px;
	}
}

@media (min-width: 992px) {
	.bannerTab {
		width: calc(100% + 60px);
		right: 60px;
		margin: 0;
	}
}

@media (min-width: 1200px) {
	.bannerTab {
		width: calc(100% + 100px);
		max-width: 690px;
		right: 8vw;
	}
}

.bannerTab.specialHeadline :is(h1, h2, h3, h4, h5, h6) {
	color: #c3453c;
	margin: clamp(10px, 2vw, 25px) 0 0 0;
	font-size: clamp(1.15rem, 6vw, 1.5625rem);
	text-transform: uppercase;
	hyphens: none;
}

.bannerTab.specialHeadline :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
	font-size: clamp(1.9rem, 6vw, 2.8125rem);
	color: #0a78b1;
	font-style: normal;
	display: block;
	text-transform: none;
	margin-bottom: clamp(20px, 3vw, 45px);
}

.bannerTab a:not(.has-image):not([rel]) {
	display: inline-block;
	font-size: 1.25rem;
	color: #ffffff;
	background: #c3453c;
	border-radius: 30px;
	padding: 4px clamp(18px, 2vw, 30px) 6px clamp(18px, 2vw, 30px);
	text-decoration: none;
	outline: 2px solid #c3453c;
	outline-offset: -2px;
	margin-top: 20px;
	transition: background 300ms, outline 300ms, color 300ms;
}

.bannerTab a:not(.has-image):not([rel]):is(:hover, :focus) {
	background: #fff;
	outline: 2px solid #0a78b1;
	color: #0a78b1;
}

.bannerTab::after {
	content: "";
	pointer-events: none;
	background: url(../img/apfel.png) bottom right / contain no-repeat;
	height: 234px;
	width: clamp(100px, 15vw, 194px);
	right: -22px;
	bottom: -24px;
	display: block;
	position: absolute;
	pointer-events: none;
}

@media (max-width: 575px) {
	.bannerTab::before {
		content: "";
		pointer-events: none;
		position: absolute;
		left: -10px;
		right: -10px;
		top: -10px;
		bottom: -10px;
		display: block;
		border: 3px solid #ffffff;
		border-radius: 30px;
	}

	.bannerTab::after {
		right: -45px;
		bottom: -40px;
	}
}

@media (min-width: 992px) {
	.bannerTab::before {
		content: "";
		pointer-events: none;
		background: url(../img/regenwurm.png) top left / contain no-repeat;
		width: 13.5417vw;
		height: 6.4583vw;
		max-width: 260px;
		max-height: 124px;
		position: absolute;
		bottom: 35px;
		left: -100px;
		display: block;
	}
}

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

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

#tabs {
	padding: clamp(60px, 8vw, 70px) 0 clamp(40px, 8vw, 80px) 0;
}

#tabs > .row {
	row-gap: clamp(15px, 3vw, 35px);
}

#tabs .tabTwo {
	background-position: center !important;
	background-size: cover !important;
}

#tabs .tabTwo * {
	font-size: 0;
}

#tabs .tabTwo a {
	color: inherit;
	font-size: 0;
	text-decoration: none;
	position: static;
	z-index: 2;
}

#tabs .tabTwo .template-page > .row,
#tabs .tabTwo .template-page > .row > div {
	position: static;
}

#tabs .tabTwo a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
}

#tabs .tabHeadline {
	padding-top: 109px;
	background: url(../img/icon-galerie.png) center top no-repeat;
	font-family: "Fredoka", sans-serif;
	font-weight: 500;
}

#tabs .tabOne .tabHeadline {
	color: #c3453c;
	background-image: url(../img/icon-open.png);
}

#tabs .tabThree .tabHeadline {
	color: #0a78b1;
	background-image: url(../img/icon-child-blue.png);
}

#tabs .tab {
	padding: 25px 30px 30px 30px;
	background: #dbe1d8;
	font-size: 1rem;
	border-radius: 40px;
	min-height: 100%;
	position: relative;
}

#tabs .tabOne {
	background: #f6dbd9;
}

#tabs .tabThree {
	background: #e9f4f9;
}

@media (min-width: 576px) {
	#tabs > .row > div:nth-of-type(2) .tab::before {
		content: "";
		pointer-events: none;
		background: url(../img/käfer.png) no-repeat center;
		width: 175px;
		height: 96px;
		position: absolute;
		bottom: -30px;
		left: -150px;
		pointer-events: none;
	}

	#tabs > .row > div:nth-of-type(4) .tab::before {
		content: "";
		pointer-events: none;
		background: url(../img/Blume_6.png) no-repeat center;
		width: 136px;
		height: 234px;
		position: absolute;
		bottom: -35px;
		right: -100px;
		pointer-events: none;
	}
}

#tabs .tab a {
	color: inherit;
	text-decoration: underline;
}

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

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

#content {
	text-align: left;
	padding-bottom: clamp(40px, 8vw, 80px);
}

body:not(.index) #content {
	padding-top: 40px;
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #c3453c;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Mansalva", serif;
	hyphens: auto;
}

.specialHeadline :is(h2, h3),
h1,
.h1,
.legacy_h1 {
	font-size: clamp(1.875rem, 6vw, 3.625rem);
}

#feedback .specialHeadline :is(h2, h3),
h2,
.h2,
.legacy_h2 {
	font-size: clamp(1.75rem, 5.5vw, 2.75rem);
}

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

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

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

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

.specialHeadline {
	color: #282828;
}

.specialHeadline :is(h2, h3) {
	margin-top: 0;
}

.specialHeadline.color-invert :is(h1, h2, h3, h4, h5, h6) {
	color: #0a78b1;
}

/* #region -------------------------------------- facts ----------------------------------------- */

#facts {
	padding: clamp(40px, 6vw, 90px) 0;
	font-size: 1rem;
	position: relative;
	isolation: isolate;
	padding-top: 0;
	z-index: 2;
}

#facts::before {
	content: "";
	top: 0;
	z-index: -1;
	background: url(../img/deko-about.png);
	width: 100vw;
	height: 7.9167vw;
	max-width: 1920px;
	max-height: 152px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	margin-bottom: 30px;
	margin-top: clamp(-90px, -6vw, -40px);
	pointer-events: none;
}

@media (max-width: 575px) {
	#facts .factsRight {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	#facts .factsLeft {
		padding-right: 45px;
	}

	#facts .factsRight {
		padding-left: 45px;
	}
}

#facts .specialHeadline {
	margin-bottom: clamp(15px, 3vw, 40px);
}

#facts img {
	display: block;
}

#facts .fact + .fact {
	margin-top: 30px;
}

#facts .factsBanner {
	border-radius: 30px;
	overflow: hidden;
	height: 100%;
}

#facts .factsBanner .banner,
#facts .factsBanner .banner img {
	height: 100%;
}
#facts .factsBanner .banner img {
	object-position: center;
	object-fit: cover;
	border-radius: 30px;
}

#facts .factsBanner .nivoSlider {
	height: 100% !important;
}

#facts .tabHeadline {
	color: #282828;
	font-family: "Fredoka", sans-serif;
	font-weight: 400;
}

#facts .tabHeadline::before {
	content: "";
	pointer-events: none;
	width: 114px;
	height: 109px;
	margin: auto;
	display: block;
	background: url(../img/icon-group.png) bottom center no-repeat;
}

@media (min-width: 992px) {
	#facts .factsLeft .tabHeadline::before {
		margin: 0 -15px 0 auto;
	}

	#facts .factsRight .tabHeadline::before {
		margin: 0 auto 0 -15px;
	}
}

#facts .factTwo .tabHeadline::before {
	background-image: url(../img/icon-child.png);
}

#facts .factThree .tabHeadline::before {
	background-image: url(../img/icon-car.png);
}

#facts .factFour .tabHeadline::before {
	background-image: url(../img/icon-cohesion.png);
}

/* #endregion ----------------------------------- facts ----------------------------------------- */

/* -------------------------------------- Paralax ---------------------------------------- */

#paralax {
	margin-top: clamp(-120px, -7.5vw, -80px);
	height: 400px;
	max-height: 20.8333vw;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 1;
	pointer-events: none;
}
#paralax::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
@media (max-width: 1199px) {
	#paralax {
		height: 250px;
		max-height: 250px;
		margin-top: clamp(-60px, -4vw, -15px);
	}
}

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

footer {
	background: #4b6b3c;
	padding: 36px 0 30px 0;
	color: #ffffff;
	position: relative;
}
@media (min-width: 576px) {
	footer > .row:first-of-type::before {
		content: "";
		position: absolute;
		background: url(../img/Baum_3.png);
		width: 13.6979vw;
		height: 19.8438vw;
		max-width: 263px;
		max-height: 381px;
		left: -55px;
		transform: translate(-100%, -100%);
		top: -36px;
		background-size: contain;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 2;
		pointer-events: none;
	}

	footer > .row:first-of-type::after {
		content: "";
		position: absolute;
		background: url(../img/Vogel_2.png);
		width: 7.9688vw;
		height: 7.7604vw;
		max-width: 153px;
		max-height: 149px;
		right: -150px;
		transform: translate(100%, -100%);
		top: -30px;
		background-size: contain;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 2;
		pointer-events: none;
	}
}
@media (max-width: 1199px) {
	footer > .row:first-of-type::before {
		transform: translate(0, -100%);
		left: 30px;
	}

	footer > .row:first-of-type::after {
		transform: translate(0, -100%);
		right: 30px;
	}
}

footer hr {
	border-color: #ffffff;
	opacity: 0.3;
	margin: 36px 0 20px 0;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

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

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

#innerfooter li + li {
	margin-left: clamp(15px, 3vw, 30px);
}

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

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

#vernetzt {
	gap: 18px;
	text-align: left;
	font-size: 0.875rem;
	color: #ffffff;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}
