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

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

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

a {
	color: #006894;
}

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

b,
strong {
	font-weight: 600;
}

.row,
.compact,
._op-container .container {
	max-width: 1600px;
	width: 100%;
}

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

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

#logo {
	display: inline-block;
	padding-top: 15px;
}

#logo img {
	display: block;
}

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

@media (min-width: 991px) {
	.is-sticky #logo {
		max-width: 200px;
	}
}

@media (max-width: 575px) {
	#logo img {
		max-width: 140px;
	}
}

.contrast_dark #logo img {
	background-color: #fff;
}

#optionsbar {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 12px 0;
}

#optionsbar::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -360px;
	height: 100%;
	width: 50%;
	background: #fff;
	z-index: -1;
}

#style span,
#contrast_style span {
	font-size: clamp(16px, 2vw, 22px);
	color: #000000;
	padding-right: 10px;
}

#contrast_style,
#style {
	margin-right: 30px;
}

/* ------------------------------------------- language ------------------------------------------- */

.flexOp {
	flex-wrap: wrap;
}

#language a[title*="Leichte Sprache"] {
	text-align: center;
}

@media (max-width: 991px) {
	.langGeb,
	#language a[title*="Leichte Sprache"] {
		text-align: center;
	}

	.flexOp {
		padding: 20px 0 10px 0;
	}
}

.langGeb a,
#language a {
	color: #010101;
	font-weight: 400;
	position: relative;
}

.langGeb a,
#language a {
	font-size: 0.9375rem;
}

.langGeb a {
	display: block;
}

@media (max-width: 575px) {
	#infoBar > .row > div:nth-child(1),
	.flexOp {
		flex-wrap: wrap;
	}

	#search1 {
		margin-top: 10px;
	}
}

.langGeb a:hover,
.langGeb a:focus,
#language a:hover,
#language a:focus {
	color: #010180;
	text-decoration: underline;
}

#language img {
	display: block;
	margin: 0 auto;
}

@media (max-width: 575px) {
	#language {
		margin-top: 10px;
	}

	#language img {
		max-width: 40px;
		width: 100%;
	}

	#language span {
		hyphens: auto;
	}
}

#language > .row > *:nth-child(2) a::after {
	background: url(../img/icon-einfache-sprache.png) no-repeat center;
}

@media (max-width: 992px) {
	#language a::after {
		width: 30px;
		height: 30px;
		background-size: contain !important;
	}

	.langGeb a,
	#language a {
		min-height: 35px;
	}

	.langGeb a {
		margin-left: 0;
	}
}

@media (max-width: 381px) {
	.langGeb a {
		margin-top: 15px;
	}
}

@media (min-width: 992px) {
	.langGeb,
	#language {
		margin-bottom: 30px;
	}
}

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

@media (max-width: 575px) {
	#contrast_style {
		margin-right: 0px;
		margin-bottom: 10px;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	#style button {
		font-size: 21px;
		background: transparent;
		padding: 0;
		border: none;
		color: #000000;
		display: inline-block;
		font-weight: 400;
		text-align: center;
		position: relative;
		line-height: 1;
		-webkit-transition: color 150ms linear;
		-moz-transition: color 150ms linear;
		-ms-transition: color 150ms linear;
		-o-transition: color 150ms linear;
		transition: color 150ms linear;
	}

	#style button + button {
		margin-left: 8px;
		padding-left: 8px;
		border-left: 1px solid #000;
	}

	#style button:hover {
		text-decoration: underline;
	}

	#style button:focus-visible {
		outline: 2px auto;
	}
}

#contrast_style button {
	color: #000000;
	padding: 0;
	font-family: "DM Sans", sans-serif;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-weight: 400;
	text-align: center;
	background: #ffffff;
	position: relative;
	z-index: 1;
	border: none;
	background: transparent;
	font-size: 0;
}

#contrast_style button img {
	display: block;
}

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

