@import url("https://fonts.verwaltungsportal.de/import/?family=Catamaran:400,400i,600,600i");
@import url("https://fonts.verwaltungsportal.de/import/?family=Sniglet:400,400i");

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

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

a {
	color: #1b6239;
}

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

b,
strong {
	font-weight: 600;
}

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

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

#logo {
	display: inline-block;
}

#logo img {
	display: block;
	padding: 28px 41px 27px 41px;
	background: #ffffff;
	box-shadow: 0px 0px 32px 0px rgba(23, 23, 23, 0.27);
}

@media (min-width: 992px) {
	#logo {
		position: absolute;
		left: 30px;
	}

	#logo img {
		transition: all 300ms linear;
	border: 6px solid #1b6239;
	border-top: none;
	}

	.is-sticky #logo img {
		max-width: 220px;
		padding: 13px 19px;
	}
}

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

#smallLogo {
	background: #fff;
}

@media (max-width: 991px) {
   #smallLogo{
      width: fit-content;
      margin: 15px 0;
      
   }
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	nav.horizontally {
		position: static !important;
		background: #1b6239;
	}

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

	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		background-color: #1b6239;
		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: #1b6239;
		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: 8px;
	}

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

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		background: #1b6239;
		box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	}

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

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

	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: #ffffff;
	font-weight: 400;
	font-family: "Sniglet", cursive;
	text-align: left;
	padding: 10px 15px;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
}

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

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

@media (min-width: 992px) {
	nav.horizontally li[class*="toplevel"] + li {
		margin-left: 5px;
	}

	nav.horizontally a[class*="toplevel"] {
		padding: 37px 15px;
		text-align: center;
	}
}

@media (min-width: 1200px) {
	nav.horizontally a[class*="toplevel"] {
		font-size: 1.375rem;
	}
}

/* toplevel-over */

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

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	background: #ffffff;
	border: 1px solid #1b6239;
}

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

	nav.horizontally [class*="secondlevel"] > ul {
		padding-left: 10px;
	}
}

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

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

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

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

	nav.horizontally [class*="secondlevel"] > ul {
		margin-top: -18px;
		margin-left: 15px;
	}

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

/* secondlevel + thirdlevel */

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

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

@media (min-width: 992px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
		padding: 7px 20px 7px 30px;
		font-size: 1.125rem;
	}
}

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 13px;
	background: #1b6239;
	opacity: 0;
	transition: opacity 300ms linear;
}

@media (min-width: 992px) {
	nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"])::before {
		left: 15px;
	}
}

/* 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) {
	color: #1b6239;
}

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

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

/* ------------------------------------------ optionsbar ---------------------------------------- */

#optionsBar {
	background: #1b6239;
	padding: 15px 30px;
	max-width: 1010px;
	margin: 0 auto;
	box-shadow: 0px 6px 20px 0px rgba(23, 23, 23, 0.1);
}

@media (min-width: 992px) {
	#optionsBar {
		padding: 25px 40px;
		position: relative;
		z-index: 60;
		margin-top: -30px;
	}
}

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

@media (min-width: 992px) {
	#contrast_style + #style {
		margin-left: 40px;
	}

	#style,
	#contrast_style {
		column-gap: 10px;
	}

	:is(#style, #contrast_style) button {
		font-size: 20px;
		padding: 2px 0 0 0;
		border: none;
		color: #ffffff;
		display: inline-block;
		width: 37px;
		height: 37px;
		border-radius: 50%;
		font-weight: 600;
		text-align: center;
		background: #1a5332;
		position: relative;
		line-height: 1;
	}

	#contrast_style button {
		padding-top: 4px;
	}

	#style button:is(:hover, :focus),
	#contrast_style button:is(:hover, :focus) {
		background-color: #171e1a;
	}
}

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

#search {
	background: #1b6239;
	display: inline-flex;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

#search_input {
	color: #ffffff;
	font-size: 1rem;
	font-style: normal;
	background: transparent;
	padding: 5px 14px;
	border: 0;
	width: 100%;
	border-radius: 30px;
}

#search_submit {
	min-width: 38px;
	border: none;
	background: #ffffff url("../img/lupe-icon.png") center no-repeat;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	margin: -1px -1px 0 0;
	font-size: 0;
}

