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

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

body {
	font-family: "Montserrat", sans-serif;
	color: #444444;
	background: #ffffff;
	font-size: 1rem;
	/* 1rem = 16px */
	line-height: 1.5;
}

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

a {
	color: #008539;
}

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

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

b,
strong {
	font-weight: 600;
}

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

#overflow {
	overflow: hidden;
}

.gapFull {
	gap: 30px;
}

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

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

#logo {
	display: inline-block;
	margin: 30px 0 15px 0;
}

#logo.contrast_light_font {
	background: #fff !important;
}

#logo img {
	display: block;
}

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

:is(#contrast_style, #style) {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

:is(#contrast_style, #style) h2 {
	font-size: 1rem;
	display: inline-block;
	font-weight: 400;
	color: #444444;
	width: fit-content;
	margin: 0;
	margin-right: 10px;
}

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

@media (min-width: 992px) {
	#contrast_style {
		line-height: 0;
	}

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

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

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

@media (min-width: 992px) {
	#style {
		margin: 0 25px 0 50px;
	}

	#style button {
		border: none;
		color: #33277f;
		display: inline-block;
		width: 29px;
		height: 29px;
		border-radius: 50%;
		font-weight: 600;
		text-align: center;
		background-color: #0db0de;
		position: relative;
		line-height: 1;
		font-size: 16px;
		padding: 0;
	}

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

	#style button:hover {
		color: #33277f;
		background: #fecd20;
	}

	.is-sticky #style {
		margin: 20px 0px;
	}
}

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

form[id^="search"] {
	height: 30px;
	background: rgba(201, 201, 201, 0.2);
	display: inline-block;
	position: relative;
	border-radius: 30px;
	margin-top: 15px;
	display: flex;
}

@media (min-width: 768px) {
	form[id^="search"] {
		margin-top: 6px;
	}
}

@media (max-width: 991px) {
	form[id^="search"] {
		margin: 10px 15px 20px 15px;
	}
}

@media (max-width: 575px) {
	form[id^="search"] {
		margin: 10px 0 20px 0;
	}
}

@media (min-width: 992px) {
	form[id^="search"] {
		max-width: 240px;
		margin-top: 0;
		width: 100%;
	}
}

form [id^="search_input"] {
	color: #444444;
	font-size: 16px;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 38px;
	padding-left: 14px;
	padding-right: 47px;
	height: 30px;
	width: 100%;
	border-radius: 30px;
}

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

@media (max-width: 575px) {
	form [id^="search_input"] {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 40px;
	}
}

form [id^="search_submit"] {
	width: 30px;
	height: 30px;
	border: 5px solid #fecd20;
	outline: 5px solid #fff;
	background: #fecd20 url("../img/lupe-icon.png") center no-repeat;
	background-size: 14px 14px;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	-webkit-transition: transform 150ms linear;
	-moz-transition: transform 150ms linear;
	-ms-transition: transform 150ms linear;
	-o-transition: transform 150ms linear;
	transition: transform 150ms linear;
}

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

