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

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

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

a {
	color: #555977;
}

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

b,
strong {
	font-weight: 700;
}

.row {
	max-width: 1600px;
	width: 100%;
}

/* ------------------------------------------------- common ------------------------------------------------ */

.gapRow30 {
	row-gap: 30px;
}

.linkUnderline a:not(.has-image, .shareButtonLink) {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: text-decoration 300ms;
}

.linkUnderline a:not(.has-image, .shareButtonLink):is(:hover, :focus) {
	text-decoration-color: transparent;
}

.linkUnderline.underInvert a:not(.has-image, .shareButtonLink) {
	text-decoration-color: transparent;
}

.linkUnderline.underInvert a:not(.has-image, .shareButtonLink):is(:hover, :focus) {
	text-decoration-color: currentColor;
}

.bgDark {
	color: #fff;
}

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

.marT60 {
	margin-top: 60px;
}

.paddT60 {
	padding-top: 60px;
}

.paddB60 {
	padding-bottom: 60px;
}

hr {
	opacity: 1;
	height: 1px;
	background: #252525;
	border: none;
}

.bgDark hr {
	background: #fff;
}

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

#burgerButton:focus-visible,
#search_submit:focus-visible {
	background-color: #555977 !important;
	border-color: #000000;
}
/* ------------ buttonStyle --------------------- */

.buttonStyle a:not([href^="mailto"], [href^="tel"]),
#nw11 .tab_link_mehr a,
#events .tab_link_title a::after {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 100vw;
	font-size: 1.125rem;
	font-weight: 400;
	text-decoration: none;
	border: 2px solid transparent;
	transition:
		background 300ms linear,
		color 300ms linear,
		border-color 300ms linear;
}

.buttonStyle a:not([href^="mailto"], [href^="tel"])::before,
#nw11 .tab_link_mehr a::before {
	content: "\203A";
	margin-right: 8px;
}

.buttonStyle.btnFull.btnDark a:not([href^="mailto"], [href^="tel"]),
.buttonStyle.btnBorder.btnDark a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus),
#nw11 .tab_link_entry + .tab_link_entry .tab_link_mehr a:is(:hover, :focus) {
	background: #151d4c;
	color: #fff;
	border-color: #151d4c;
}

.buttonStyle.btnFull.btnDark a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus),
.buttonStyle.btnBorder.btnDark a:not([href^="mailto"], [href^="tel"]),
#nw11 .tab_link_entry + .tab_link_entry .tab_link_mehr a {
	background: #fff;
	color: #252525;
	border-color: #151d4c;
}

.buttonStyle.btnBorder.btnLight a:not([href^="mailto"], [href^="tel"]),
#nw11 .tab_link_entry:nth-of-type(1) .tab_link_mehr a,
#events .tab_link_title a::after,
.buttonStyle.btnFull.btnLight a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus) {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.buttonStyle.btnBorder.btnLight a:not([href^="mailto"], [href^="tel"]):is(:hover, :focus),
#nw11 .tab_link_entry:nth-of-type(1) .tab_link_mehr a:is(:hover, :focus) {
	background: #151d4c;
}

.buttonStyle.btnFull.btnLight a:not([href^="mailto"], [href^="tel"]),
#events .tab_link_title a:is(:hover, :focus)::after {
	border-color: #fff;
	background: #fff;
	color: #252525;
}

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

.buttonStyle.buttonMargin a:not([href^="mailto"], [href^="tel"]) {
	margin-top: 20px;
}

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

#topbar {
	padding: 20px 0;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

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

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

/* ------------------------------------------------ bfElements ---------------------------------------------- */

#bfElements span {
	font-size: 1rem;
}

#bfElements button {
	background: #555977;
	width: 2.1875rem;
	height: 2.1875rem;
	margin-left: 10px;
	color: #fff;
	font-size: 1rem;
}

#bfElements button:is(:hover, :focus) {
	background: #151d4c;
}

/* ------------------------------------------------ contrast_style ---------------------------------------------- */

#contrast_style button {
	color: #000000;
	padding: 0;
	font-size: 0;
	border: unset !important;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	transition: background 300ms linear;
	position: relative;
	z-index: 1;
}

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

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