#search {
	height: 1rem;
	background: #ffffff;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #000;
	height: 100%;
}

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

#search_submit {
	width: 33px;
	background: url("../img/icon_suchen.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	transition: background-color 300ms linear;
}

#search_input::placeholder {
	color: color-mix(in srgb, #000 100%, transparent) !important;
}

#search_input::-ms-input-placeholder {
	color: #000 !important;
}

#search_input::-webkit-input-placeholder {
	color: #000 !important;
}

#search_input::-moz-placeholder {
	opacity: 1;
}

#search_input:-moz-placeholder {
	opacity: 1;
}

#language span {
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
}

#language a:hover,
#language a:focus {
	outline: 2px auto;
}

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

.tabLogo a,
.tabLogo {
	color: #006609;
	text-decoration: none;
}

.tabLogo {
	line-height: 1.2;
	font-size: clamp(1rem, 1vw, 1.125rem);
}

#menu {
	position: relative;
	z-index: 100;
	background-color: #ffffff;
}

.is-sticky #menu {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
}

/* burgermenu for tablet */

@media (max-width: 991px) {
	#menu {
		padding: 10px 0;
		position: relative !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: #006609;
		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: #006609;
		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) {
	#myNavbar {
		position: relative;
	}

	#myNavbar::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -360px;
		height: 100%;
		width: 50%;
		background: #006609;
		z-index: -1;
	}

	nav.horizontally .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		flex-wrap: wrap;
		border-top-left-radius: 45px;
		border-bottom-left-radius: 45px;
		background-color: #006609;
	}

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

	/* Fade in Hover Start */
	.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;
		border-radius: 20px;
	}

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

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

.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 400;
	text-align: left;
	padding: 15px 35px 15px 15px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

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

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li:first-child > a {
		border-top-left-radius: 45px;
		border-bottom-left-radius: 45px;
	}

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

	.is-sticky .navbar-default .navbar-nav > li > a {
		padding: 28px 5px;
	}
}

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

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

.navbar-nav > li:focus-within > a {
	background-color: #99cc33;
	color: #000;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

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

#subnavigation-portal {
	padding-left: 0;
	padding-right: 0;
}

.secondandthird-wrapper ul {
	border: 1px solid #ebebeb;
}

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

	.navbar-default .navbar-nav > li > .dropdown-menu {
		left: 0;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		margin-top: 20px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		margin-top: -15px;
		border-radius: 4px;
		margin-left: 15px;
	}

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

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

	.secondandthird-only > li {
		position: relative;
	}

	.secondandthird-only > li .dropdown-toggle-button-wrapper2 {
		display: block;
		position: absolute;
		top: 3px;
		pointer-events: all;
	}

	.secondandthird-only > li .dropdown-toggle-button {
		background: transparent;
	}

	.secondandthird-only > li .dropdown-toggle-button::after,
	.secondandthird-only > li .dropdown-toggle-button::before {
		background: #006609 !important;
	}

	.secondandthird-only > li:hover .dropdown-toggle-button::after,
	.secondandthird-only > li:focus .dropdown-toggle-button::after,
	.secondandthird-only > li:hover .dropdown-toggle-button::before,
	.secondandthird-only > li:focus .dropdown-toggle-button::before,
	.secondandthird-only > li.open .dropdown-toggle-button::after,
	.secondandthird-only > li.open .dropdown-toggle-button::before,
	.secondandthird-only > li[class$="_over"] .dropdown-toggle-button::before,
	.secondandthird-only > li[class$="_over"] .dropdown-toggle-button::after {
		background: #006609 !important;
	}
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a,
.secondandthird-only > li > a,
.secondandthird-only > li > .dropdown-menu > li > a {
	background: #ffffff;
	font-weight: normal;
	text-align: left;
	padding: 10px 18px;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
	color: #444444;
	font-weight: 400;
}

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

