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

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

body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #1a1a1a;
	background: #ffffff;
	font-size: 1rem;
	/* 1rem = 16px */
	line-height: 1.5;
}

a {
	color: #647623;
}

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

#content a,
b,
strong {
	font-weight: 700;
}

@media (min-width: 1200px) {
	.row {
		max-width: 1440px;
		width: 100%;
	}
}

#overflow {
	overflow: hidden;
}

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

/* 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: #1a1a1a;
	font-size: 1.6875rem;
	text-align: center;
	align-content: center;
	line-height: 1.1;
	font-family: "Alkatra", system-ui;
}

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

.logoText br {
	display: none;
}

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

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

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

#topbar {
	background: #c2e54b;
	padding-block: 8px;
}

#topbar>.row>* {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* ------------------------------------- contrast + styler -------------------------------------- */

:is(#contrast_style, #style) h2 {
	font-size: 1rem;
	font-weight: inherit;
	color: inherit;
	width: auto;
	font-family: inherit;
	margin: 0 10px 0 0;
}

#bfElements {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

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

#contrast_style {
	line-height: 0;
}

#contrast_style button {
	padding: 5px 2px;
	border: none;
	background: transparent;
	display: inline-block;
}

#contrast_style button img {
	outline: 5px solid transparent;
	border-radius: 100vw;
	transition: outline 300ms;
	outline-offset: -2px;
}

#contrast_style button:is(:hover, :focus) img {
	outline-color: #647623;
}

#contrast_style button+button {
	margin-left: 5px;
}

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

#style button {
	border: none;
	color: #ffffff;
	display: inline-block;
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
	font-weight: 400;
	text-align: center;
	background-color: #647623;
	position: relative;
	padding: 0;
}

#style button+button {
	margin-left: 8px;
}

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

/* ------------------------------------------- suche ------------------------------------------- */

#search {
	height: 2.0625rem;
	background: #e9e9e9;
	display: inline-block;
	position: relative;
	border-radius: 100vw;
	width: 15.625rem;
	flex-shrink: 0;
	margin-left: 15px;
	overflow: hidden;
}

#search_input {
	color: #1a1a1a;
	font-size: 1.125rem;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 2.0625rem;
	padding-left: 20px;
	padding-right: 2.6875rem;
	height: 2.0625rem;
	width: 100%;
}

#search_submit {
	width: 2.0625rem;
	background: #d9d9d9 url("../img/Lupe.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: 2.0625rem;
	border-radius: 100vw;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

#search_submit:hover {
	background-color: #fff;
}

#search_input::-ms-input-placeholder {
	color: #1a1a1a !important;
	opacity: 1;
}

#search_input::-webkit-input-placeholder {
	color: #1a1a1a !important;
	opacity: 1;
}

#search_input::-moz-placeholder {
	color: #1a1a1a !important;
	opacity: 1;
}

#search_input:-moz-placeholder {
	color: #1a1a1a !important;
	opacity: 1;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	#burgerButton {
		font-size: 0;
		border: none !important;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background-color: #ffffff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		background-color: #647623;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		transition: transform 200ms linear, opacity 200ms linear;
	}

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

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

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

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButton::before {
		top: 24px;
		content: "";
	}

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

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

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #fff;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		overflow-y: auto;
		transition: left 300ms linear, opacity 300ms linear, box-shadow 600ms linear;
		box-shadow: 250px 0 50vw 50vw rgba(255, 255, 255, 0);
	}

	.navbar-collapse:is([aria-expanded="true"], .in) {
		left: 0;
		opacity: 1;
		pointer-events: auto;
		visibility: visible;
		box-shadow: 250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
	}

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

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

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

/* menu desktop */