#style button {
	padding: 0;
	border: none;
	display: inline-block;
	text-align: center;
	position: relative;
	line-height: 1;
	transition:
		color 300ms linear,
		background 300ms linear;
}

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

/* burger */

#burgerButton {
	font-size: 0;
	border: none !important;
	display: block;
	padding: 20px 15px;
	cursor: pointer;
	background: none;
	background: #151d4c;
	position: relative;
	transition: background 300ms linear;
	z-index: 1002;
	position: relative;
	width: auto !important;
}

@media (min-width: 992px) {
	#burgerButton[aria-expanded="true"] {
		background: #555977;
		box-shadow: none;
	}
}

@media (max-width: 991px) {
   #burgerButton{
      margin-left:auto;
      top: 10px !important;
      right: 10px !important;
      position: fixed;
   }

   #burgerButton-sticky-wrapper {
	height: 0 !important;
   }
}

#burgerButton span:last-of-type {
	font-size: 1.5625rem;
	color: #fff;
	font-weight: 400;
	line-height: 1;
	padding-left: 60px;
}

@media (min-width: 992px) {
	#burgerButton[aria-expanded="true"] span:last-of-type {
		color: #ffffff;
	}
}

#burgerButton::before,
#burgerButton::after,
#burgerButtonInner {
	background: #fff;
	position: absolute;
	height: 4px;
	left: 15px;
	transition:
		transform 200ms linear,
		opacity 200ms linear;
}

@media (prefers-contrast: more) {
	#burgerButton::before,
	#burgerButton::after,
	#burgerButtonInner {
		border: 2px solid #ffffff;
		box-sizing: border-box;
	}
}

@media (min-width: 992px) {
	#burgerButton[aria-expanded="true"] #burgerButtonInner,
	#burgerButton[aria-expanded="true"]::after {
		background: #ffffff;
	}
}

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

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

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

#burgerButtonInner {
	top: calc(50% - 12px);
	width: 40px;
}

#burgerButton::before {
	content: "";
	top: calc(50% - 2px);
	width: 40px;
}

#burgerButton::after {
	content: "";
	top: calc(50% + 8px);
	width: 40px;
}

.dropdown-toggle-button-wrapper > div,
.dropdown-toggle-button-wrapper2 > div {
	padding: 5px;
}

.dropdown-toggle-button-wrapper > div::before,
.dropdown-toggle-button-wrapper2 > div::before {
	margin-top: -4px;
	transition: none;
}

.dropdown-toggle-button-wrapper > .dropdown-toggle-button-open::before,
.dropdown-toggle-button-wrapper2 > .dropdown-toggle-button-open::before {
	margin-top: -8px;
}

/* navbar container */

.navbar-nav {
	margin: 80px 20px 40px 20px;
}

@media (min-width: 992px) {
	.navbar-nav {
		margin: 0 250px 40px calc(33.33% + 30px);
		max-width: 560px;
	}

	#myNavbar .mCSB_scrollTools {
		right: 43px;
	}
}

@media (min-width: 1200px) {
	.navbar-nav {
		margin-left: 80px;
	}
}

.navbar-collapse {
	width: calc(100% - 90px);
	max-width: 300px;
	top: 0;
	background: #151d4c;
	position: fixed;
	right: -100%;
	bottom: 0;
	z-index: 100;
	height: auto !important;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	overflow-y: auto;
	transition:
		right 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) {
	right: 0;
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	box-shadow: -250px 0 50vw 50vw rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
	.navbar-collapse {
		max-width: unset;
		right: 0;
		padding-top: 100px;
		box-shadow: none;
		width: 950px;
	}

	.navbar-collapse:is([aria-expanded="true"], .in) {
		box-shadow: none;
	}
}

/* toplevel */

nav.burger a[class*="toplevel"] {
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	padding: 14px 15px;
	position: relative;
	font-size: clamp(1.25rem, 4vw, 1.625rem);
	line-height: 1.2;
	text-decoration: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
	transition:
		background-color 300ms linear,
		color 300ms linear,
		border 300ms linear;
}

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

