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

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

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

a {
	color: #b30000;
}

a:is(:hover, :focus) {
	color: #b30000;
	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;
}

.static {
	position: static;
}

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

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

#topbar {
	background: #ffffff;
	padding: 18px 0;
}

#topbar>.row {
	row-gap: 18px;
}

@media (min-width: 992px) {
	#topbar {
		padding: 20px 0;
		position: relative;
		z-index: 1;
	}
}

@media (min-width: 1200px) {
	#topbar::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
		width: 100%;
		max-width: 745px;
		background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(179, 2, 0, 1) 100%);
		z-index: -1;
	}
}

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

.logo {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
	text-decoration: none !important;
}

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

.logo .cleaner {
	display: none;
}

.logoText {
	color: #444444;
	font-size: 1.125rem;
	align-content: center;
	line-height: 1.1;
}

.logoText :is(b, strong) {
	display: block;
	font-weight: 700;
	font-size: 1.625rem;
}

.logoText br {
	display: none;
}

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

.logo img {
	display: block;
	max-width: 30vw;
	width: 76px;
}

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

/* ------------------------------------------- styler ------------------------------------------- */

@media (min-width: 992px) and (max-width:1199px) {
	#style {
		margin-right: clamp(20px, 2vw, 40px);
	}
}

@media (min-width: 992px) {
	#style {
		flex-shrink: 0;
		line-height: 1;
		padding-top: 2px;
	}

	#style h2 {
		font-size: 1rem;
		font-weight: inherit;
		color: inherit;
		margin: 0 5px 0 0;
		width: auto;
		line-height: inherit;
		background: #ffffff;
	}

	#style button {
		color: inherit;
		background: #ffffff;
		border: none;
		padding: 0 8px;
		font-size: 1rem;
		display: inline-block;
	}

	#style button:is(:hover, :focus) {
		color: #9f070b;
	}

	#style button+button {
		border-left: 1px solid #444444;
	}
}

/* -------------------------------------------- @nav1 Navigation ------------------------------------------- */

/* --------------------------------------- navigation --------------------------------------- */

/* burgermenu for tablet */

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

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

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

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

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

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

	#burgerButtonInner {
		top: 10px;
	}

	#burgerButton:before {
		top: 18px;
	}

	#burgerButton:after {
		top: 26px;
	}

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

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

	.navbar-collapse {
		top: 0;
		background: #b30000;
		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.collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

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

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

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

/* menu desktop */

@media (min-width: 992px) {
	#menu {
		background-color: hsla(0, 100%, 35%, 0.9);
	}

	.sticky-wrapper {
		position: absolute;
		width: 100%;
	}

	.is-sticky #menu {
		-webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
		left: 50% !important;
		transform: translateX(-50%) !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;
	}

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

	.navbar-default .navbar-nav li[class*="toplevel"]:hover>ul,
	.navbar-default .navbar-nav li[class*="secondlevel"]:hover>u {
		z-index: 1003;
	}
}

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

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	text-align: left;
	padding: 15px 35px 15px 15px;
	position: relative;
	font-size: 1.1875rem;
	text-transform: uppercase;
	line-height: 1.2;
	text-decoration: none;
	font-family: "Jost", sans-serif;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav>li {
		border-bottom: 1px solid rgba(68, 68, 68, 0.2);
	}

	.navbar-default .navbar-nav>li>a {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		padding: 20px 10px 22px 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;
	}
}

.navbar-default .navbar-nav>li>a::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	bottom: 0;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	-webkit-transition: width 300ms linear;
	-moz-transition: width 300ms linear;
	-ms-transition: width 300ms linear;
	-o-transition: width 300ms linear;
	transition: width 300ms linear;
}

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

.navbar-nav>li:hover>a::after,
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after,
.navbar-nav>li.open>a::after,
.navbar-nav>li.open>a:hover::after,
.navbar-nav>li.open>a:focus::after,
.navbar-nav>li[class$="_over"]>a::after,
.navbar-nav>li[class$="_over"]>a:hover::after,
.navbar-nav>li[class$="_over"]>a:focus::after {
	width: 100%;
}

.navbar-nav>li:focus-within>a::after {
	width: 100%;
}

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

.navbar-default .navbar-nav>li>.dropdown-menu {
	background: #b30000;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
	background: #fff;
	box-shadow: 7px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

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

	.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
		outline: 2px solid #fff;
		margin: 2px;
		padding: 5px;
	}
}