@media (min-width: 992px) {
	#sticky-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	nav.horizontally {
		background-color: rgba(255, 255, 255, 0.9);
		transition: background 300ms, outline-color 300ms;
		padding: 10px 0;
		outline: 2px solid transparent;
	}

	.is-sticky nav.horizontally {
		background-color: rgba(255, 255, 255, 1);
		outline-color: #c2e54b;
	}

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

	nav.horizontally .navbar-nav {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: clamp(30px, 4vw, 60px);
	}

    nav.horizontally .navbar-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: block !important;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: opacity 300ms linear;
    }

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

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

    nav.horizontally .navbar-nav li:is(.open:focus-within, :hover)>ul,
    nav.horizontally .navbar-nav li[class*="secondlevel"]>ul[style*="block"] {
        pointer-events: auto !important;
        opacity: 1 !important;
        visibility: visible;
    }
    
    nav.horizontally .navbar-nav li:is(:hover, :focus-within)>ul {
        z-index: 1003;
    }
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #1a1a1a;
	font-weight: 400;
	text-align: left;
	padding: 10px 15px;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
}

nav.horizontally a[class*="toplevel"]::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	transform: translate(-100%, -50%);
	background: url(../img/hover_v2.png);
	width: 34px;
	height: 38px;
	opacity: 0;
	transition: opacity 300ms;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="toplevel"].dropdown-toggle {
		padding-right: 35px;
	}
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 10px 0;
		text-align: center;
	}
}

/* toplevel-over */

nav.horizontally li[class*="toplevel"]:is(:hover, :focus-within)>a::after,
nav.horizontally li[class*="toplevel"]>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"].open>a::after,
nav.horizontally li[class*="toplevel"].open>a:is(:hover, :focus)::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a::after,
nav.horizontally li[class*="toplevel"][class*="_over"]>a:is(:hover, :focus)::after {
	opacity: 1;
}

/* secondlevel + thirdlevel dropdown-box */

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

@media (max-width: 991px) {
	nav.horizontally [class*="toplevel"] ul {
		margin: 10px;
	}
}

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

	nav.horizontally [class*="toplevel"]>ul {
		margin-top: 20px;
		left: -40px;
	}

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

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

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

	nav.horizontally [class*="secondlevel"]>ul::before {
		width: 10px;
		top: 0;
		bottom: 0;
		left: -10px;
	}
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	background-color: transparent;
	color: #1a1a1a;
	font-weight: 400;
	text-align: left;
	padding: 8px 30px;
	position: relative;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (max-width: 991px) {
	nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
		padding-right: 35px;
	}
}

/* secondlevel + thirdlevel over */

nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]):is(:hover, :focus-within)>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"]).open>a:is(:hover, :focus),
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a,
nav.horizontally li:is([class*="secondlevel"], [class*="thirdlevel"])[class*="_over"]>a:is(:hover, :focus) {
	background-color: #dcf099;
}

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

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

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

@media (min-width: 992px) {
	body.index #slider {
		max-height: clamp(500px, 74vw, 774px);
	}

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

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

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

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

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

.slider-mask {
	display: none;
}

@media (min-width: 768px) {
	.slider-mask {
		display: block;
		background: url('../img/slider-mask.png') bottom center no-repeat;
	}
}

/* ----------------------------------------- bannerOverlay -------------------------------------- */

#bannerOverlay .tab {
	padding: 30px;
	background: rgba(255, 255, 255, 0.85);
	font-size: 1.5625rem;
	border-radius: 42px;
}

#bannerOverlay .tabHeadline {
	font-size: clamp(1.75rem, 4vw, 3.125rem);
}

@media (min-width: 992px) {
	#bannerOverlay {
		position: absolute;
		bottom: 70px;
		pointer-events: none;
		z-index: 20;
		width: 100%;
	}

	#bannerOverlay .tab {
		pointer-events: all;
	}
}

/* --------------------------------------------- links ------------------------------------------ */

#links {
	padding: 20px 0;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}

#links>.row {
	row-gap: 15px;
}

#links :is(h1, h2, h3, h4, h5, h6, .linkHeadline) {
	font-size: 1.875rem;
	margin: 0;
}

@media (min-width: 1200px) {
	#links :is(h1, h2, h3, h4, h5, h6, .linkHeadline) {
		padding-right: 200px;
	}
}

