@import url("https://fonts.verwaltungsportal.de/import/?family=Jost:300,400,500,600,700,300i,400i,500i,600i,700i");

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

body {
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #3f4545;
	background: #ffffff;
	font-size: clamp(1rem, 2vw, 1.1875rem);
	line-height: 1.5;
}

a {
	color: #ad2500;
}

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

b,
strong {
	font-weight: 500;
}

.overflow {
	overflow: clip;
	position: relative;
}

/* ----------------------------------------------- @1tp topbar ----------------------------------------------- */

.contact {
	color: #ffffff;
	background-color: #8e1505;
	font-size: 1rem;
	font-weight: 400;
}
.topbarKontakt {
	justify-content: space-between;
}
@media (max-width: 991px) {
	.contact {
		padding: 10px;
	}

	.contact > * + * {
		margin-top: 7px;
	}

	form[id^="search"] {
		padding-top: 7px;
		margin-top: 7px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}

@media (min-width: 992px) {
	.contact div[class*="contact"] {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.contactMail + .contactPhone {
		margin-left: 30px;
	}
}

.contact a {
	color: #ffffff;
}

.contactMail,
.contactPhone {
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
}
.contactMail a {
	text-decoration: underline;
}
.contactPhone {
	background-image: url("../img/icon-phone-white.png");
}

@media (min-width: 992px) {
	.contact :is(div, address)[class*="contact"] + form[id^="search"] {
		padding-left: 40px;
		margin-left: 40px;
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
}

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

form[id^="search"] label {
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	form[id^="search"] label {
		margin-right: 40px;
	}
}

form[id^="search"] {
	height: 36px;
	background: transparent;
	display: inline-block;
	position: relative;
}

form [id^="search_input"] {
	color: #ffffff;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 36px;
	padding-left: 5px;
	padding-right: 30px;
	height: 36px;
	width: 100%;
	min-width: 170px;
}

@media (min-width: 1200px) {
	form [id^="search_input"] {
		max-width: 170px;
	}
}

form [id^="search_submit"] {
	width: 30px;
	height: 36px;
	border: none;
	background: url(../img/icon-suche.png) center no-repeat;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}

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

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

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

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

#topbarLogo {
	padding: 20px 0;
	background-color: rgba(255, 255, 255, 0.92);
	z-index: 10;
	position: relative;
}

@media (max-width: 991px) {
	#topbarLogo {
		background-size: 0, auto;
	}
}

#topbarLogo > div {
	gap: 30px 0;
}

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

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

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

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

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

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

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

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

#headerpic {
	padding: 0;
	position: relative;
}

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

.slider-mask {
	display: none;
}

.theme-nivo .nivo-directionNav a {
	top: unset !important;
	bottom: 10px;
}
/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
	.dropdown-toggle-button-wrapper2 {
		top: 5px !important;
	}

	#burgerButton {
		font-size: 0;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background: #ffffff;
		border: none !important;
		-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);
	}

	#burgerButtonInner2,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #8e1505;
		color: #fff;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		-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;
	}

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

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

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

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButtonInner2 {
		top: 24px;
	}

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

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

	.navbar-collapse {
		top: 0;
		background: #ffffff;
		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;
	}

	.navbar-collapse[aria-expanded="true"],
	.navbar-collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

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

	.navbar-toggle::before {
		content: "";
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 0;
		z-index: -1;
		display: block;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-transition:
			width 300ms linear,
			opacity 300ms linear;
		-moz-transition:
			width 300ms linear,
			opacity 300ms linear;
		-ms-transition:
			width 300ms linear,
			opacity 300ms linear;
		-o-transition:
			width 300ms linear,
			opacity 300ms linear;
		transition:
			width 300ms linear,
			opacity 300ms linear;
	}

	.navbar-toggle[aria-expanded="true"]::before {
		opacity: 1;
		width: 90px;
	}

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

