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

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

body {
	font-family: "Josefin Sans", sans-serif;
	color: #333333;
	background: #dbe0e7;
	font-size: 1rem;
	/* 1rem = 16px */
	line-height: 1.5;
	font-weight: 300;
}

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

a {
	color: #346679;
}

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

#content a,
.contentTabs a {
	font-style: italic;
}

b,
strong {
	font-weight: 500;
}

hr {
	background: url(../img/welle.png);
	height: 16px;
	opacity: 1;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	margin: 50px 0;
}

.welle2 hr {
	background: url(../img/welle2.png);
	background-repeat: no-repeat;
	background-position: center;
}

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

#overflow {
	overflow: hidden;
}

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

#topbarWrapper {
	background: transparent;
	transition: background 300ms, color 300ms;
	color: #fff;
}

.is-sticky #topbarWrapper {
	background: #dbe0e7;
	color: #333;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

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

#topbarBar {
	background-color: #85b6cb;
}

.search {
	position: relative;
	display: inline-block;
}

.is-sticky .search {
	filter: brightness(0%) saturate(0%);
	-webkit-filter: brightness(0%) saturate(0%);
	-moz-filter: brightness(0%) saturate(0%);
}

@media (min-width: 992px) {
	#contrast_styler_wrapper {
		line-height: 1;
		font-size: 20px;
		position: relative;
		z-index: 1;
	}

	#contrast_styler_wrapper button {
		border: none;
		background: transparent;
		padding: 0;
	}

	#contrast_style,
	#style {
		background-color: #85b6cb;
		color: #424242;
		padding: 8px 15px;
	}

	#style {
		border-left: 1px solid rgba(66, 66, 66, 0.3);
	}

	:is(#contrast_style, #style) h2 {
		font-size: 0.875rem;
		font-weight: 500;
		color: inherit;
		margin: 0 5px 0 0;
		width: unset;
	}

	#contrast_style {
		line-height: 0;
		column-gap: 9px;
	}

	#style button {
		padding: 0 8px;
		font-weight: 300;
		box-shadow: -3px 1px 0 -2px rgba(66, 66, 66, 0.7);
	}

	#style button:first-of-type {
		box-shadow: unset;
	}

	#style button:is(:hover, :focus) {
		text-decoration: underline;
	}

	#contrast_styler_wrapper::after {
		content: "";
		width: 400px;
		height: 100%;
		left: -380px;
		top: 0;
		background: #346679;
		display: inline-block;
		position: absolute;
		pointer-events: none;
		z-index: -1;
	}
}

/* #region -------------------------------------- logoWrap ---------------------------------------- */

#logoWrap {
	font-size: 0.875rem;
	padding: 20px 0;
}

#logoWrap>div {
	background: transparent !important;
}

/* #endregion ----------------------------------- logoWrap ---------------------------------------- */

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

.logo {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 12px;
	text-decoration: none !important;
	align-items: center;
}

.logo .template-page {
	width: auto;
}

.logo .cleaner {
	display: none;
}

.logoText {
	color: #fff;
	font-size: 1rem;
	align-content: center;
	line-height: 1.1;
	border-left: 2px solid rgba(255, 255, 255, 0.5);
	padding-left: 12px;
	margin-left: 10px;
	transition: border-color 300ms, color 300ms;
}

.logoText a{
	color: #fff;
}

.is-sticky .logoText,
.logo:focus-visible .logoText {
	border-left: 2px solid rgba(52, 102, 121, 0.5);
}

.is-sticky .logoText,
.is-sticky .logoText a,
.logo:focus-visible .logoText {
	color: #333;
}

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