#links a {
	font-size: 1.375rem;
	color: #1a1a1a;
	padding: 20px;
	padding-top: 80px;
	background: #fff url(../img/danger.png);
	background-repeat: no-repeat;
	background-position: center top 20px;
	border: 1px solid #cfcfcf;
	display: inline-block;
	border-radius: 20px;
	text-align: center;
	width: 100%;
	hyphens: auto;
	transition: border-color 300ms, background 300ms;
}

#links a.contrast_light_font {
	color: #000 !important;
}

@media (min-width: 576px) {
	#links a {
		width: calc((100% - 30px) / 2);
	}
}

@media (min-width: 992px) {
	#links a {
		width: calc((100% - 90px) / 4);
	}
}

#links a:is(:hover, :focus) {
	text-decoration: none;
	background-color: #c2e54b;
	border-color: #c2e54b;
}

#links a+a {
	margin-top: 20px;
}

@media (min-width: 992px) {
	#links a+a {
		margin: 0 0 0 20px;
	}
}

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

main {
	background-position: bottom center;
	background-size: contain;
}

#content {
	row-gap: 30px;
	text-align: left;
	padding-top: clamp(40px, 7vw, 70px);
	padding-bottom: clamp(40px, 7vw, 90px);
}

@media (min-width: 1200px) {
	#content {
		background: url("../img/Logo-wasserzeichen.png") bottom -50px right -50px no-repeat;
	}
}

.content-tab {
	padding: 30px;
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
	.content-tab {
		max-width: 270px;
		margin-left: auto;
	}
}

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

.h4link a:is(:link, :hover, :focus, :visited),
h6,
h5,
h4,
h3,
h2,
h1 {
	color: #1a1a1a;
	font-weight: 400;
	line-height: 1.2;
	font-family: "Alkatra", system-ui;
}

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

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

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

h4,
.h4,
.h4link a:is(:link, :hover, :focus, :visited) .legacy_h4 {
	font-size: clamp(25px, 2.5vw, 1.6875rem);
}

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

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

/* Tab full Link -------------------------------------------------------- */

#tabsImg {
	background: #fff;
	padding-top: clamp(30px, 3vw, 45px);
	padding-bottom: clamp(30px, 3vw, 40px);
}

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

#tabsImg .tab {
	position: relative;
	isolation: isolate;
	height: 100%;
	min-height: 330px;
	background-position: center;
	background-size: cover;
	border-radius: 30px;
}

#tabsImg .tabHeadline {
	position: absolute;
	bottom: 0;
	background: #c2e54b;
	margin: 0;
	padding: 20px;
	z-index: -1;
	border-radius: 0 0 20px 20px;
	hyphens: auto;
}

#tabsImg .tabContent {
	align-content: center;
	padding: 30px;
	height: 100%;
	transform: scale(0.5);
	transition: transform 300ms, opacity 300ms;
	opacity: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

#tabsImg .tabContent p {
	z-index: 4;
	position: relative;
}

#tabsImg .tab a {
	position: relative;
	z-index: 3;
}

#tabsImg .tab .template-page {
	color: #1a1a1a;
}

#tabsImg .tab .template-page,
#tabsImg .tab :is(h1, h2, h3, h4, h5, h6) {
	pointer-events: none;
}

#tabsImg .tab a {
	pointer-events: all;
	outline: 1px solid #1a1a1a;
	display: inline-block;
	text-decoration: none;
	color: #1a1a1a;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 0.875rem;
	margin-top: 20px;
	transition: background 300ms, color 300ms;
}

#tabsImg .tab a:is(:hover, :focus, :focus-visible, :focus-within) {
	background: #1a1a1a;
	color: #fff;
}

#tabsImg .tab p:last-of-type a:last-of-type {
	font-size: 0;
}

#tabsImg .tab p:last-of-type a:last-of-type {
	color: inherit;
	font-size: 0;
	text-decoration: none;
	z-index: 2;
	position: absolute;
	inset: 0;
	outline: none;
	margin: 0;
	background: transparent !important;
}

#tabsImg .tab .template-page>.row,
#tabsImg .tab .template-page>.row>div,
#tabsImg .tab p:has(a),
#tabsImg#tabsImg .tab p:has(img) {
	position: static;
}

