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

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

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

a {
	color: #a84724;
}

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

:not(.cc_banner-wrapper):focus-visible,
#vernetzt:focus-visible span {
	background-color: #fff !important;
	color: #006d77 !important;
	z-index: 100;
	text-decoration: none;
	outline: 2px solid #a84724;
}

/* ------------------------------------------- topBox ------------------------------------------- */

#topBox {
	background: #ffffff;
	-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);
}

@media (max-width: 991px) {
	#topBox {
		padding-top: 10px;
		padding-bottom: 10px;
		position: static !important;
	}
}

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

#logo {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 15px;
	flex-wrap: wrap;
	text-decoration: none;
}

@media (min-width: 1200px) {
	#logo {
		margin-right: -15px;
	}
}

#logo .logoImg img {
	display: block;
}

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

#logo .logoTxt {
	color: #252525;
	line-height: 1.2;
	font-size: clamp(1rem, 1vw, 1.125rem);
}

#logo .logoTxt :is(b, strong) {
	color: #a84724;
	font-weight: 700;
	text-transform: uppercase;
	font-size: clamp(20px, 2vw, 1.625rem);
	display: block;
}

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

#topbar {
	flex-wrap: wrap;
}

/* ----------------------------------------- contrast ----------------------------------------- */

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

#contrast_style button {
	color: #000000;
	padding: 0;
	font-family: "Khand", sans-serif;
	display: inline-block;
	width: 2.375rem;
	height: 2.375rem;
	border-radius: 50%;
	font-weight: 400;
	text-align: center;
	background: #83c5be;
	position: relative;
	z-index: 1;
	font-size: 0;
	border: none;
}

#contrast_style button:is(:hover, :focus) {
	background: #006d77;
}

#contrast_style button::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	inset: 8px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-ms-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
	border: 1px solid #4b4b4b;
}

#contrast_style *+* {
	margin-left: 10px;
}

#contrast_style button::after {
	content: "";
	display: block;
	position: absolute;
	inset: 13px;
	border: 1px solid #4b4b4b;
	border-radius: 50%;
}

#contrast_style button:nth-of-type(1)::after {
	background: linear-gradient(to right, #4b4b4b, #4b4b4b 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, #4b4b4b 50%);
}

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

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

@media (min-width: 992px) {
	#style {
		flex-shrink: 0;
		line-height: 1;
		margin-left: clamp(20px, 2vw, 40px);
		padding-top: 2px;
	}

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

	#style button {
		color: inherit;
		background: transparent;
		border: none;
		padding: 0 8px;
		font-size: 1rem;
		display: inline-block;
		width: 2.375rem;
		height: 2.375rem;
		background: #83c5be;
		border-radius: 50%;
		margin-left: 10px;
	}

	#style button:is(:hover, :focus) {
		background: #006d77;
		color: #fff;
	}
}

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

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

#menuWord {
	color: #444444;
	font-size: 1.8125rem;
	font-weight: 700;
	top: -5px;
	bottom: 0;
	margin: auto;
	position: relative;
	margin-right: 10px;
}

/* burgerbutton */

#menuBurger #burgerButton {
	font-size: 13px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	z-index: 1002;
	display: inline-block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	border-radius: 50%;
	float: none;
	border: none !important;
	background: #026872;
}

@media (max-width: 991px) {
	#menuBurger #burgerButton {
		position: fixed;
		top: 22px;
		right: 15px;
		margin-top: 0;
		border-radius: 10px;
	}
}

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

/* .navbar:focus-within #burgerButtonInner {
   opacity: 0;
} */

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

/* .navbar:focus-within #burgerButtonInner2 {
   -webkit-transform: rotate(-45deg) translate(0, 0);
   transform: rotate(-45deg) translate(0, 0);
} */

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

/* .navbar:focus-within #burgerButton:after {
   -webkit-transform: rotate(45deg) translate(-6px, -6px);
   transform: rotate(45deg) translate(-6px, -6px);
} */

#burgerButtonInner2,
#burgerButtonInner,
#burgerButton:after {
	-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;
}

.navbar:focus-within #burgerButtonInner2,
.navbar:focus-within #burgerButtonInner,
.navbar:focus-within #burgerButton:after {
	-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;
}

#burgerButtonInner {
	top: 14px;
}

#burgerButtonInner2 {
	top: 23px;
}

#burgerButton:after {
	top: 32px;
}

#burgerButtonInner,
#burgerButtonInner2,
#burgerButton:after {
	content: "";
	display: block;
	position: absolute;
	background: #ffffff;
	width: 24px;
	height: 3px;
	left: 12px;
	font-size: 0;
}