@media (min-width: 992px) {
	nav.burger a[class*="toplevel"] {
		font-size: 1.625rem;
		padding-right: 70px;
	}
}

/* toplevel-over */

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

/* secondlevel + thirdlevel dropdown-box */

nav.burger [class*="toplevel"] > ul {
	padding: 15px 0;
}

nav.burger [class*="secondlevel"] > ul {
	padding: 5px 15px 5px 35px;
}

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

	nav.burger [class*="secondlevel"] > ul {
		padding: 5px 15px 0 50px;
	}
}

/* secondlevel + thirdlevel */

nav.burger a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	position: relative;
	line-height: 1.2;
	text-decoration: none;
	display: inline-block;
}

nav.burger a[class*="secondlevel"] {
	padding: 8px 22px;
	font-size: 1.125rem;
}

nav.burger a[class*="thirdlevel"] {
	padding: 8px 0 8px 0;
	font-size: 1rem;
}

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

nav.burger a[class*="thirdlevel"]::before {
	content: "»";
	left: -10px;
	position: absolute;
}

nav.burger a[class*="thirdlevel"]::after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 100%;
	background: #555977;
	opacity: 0;
	transition: opacity 300ms linear;
}

/* secondlevel + thirdlevel over */

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

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

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

/* dropdown-toggle-button */

nav.burger :is(.dropdown-toggle-button-wrapper, .dropdown-toggle-button-wrapper2) {
	position: absolute;
}

nav.burger .dropdown-toggle-button-wrapper {
	display: block !important;
	top: 10px;
}

@media (max-width: 991px) {
	nav.burger .dropdown-toggle-button-wrapper {
		top: 24px;
	}
}

@media (min-width: 992px) {
	nav.burger .dropdown-toggle-button-wrapper {
		right: 15px;
	}
}

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

@media (min-width: 992px) {
	nav.burger .dropdown-toggle-button-wrapper2 {
		display: none;
	}
}

nav.burger .dropdownpr {
	position: relative !important;
}

nav.burger .dropdown-toggle-button {
	border-radius: 50%;
	background: transparent;
	transition: background 300ms linear;
}

@media (min-width: 992px) {
	nav.burger .dropdown-toggle-button {
		width: 40px;
		height: 40px;
	}
}

nav.burger .dropdown-toggle-button-open,
nav.burger li.dropdownpr:is(:hover, :focus-within) .dropdown-toggle-button,
nav.burger li.dropdownpr.open .dropdown-toggle-button,
nav.burger li.dropdownpr[class*="_over"] .dropdown-toggle-button {
	background: rgba(0, 0, 0, 0.2);
}

nav.burger .dropdown-toggle-button::before {
	content: "+";
	color: #ffffff;
	position: absolute;
	right: 50%;
	top: 50%;
	font-size: 30px;
	font-weight: 500;
	background: transparent;
	-moz-transform: rotate(0deg) translateX(45%);
	-webkit-transform: rotate(0deg) translateX(45%);
	-o-transform: rotate(0deg) translateX(45%);
	-ms-transform: rotate(0deg) translateX(45%);
	transform: rotate(0deg) translateX(45%);
	text-align: center;
	width: unset;
	height: unset;
	line-height: 0;
}

nav.burger .dropdown-toggle-button::after {
	content: unset;
}

nav.burger .dropdown-toggle-button-open::before {
	content: "-";
}

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

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

#slider {
	max-height: clamp(550px, 62vw, 800px);
	position: relative;
}

@media (max-width: 575px) {
	#slider img {
  		display: block !important;
  		width: auto;
  		max-width: unset;
  		height: 330px;
  		background: center center no-repeat;
  		left: 50%;
  		position: relative;
  		transform: translateX(-50%);
	}
}

@media (min-width: 992px) {
	#headerpic a.nivo-prevNav {
		left: 65px;
	}

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

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

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


	.index .slider-mask {
		display: block;
		background: url(../img/slider-mask-v2.png), linear-gradient(to top, rgba(21, 29, 76, 0.7), rgba(21, 29, 76, 0.65) 30%, rgba(21, 29, 76, 0) 80%);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: contain;
	}

	.slider-mask {
		display: block;
		background: url(../img/slider-mask-weiss.png), linear-gradient(to top, rgba(21, 29, 76, 0.7), rgba(21, 29, 76, 0.65) 30%, rgba(21, 29, 76, 0) 80%);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: contain;
	}