@media (min-width: 992px) {

	.navbar-default .navbar-nav>li>.dropdown-menu,
	.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.navbar-default .navbar-nav>li>.dropdown-menu {
		left: 50%;
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		margin-top: 10px;
	}

	.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: #ffffff 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;
	}

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

	.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
		margin-top: -30px;
		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,
.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
	color: #ffffff;
	font-weight: 500;
	text-align: left;
	padding: 8px 25px;
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	line-height: 1.2;
	text-decoration: none;
	font-family: "Jost", sans-serif;
}

.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
	color: #444444;
}

@media (max-width: 991px) {

	.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
	.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

@media (min-width: 992px) {

	.navbar-default .navbar-nav>li>.dropdown-menu>li>a,
	.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a {
		text-align: center;
		padding: 13px 25px;
	}
}

/* ------------------------------------------ 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: #fff;
	color: #444444;
}

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

.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: #b30000;
	color: #fff;
}

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

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

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

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

#bannerOverlay {
	padding-top: 25px;
}

#bannerOverlay :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.25rem, 3vw, 2.5625rem);
}

#bannerOverlay :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
	font-weight: 700;
	font-size: clamp(1.5625rem, 3.5vw, 3.375rem);
	display: block;
	font-style: normal;
}

#bannerOverlay a {
	text-decoration: underline;
}

@media (min-width: 992px) {
	#bannerOverlay {
		padding-top: 0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 120px;
		z-index: 60;
		color: #ffffff;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
		font-weight: 600;
	}

	#bannerOverlay :is(h1, h2, h3, h4, h5, h6, a) {
		color: #ffffff;
	}

	#bannerOverlay :is(b, strong) {
		font-weight: 700;
	}

	#bannerOverlay {
		bottom: 120px;
	}
}

@media (max-width: 991px) {

	#bannerOverlay img {
		max-width: 150px;
	}
}

#bannerOverlay .template-page {
	padding-bottom: 30px;
}

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

@media (min-width: 992px) {
	#headerpic {
		background: #444444;
	}

	#headerpic .slick-dots li:not(.slick-active) button {
		color: #fff;
	}
}

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

.slider-mask {
	display: none;
}

@media (min-width: 576px) {
	#headerpic .slider-mask {
		display: block;
		background: linear-gradient(to top, rgba(35, 35, 35, 0.8), rgba(0, 0, 0, 0) 100%);
	}
}

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

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

#headerpic .nivo-directionNav {
	height: 40px;
	pointer-events: none;
	width: 100%;
	position: absolute;
	z-index: 7;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
}

@media (min-width: 992px) {
	#headerpic .nivo-directionNav {
		max-width: 992px;
		bottom: 55px;
	}
}

@media (min-width: 1200px) {
	#headerpic .nivo-directionNav {
		max-width: 1200px;
	}
}

#headerpic .nivo-directionNav a {
	pointer-events: auto;
	background: #b30000 url("../img/banner-arrows.png") top 10px center / 18px auto no-repeat;
	width: 40px;
	height: 40px;
}

#headerpic .nivo-directionNav a.nivo-nextNav {
	transform: scaleX(-1);
}

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

@media (min-width: 992px) {
	#headerpic .nivo-controlNav {
		bottom: 26px;
	}
}

#headerpic .nivo-controlNav button {
	background: transparent;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 12px;
	height: 12px;
	padding: 0;
	vertical-align: middle;
}

#headerpic .nivo-controlNav button:is(:hover, :focus),
#headerpic .nivo-controlNav .slick-active button {
	background: #ffffff !important;
}

#headerpic .nivo-controlNav {
	pointer-events: none;
}

#headerpic .nivo-controlNav button {
	pointer-events: auto;
}

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

#searchBox>.row {
	row-gap: 20px;
}

#search {
	background: #E3E3E3;
	display: flex;
	width: 100%;
}

@media (min-width: 992px) {
	#search {
		max-width: 370px;
	}
}

#search_input {
	background: transparent;
	color: #595959;
	font-size: 1rem;
	font-style: normal;
	padding: 13px 10px;
	border: 0;
	width: 100%;
}

#search_submit {
	width: 50px;
	flex-shrink: 0;
	background: url("../img/lupe-icon.png") center / 18px auto no-repeat;
	padding: 0;
	cursor: pointer;
	border: none;
	font-size: 0;
	transition: background 200ms linear;
}

#search_submit:is(:hover, :focus) {
	background-size: 24px auto;
	background-color: #ffffff;
}

#search_input::placeholder {
	color: #595959 !important;
	opacity: 1 !important;
	font-style: normal !important;
	text-transform: uppercase;
}

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

/* #region ------------------------------------ topInfo ----------------------------------------- */

#topInfo {
	padding-top: clamp(40px, 8vw, 100px);
	position: relative;
	z-index: 1;
}

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