/* burgermenu for tablet */

@media (max-width: 991px) {
	.navbar-collapse {
		padding: 30px 0;
		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 {
		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-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;
	}

	#burgerButton[aria-expanded="true"] #burgerButtonInner2,
	#burgerButton[aria-expanded="true"]:after {
		background: #ffffff;
	}
}

@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) {
	.navbar-default {
		width: auto;
	}

	.navbar-default .navbar-nav {
		width: 100%;
		margin: 0;
		display: block;
		padding: 10px 25px;
		overflow-y: auto;
		position: relative;
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
		max-width: 992px;
		margin-left: auto;
		margin-right: auto;
	}

	.navbar-default li[class*="toplevel"] {
		float: none;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
		display: table !important;
		width: 100%;
	}

	.navbar-nav::after,
	.navbar-nav::before {
		display: none;
	}

	#myNavbar {
		max-height: 70vh;
		overflow: hidden;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#myNavbar.navbar-collapse {
		pointer-events: none;
		position: absolute;
		z-index: 1002;
		top: 50%;
		right: 0;
		opacity: 0;
		width: 1200px;
		background: rgba(255, 255, 255, 1);
		height: auto !important;
		overflow-y: auto !important;
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
		-webkit-transition: opacity 300ms linear, top 300ms linear;
		-moz-transition: opacity 300ms linear, top 300ms linear;
		-ms-transition: opacity 300ms linear, top 300ms linear;
		-o-transition: opacity 300ms linear, top 300ms linear;
		transition: opacity 300ms linear, top 300ms linear;
	}

	#burgerButton::before {
		content: "";
		display: block;
		position: absolute;
		pointer-events: none;
		right: 10px;
		bottom: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 25px 15px;
		border-color: transparent transparent #ffffff transparent;
		filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
		opacity: 0;
		-webkit-transition: opacity 300ms linear, bottom 300ms linear;
		-moz-transition: opacity 300ms linear, bottom 300ms linear;
		-ms-transition: opacity 300ms linear, bottom 300ms linear;
		-o-transition: opacity 300ms linear, bottom 300ms linear;
		transition: opacity 300ms linear, bottom 300ms linear;
	}

	#burgerButton[aria-expanded="true"]::before {
		opacity: 1;
		bottom: -33px;
	}

	#burgerButton[aria-expanded="true"]+#myNavbar {
		pointer-events: auto;
		opacity: 1;
		top: 150%;
	}

	#myNavbar:focus-within {
		pointer-events: auto;
		opacity: 1;
		top: 150%;
	}

	#mCSB_1_scrollbar_vertical {
		left: 50%;
		margin-left: calc(962px / 2);
	}
}

@media (min-width: 1200px) {
	.navbar-default .navbar-nav {
		max-width: 1200px;
		padding-top: 25px;
		padding-bottom: 45px;
	}

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

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

.navbar-default li[class*="toplevel"]>a {
	color: #444444;
	font-weight: 600;
	text-align: left;
	padding: 10px 15px 15px 15px;
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	background-color: #f8f8f8;
	margin-bottom: 1px;
	margin-top: 1px;
	hyphens: auto;
	border: 2px solid #f8f8f8;
}

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

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

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

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

.navbar-default li[class*="toplevel"]:hover>a,
.navbar-default li[class*="toplevel"]:focus>a,
.navbar-default li[class*="toplevel"]>a:hover,
.navbar-default li[class*="toplevel"]>a:focus,
.navbar-default li[class*="toplevel"].open>a,
.navbar-default li[class*="toplevel"].open>a:hover,
.navbar-default li[class*="toplevel"].open>a:focus,
.navbar-default li[class*="toplevel"][class$="_over"]>a,
.navbar-default li[class*="toplevel"][class$="_over"]>a:hover,
.navbar-default li[class*="toplevel"][class$="_over"]>a:focus {
	color: #006d77;
	border-color: #016c76;
	background-color: #fff;
}

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

@media (max-width: 991px) {

	.navbar-default li[class*="toplevel"]>.dropdown-menu,
	.navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
		padding: 10px;
		background: #fff;
	}
}

@media (min-width: 992px) {

	.navbar-default li[class*="toplevel"]>.dropdown-menu,
	.navbar-default li[class*="toplevel"]>.dropdown-menu>li>.dropdown-menu {
		display: block !important;
	}

	.navbar-default li[class*="toplevel"]>.dropdown-menu {
		padding-left: 30px;
	}
}

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