@media (min-width: 575px) and (max-width: 991px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after,
	.navbar-toggle[aria-expanded="true"]::before {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	.menu-wrapper {
		background-color: rgba(255, 255, 255, 0.4);
		transition:
			background-color 300ms linear,
			box-shadow 300ms linear;
	}

	.is-sticky .menu-wrapper {
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	}

	#menu-fix {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.5);
	}

	#menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		z-index: 60;
	}

	nav.horizontally .navbar-nav {
		padding: 10px 0;
		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;
	}

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

	nav.horizontally .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}

	nav.horizontally .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		position: absolute;
		left: 100%;
		top: 0;
	}

	nav.horizontally .navbar-nav > li,
	nav.horizontally .navbar-nav > li > .dropdown-menu > li {
		position: relative;
	}

	.navbar-default .navbar-nav li[class*="toplevel"] > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"] > ul {
		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;
	}

	.navbar-default .open > .dropdown-menu,
	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

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

	.navbar-default .nav .open > .dropdown-menu {
		pointer-events: none !important;
		opacity: 0 !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	nav.horizontally .navbar-nav {
		gap: 10px;
	}
}

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

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	background: #1b4385;
	font-weight: 500;
	text-align: left;
	padding: 12px 15px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	font-family: "Jost", sans-serif;
	hyphens: auto;
}

.navbar-default .navbar-nav > li:nth-child(9n + 2) > a {
	background: #710461;
}

.navbar-default .navbar-nav > li:nth-child(9n + 3) > a {
	background: #c63971;
}

.navbar-default .navbar-nav > li:nth-child(9n + 4) > a {
	background: #db1a50;
}

.navbar-default .navbar-nav > li:nth-child(9n + 5) > a {
	background: #db3a00;
}

.navbar-default .navbar-nav > li:nth-child(9n + 6) > a {
	background: #b65602;
}

.navbar-default .navbar-nav > li:nth-child(9n + 7) > a {
	background: #006e31;
}
.navbar-default .navbar-nav > li:nth-child(9n + 8) > a {
	background: #228129;
}
.navbar-default .navbar-nav > li:nth-child(9n + 9) > a {
	background: #1576b7;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li {
		border-bottom: 2px solid #ffffff;
	}

	nav.horizontally .navbar-nav > li > a.dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li + li {
		margin-left: 9px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 19px 10px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		display: block;
	}
}

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

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

#menu .navbar-nav > li:focus-within > a {
	background: #ffffff;
	color: #181818;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu {
	background-color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
	background-color: #8e1505;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		padding: 10px 0;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		padding-top: 28px;
		padding-bottom: 28px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu {
		margin-top: 20px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		height: 20px;
		left: 0;
		right: 0;
		top: -20px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		margin-top: -28px;
		margin-left: 10px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		width: 10px;
		top: 0;
		bottom: 0;
		left: -10px;
	}
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
	color: #191919;
	font-weight: 400;
	text-align: left;
	padding: 9px 25px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
	color: #fff;
	font-weight: 400;
	text-align: left;
	padding: 9px 25px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	hyphens: auto;
}

@media (max-width: 991px) {
	nav.horizontally .navbar-nav > li > .dropdown-menu > li > a.dropdown-toggle2 {
		padding-right: 35px;
	}
}

.navbar-default .navbar-nav > li > .dropdown-menu > li + li:not(:nth-child(2)),
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li + li:not(:nth-child(2)) {
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

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

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

.navbar-nav > li > .dropdown-menu > li:focus-within > a {
	background: #8e1505;
	color: #ffffff;
}

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

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
	background: #ffffff;
	color: #191919;
}

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

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

@media (min-width: 992px) {
	#content > .row > div + div {
		padding-left: 45px;
	}
}

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

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

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

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

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

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

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

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

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

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

#nw1 {
	padding-block: 85px;
}

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