#topInfo .tab-text {
	font-weight: 300;
}

@media (min-width: 992px) {
	#topInfo .tab-text {
		padding-top: 50px;
		padding-right: 30px;
		padding-bottom: 110px;
	}
}

#topInfo .tab-text>* {
	background: #9f070b;
}

#topInfo .tab-text,
#topInfo .tab-text :is(h1, h2, h3, h4, h5, h6, a) {
	color: #ffffff;
}

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

#topInfo .tab-text a:is(:hover, :focus) {
	color: #fff;
}

#topInfo .tab-text :is(h1, h2, h3, h4, h5, h6) {
	font-size: 2.5rem;
}

#topInfo .tab-text :is(h1, h2, h3, h4, h5, h6) :is(i, em),
#topInfo .tab-text :is(i, em) :is(h1, h2, h3, h4, h5, h6) {
	font-size: 3.5rem;
	text-transform: uppercase;
	font-style: normal;
}

#topInfo .tab-text :is(h1, h2, h3, h4, h5, h6)::after {
	content: "";
	display: block;
	width: 20px;
	height: 8px;
	background: #f4f4f4;
	margin: 20px auto;
}

@media (min-width: 992px) {
	#topInfo .tab-text :is(h1, h2, h3, h4, h5, h6)::after {
		margin-right: 0;
	}
}

#topInfo::after {
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	top: -1px;
	left: 0;
	right: 0;
	bottom: 60px;
	background: #9f070b;
	border-bottom-right-radius: 500px;
}

@media (min-width: 992px) {
	#topInfo::after {
		right: 50%;
	}
}

@media (min-width: 1600px) {
	#topInfo::after {
		background: url(../img/transparent-logo-spvgg-weigendorf-ev.png) #9f070b;
		background-repeat: no-repeat;
		background-position: center left 60px;
	}
}

#topInfo .tab {
	background: #f4f4f4;
	padding: clamp(30px, 3vw, 40px);
	min-height: 100%;
	height: 100%;
	position: relative;
	box-shadow: 7px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
	#topInfo .tab {
		font-size: 1.125rem;
	}

	.tab_spacer {
		height: 16px;
	}
}

@media (min-width: 992px) {
	#topInfo .tab {
		padding-bottom: 70px;
	}
}

#topInfo .tabHeadline {
	text-transform: uppercase;
	font-size: clamp(1.25rem, 3vw, 1.625rem);
	margin-bottom: 20px;
	padding-top: 75px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #202020;
	hyphens: auto;
}

#tab1 .tabHeadline {
	background-image: url("../img/kalender-icon.png");
}

#tab2 .tabHeadline {
	background-image: url("../img/zeitung-icon.png");
}

#topInfo .tab_link_mehr {
	color: transparent;
	font-size: 0;
}

#topInfo .tab_link_mehr a {
	background: #b30000;
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 15px;
	text-decoration: none;
}

#topInfo .tab_link_mehr a {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1rem;
}

@media (min-width: 992px) {
	#topInfo .tab_link_mehr a {
		padding: 15px 34px;
	}
}

#topInfo .tab_link_mehr a:is(:hover, :focus) {
	background: #202020;
}

#topInfo .tab_link_mehr a::after {
	content: url(../img/arrow-small.png);
	font-weight: 400;
	position: relative;
	left: 0;
	margin-left: 4px;
	transition: left 200ms linear;
}

#topInfo .tab_link_mehr a:is(:hover, :focus):after {
	left: 6px;
}

.tab_link_title a {
	font-weight: 600;
}

:is(.tab_link_title, .tab_link_mandat) a {
	color: inherit;
}

/* #endregion --------------------------------- topInfo ----------------------------------------- */

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

#content {
	text-align: left;
	padding-top: clamp(50px, 5vw, 70px);
	padding-bottom: clamp(40px, 8vw, 100px);
}

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

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

h1,
.h1,
.legacy_h1 {
	font-size: clamp(2.125rem, 5vw, 2.8125rem);
}

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

h3,
.h3,
.legacy_h3 {
	font-size: clamp(1.875rem, 4vw, 2.1875rem);
}

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: clamp(1.75rem, 3.5vw, 1.875rem);
}

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

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

/* #region -------------------------------------- teaser + sponsoren ---------------------------------------- */

#teaser {
	background-position: center;
	background-size: cover;
	color: #fff;
	font-weight: 300;
	font-size: 1.25rem;
	padding: clamp(30px, 7vw, 125px) 0 clamp(30px, 8vw, 150px) 0;
}