.navbar-default li[class*="secondlevel"]>a,
.navbar-default li[class*="thirdlevel"]>a {
	color: #444444;
	font-weight: 400;
	text-align: left;
	padding: 8px 35px 8px 15px;
	font-size: 1rem;
	line-height: 1.2;
	hyphens: auto;
	text-decoration: none;
	position: relative;
}

.navbar-default li[class*="secondlevel"]>a::before,
.navbar-default li[class*="thirdlevel"]>a::before {
	display: block;
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #e7b11f;
	left: -17px;
	top: calc(50% - 4px);
}

.navbar-default li[class*="thirdlevel"]>a::before {
	left: -7px;
}

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

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

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

.navbar-nav li[class*="secondlevel"]:hover>a,
.navbar-nav li[class*="secondlevel"]>a:hover,
.navbar-nav li[class*="secondlevel"]>a:focus,
.navbar-nav li[class*="secondlevel"].open>a,
.navbar-nav li[class*="secondlevel"].open>a:hover,
.navbar-nav li[class*="secondlevel"].open>a:focus,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:focus,
.navbar-nav li[class*="thirdlevel"]>a:hover,
.navbar-nav li[class*="thirdlevel"]>a:focus,
.navbar-nav li[class*="thirdlevel"].open>a,
.navbar-nav li[class*="thirdlevel"].open>a:hover,
.navbar-nav li[class*="thirdlevel"].open>a:focus,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:hover,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:focus {
	color: #ad5130;
}

.navbar-nav li[class*="secondlevel"]:hover>a::before,
.navbar-nav li[class*="secondlevel"]>a:hover::before,
.navbar-nav li[class*="secondlevel"]>a:focus::before,
.navbar-nav li[class*="secondlevel"].open>a::before,
.navbar-nav li[class*="secondlevel"].open>a:hover::before,
.navbar-nav li[class*="secondlevel"].open>a:focus::before,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a::before,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:hover::before,
.navbar-nav li[class*="secondlevel"][class$="_over"]>a:focus::before,
.navbar-nav li[class*="thirdlevel"]>a:hover::before,
.navbar-nav li[class*="thirdlevel"]>a:focus::before,
.navbar-nav li[class*="thirdlevel"].open>a::before,
.navbar-nav li[class*="thirdlevel"].open>a:hover::before,
.navbar-nav li[class*="thirdlevel"].open>a:focus::before,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a::before,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:hover::before,
.navbar-nav li[class*="thirdlevel"][class$="_over"]>a:focus::before {
	background-color: #016c76;
}

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

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

#headerpic,
#slider {
	overflow: hidden;
	position: relative;
}

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

@media (min-width: 576px) {
	body.index #headerpic .nivo-controlNav {
		bottom: 45px;
	}

	#headerpic .nivo-directionNav a {
		top: unset;
		bottom: 80px;
	}
}

@media (min-width: 576px) {
	#headerpic .slider-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	#headerpic {
		min-height: 400px;
		display: flex;
		align-items: end;
	}

	body.index #headerpic {
		min-height: clamp(400px, 62vw, 750px);
	}

	#slider {
		height: 100%;
		min-height: 100%;
	}
}

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

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

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

.slider-mask {
	display: none;
}

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

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

@media (min-width: 992px) {
	#bannerOverlay {
		position: absolute;
		pointer-events: none;
		bottom: 75px;
		left: 0;
		right: 0;
		z-index: 12;
	}
}

/* #region --------------------------------- scrollBottom -------------------------------------- */

#scrollBottom a {
	position: relative;
	font-size: 0;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff3d3;
	border-radius: 50%;
	border: none;
	pointer-events: auto;
	transition: all .2s ease-in;
}

#scrollBottom a:is(:hover, :focus) {
	background-color: #fff3d3;
}

#scrollBottom a::after,
#scrollBottom a::before {
	position: absolute;
	content: "";
}

#scrollBottom a::after {
	left: 17px;
	top: 20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-left: 3px solid #006d77;
	border-bottom: 3px solid #006d77;
	transform: rotate(-45deg);
	border-radius: 2px;
	transition: border 300ms linear;
}

#scrollBottom a::before {
	left: 50%;
	top: 10px;
	width: 3px;
	height: 20px;
	border-radius: 15px;
	background-color: #006d77;
	transform: translateX(-50%);
}


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

@media (min-width: 576px) {
	body.index #searchArea {
		background: linear-gradient(to right, #006d77, #006d77 50%, rgba(255, 255, 255, 0) 50%);
	}
}

@media (max-width: 991px) {
	body:not(.index) #searchArea {
		display: none;
	}
}

#searchBox {
	background: #ffffff;
	padding: 25px 0;
	box-shadow: 0 0px 40px 0px rgba(37, 37, 37, 0.3);
}