#search_submit:is(:hover, :focus) {
	background-color: #f1f1f1;
}

#search_input::placeholder {
	color: #ffffff !important;
	opacity: 1 !important;
	font-style: normal !important;
}

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

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

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

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

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

	#headerpic .nivo-controlNav {
		bottom: 35px;
	}
}

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

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

.slider-mask {
	display: none;
}

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

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

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

main {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto, cover;
	background-attachment: scroll, fixed;
}

@media (min-width: 992px) {
	.index #contentBox {
		padding-top: 25px;
		padding-left: 30px;
	}
}

/* ----------------------------------------------- @8ev events -------------------------------------------- */

#ev8 {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

#ev8 .tab {
	color: #ffffff;
	background: #1b6239;
}

#ev8 .tab .tabHeadline {
	font-size: clamp(1.75rem, 3vw, 2.125rem);
	color: #ffffff;
	margin-bottom: 0;
	padding: 20px 10px;
	background: #1b6239;
}

#ev8 .events8Box {
	position: relative;
	color: #171717;
	font-size: 1rem;
	padding: 25px 30px 90px 30px;
	background: #ffffff;
}

#ev8 .tab_link_title a {
	font-size: 1.25rem;
	font-weight: 600;
	color: #171717;
	position: relative;
	padding-left: 35px;
	padding-bottom: 6px;
	display: inline-block;
}

#ev8 .tab_link_title a::before {
	content: "";
	position: absolute;
	pointer-events: none;
	top: 2px;
	left: 0;
	width: 24px;
	height: 25px;
	background: url("../img/icon-kalender.png") center no-repeat;
}

#ev8 .tab_link_mandat a {
	font-size: 1rem;
	color: #171717;
}

#ev8 .tab_link_entry > .tab_spacer {
	height: 20px;
}

#ev8 .tab_link_mehr {
	font-size: 0;
}

#ev8 .tab_link_mehr a {
	text-decoration: none;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	font-size: 1.125rem;
	padding: 7px 20px 6px 20px;
	background: #1b6239;
}

#ev8 .tab_link_mehr a:hover,
#ev8 .tab_link_mehr a:focus {
	background: #1a5332;
}

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

#nw1 {
	padding-bottom: clamp(35px, 4vw, 60px);
}

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

#nw1 .tab {
	color: #ffffff;
	padding: 60px 30px 45px 30px;
	overflow: hidden;
	background:
		url("../img/deko-meldungen.png") top 20px right 20px no-repeat,
		#1b6239;
	box-shadow: 0px 6px 20px 0px rgba(23, 23, 23, 0.1);
}

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

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

#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(1, 1fr);
	}
}

@media (min-width: 768px) {
	#nw1 .tab_link_entries {
		grid-template-columns: repeat(2, 1fr);
	}
}

#nw1 .tab_link_entry {
	font-size: 1.125rem;
	position: relative;
	width: 100%;
	padding: 205px 30px 30px 30px;
	background: #ffffff;
	border: unset !important;
	box-shadow: 0px 6px 20px 0px rgba(23, 23, 23, 0.1);
}

#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: 160px;
	overflow: hidden;
}

#nw1 .tab_link_entry::before {
	content: "";
	background:
		center / cover no-repeat,
		#ffffff;
}

#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: 145px;
	font-weight: 400;
	color: #ffffff;
	font-size: 0.875rem;
	padding: 5px 16px 4px 16px;
	background: #1b6239;
}

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

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

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

#nw1 .buttonStyle a {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	padding: 6px 20px 5px 20px;
	border: 1px solid #ffffff;
	background: #1b6239;
	transition:
		background 300ms linear,
		color 300ms linear;
}

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

#nw1 .buttonStyle a:hover,
#nw1 .buttonStyle a:focus {
	color: #ffffff;
	background: #1a5332;
}

/* ---------------------------------------------- audio ------------------------------------------ */

#audio {
   margin-bottom: 80px;
}

#audio .tab {
	background: #fff;
	margin-top: 25px;
	box-shadow: 0px 6px 20px 0px rgba(23, 23, 23, 0.1);
}

#audio .boxed {
   padding: 30px;
   height: 100%;
   color: #fff;
   background: #1b6239;
}