#tabsImg .tab p:last-of-type a:last-of-type::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
}

#tabsImg .tab img {
	position: absolute;
	inset: 0;
	line-height: 0;
	object-position: center;
	object-fit: cover;
	z-index: -1;
	height: 100%;
	width: 100%;
}

#tabsImg .tab p:last-of-type a:last-of-type::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #c2e54b 160px);
	transition: opacity 300ms;
	opacity: 0;
}

#tabsImg .tab:is(:hover, :focus, :focus-visible, :focus-within) p:last-of-type a:last-of-type::after {
	opacity: 1;
}

#tabsImg .tab:is(:focus-within, :focus-visible) p:last-of-type a:last-of-type::after {
	outline: 2px solid #a60008;
}

#tabsImg .tab:is(:hover, :focus, :focus-visible, :focus-within) .tabContent {
	transform: scale(1);
	opacity: 1;
}

#tabsImg .tab img {
	position: absolute;
	inset: 0;
	line-height: 0;
	object-position: center;
	object-fit: cover;
	z-index: -1;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: opacity 300ms;
}

/* Tab full Link -------------------------------------------------------- */

/* ------------------------------------------------ quickBox ----------------------------------------------- */

#quickBox {
	padding-top: 30px;
	padding-bottom: clamp(30px, 3vw, 40px);
}

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

#quickBox .tabButtons a {
	color: #1a1a1a;
	font-weight: 700;
	min-height: 105px;
	padding: 30px 50px 30px 140px;
	background: #c2e54b;
	position: relative;
	display: block;
	text-decoration-color: transparent;
	align-content: center;
	font-size: clamp(1.25rem, 2vw, 1.6875rem);
	transform: scale(1);
	transition: text-decoration-color 300ms, transform 300ms;
	hyphens: auto;
	line-height: 1.1;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

#quickBox .tabButtons a.contrast_dark_font {
	color: #000 !important;
	outline: 1px solid #000;
}

#quickBox .tabButtons a.contrast_light_font {
	color: #000 !important;
}

#quickBox .content,
#quickBox .content .tiny_p {
	height: 100%;
}

#quickBox .tabButtons img {
	background-color: #647623;
	position: absolute;
	inset: 0 auto 0 0;
	height: 100% !important;
	object-fit: none;
	object-position: center;
	width: 116px;
}

#quickBox .tabButtons a:is(:hover, :focus) {
	transform: scale(1.05);
}

/* ----------------------------------------------- @19ev events -------------------------------------------- */

#ev19 {
	position: relative;
	padding-top: 90px;
	padding-bottom: 60px;
}

@media (max-width: 991px) {
	#ev19 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

#ev19>.row::before {
	content: "";
	position: absolute;
	left: 0;
	top: -92px;
	width: 470px;
	height: 470px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

@media (max-width: 1199px) {
	#ev19>.row::before {
		width: 370px;
		height: 370px;
	}
}

@media (max-width: 767px) {
	#ev19>.row::before {
		bottom: -92px;
		top: unset;
	}
}

#ev19 .ev19Box {
	position: relative;
}

#ev19 .tab_link {
	position: relative;
}

@media (min-width: 992px) {
	#ev19 .tab_link::after {
		content: "";
		top: 50%;
		transform: translate(100%, -50%);
		right: -30px;
		position: absolute;
		max-height: 130%;
		background: url(../img/wasserzeichen-wappen.png);
		width: 494px;
		height: 370px;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

#eventsHeadline {
	position: relative;
	font-size: clamp(2.5rem, 5vw, 4.0625rem);
	line-height: 0.8;
	margin: 0 0 -3px 0;
}

#EventsDekoHeadline {
	position: relative;
	font-family: inherit;
	font-weight: 400;
	font-size: clamp(1.5rem, 2vw, 1.75rem);
	margin-bottom: 5px;
}

#eventsBox {
	padding: 40px 0 0 0;
}

@media (max-width: 991px) {
	#eventsBox {
		margin-top: -2px;
	}
}

#eventsKalender #clr-events-hide,
#eventsKalender .tab_link_mehr {
	display: none;
	height: 0;
}