.logoText br {
	display: none;
}

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

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

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {

	.dropdown-toggle-button-wrapper,
	.dropdown-toggle-button-wrapper2 {
		color: #333;
	}

	nav.horizontally {
		position: static !important;
	}

	#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: #21414f;
		color: #fff;
		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 {
		padding: 20px 10px;
	}

	.navbar-collapse {
		width: calc(100% - 90px);
		max-width: 300px;
		top: 0;
		background: #21414f;
		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;
		right: 0;
	}

	.dropdown-toggle-button-wrapper2 {
		top: 6px;
		right: 0;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	nav.horizontally {
		transition: background 300ms linear;
	}

	.is-sticky nav.horizontally {
		left: auto !important;
	}

	nav.horizontally .navbar-nav {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		padding: 20px 0;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		transition: border-color 300ms, padding 300ms;
		flex-wrap: wrap;
		gap: 30px 0;
	}

	.is-sticky nav.horizontally .navbar-nav {
		border-top: 1px solid rgba(52, 102, 121, 0.5);
		padding: 5px 0;
	}

	nav.horizontally li[class*="toplevel"] {
		flex-grow: 1;
	}

	nav.horizontally [class*="toplevel"]>ul {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}

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

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

	nav.horizontally .navbar-nav li :is([class*="toplevel"] > ul, [class*="secondlevel"] > ul) {
		display: block !important;
		pointer-events: none;
		opacity: 0;
		visibility: hidden;
		transition: opacity 300ms linear;
	}

	nav.horizontally .navbar-nav li:is(.open, :hover)>ul,
	nav.horizontally .navbar-nav li.open:focus-within>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.open>ul {
		pointer-events: none !important;
		opacity: 0 !important;
		visibility: hidden;
	}

	nav.horizontally .navbar-nav li:is(:hover, :focus)>ul {
		z-index: 1003;
	}
}

/* toplevel */

nav.horizontally a[class*="toplevel"] {
	color: #ffffff;
	font-weight: 300;
	text-align: left;
	padding: 14px 5px;
	position: relative;
	font-size: clamp(1rem, 1.5vw, 1.375rem);
	line-height: 1.2;
	text-decoration: none;
	transition: border 300ms linear, color 300ms;
}

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

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

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"] {
		padding: 6px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-wrap: wrap;
		height: 100%;
	}

	nav.horizontally li[class*="toplevel"]+li {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		transition: border-color 300ms;
	}

	.is-sticky nav.horizontally a[class*="toplevel"] {
		color: #333;
	}

	.is-sticky nav.horizontally li[class*="toplevel"]+li {
		border-left: 1px solid rgba(52, 102, 121, 0.5);
	}
}

nav.horizontally a[class*="toplevel"]::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 0;
	height: 5px;
	width: 0;
	background: #ffffff;
	transform: translateX(-50%);
	transition: width 300ms linear;
}

@media (min-width: 992px) {
	nav.horizontally a[class*="toplevel"]::after {
		top: -23px;
		background: #85b6cb;
		bottom: auto;
		transition: top 300ms, width 300ms linear;
	}

	.is-sticky .horizontally a[class*="toplevel"]::after {
		top: -8px;
	}
}

/* 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 {
	width: 100%;
}

/* secondlevel + thirdlevel dropdown-box */

nav.horizontally [class*="toplevel"] ul {
	padding: 10px;
	background: #dbe0e7;
	box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);

}

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

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

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

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

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

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

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

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

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #333333;
	text-align: left;
	font-size: clamp(1rem, 1.5vw, 1.125rem);
	font-weight: 300;
	padding: 11px 30px;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
}

@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) {
	color: #21414f;
	background: #85b6cb;
}

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

/* #region -------------------------------------- header ---------------------------------------- */

#headerpic {
	background: #21414f;
	position: relative;
	min-height: clamp(300px, 40vw, 600px);
}

#headerpic .slick-dots li {
	color: #fff;
}

#headerpic>*:not(.slider-wrapper):not(.sticky-wrapper):not(nav.horizontally) {
	position: relative;
	z-index: 10;
	background: transparent !important;
}

/* header text */

#header-text {
	font-weight: 300;
	font-size: clamp(1rem, 2vw, 1.5rem);
	padding: clamp(40px, 25vw, 75px) 0 clamp(100px, 25vw, 375px) 0;
}

.theme-default .nivo-controlNav a,
#header-text,
#header-text :is(h1, h2, h3, h4, h5, h6) {
	color: #ffffff;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