form [id^="search_submit"]:hover,
form [id^="search_submit"]:focus {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

@media (min-width: 992px) {
	form [id^="search_submit"] {
		border-color: #fecd20;
	}
}

[id^="search_input"]::-ms-input-placeholder {
	color: #444444 !important;
	opacity: 1;
}

[id^="search_input"]::-webkit-input-placeholder {
	color: #444444 !important;
	opacity: 1;
}

[id^="search_input"]::-moz-placeholder {
	color: #444444 !important;
	opacity: 1;
}

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

nav.horizontally {
	position: relative;
}

nav.horizontally::before {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fecd20;
}

.navbg {
	background-color: #0fabd5;
}

/* 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: #33277f;
		-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
	}

	#burgerButtonInner2,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #0fabd5;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 10px;
		-webkit-transition: transform 200ms linear, opacity 200ms linear;
		-moz-transition: transform 200ms linear, opacity 200ms linear;
		-ms-transition: transform 200ms linear, opacity 200ms linear;
		-o-transition: transform 200ms linear, opacity 200ms linear;
		transition: transform 200ms linear, opacity 200ms linear;
	}

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

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

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

	#burgerButtonInner {
		top: 16px;
	}

	#burgerButtonInner2 {
		top: 24px;
	}

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

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

	.navbar-collapse {
		top: 0;
		background: #0fabd5;
		position: fixed;
		left: -100%;
		bottom: 0;
		z-index: 100;
		height: auto !important;
		-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		pointer-events: none;
		overflow-y: auto;
		-webkit-transition: left 300ms linear, opacity 300ms linear;
		-moz-transition: left 300ms linear, opacity 300ms linear;
		-ms-transition: left 300ms linear, opacity 300ms linear;
		-o-transition: left 300ms linear, opacity 300ms linear;
		transition: left 300ms linear, opacity 300ms linear;
	}

	.navbar-collapse[aria-expanded="true"],
	.navbar-collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

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

	.navbar-toggle::before {
		content: "";
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 0;
		z-index: -1;
		display: block;
		background-color: rgba(0, 0, 0, 0.5);
		-webkit-transition: width 300ms linear, opacity 300ms linear;
		-moz-transition: width 300ms linear, opacity 300ms linear;
		-ms-transition: width 300ms linear, opacity 300ms linear;
		-o-transition: width 300ms linear, opacity 300ms linear;
		transition: width 300ms linear, opacity 300ms linear;
	}

	.navbar-toggle[aria-expanded="true"]::before {
		opacity: 1;
		width: 90px;
	}
}

@media (min-width: 575px) and (max-width: 991px) {
	.navbar-collapse {
		width: 60%;
	}

	.navbar-collapse.collapse.in:after,
	.navbar-toggle[aria-expanded="true"]::before {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	#sticky-wrapper {
		height: 100% !important;
	}

	.navbar,
	.navbar>div#myNavbar,
	.navbar>div#myNavbar>ul,
	.navbar>div#myNavbar>ul>li {
		height: fit-content !important;
	}

	nav.horizontally .navbar-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
		flex-wrap: wrap;
	}

	nav.horizontally .navbar-nav li[class*="toplevel"]>ul {
		display: none;
		flex-wrap: wrap;
		column-gap: 35px;
		pointer-events: none;
		position: absolute;
		opacity: 0;
		top: 100%;
		left: 15px;
		right: 15px;
		z-index: 1000;
		padding: clamp(30px, 4vw, 60px) clamp(20px, 3vw, 47px);
		visibility: hidden;
		transition: opacity 300ms linear;
	}

	nav.horizontally .navbar-nav li:is(.open:focus-within, :hover)>ul {
		pointer-events: auto !important;
		opacity: 1 !important;
		visibility: visible;
		top: 100%;
		display: flex;
	}

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

	nav.horizontally li[class*="secondlevel"] {
		margin-bottom: 20px;
		width: 31%;
		border-bottom: 2px solid rgba(41, 35, 0, 0.2);
	}

	nav.horizontally [class*="secondlevel"]>ul {
		display: block !important;
		pointer-events: auto !important;
		visibility: visible;
	}
}

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

.navbar-default .navbar-nav>li>a {
	color: #33277f;
	font-weight: 700;
	text-align: left;
	padding: 10px 15px;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 1.125rem;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

.navbar-default .navbar-nav>li>a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	background: #33277f;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

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

@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		padding: 20px 10px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		display: block;
	}
}

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

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

.navbar-nav>li:focus-within>a {
	color: #33277f;
	background-color: transparent;
}

.navbar-nav>li:hover>a::after,
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after,
.navbar-nav>li.open>a::after,
.navbar-nav>li.open>a:hover::after,
.navbar-nav>li.open>a:focus::after,
.navbar-nav>li[class$="_over"]>a::after,
.navbar-nav>li[class$="_over"]>a:hover::after,
.navbar-nav>li[class$="_over"]>a:focus::after {
	height: 5px;
}

.navbar-nav>li:focus-within>a::after {
	height: 5px;
}

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

nav.horizontally [class*="toplevel"]>ul {
	background-color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 991px) {
	nav.horizontally [class*="toplevel"]>ul {
		padding: 10px 0;
		box-shadow: inset -1px 0px 5px 0 rgba(0, 0, 0, 0.2);
	}
}

@media (min-width: 992px) {
	nav.horizontally [class*="toplevel"]>ul {
		box-shadow: 0 15px 50px 0 rgba(66, 58, 1, 0.2);
	}

	nav.horizontally [class*="toplevel"]>ul::before {
		content: "";
		position: absolute;
		display: block;
		height: 15px;
		left: 0;
		right: 0;
		top: -15px;
	}
}

/* secondlevel + thirdlevel */

nav.horizontally a:is([class*="secondlevel"], [class*="thirdlevel"]) {
	color: #444444;
	text-align: left;
	position: relative;
	width: 100%;
	line-height: 1.2;
	text-decoration: none;
}

nav.horizontally a[class*="secondlevel"] {
	font-weight: 400;
	padding: 0 20px 0 0;
	margin-bottom: 10px;
	font-size: 1.125rem;
}

nav.horizontally a[class*="thirdlevel"] {
	font-weight: 400;
	padding: 5px 0;
	font-size: 1rem;
}

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

	nav.horizontally a[class*="thirdlevel"] {
		padding: 8px 30px;
	}
}