@media (min-width: 576px) {
	#searchBox {
		position: relative;
		z-index: 54;
		margin-top: -50px;
		padding-left: clamp(25px, 4vw, 40px);
		padding-right: clamp(25px, 4vw, 40px);
	}
}

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

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

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

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

#search_submit {
	width: 50px;
	flex-shrink: 0;
	background: url("../img/icon-lupe.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: #fff3d3;
}

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

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

.importantLinks a {
	font-size: 1rem;
	border-radius: 2px;
	display: inline-block;
	background: #fff3d3;
	color: #a84724;
	padding: 2px 6px;
}

.importantLinks a+a {
	margin-left: 4px;
}

/* #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: #006d77;
}

#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;
	text-decoration: none;
}

#topInfo .tab-text h2 {
	font-size: clamp(2.125rem, 4vw, 3.5rem);
}

#topInfo .tab-text h2 :is(i, em) {
	font-style: normal;
	font-size: clamp(1.875rem, 3vw, 2.5rem);
	display: block;
}

#topInfo .tab-text h2::after {
	content: "";
	display: block;
	width: 20px;
	height: 8px;
	background: #ffffff;
	margin: 20px auto;
}

@media (min-width: 992px) {
	#topInfo .tab-text h2::after {
		margin-right: 0;
	}
}

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

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

#topInfo .tab {
	background: #fff3d3;
	padding: clamp(30px, 3vw, 40px);
	min-height: 100%;
	height: 100%;
	position: relative;
}

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

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

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

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

.teaserText a,
#topInfo .tab_link_mehr a {
	background: #a84724;
	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;
	}
}

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

.teaserText a::after,
#topInfo .tab_link_mehr a::after {
	content: "\2192";
	font-weight: 400;
	position: relative;
	left: 0;
	margin-left: 4px;
	transition: left 200ms linear;
}

.teaserText a:is(:hover, :focus)::after,
#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, 4vw, 60px);
}

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

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

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

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 ----------------------------------------- */

#teaser {
	padding: clamp(40px, 9vw, 160px) 0 clamp(40px, 8vw, 100px) 0;
	position: relative;
	z-index: 10;
}

#teaser::after {
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 80px;
	background: #006d77;
	border-bottom-left-radius: 500px;
}

@media (min-width: 992px) {
	#teaser::after {
		top: 0;
		left: 50%;
		bottom: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 500px;
	}
}

#teaser .tabHeadline {
	color: #006d77;
}

#teaser .teaserInfo a {
	text-decoration: underline;
}

#teaserBox .tabHeadline {
	font-size: 1.625rem;
	color: #a84724;
}

@media (max-width: 991px) {

	#teaser .teaserInfo,
	#teaser .teaserInfo :is(.tabHeadline, a) {
		color: #ffffff;
	}

	#teaser .teaserInfo>* {
		background: #006d77;
	}
}

.teaserText .tabHeadline::after {
	content: "";
	display: block;
	width: 10px;
	height: 3px;
	background: #252525;
	margin: 10px auto 12px auto;
}

#teaserBox {
	background: #fff3d3;
	margin: 35px 0 0 0;
	box-shadow: 0 80px 40px -60px rgba(37, 37, 37, 0.3);
	overflow: hidden;
}

#teaserBox .teaserText {
	padding: clamp(30px, 4vw, 55px) 25px;
	font-weight: 300;
}

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

#teaserBox .teaserText a {
	margin-top: 15px;
	font-size: 0.875rem;
}

#teaserBox .banner {
	min-height: 200px;
	height: 100%;
}

#teaserBox .banner img {
	width: calc(100% + 30px);
	max-width: calc(100% + 30px);
	margin-left: -15px;
	height: 100%;
	object-fit: cover;
}

/* #endregion ---------------------------------- teaser ----------------------------------------- */

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

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

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

@media (min-width: 768px) {
	#footer>.row>*:nth-child(2) {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}
}

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

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

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

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

.shadowContainer {
	width: 100%;
}

#footer .shadow {
	box-shadow: 0 30px 50px -30px rgba(37, 37, 37, 0.3);
	background: #fff;
	padding: 20px;
}

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

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

#vernetzt strong {
	color: #a84724;
	font-weight: 600;
}

#vernetzt span span {
	display: block;
}

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

#innerfooter {
	font-size: 1rem;
	padding: clamp(30px, 3vw, 40px) 0;
}

@media (min-width: 992px) {
	#innerfooter {
		background: url("../img/footer-zierlement.jpg") left calc(50% - 90px) center no-repeat;
	}
}

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

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

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

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

#innerfooter ul a {
	color: inherit;
}

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

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