#eventsKalender .eventclndr-tab {
	margin-bottom: 0;
	margin-top: 16px;
}

@media (max-width: 767px) {
	#eventsKalender .eventclndr-tab {
		margin-top: 0;
		margin-bottom: 15px;
	}
}

#eventsList {
	position: relative;
	color: #1a1a1a;
	font-size: clamp(1rem, 2vw, 1.125rem);
}

#eventsList .tab_spacer {
	height: 0;
	display: none;
}

#eventsList .tab_link_entries {
	display: grid;
	gap: clamp(20px, 2vw, 30px);
}

#eventsList .tab_link_title a {
	color: #1a1a1a;
	font-weight: 700;
}

#eventsList .tab_link_mandat a {
	color: #1a1a1a;
}

#eventsList .tab_link_mehr {
	font-size: 0;
	position: relative;
	text-align: left !important;
}

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

#nw1 {
	padding-top: 30px;
	padding-bottom: 60px;
}

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

#nw1 .tab {
	border: 1px solid #cfcfcf;
	padding: 30px;
	overflow: hidden;
	border-radius: 20px;
	background-color: #fff;
}

#nw1 .tabHeadline {
	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%;
	border-radius: 20px;
	padding: 160px 30px 30px 30px;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.15) !important;
	hyphens: auto;
}

#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;
	border-radius: 20px 20px 0 0;
}

#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: 700;
	color: #ffffff;
	font-size: 0.75rem;
	padding: 6px 20px;
	background: #647623;
	border-radius: 0 3px 3px 0;
}

#nw1 .tab_link_title a {
	display: block;
	font-weight: 700;
	font-size: 1rem;
	color: #1a1a1a;
	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 ------------------------------------------- */

#eventsList .tab_link_mehr a,
.buttonStyle a {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 10px;
	background: #647623;
	margin-top: 20px;
	transition: background 300ms linear, color 300ms linear;
}

@media (min-width: 768px) {

	#eventsList .tab_link_mehr a+a,
	.buttonStyle a+a {
		margin-left: 12px;
	}
}

#eventsList .tab_link_mehr a:hover,
#eventsList .tab_link_mehr a:focus,
.buttonStyle a:hover,
.buttonStyle a:focus {
	color: #1a1a1a;
	background: #c2e54b;
}

.content-tab.buttonStyle a::after {
	content: "\00BB";
	margin-left: 5px;
}

/* --------------------------------------------- contact ---------------------------------------- */

.contact a {
	color: #1a1a1a;
	text-decoration: underline;
}

.contact :is(h1, h2, h3, h4, h5, h6) {
	color: #1a1a1a;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	margin: 0;
}

.contact .btgrid>.row {
	align-items: center;
	align-content: center;
}

/* ---------------------------------------------- footer ---------------------------------------- */

#footer {
	background: #c2e54b;
	color: #1a1a1a;
	padding: 26px 0;
}

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

#footer .innerfooter ul {
	padding: 0;
}

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

	.innerfooter li+li::before {
		content: "•";
		margin: 0 clamp(15px, 1.5vw, 20px);
	}
}

.innerfooter a {
	color: #1a1a1a;
	text-decoration: none;
}

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

@media (min-width: 992px) {
	.innerfooter a {
		color: inherit;
	}

	.innerfooter a:is(:hover, :focus) {
		color: #647623;
	}
}

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

#vernetzt {
	gap: 10px;
	text-align: left;
	font-size: 0.9375rem;
	color: #1a1a1a;
	line-height: 1.4;
	text-decoration: none;
}

#vernetzt strong {
	font-weight: inherit;
}

#vernetzt span span {
	display: block;
}

/* ---------------------------------------------- maps ------------------------------------------ */

#maps .row,
#maps .row>div {
	margin: 0;
	padding: 0;
}

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

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

form [id^="search_input"].contrast_light_font {
	background-color: #ffffff !important;
}



/* --------------------------------------------- innerfooter -------------------------------------------- */
#innerfooter {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #c2e54b;
}

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

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

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

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

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

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