@media (min-width: 992px) {

	.navbar-default .navbar-nav>li>.dropdown-menu>li>a[data-toggle="dropdown"]::after,
	.navbar-default .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a[data-toggle="dropdown"]::after {
		content: "";
		position: absolute;
		display: block;
		right: 2px;
		top: 50%;
		margin-top: -3px;
		width: 6px;
		height: 6px;
		border-radius: 1px;
		display: inline-block;
		border-left: 2px solid #b2b2b2;
		border-bottom: 2px solid #b2b2b2;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: border 300ms linear;
		-moz-transition: border 300ms linear;
		-ms-transition: border 300ms linear;
		-o-transition: border 300ms linear;
		transition: border 300ms linear;
	}
}

/* secondlevel + thirdlevel over */

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

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

/* ----------------------------------------------- infobar ----------------------------------------------- */

#infobar {
	background: rgba(255, 255, 255, 0.9);
	padding-top: 10px;
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	#infobar {
		position: absolute;
		width: 100%;
		z-index: 20;
		top: 0;
	}
}

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

#slider {
	overflow: hidden;
	max-height: 300px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#headerpic {
	position: relative;
}

.nivo-directionNav a {
	top: 15% !important;
}

@media (min-width: 992px) {
	#slider {
		max-height: 500px;
	}

	body.index #slider {
		max-height: 720px;
	}

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

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

	.theme-default .nivo-controlNav {
		bottom: unset !important;
		top: 50px !important;
	}

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

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

.slider-mask {
	display: none;
}

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

#bannerOverlay #bannerLogo {
	width: 100%;
	text-align: center;
	color: #17543c;
	text-transform: uppercase;
	padding: 10px;
	background: rgba(255, 255, 255, 0.85);
	display: inline-block;
	margin-bottom: 0;
	border-bottom: 4px solid #fecd20;
}

#bannerLogo.contrast_dark,
#bannerLogo.contrast_dark img {
	background: #fff !important;
}

#bannerOverlay .tabContent {
	color: #008539;
	width: 100%;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 1.5rem;
	background: rgba(255, 255, 255, 0.85);
	display: inline-block;
}

#bannerOverlay a {
	color: #008539;
}

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

	#bannerOverlay .tabHeadline {
		font-size: 3.125rem;
	}
}

@media (max-width: 991px) {
	#bannerOverlay {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
}

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

#links {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.linkHeadline {
	font-size: 1.5625rem;
	font-weight: 700;
	color: #33277f;
}

#links a {
	font-size: 1rem;
	font-weight: 500;
	color: #33277f;
	padding: 10px 25px;
	background: rgba(13, 177, 222, 0.11);
	display: inline-block;
	margin: 10px 15px;
}