@media (min-width: 576px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a,
	.secondandthird-only > li > a,
	.secondandthird-only > li > .dropdown-menu > li > a {
		text-align: center;
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a,
	.secondandthird-only > li > .dropdown-menu > li > a {
		padding: 10px 18px 10px 30px;
	}
}

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

.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,
.secondandthird-only > li:hover > a,
.secondandthird-only > li:focus > a,
.secondandthird-only > li > a:hover,
.secondandthird-only > li > a:focus,
.secondandthird-only > li.open > a,
.secondandthird-only > li.open > a:hover,
.secondandthird-only > li.open > a:focus,
.secondandthird-only > li[class$="_over"] > a,
.secondandthird-only > li[class$="_over"] > a:hover,
.secondandthird-only > li[class$="_over"] > a:focus {
	background: #99cc33;
	color: #000;
}

.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,
.secondandthird-only > li > .dropdown-menu > li:hover > a,
.secondandthird-only > li > .dropdown-menu > li:focus > a,
.secondandthird-only > li > .dropdown-menu > li > a:hover,
.secondandthird-only > li > .dropdown-menu > li > a:focus,
.secondandthird-only > li > .dropdown-menu > li.open > a,
.secondandthird-only > li > .dropdown-menu > li.open > a:hover,
.secondandthird-only > li > .dropdown-menu > li.open > a:focus,
.secondandthird-only > li > .dropdown-menu > li[class$="_over"] > a,
.secondandthird-only > li > .dropdown-menu > li[class$="_over"] > a:hover,
.secondandthird-only > li > .dropdown-menu > li[class$="_over"] > a:focus {
	background: #99cc33;
	color: #000;
}

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

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

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

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

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

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

	#headerBox {
		position: relative;
		background: url("../img/confetti.png") left center no-repeat;
	}
}

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

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

.slider-mask {
	display: none;
}

/* -------------------------------------------- 3nw news--------------------------------------------- */

#news {
	padding-bottom: 83px;
	padding-top: 55px;
	font-size: 1rem;
}

#news .vorschau {
	display: none;
}

@media (max-width: 991px) {
	#news {
		padding-top: 25px;
		padding-bottom: 0;
	}

	#news > .row > div + div {
		margin-top: 40px;
	}
}

@media (min-width: 768px) {
	#news > .row > div:last-child {
		padding-top: 60px;
	}
}

#news .headline {
	margin-bottom: 30px;
	color: #444444;
	font-size: 1.875rem;
	font-style: italic;
}

#news .tab_link_title a {
	color: #444444;
	font-size: 18px;
}

#news .tab_link_mandat a {
	color: inherit;
}

@media (min-width: 992px) {
	#news .tab_link_mandat a,
	#news .tab_date,
	#news .vorschau {
		font-size: 1rem;
	}
}

#news .tab_link_entry + .tab_link_entry {
	margin-top: 15px;
	padding-top: 15px;
}

@media (min-width: 992px) {
	#news .tab_link_entry + .tab_link_entry {
		margin-top: 25px;
		padding-top: 25px;
	}
}

#news .tab_spacer {
	display: none;
}

#news .tab_link_mehr {
	margin-top: 15px;
}

#news .tab_link_entry {
	position: relative;
	margin-left: 260px;
	min-height: 140px;
	border-bottom: none !important;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

#news .tab_link_title a {
	display: block;
}

#news .tab_link_title a::after {
	content: "";
	background: #e3e3e3 url("../img/deko-aktuelles.jpg") no-repeat center / cover;
}

#news .tab_preview_picture {
	background: #ffffff;
}

#news .tab_link_title a::after,
#news .tab_preview_picture {
	display: block;
	width: 230px;
	height: 100%;
	position: absolute;
	left: -260px;
	top: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	#news .tab_link_entry {
		margin-left: 0px;
		padding-top: 185px !important;
	}

	#news .tab_link_title a::after,
	#news .tab_preview_picture {
		display: block;
		width: 100%;
		height: 170px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0px;
		right: 0px;
		overflow: hidden;
	}
}