#header-text :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(2rem, 3vw, 2.8125rem);
	font-weight: 300;
}

#header-text :is(h1, h2, h3, h4, h5, h6) :is(i, em),
#header-text :is(i, em) :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(2.5rem, 4vw, 3.75rem);
	font-weight: 500;
	font-style: normal;
}

#header-text a {
	color: #fff;
	text-decoration: underline;
}

/* banner */

#slider {
	position: relative;
	height: 100%;
}

#headerpic .nivo-controlNav {
	bottom: clamp(15px, 4vw, 70px);
}

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

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

@media (max-width: 1199px) {
	body.index #headerpic a:is(.nivo-prevNav, .nivo-nextNav) {
		top: auto;
		bottom: clamp(15px, 4vw, 70px);
		z-index: 51;
	}
}

.slider-wrapper {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-mask {
	display: block;
	background: url(../img/bannermaske.png), linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 11.4583vw, rgba(0, 0, 0, 0.3));
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (min-width: 1920px) {
	.slider-mask {
		display: block;
		background: url(../img/bannermaske.png), linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 220px, rgba(0, 0, 0, 0.3));
		background-position: bottom center;
		background-size: contain;
		background-repeat: no-repeat;
	}
}

#headerpic .nivo-main-image {
	min-height: 100% !important;
}

/* #endregion ----------------------------------- header ---------------------------------------- */

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

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

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

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
	color: #333333;
	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1,
.legacy_h1 {
	font-size: 2rem;
}

@media (min-width: 768px) {

	h1,
	.h1,
	.legacy_h1 {
		font-size: 2.8125rem;
	}
}

h2,
.h2,
.legacy_h2 {
	font-size: 1.75rem;
}

@media (min-width: 768px) {

	h2,
	.h2,
	.legacy_h2,
	.contentTabs .tabHeadline {
		font-size: 2.25rem;
	}
}

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

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

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

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

#newslinks,
#newsmandate {
	border: 1px solid #333333;
}

/* ----------------------------------------------- Tabs -------------------------------------------- */

/* ------------------- tabs1 --------------------- */

#tabs1 .tab {
	background: #fff;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.1);
	max-width: 270px;
	margin: 0 auto;
}

#tabs1 .tabContent {
	padding: 10px 20px;
	font-size: 1.5rem;
	font-weight: 500;
}

#tabs1 .banner {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0% 100%);
	line-height: 0;
}

#tabs1 .tabHeadline {
	font-size: 1.75rem;
}

/* ------------------- tabs1 --------------------- */

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

.tabsFullLink,
.tabsFullLink>.row {
	gap: 30px 0;
}

.tabsFullLink .tab {
	position: relative;
	isolation: isolate;
	height: 100%;
}

.tabsFullLink .tab a {
	text-decoration: underline;
	position: relative;
	z-index: 3;
}

.tabsFullLink .tab a:is(:hover, :focus) {
	text-decoration: none;
}

.tabsFullLink .tab p,
.tabsFullLink .tab .tabHeadline {
	position: relative;
	z-index: 3;
	pointer-events: none;
}

.tabsFullLink .tab p:has(a:last-of-type) {
	font-size: 0;
}

.tabsFullLink .tab a {
	pointer-events: all;
}

.tabsFullLink .tab a:last-of-type {
	color: inherit;
	font-size: 0;
	text-decoration: none;
	z-index: 2;
	position: absolute;
	inset: 0;
}

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

.tabsFullLink .tab a:last-of-type::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

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

/* tabsImg -------------------------------------------------------- */

#tabsImg.tabsFullLink .tab a:last-of-type::after {
	background: linear-gradient(0deg, rgba(133, 182, 203, 1) 20%, rgba(133, 182, 203, 0) 100%);
}

#tabsImg.tabsFullLink .tab img {
	position: absolute;
	inset: 0;
	line-height: 0;
	object-position: center;
	object-fit: cover;
	z-index: -1;
	height: 100%;
	width: 100%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	opacity: 1;
	transition: opacity 300ms;
}

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