#links a:hover,
#links a:focus {
	text-decoration: none;
	background: #0db0de;
}

@media (min-width: 992px) {
	#links .linkHeadline {
		padding-right: 50px;
	}

	#links p {
		display: inline-block;
	}
}

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

main {
	text-align: left;
}

#content {
	min-height: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
}

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

/* ----------------------------------------------- news + news2row -------------------------------------------- */

#news {
	padding: 20px 0 20px 0;
	position: relative;
}

@media (min-width: 1200px) {
	#news {
		padding: 0 0 30px 0;
		position: relative;
		z-index: 12;
		margin-top: -25px;
	}
}

#news .tab {
	background-image: url("../img/icon-aktuelles.png");
	background-color: #0db0de;
	overflow: hidden;
	padding: 30px;
	color: #33277f;
	background-position: top 20px right 20px;
	background-repeat: no-repeat;
}

#news .tabHeadline {
	color: #33277f;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	hyphens: auto;
}

@media (min-width: 768px) {
	#news .tabHeadline {
		margin: 0 0 25px 0;
		font-size: 1.875rem;
	}
}

#news .tab_link_entry {
	font-size: 1rem;
	position: relative;
	width: 100%;
}

#news .tab_link_title a {
	line-height: 1.2;
	font-weight: 600;
	font-size: 1rem;
	display: block;
	margin-bottom: 8px;
	color: #33277f;
	filter: none;
}

@media (min-width: 576px) {
	#news .tab_link_entries {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

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

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

#news .tab_link_entry {
	background: #ffffff;
	padding: 200px 30px 30px 30px;
	box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
	border: none !important;
}

@media (min-width: 576px) and (max-width: 767px) {
	#news .tab_link_entry {
		width: calc(50% - 15px);
	}

	#news .tab_link_entry:nth-child(2n + 1) {
		margin-right: 15px;
	}

	#news .tab_link_entry:nth-child(2n + 2) {
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	#news .tab_link_entry {
		width: calc(33.33% - 20px);
	}

	#news .tab_link_entry+.tab_link_entry {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	#news .tab_link_entry+.tab_link_entry {
		margin-top: 30px;
	}
}

@media (min-width: 576px) {
	#news .tab_link_entry:nth-child(2) {
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	#news .tab_link {
		margin-top: 30px;
	}
}

#news .tab_link_title a::before,
#news .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: -1px;
	left: -1px;
	right: -1px;
	height: 160px;
	overflow: hidden;
}

#news .tab_link_title a::before {
	content: "";
}

#news .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;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#news .tab_date {
	font-size: 0.875rem;
	font-weight: 600;
	position: absolute;
	left: -1px;
	top: 140px;
	z-index: 1;
	display: inline-block;
	padding: 6px 20px;
	background: #0db0de;
	color: #33277f;
}

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

@media (min-width: 1200px) {
	#news2row {
		margin-top: 30px;
	}

	#news2row .tab_link_entry {
		width: calc(24.8% - 20px);
	}
}

#news2row .tab_link_entry:nth-child(1),
#news2row .tab_link_entry:nth-child(2),
#news2row .tab_link_entry:nth-child(3) {
	display: none;
}

#news2row .tab_link_entry:nth-child(4) {
	margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {

	#news2row .tab_link_entry:nth-child(4),
	#news2row .tab_link_entry:nth-child(5),
	#news2row .tab_link_entry:nth-child(6) {
		margin-top: 30px;
	}

	#news2row .tab_link_entry:nth-child(7) {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.vorschau {
		overflow-wrap: break-word;
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

/* ------------------------------------------- button design ------------------------------------------- */

.buttonStyle a {
	display: inline-block;
	background: #33277f;
	color: #fecd20;
	font-size: 0.875rem;
	text-transform: uppercase;
	padding: 5px 20px;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: background 300ms linear, color 300ms linear, border 300ms linear;
	-moz-transition: background 300ms linear, color 300ms linear, border 300ms linear;
	-ms-transition: background 300ms linear, color 300ms linear, border 300ms linear;
	-o-transition: background 300ms linear, color 300ms linear, border 300ms linear;
	transition: background 300ms linear, color 300ms linear, border 300ms linear;
}

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