#news .tab_preview_picture img {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#news .tab_link_entry > div:nth-last-child(2) {
	display: none;
}

#news .tab_date {
	position: absolute;
	left: -260px;
	bottom: 0;
	z-index: 55;
	color: #ffffff;
	padding: 4px 20px;
	font-size: 0.75rem;
}

.tab_link_entry:nth-child(3n + 1) .tab_date {
	background-color: #0072a3;
}

.tab_link_entry:nth-child(3n + 2) .tab_date {
	background-color: #8a6700;
}

.tab_link_entry:nth-child(3n + 3) .tab_date {
	background-color: #117635;
}

@media (min-width: 992px) and (max-width: 1199px) {
	#news .tab_link_title a::after,
	#news .tab_preview_picture {
		display: block;
		width: 140px;
		height: 100%;
		position: absolute;
		left: -160px;
		top: 0;
		overflow: hidden;
	}

	#news .tab_date {
		left: -160px;
	}

	#news .tab_link_entry {
		margin-left: 160px;
		min-height: 100px;
	}
}

/* ----------------------------------------- news button ---------------------------------------- */

#news .tab_link_mehr a {
	background: #0072a3;
	font-weight: 400;
	color: #ffffff;
	padding: 8px 20px 8px 20px;
	position: relative;
	text-decoration: none;
	display: inline-block;
	border-radius: 30px;
}

#news .tab_link_mehr a:hover,
#news .tab_link_mehr a:focus {
	color: #000000;
	background: #99cc33;
}

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

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

main {
	padding-bottom: clamp(30px, 4vw, 60px);
}

/* ------------------------------------------- tabProjekte ------------------------------------------ */

#tabProjekte {
	padding-top: clamp(30px, 4vw, 60px);
}

#tabProjekte .tabHeadline {
	color: #0072a3;
	font-weight: 600;
	font-size: 1.75rem;
}

#tabProjekte a:not(.has-image) {
	text-decoration: underline;
}

#tabProjekte img {
	height: 150px;
	object-fit: scale-down;
	object-position: center;
}

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------- @5f footer ----------------------------------------------- */

#f5 {
	position: relative;
	z-index: 1;
	margin-bottom: -40px;
}

@media (min-width: 992px) {
	#f5::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		width: 50%;
		background: #0072a3;
		z-index: -1;
	}
}

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

@media (max-width: 767px) {
	#innerfooter {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

#innerfooter {
	background: #0072a3;
	border-top-left-radius: 45px;
	border-bottom-left-radius: 45px;
}

#innerfooter ul {
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#innerfooter ul {
		padding: 25px 15px;
	}
}

#innerfooter li {
	display: inline-block;
}

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

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

#innerfooter li + li::before {
	content: "•";
	margin: 0 6px;
	color: #ffffff;
}

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

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

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

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

#vernetzt {
	gap: 12px;
	text-align: right;
	font-size: 0.9375rem;
	color: #444444;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

#contact {
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0px 60px 0px;
}

.bgRow {
	background-color: #fff;
	padding: 50px 15px;
	max-width: 1300px;
	margin: 0 auto;
	font-size: 1.125rem;
	row-gap: 30px;
}

@media (max-width: 575px) {
	.bgRow {
		padding: 35px 15px 30px 15px;
	}
}

.bgRow .tabHeadline {
	font-size: clamp(1.25rem, 3vw, 1.625rem);
	font-weight: 400;
	position: relative;
	padding-left: 60px;
}

.bgRow .tabHeadline::before {
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	left: 0;
	height: 45px;
	width: 45px;
	border-radius: 50%;
}

.bgRow .tab1 .tabHeadline::before {
	background:
		url("../img/location-icon.png") center no-repeat,
		#99cc33;
}

.bgRow .tab2 .tabHeadline::before {
	background:
		url("../img/mail-icon.png") center no-repeat,
		#ffcc33;
}