#tabsImg.tabsFullLink .tab {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #85b6cb;
	color: #424242;
	padding: 20px 30px;
	min-height: 200px;
	align-content: end;
	font-size: 1.625rem;
	font-weight: 500;
	hyphens: auto;
}

#tabsImg.tabsFullLink .tab a {
	color: #21414f;
}

/* tabsImg -------------------------------------------------------- */
/* tabLinks -------------------------------------------------------- */

#tabLinks a {
	width: 100%;
	display: inline-block;
	font-weight: 500;
	font-size: 1.375rem;
	line-height: 1;
	background: #85b6cb;
	border-radius: 15px;
	padding: 20px 15px 15px 15px;
	text-align: center;
	color: #424242;
	height: 100%;
	outline: 2px solid #85b6cb;
	outline-offset: -2px;
}

#tabLinks a:is(:hover, :focus) {
	background: transparent;
	color: #21414f;
	text-decoration: none;
}

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

#tabLinks .btgrid>.row+.row {
	margin-top: 30px;
}

/* tabLinks -------------------------------------------------------- */

.contentTabs .tabHeadline {
	text-align: center;
}

/* ----------------------------------------------- Tabs -------------------------------------------- */

/* ----------------------------------------------- @23nw news -------------------------------------------- */

#nw23 {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

#nw23 .tab_link_entry {
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	padding: 30px 35px;
	border-bottom: none !important;
}

#nw23 .tab_link_entry {
	padding-left: 400px;
	min-height: 285px;
	position: relative;
	display: flex !important;
	flex-direction: column;
	color: #333333;
	height: 100%;
	background: #fff;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

#nw23 .tab_link_entry #nw23 .tab_preview_picture {
	background: #ffffff;
}

#nw23 .tab_link_entry::before,
#nw23 .tab_preview_picture {
	max-width: 380px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

@media (max-width: 767px) {
	#nw23 .tab_link_entry {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 280px;
	}

	#nw23 .tab_link_entry::before,
	#nw23 .tab_preview_picture {
		max-width: 100%;
		max-height: 250px;
	}
}

#nw23 .tab_preview_picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

#nw23 .tab_date {
	font-style: italic;
	margin-bottom: clamp(20px, 3vw, 40px);
}

#nw23 .tab_link_title {
	order: -1;
}

#nw23 .tab_spacer {
	display: none;
}

#nw23 .tab_link_title a {
	font-size: clamp(1.25rem, 2vw, 1.625rem);
	font-weight: 700;
	color: #333333;
	line-height: 1.2;
}

#nw23 .tab_link_mehr {
	font-size: 0px;
}


#nw23 .tab_link_mehr a {
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	color: #21414f;
	font-size: 1.125rem;
	border-radius: 10px;
	padding: 9px 15px 6px 15px;
	border: 2px solid #85b6cb;
	background: #85b6cb;
	font-weight: 500;
	line-height: 1.2;
}

#nw23 .tab_link_mehr a:hover,
#nw23 .tab_link_mehr a:focus {
	color: #21414f;
	background: #ffffff;
	border-color: #21414f;
}

#nw23 .slick-slide {
	padding: 15px;
	display: flex;
	align-items: stretch;
}

#nw23 .slick-slide>div {
	width: 100%;
}

@media (max-width: 767px) {
	#nw23 .noPadding {
		padding: 0px;
	}
}

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

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

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

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

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

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

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

@media (max-width: 767px) {

	#nw23 .slick-button::after,
	#nw23 .slick-button::after {
		width: 28px;
		height: 28px;
	}
}

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

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

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

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

#nw23 .slick-dots>li.slick-active {
	background: #85b6cb;
	transition: background 200ms linear;
}

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

#nw23 .slick-prev::before {
	content: "\2039";
	line-height: 1.25rem;
}

#nw23 .slick-next::before {
	content: "\203A";
	line-height: 1.25rem;
}

/* slider 1 stop/play button for accessibility -------------------- */