/* ------------------------------------------------ BannerTab ----------------------------------------------- */
/* #bannerTab {
	background-color: #555977;
	padding: 30px 10px;
} */


	#bannerTab {
		position: absolute;
		z-index: 20;
		bottom: clamp(60px, 10vw, 140px);
		width: 100%;
		background-color: rgba(0, 0, 0, 0);
		padding: 0px;
	}
	#bannerTab .tab {
		padding: 0;
		margin: 0;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	}
	#bannerTab .tabHeadline {
		text-shadow: 0px 8px 10px rgba(0, 0, 0, 0.8);
	}


#search {
	height: clamp(3rem, 6vw, 5.3125rem);
	background: #fff;
	display: inline-block;
	position: relative;
	border: 2px solid #151d4c;
	width: 100%;
	border-radius: 100px;
	overflow: hidden;
}
#search_input {
	color: #252525;
	font-size: clamp(1rem, 2vw, 1.375rem);
	font-style: italic;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: clamp(3rem, 6vw, 5.3125rem);
	padding-left: 50px;
	padding-right: 90px;
	height: clamp(3rem, 6vw, 5.3125rem);
	width: 100%;
}

@media (max-width: 575px) {
	#search_input {
		padding-left: 10px;	
	}
}

#search_submit {
	width: clamp(2.5rem, 4vw, 3.125rem);
	background: #151d4c url("../img/icon-search.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	line-height: clamp(3rem, 6vw, 5.3125rem);
	border: none;
	position: absolute;
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	height: clamp(2.5rem, 4vw, 3.125rem);
	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: #555977;
}
#search_input::-ms-input-placeholder {
	color: #252525 !important;
	opacity: 1;
}
#search_input::-webkit-input-placeholder {
	color: #252525 !important;
	opacity: 1;
}
#search_input::-moz-placeholder {
	color: #252525 !important;
	opacity: 1;
}
#search_input:-moz-placeholder {
	color: #252525 !important;
	opacity: 1;
}

/* ------------------------------------------------ listTabs ----------------------------------------------- */

#listTabs {
	background: #555977;
   padding-block: 80px 50px;
}

@media (max-width: 991px) {
   #listTabs {
      padding-block: 30px;
      
   }
}

#listTabs .tab {
	background: #fff;
	height: 100%;
	font-size: 1.25rem;
	padding: clamp(30px, 6vw, 70px) clamp(30px, 6vw, 80px) clamp(30px, 6vw, 40px) clamp(30px, 6vw, 80px);
}

#listTabs a {
   color: #252525;
}

#listTabs ul li {
	background: transparent;
	padding: 10px 0;
}

#listTabs ul li p {
	display: inline-block;
}

#listTabs ul li::before {
	content: "";
	position: static;
	opacity: 1;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 2.0625rem;
	height: 2.0625rem;
	background: #151d4c url(../img/pfeil.png) no-repeat center center;
}

#listTabs ul li + li {
	border-top: 1px solid #252525;
}

#listTabs .tabHeadline {
	background: #151d4c;
   color: #fff;
	font-weight: 600;
	padding: 20px;
	margin: 0;
}

@media (min-width: 992px) {
	#listTabs .tabHeadline {
		margin-top: clamp(-70px, -6vw, -30px);
		transform: translateY(-50%);
	}
}

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

#content {
	text-align: left;
	padding-bottom: 30px;
	padding-top: 30px;
}

@media (min-width: 992px) {
	#content {
		padding-bottom: 60px;
		padding-top: 60px;
	}
}

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

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

h1,
.h1,
.legacy_h1 {
	font-size: clamp(1.875rem, 5.5vw, 2.8125rem);
	font-weight: 700;
}

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

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

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

h5,
.h5,
.legacy_h5 {
	font-size: clamp(1.375rem, 3.5vw, 1.75rem);
}

h6,
.h6,
.legacy_h6 {
	font-size: clamp(1.25rem, 3vw, 1.625rem);
}