#nw1 .tab {
	color: #ffffff;
	padding: 30px;
	overflow: hidden;
	/* background: url('../img/icon-zeitung.png') top 20px right 20px no-repeat, #0c5c82; */
	background:
		url("../img/icon-aktuelles.png") top 20px right 20px no-repeat,
		#8e1505;
	/*Replace url with ("../img/YOUR-IMAGE.png")*/
}

#nw1 .tab a {
	color: #ffffff;
	text-decoration: underline;
}

#nw1 .tabHeadline {
	color: #ffffff;
	font-weight: 700;
	hyphens: auto;
	font-size: clamp(1.75rem, 2vw, 2rem);
}

#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%;
	padding: 160px 30px 30px 30px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

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

#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: 400;
	color: #ffffff;
	font-size: .8125rem;
	padding: 6px 20px;
	background: #1b4385;
}

#nw1 .tab_link_title a {
	display: block;
	font-weight: 600;
	font-size: 1.125rem;
	color: #8e1505;
	line-height: 1.2;
	margin-bottom: 8px;
}

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

/* ------------------------------------------- @1nw buttonStyle ------------------------------------------- */

#nw1 .buttonStyle a {
	text-decoration: none;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	color: #ffffff;
	padding: 5px 12px;
	border: 1px solid #ffffff;
	transition:
		background 300ms linear,
		color 300ms linear;
}

@media (min-width: 768px) {
	#nw1 .buttonStyle a + a {
		margin-left: 12px;
	}
}

#nw1 .buttonStyle a:hover,
#nw1 .buttonStyle a:focus {
	color: #191919;
	background: #fff;
}

/* -------------------------------------------- parallax ---------------------------------------- */

#parallax {
	padding: clamp(30px, 6vw, 45px) 0 45px 0;
	color: #191919;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	box-shadow: inset 0 0 0 50vw rgba(255, 255, 255, 0.88);
	background-color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.2;
	hyphens: auto;
}

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

#parallax :is(h1, h2, h3, h4, h5, h6) {
	color: #191919;
	margin-bottom: 20px;
	font-size: 1.625rem;
	font-weight: 600;
}

#parallax :is(b, strong) {
	font-weight: 700;
}
#parallax a {
	text-decoration: underline;
	font-weight: 400;
}
#parallax a:is(:hover, :focus) {
	text-decoration: none;
}

@media (min-width: 1200px) {
	#parallax > .row::before {
		content: "";
		position: absolute;
		background: url(../img/deko-links.png) no-repeat;
		width: 211px;
		height: 330px;
		top: -106px;
		z-index: 0;
		pointer-events: none;
		left: -296px;
		display: block;
	}
	#parallax > .row::after {
		content: "";
		position: absolute;
		background: url(../img/deko-rechts.png) no-repeat;
		width: 322px;
		height: 243px;
		bottom: -110px;
		z-index: 0;
		pointer-events: none;
		right: -355px;
		display: block;
	}
}

#parallax .footerMap :is(iframe, .iframe-wrapper-manual-enabling) {
	min-width: 100% !important;
	width: 100% !important;
	display: block;
}
/* ------------------------------------------- innerfooter -------------------------------------- */

#innerfooter {
	padding: 15px 0;
	font-size: 1rem;
}
@media (max-width: 991px) {
	#innerfooter {
		padding-top: 30px;
	}
}

#innerfooter > .row {
	row-gap: 25px;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter ul a {
	color: #191919;
	text-decoration: none;
}

@media (min-width: 576px) {
	#innerfooter ul li {
		display: inline-block;
	}

	#innerfooter ul li + li::before {
		content: "•";
		margin: 0 clamp(15px, 2vw, 25px);
		color: #191919;
	}
}

#innerfooter ul a:is(:hover, :focus) {
	color: #ae2500;
}

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

#vernetzt {
	gap: 10px;
	text-align: right;
	font-size: 1rem;
	color: #3f4445;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}