#nw23 .slick-animate-control {
	position: relative;
	z-index: 2;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 30px;
	height: 30px;
	top: -5px;
	left: 10px;
	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");
}

#nw23 .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");
}

/* ----------------------------------------------- breakerTabs ----------------------------------------------- */

#breakerTabs {
	padding: 50px 0;
}

#breakerTabs>div {
	min-height: 230px;
	align-content: end;
	background-position: center;
	background-size: cover;
	padding: 10px 0;
	position: relative;
}

#breakerTabs>div::after {
	content: "";
	position: absolute;
	bottom: 0;
	transform: translateY(50%);
	background: url(../img/tauseil.png);
	width: 100%;
	height: 16px;
	z-index: 2;
	pointer-events: none;
	background-position: center;
	background-repeat: repeat-x;
}

#breakerTabs>div:first-of-type:before {
	content: "";
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	background: url(../img/tauseil.png);
	width: 100%;
	height: 16px;
	z-index: 2;
	pointer-events: none;
	background-position: center;
	background-repeat: repeat-x;
}

#breakerTabs .tabHeadline {
	color: #fff;
	font-weight: 300;
	font-size: 2.375rem;
	margin: 0;
}

/* ----------------------------------------------- breakerTabs ----------------------------------------------- */

/* ----------------------------------------------- Karte ----------------------------------------------- */

#map {
	padding: 50px 0 30px 0;
	font-weight: 500;
	font-size: 1.25rem;
}

/* ----------------------------------------------- Sponsoren ----------------------------------------------- */

#sponsoren .tabHeadline {
	font-size: 2rem;
}

/* ----------------------------------------------- Sponsoren ----------------------------------------------- */

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

#footerTabs {
	background: #85b6cb;
	padding: 45px 0;
	color: #424242;
	font-size: 1rem;
	border-bottom: 10px solid #dbe0e7;
	line-height: 1.5;
}

#footerTabs>.row {
	gap: 50px 0;
}

#footerTabs .tabHeadline {
	color: #424242;
	font-size: 2rem;
}

#footerTabs a {
	color: #424242;
}

#footerTabs a:is(:hover, :focus) {
	color: #424242;
}

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

#f5 {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #85b6cb;
}

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

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

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

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

#innerfooter a:hover,
#innerfooter a:focus {
	color: #424242;
	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;
	}
}

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

#vernetzt {
	text-align: left;
	font-size: 0.9375rem;
	color: #424242;
	line-height: 1.3;
	margin: 0 auto;
	text-decoration: none;
}

@media (min-width: 768px) {
	#vernetzt {
		margin: 0;
	}
}

#vernetzt span {
	color: #424242;
}

#vernetzt :is(b, strong) {
	color: #424242;
}

#vernetzt span span {
	display: block;
}

#vernetzt img {
	margin-right: 30px;
}

/* --------------------------------------------- Dekoelemente -------------------------------------------- */

#content>.row::after {
	content: "";
	position: absolute;
	left: -85px;
	bottom: -50px;
	transform: translate(-100%, 0);
	background: url(../img/grafik-muetze.png);
	width: 187px;
	height: 137px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 150%;
}

#nw23>.row::after {
	content: "";
	position: absolute;
	right: -116px;
	top: -150px;
	transform: translate(100%, 0);
	background: url(../img/grafik-moewe.png);
	width: 159px;
	height: 210px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 150%;
}

#tabsImg::after {
	content: "";
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translate(-100%, -50%);
	background: url(../img/grafik-rettungsring.png);
	width: 212px;
	height: 201px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 90%;
}

#sponsoren>.row::after {
	content: "";
	position: absolute;
	right: -230px;
	bottom: -50px;
	transform: translate(100%, 0);
	background: url(../img/grafik-leichtturm.png);
	width: 86px;
	height: 215px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 150%;
}

#footerTabs>.row::after {
	content: "";
	position: absolute;
	left: -130px;
	top: 50%;
	transform: translate(-100%, -50%);
	background: url(../img/grafik-anker.png);
	width: 197px;
	height: 262px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	max-height: 90%;
}