.hGiant {
	font-size: clamp(1.75rem, 5.5vw, 4.375rem);
	line-height: 1.1;
}

.hGiant :is(b, strong) {
	font-size: clamp(1.375rem, 5.5vw, 3rem);
}

.mar0 {
	margin: 0;
}

.hBold :is(h1, h2, h3, h4, h5, h6) {
	font-weight: 700;
}

.hBold {
	font-weight: 700;
}

footer :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.125rem, 2vw, 1.3125rem);
}

/* ----------------------------------------------- @11nw news -------------------------------------------- */

#nw11 {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

#nw11 .tab_link_entries {
	display: grid;
	gap: 30px;
	width: 100%;
	word-break: break-word;
	hyphens: auto;
}

@media (max-width: 991px) {
	#nw11 .tab_link_entries {
		display: flex;
		flex-direction: column;
	}
}

#nw11 .tab_link {
	height: 100%;
	max-height: 100%;
}

@media (min-width: 768px) {
	#nw11 .tab_link_entries .tab_link_entry {
		margin: 0 auto;
	}

	#nw11 .tab_link_entries {
		grid-template-columns: 1fr 1fr;
	}

	#nw11 .tab_link_entry:nth-child(1) {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}

	#nw11 .tab_link_entry:nth-child(6) {
		grid-column: 1 / 1;
		grid-row: 3 / 3;
	}
}

@media (min-width: 992px) {
	#nw11 .tab_link_entries {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr;
	}
}

#nw11 .tab_link_entries .tab_link_entry + .tab_link_entry {
	margin: unset;
}

#nw11 .tab_link_entries .tab_link_entry {
	width: auto;
}

#nw11 .tab_link_entry + .tab_link_entry {
	display: flex;
	justify-content: start;
	grid-column: auto / auto;
	grid-row: auto / auto;
	grid-column: 3/5;
	padding: 0 30px;
}

#nw11 .tab_link_entry + .tab_link_entry + .tab_link_entry {
	padding-top: 30px;
}

@media (min-width: 992px) {
	#nw11 .tab_link_entry + .tab_link_entry + .tab_link_entry {
		margin-top: -20px;
	}
}

#nw11 .tab_link_entry + .tab_link_entry + .tab_link_entry::before {
	content: "";
	inset: 0 30px auto 30px;
	height: 1px;
	background: #252525;
	position: absolute;
}

#nw11 .tab_link_entry {
	background: #ffffff;
	padding: 30px;
	font-size: 1.125rem;
	position: relative;
}

@media (max-width: 767px) {
	#nw11 .tab_link_entry {
		padding-top: 250px;
	}
}

#nw11 .tab_link_entries .tab_link_entry:nth-of-type(1) {
	padding: 30px;
	height: 100%;
	width: 100%;
	background: #555977;
	color: #fff;
	padding: clamp(50px, 7vw, 100px) clamp(30px, 5vw, 70px);
}

#nw11 .tab_link_title a {
	font-size: clamp(1.25rem, 3vw, 1.625rem);
	font-weight: 600;
	color: inherit;
}

#nw11 .tab_link_title :is(h1, h2, h3, h4, h5, h6) {
	color: inherit;
}

#nw11 .tab_link_entry + .tab_link_entry .tab_date::after {
	top: 10px;
	width: 25px;
}

#nw11 .tab_preview_picture,
#nw11 .tab_spacer {
	display: none;
}

#nw11 .tab_link_entries .tab_link_entry {
	display: flex;
	flex-wrap: wrap;
	align-content: start;
	gap: 30px;
	border: none !important;
}

#nw11 .tab_link_title {
	order: 1;
}

#nw11 .vorschau {
	order: 2;
}

#nw11 .tab_date {
	order: 3;
	width: calc(50% - 15px);
	padding: 15px 0 15px 30px;
	background: url(../img/icon-date.png) no-repeat left center;
}

#nw11 .tab_link_entry + .tab_link_entry .tab_date {
	background: url(../img/icon-date-black.png) no-repeat left center;
}

#nw11 .tab_link_mehr {
	order: 4;
	width: calc(50% - 15px);
}