#teaser>.row>div {
	position: relative;
}

@media (min-width: 1200px) {
	#teaser>.row>div::after {
		content: "";
		position: absolute;
		transform: translateX(-100%);
		bottom: clamp(-150px, -8vw, -30px);
		left: -30px;
		background: url(../img/freisteller-mitglied-bereich.png);
		width: 23.3854vw;
		height: 25.7292vw;
		max-width: 449px;
		max-height: 494px;
		background-size: contain;
		background-position: bottom right;
		background-repeat: no-repeat;
		max-height: calc(100% + 100px + 70px + 70px);
		pointer-events: none;
	}
}

#teaser :is(h1, h2, h3, h4, h5, h6, a) {
	color: #fff;
}

#teaser :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.75rem, 3vw, 3.125rem);
}

#teaser :is(h1, h2, h3, h4, h5, h6) :is(i, em),
#teaser :is(i, em) :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(2.1875rem, 4vw, 4.125rem);
	text-transform: uppercase;
	font-style: normal;
}

#teaser a {
	display: inline-block;
	line-height: 1;
	background: #fff;
	color: #202020;
	font-size: 1.375rem;
	padding: 20px 30px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 7px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

#teaser a::after {
	content: url(../img/pfeil-schwarz.png);
	margin-left: 20px;
	top: 4px;
	position: relative;
}

#sponsoren {
	padding: 85px 0;
}

.sponsorIMGs img {
	object-position: center;
	margin: auto;
}

/* #endregion -------------------------------------- teaser + sponsoren ---------------------------------------- */

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

#footer {
	background: #d4d4d4;
	padding: clamp(40px, 8vw, 90px) 0;
	font-size: 1rem;
	background-size: cover;
	background-position: center;
}

@media (max-width: 991px) {
	#footer>.row>*+* {
		border-top: 1px solid rgba(0, 0, 0, 0.2);
		margin-top: 20px;
		padding-top: 20px;
	}
}

#footer>.row>*:last-child>*+* {
	margin-top: 30px;
}

#footer hr {
	width: 100%;
	height: 0;
	opacity: 0;
}

#footer a {
	color: #b30000;
	text-decoration: underline;
}

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

#footer .footerHeadline {
	margin: 0 0 15px 0;
	font-size: 1.25rem;
	text-transform: uppercase;
}

#footer .footerHeadline.gap {
	margin-top: clamp(30px, 4vw, 40px);
}

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

#footer .shadow {
	box-shadow: 0 30px 50px -30px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1200px) {
	#footer>.row::after {
		content: "";
		position: absolute;
		transform: translateX(100%);
		bottom: clamp(-90px, -8vw, -40px);
		right: -20px;
		background: url(../img/freisteller-footer-bereich.png);
		width: 17.7604vw;
		height: 25.8333vw;
		max-width: 341px;
		max-height: 496px;
		background-size: contain;
		background-position: bottom right;
		background-repeat: no-repeat;
		max-height: calc(100% + 100px + 70px + 70px);
		pointer-events: none;
	}
}

/* ---------------------------------------------- counter --------------------------------------- */

#counter {
	width: 100%;
	max-width: 260px;
	text-align: justify;
	text-align-last: justify;
	margin: 0 auto;
	font-size: clamp(1rem, 2vw, 1.25rem);
}

@media (min-width: 992px) {
	#counter {
		margin-right: 0;
	}
}

#counter span {
	padding-left: 26px;
	position: relative;
	font-weight: 700;
	background: url("../img/besucher-icon.png") center left no-repeat;
}

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

#footer #vernetzt {
	gap: 12px;
	text-align: right;
	color: #665a5a;
	line-height: 1.3;
	font-weight: 400;
	text-decoration: none;
	font-size: 0.875rem;
}

#vernetzt b {
	color: #b30000;
}

#vernetzt span span {
	display: block;
}

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

#innerfooter {
	font-size: 1rem;
	padding: clamp(30px, 3vw, 40px) 0;
	background: linear-gradient(to left, rgba(179, 0, 0, 0.88) 50%, rgba(26, 26, 26, 0.25)) #b30000;
	color: #fff;
}

#innerfooter .template-page {
	font-size: 1.25rem;
}

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

.footer_list ul {
	padding: 0;
	text-transform: uppercase;
}

.footer_list :is(li, p) {
	display: inline-block;
	color: #fff;
}

#innerfooter a {
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

#innerfooter ul a {
	color: inherit;
}

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

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