.buttonStyle a::after {
	content: "\00BB";
	margin-left: 4px;
	position: relative;
	bottom: 1px;
}

.buttonStyle a:hover,
.buttonStyle a:focus {
	background: #fff;
	color: #33277f;
}

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

#tabs {
	padding: 20px 0 60px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#tabs .template-page {
	background: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
}

.iframetab iframe,
.iframetab .iframe-wrapper-manual-enabling {
	min-width: 100% !important;
	width: 100% !important;
	display: block;
	max-height: 337px;
}

@media (min-width: 768px) and (max-width: 991px) {
	#insertWidget {
		width: auto !important;
		line-height: 0;
	}
}

@media (max-width: 767px) {
	#insertWidget {
		width: auto !important;
	}
}

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

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

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

@media (min-width: 992px) {

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

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

@media (min-width: 992px) {

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

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

@media (min-width: 992px) {

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

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

@media (min-width: 992px) {

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

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

@media (min-width: 992px) {

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

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

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

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

.contact {
	font-size: 1rem;
}

.contact a {
	color: #33277f;
	text-decoration: underline;
}

.contact h1,
.contact .h1,
.contact .legacy_h1,
.contact h2,
.contact .h2,
.contact .legacy_h2,
.contact h3,
.contact .h3,
.contact .legacy_h3,
.contact h4,
.contact .h4,
.contact .legacy_h4,
.contact h5,
.contact .h5,
.contact .legacy_h5,
.contact h6,
.contact .h6,
.contact .legacy_h6 {
	font-weight: bold;
	color: #33277f;
	hyphens: auto;
	font-size: 2.1875rem;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.contact {
		margin-top: 20px;
	}
}

@media (max-width: 575px) {

	.contact h1,
	.contact .h1,
	.contact .legacy_h1,
	.contact h2,
	.contact .h2,
	.contact .legacy_h2,
	.contact h3,
	.contact .h3,
	.contact .legacy_h3,
	.contact h4,
	.contact .h4,
	.contact .legacy_h4,
	.contact h5,
	.contact .h5,
	.contact .legacy_h5,
	.contact h6,
	.contact .h6,
	.contact .legacy_h6 {
		margin: 0;
	}
}

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

footer {
	position: relative;
}

footer::before {
	content: "";
	position: absolute;
	bottom: 6px;
	right: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #33277f;
}

#footer {
	background: #0db0de;
	color: #33277f;
}

#footer {
	padding-top: 26px;
	padding-bottom: 26px;
}

@media (min-width: 992px) {
	footer .btgrid>.row {
		align-items: center;
		align-content: center;
	}
}

@media (max-width: 767px) {
	#footer .row>.col-xs-12:not(:first-child)::before {
		background: #fecd20;
		content: " ";
		height: 1px;
		width: 100%;
		display: block;
		margin: 20px 0;
		opacity: 0.3;
	}

	#footer .row>.col-xs-12.hidden-xs~.col-xs-12::before,
	#footer .row>.col-xs-12.hidden-sm~.col-xs-12::before {
		display: none;
	}
}

.innerfooter ul {
	padding: 0;
}

.innerfooter li {
	display: inline-block;
}

.innerfooter a {
	color: #33277f;
	text-decoration: none;
	display: inline-block !important;
	font-size: 1rem;
	border-radius: 2px;
	padding: 2px 4px;
}

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

.innerfooter li+li::before {
	content: "•";
	margin: 0 15px;
}

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

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

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

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

#vernetzt {
	gap: 12px;
	font-size: 0.8125rem;
	color: #33277f;
	line-height: 1.3;
	text-decoration: none;
}

#vernetzt span span {
	display: block;
}

#vernetzt strong {
	font-weight: 400;
	color: #33277f;
}

/* --------------------------------------------- Mobilversion -------------------------------------------- */

.footerKlein {
	margin-top: 15px;
	background: #ffffff;
	padding: 15px;
}