@media (max-width: 991px) {
	#nw11 .tab_date,
	#nw11 .tab_link_mehr {
		width: 100%;
	}
	#nw11 .tab_link_mehr {
		text-align: left !important;
	}
}

/***********************************SLIDER_ROOT_FILE DO NOT CHANGE************************************/

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide {
	width: 100%;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
}

.slick-arrow.slick-hidden {
	display: none;
}

.tabWrapper {
	opacity: 0;
}

.tabWrapper.slick-initialized {
	opacity: 1;
	transition: opacity 200ms linear;
}

/***********************************ROOT_FILE_END************************************/

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#events .slick-slide {
	padding: 15px;
}

#events .slick-dots button,
#events .slick-button {
	background: transparent;
	border: none;
	padding: 5px;
}

#events .slick-button {
	font-size: 0px;
	position: relative;
	top: 4px;
}

#events .slick-prev {
	margin-left: 14px;
}

@media (max-width: 767px) {
	#events .slick-next {
		margin-left: 14px;
	}
}

#events .slick-button::before {
	display: block;
	line-height: 9px;
	height: 20px;
	font-size: 40px;
	color: #fff;
}

#events .slick-button::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.05);
	transition:
		width 200ms linear,
		height 200ms linear;
	z-index: -1;
}

#events .slick-button:focus::after,
#events .slick-button:hover::after {
	width: 28px;
	height: 28px;
}

@media (max-width: 767px) {
	#events .slick-button::after,
	#events .slick-button::after {
		width: 28px;
		height: 28px;
	}
}

#events .slick-dots {
	padding: 0 15px;
	list-style: none;
}

#events .slick-dots > li {
	display: inline-block;
	position: relative;
	top: 50%;
	font-size: 0px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #fff;
	transform: translateY(-50%);
}

#events .slick-dots,
#events .slick-button {
	display: inline-block !important;
}

@media (max-width: 767px) {
	#events .slick-dots {
		display: none !important;
	}
}

#events .slick-dots > li.slick-active {
	background: #fff;
	transition: background 200ms linear;
}

#events .slick-dots > li + li {
	margin-left: 10px;
}

#events .slick-prev::before {
	content: "\2039";
}

#events .slick-next::before {
	content: "\203A"; /*  */
}

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#events .slick-animate-control {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	top: -5px;
	left: 10px;
	border: 1px solid #ffffff;
	background-color: #000;
	background-size: 16px 16px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

#events .slick-animate-control.slick-pause {
	background-size: 20px 20px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* ----------------------------------------------- Events  -------------------------------------------- */

#events {
	background: #151d4c;
}

#events * {
	filter: none !important;
}

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

#events .tab_link_entry {
	font-size: 1.125rem;
	position: relative;
	width: 100%;
	min-height: 100%;
}

#events .tab_link_title a {
	line-height: 1.2;
	font-weight: 600;
	font-size: 1.125rem;
	display: block;
	margin-bottom: 8px;
}

#events .tab_link_title a::after {
	content: "\203A   weiterlesen";
	position: absolute;
	bottom: 40px;
	right: 40px;
}

#events .tab_link,
#events .tab_link > div {
	height: 100%;
	min-height: 100%;
}

#events .tab_link_entry {
	background: #555977;
	padding: 270px 35px 100px 35px;
	box-shadow: 0 0 10px rgba(43, 43, 43, 0.1);
	height: 100%;
}

#events .tab_preview_picture {
	background: #ffffff;
}

#events .tab_link_title a {
	color: #fff;
	font-size: clamp(1.25rem, 3vw, 1.625rem);
}

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

#events .slick-dots li button::before {
	display: none;
}

@media (max-width: 767px) {
	#events > .row > .col-xs-12:nth-child(2),
	.slickLinks > .row > .tabsBottom {
		max-width: calc(100% - 70px);
		margin: auto;
	}
}

/* ----------------------------------------------- events -------------------------------------------- */

.newsBilder .tab_link_entry::before,
.newsBilder .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 235px;
	overflow: hidden;
}

.contrast_light_font #events .tab_link_entry::before,
.contrast_light_font #events .tab_link_entry .tab_preview_picture img {
	filter: grayscale(1) !important;
}

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

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

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