#audio .boxed :is(h1, h2, h3, h4, h5, h6) {
   font-size: clamp(1.75rem, 3vw, 2.125rem);
   color: inherit;
}

#audio .free {
   padding: 30px 20px 30px 30px;
   height: 100%;
}

#audio .free a {
   color: #171717;
}

#audio .free a:is(:hover, :focus) {
   text-decoration: underline;
   color: #1b6239;
}

/* ---------------------------------------------- tabs ------------------------------------------ */

#tabs {
	padding-bottom: 35px;
}

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

#tabs hr,
#audio hr {
	background: #6b6b6b;
	opacity: 0.5;
	border: unset;
	height: 1px;
	margin: 0 0 clamp(1px, 2vw, 10px) 0;
}

#tabs a {
	text-decoration: underline;
}

#tabs .tab {
	height: 100%;
	min-height: 100%;
	background: #ffffff;
	box-shadow: 0px 6px 20px 0px rgba(23, 23, 23, 0.1);
}

#tabs .tab :is(h1, h2, h3, h4, h5, h6) {
	font-size: 1.75rem;
	hyphens: auto;
}

#tabs .tabLinks ul {
	margin: 0;
}

#tabs .tabLinks li {
	padding: 5px 10px 5px 28px;
	background: transparent;
	list-style-type: none;
}

#tabs .tabLinks li::before {
	content: "- ";
	position: absolute;
	left: 12px;
	top: 4px;
	height: 5px;
	width: 5px;
	background: unset;
	border-radius: unset;
	opacity: 1;
}

#tabs .tabLinks a {
	text-decoration: none;
	color: #171717;
}

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

#tabs .tab1 {
	padding: 35px 20px;
}

#tabs .tabIMG {
	padding: 30px 25px;
}

#tabs .tabIMG a:not(.has-image) {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	padding: 7px 20px 6px 20px;
	background: #1b6239;
}

#tabs .tabIMG a:not(.has-image):is(:hover, :focus) {
	background: #1a5332;
}

#tabs .tabIMG img {
	margin: -30px -25px 15px -25px;
	display: block;
	width: calc(100% + 50px) !important;
	min-width: calc(100% + 50px) !important;
}

#tabs .tab1 :is(h1, h2, h3, h4, h5, h6) {
	margin-bottom: clamp(15px, 2vw, 25px);
}

#tabs .tabIMG :is(h1, h2, h3, h4, h5, h6) {
	margin-top: 0;
}

#tabs .tab2 :is(h1, h2, h3, h4, h5, h6) {
	padding: clamp(20px, 2vw, 30px) 15px;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

/* ---------------------------------------------- map ------------------------------------------- */

#map {
	margin-bottom: -40px;
}

#map :is(iframe, .iframe-wrapper-manual-enabling) {
	width: 100%;
	min-width: 100% !important;
	margin-bottom: -10px;
}

#map .template-page {
	background: #ffffff;
	box-shadow: 0px 6px 20px 0px rgba(23, 23, 23, 0.1);
}

#map iframe {
	display: block;
}

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

footer {
	background-color: #1b6239;
	padding: 70px 0 26px 0;
	color: #ffffff;
	font-size: 1rem;
}

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

#innerfooter ul {
	padding: 0;
}

#innerfooter a {
	color: #ffffff;
}

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

	#innerfooter li + li::before {
		content: "•";
		margin: 0 clamp(15px, 1vw, 20px);
		color: #ffffff;
	}
}

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

#vernetzt {
	gap: 18px;
	text-align: right;
	font-size: 0.9375rem;
	color: #ffffff;
	line-height: 1.2;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

/* ------------------------------------------ kontraste ------------------------------------------ */

.contrast_light_font #search_input,
.contrast_light_font #search_input,
.contrast_light_font #search,
.contrast_dark_font #search {
	background-color: #000 !important;
}

.contrast_dark_font #nw1 .tab {
	background-color: #ffffff !important;
}

.contrast_light_font :is(#style, #contrast_style) button {
	border: 1px solid #ffffff !important;
}

.contrast_dark_font :is(#style, #contrast_style) button {
	border: 1px solid #000 !important;
}