/* gemeinde -------------------------------------------------------- */

#gemeinde ul {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	flex-wrap: wrap;
}

#gemeinde ul li {
	all: unset;
	list-style: none;
	flex-grow: 1;
}
#gemeinde ul li::before {
	display: none;
}

#gemeinde .tabHeadline {
	max-width: 800px;
	margin-inline: auto;
}

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

:is(#tabsImg, #themen) .tab {
	position: relative;
	isolation: isolate;
	height: 100%;
	padding: 40px;
	min-height: 400px;
	align-content: end;
	font-size: 1.125rem;
	background: #555977;
}

:is(#tabsImg, #themen) .tab a {
	position: relative;
	z-index: 3;
}

:is(#tabsImg, #themen) .tab p,
:is(#tabsImg, #themen) .tab :is(h1, h2, h3, h4, h5, h6) {
	position: relative;
	z-index: 3;
	pointer-events: none;
}
:is(#tabsImg, #themen) .tab :is(h1, h2, h3, h4, h5, h6)::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 12px;
	height: 12px;
}

#themen .tab :is(h1, h2, h3, h4, h5, h6)::before {
   content: url(../img/arrow-up.png);
}

:is(#tabsImg, #themen) .tab p:last-of-type a:last-of-type {
	color: inherit;
	font-size: 0;
	text-decoration: none;
	z-index: 2;
	position: absolute;
	inset: 0;
}

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

:is(#tabsImg, #themen) .tab a {
	pointer-events: all;
}

:is(#tabsImg, #themen) .tab p:last-of-type a:last-of-type::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

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

:is(#tabsImg, #themen) .tab p:last-of-type a:last-of-type::after {
	background: linear-gradient(0deg, rgba(21, 29, 76, 0.9) 20%, rgba(0, 0, 0, 0) 100%);
}

:is(#tabsImg, #themen) .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;
}

:is(#tabsImg, #themen) .tab:is(:hover, :focus) img {
	opacity: 0;
}

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

/* ----------------------------------------------- breaker -------------------------------------------- */

#breaker {
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
}

#breaker .tab {
	background: rgba(85, 89, 119, 0.9);
	padding: 40px;
}

/* ----------------------------------------------- themen -------------------------------------------- */

#themen {
	font-weight: 600;
}

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

footer {
	background: #151d4c;
	font-size: 1rem;
}

footer .footerLists ul li {
	list-style-position: inside;
	padding: 5px 0 0 0;
	list-style-image: url(../img/arrow-small.png);
}

footer .footerLists ul li p {
	display: inline-block;
}

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

#vernetzt {
	gap: 20px;
	font-size: 0.9375rem;
	color: #ffffff;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

#scrollTopBtn::after {
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background: #151d4c url(../img/icon-up.png) center no-repeat;
	display: inline-block;
	border-radius: 8px;
	border: 2px solid #fff;
	vertical-align: middle;
	margin-left: 20px;
}

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

.contrast_dark #logo img,
.contrast_dark #burgerButtonInner,
.contrast_dark #search_input {
	background: #fff !important;
}

#bannerTab .contrast_dark_font.tab {
	background: #fff !important;
}

#bfElements.contrast_dark_font button {
	background: #000 !important;
	color: #fff !important;
}

#burgerButton.contrast_dark_font #burgerButtonInner,
#burgerButton.contrast_dark_font::before,
#burgerButton.contrast_dark_font::after {
	background: #000 !important;
}

.contrast_dark_font .lightOutline,
#nw11 .tab_link_entries .tab_link_entry:nth-of-type(1) {
	outline: 2px solid #000 !important;
}

.contrast_light_font .darkOutline,
#nw11 .tab_link_entries .tab_link_entry:nth-of-type(1) {
	outline: 2px solid #fff !important;
}

.contrast_dark_font #events .tab_link_title a::after {
	color: #000 !important;
	border-color: #000 !important;
}

.contrast_dark_font :is(#tabsImg, #themen) .tab :is(h1, h2, h3, h4, h5, h6, *) {
	color: #fff !important;
}
