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

body {
	font-family: "Work Sans", sans-serif;
	color: #555555;
	background: #f2f2f2;
	font-size: 1rem;
	/* 1rem = 16px */
	line-height: 1.5;
}

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

a {
	color: #c33b19;
}

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

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

b,
strong {
	font-weight: 600;
}

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

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

/* -------------------------------------------- @11nav navigation -------------------------------------------- */

#menu {
	padding: 20px 0;
	background: #ffffff;
}

.is-sticky #menu {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* burgermenu for tablet */
@media (max-width: 991px) {
	#burgerButton {
		font-size: 0;
		display: block;
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		cursor: pointer;
		background-color: #ffffff;
		-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: #325372;
		color: #ffffff;
		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: #ffffff;
		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) {
	#menu {
		background: url(../img/Kringeling-header.png) #ffffff;
		background-position: center;
		background-size: cover;
	}

	nav {
		z-index: 100;
	}

	nav.horizontally .navbar-nav {
		position: relative;
		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;
		padding-left: 20px;
		flex-wrap: wrap;
	}

	nav.horizontally .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
	}

	nav.horizontally .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		position: absolute;
		left: 100%;
		top: 0;
	}

	nav.horizontally .navbar-nav > li,
	nav.horizontally .navbar-nav > li > .dropdown-menu > li {
		position: relative;
	}

	/* Fade in Hover Start */
	.navbar-default .navbar-nav li[class*="toplevel"] > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"] > ul {
		display: block !important;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity 300ms linear;
		-moz-transition: opacity 300ms linear;
		-ms-transition: opacity 300ms linear;
		-o-transition: opacity 300ms linear;
		transition: opacity 300ms linear;
	}

	.navbar-default .open > .dropdown-menu,
	.navbar-default .navbar-nav li[class*="toplevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"]:hover > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"] > ul[style*="block"] {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .navbar-nav li[class*="toplevel"]:focus-within > ul,
	.navbar-default .navbar-nav li[class*="secondlevel"]:focus-within > ul {
		pointer-events: auto !important;
		opacity: 1 !important;
	}

	.navbar-default .nav .open > .dropdown-menu {
		pointer-events: none !important;
		opacity: 0 !important;
	}

	/* Pseudo */
	.navbar-default .navbar-nav > li > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		height: 10px;
		left: 0;
		right: 0;
		top: -10px;
	}

	/* 3rd */
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		width: 10px;
		top: 0;
		bottom: 0;
		left: -10px;
	}
}

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

.navbar-default .navbar-nav > li > a {
	color: #555555;
	text-align: center;
	padding: 10px 5px;
	font-size: 1.125rem;
	font-weight: 600;
	position: relative;
	text-decoration: none;
	word-wrap: break-word;
	hyphens: auto;
	isolation: isolate;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		margin-bottom: 2px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li + li {
		margin-left: 2px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 10px 10px;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: 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;
	}
}

.navbar-default .navbar-nav > li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 4px;
	z-index: -1;
	background: url(../img/hover.png);
	width: 0;
	height: 6px;
	max-width: 100% !important;
	transition: width 300ms;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left top;
}

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

.navbar-nav > li:focus-within > a,
.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: #325372;
}

.navbar-nav > li:focus-within > a::before,
.navbar-nav > li:hover > a::before,
.navbar-nav > li > a:hover::before,
.navbar-nav > li > a:focus::before,
.navbar-nav > li.open > a::before,
.navbar-nav > li.open > a:hover::before,
.navbar-nav > li.open > a:focus::before,
.navbar-nav > li[class$="_over"] > a::before,
.navbar-nav > li[class$="_over"] > a:hover::before,
.navbar-nav > li[class$="_over"] > a:focus::before {
	width: 80%;
}

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 0;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		padding: 10px 0;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		margin-top: 15px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		height: 15px;
		left: 0;
		right: 0;
		top: -15px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		margin-left: 15px;
		margin-top: -10px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu::before {
		content: "";
		position: absolute;
		display: block;
		width: 15px;
		top: 0;
		bottom: 0;
		left: -15px;
	}
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
	color: #555555;
	font-weight: 400;
	text-align: left;
	padding: 8px 44px 8px 10px;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	word-wrap: break-word;
	hyphens: auto;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
		text-align: center;
		padding: 10px 35px;
	}

	.navbar-default .navbar-nav > li > .dropdown-menu,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		padding: 10px;
	}

	.dropdown-toggle-button-wrapper,
	.dropdown-toggle-button-wrapper2 {
		top: 4px !important;
	}
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -65px;
	bottom: 0;
	width: 44px;
	background: #b5bdcb;
	border-left: 2px solid #ffffff;
	-moz-transform: skewX(-28deg);
	-webkit-transform: skewX(-28deg);
	-o-transform: skewX(-28deg);
	-ms-transform: skewX(-28deg);
	transform: skewX(-28deg);
	-webkit-transition: right 300ms linear;
	-moz-transition: right 300ms linear;
	-ms-transition: right 300ms linear;
	-o-transition: right 300ms linear;
	transition: right 300ms linear;
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: -65px;
		bottom: 0;
		width: 44px;
		background: #b5bdcb;
		border-left: 2px solid #ffffff;
		-moz-transform: skewX(-28deg);
		-webkit-transform: skewX(-28deg);
		-o-transform: skewX(-28deg);
		-ms-transform: skewX(-28deg);
		transform: skewX(-28deg);
		-webkit-transition: right 300ms linear;
		-moz-transition: right 300ms linear;
		-ms-transition: right 300ms linear;
		-o-transition: right 300ms linear;
		transition: right 300ms linear;
	}
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */

.navbar-nav > li > .dropdown-menu > li:hover > a,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:hover,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:focus {
	background: #325372;
	color: #ffffff;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a {
	background: #325372;
	color: #ffffff;
}

.navbar-nav > li > .dropdown-menu > li:hover > a::before,
.navbar-nav > li > .dropdown-menu > li > a:hover::before,
.navbar-nav > li > .dropdown-menu > li > a:focus::before,
.navbar-nav > li > .dropdown-menu > li.open > a::before,
.navbar-nav > li > .dropdown-menu > li.open > a:hover::before,
.navbar-nav > li > .dropdown-menu > li.open > a:focus::before,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a::before,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:hover::before,
.navbar-nav > li > .dropdown-menu > li[class$="_over"] > a:focus::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:hover::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li.open > a:focus::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:hover::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li[class$="_over"] > a:focus::before {
	right: -20px;
}

.navbar-nav > li > .dropdown-menu > li:focus-within > a::before,
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li:focus-within > a::before {
	right: -20px;
}

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

#slider {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}

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

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

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

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

#headerpic {
	margin: 0 auto;
	position: relative;
	width: 100%;
}

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

.nivo-controlNav {
	bottom: 0.7813vw !important;
}

.slider-mask {
	display: block;
	background: url("../img/bogen-u.png") no-repeat bottom center / 100% auto;
}

body.index .slider-mask {
	background: url("../img/bogen.png") no-repeat bottom center / 100% auto;
}

@media (max-width: 767px) {
	body.index .slider-mask {
		background: url("../img/bogen.png") no-repeat bottom -2px center / 100% auto;
	}
}

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

@media (max-width: 991px) {
	#bannerOverlay {
		background: #ffffff;
		padding-top: 30px;
	}
}

#bannerOverlay .tab {
	background: rgba(255, 255, 255, 0.9);
	width: auto;
	border: 5px solid #325372;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	padding: 10px 20px;
	color: #325372;
}

/* ------------------------------------------------ betweenTab ----------------------------------------------- */

#betweenTab {
	padding-top: clamp(25px, 4vw, 75px);
	padding-bottom: 25px;
	background-color: #ffffff;
}

#betweenTab :is(h1, h2, h3, h4, h5, h6) {
	font-size: clamp(1.75rem, 2vw, 35px);
}

#betweenTab a {
	font-style: italic;
}

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

#tabs {
	background: url(../img/Kringeling-tabs.png), #ffffff;
	background-position: top center;
	background-size: cover 100%;
	padding: 50px 0;
	background-repeat: no-repeat;
}

#tabs > .row {
	display: flex;
	gap: 30px 0;
}

#tabs .tab {
	position: relative;
	background: #325372;
	background-size: cover;
	background-position: center;
	height: 100%;
}

#tabs .tabContent {
	padding: 30px 80px 20px 40px;
	color: #ffffff;
	background: rgba(50, 83, 114, 0.9);
	position: absolute;
	bottom: 0;
	width: 100%;
}

#tabs .tabContent :is(h1, h2, h3, h4, h5, h6) {
	color: #ffffff;
	font-size: 1.75rem;
	margin-bottom: 5px;
}

#tabs .tabContent a {
	color: #ffffff;
	font-style: italic;
	font-size: 1.125rem;
	text-align: right;
	display: block;
	text-decoration: none;
}

#tabs .tabContent a::after {
	content: url(../img/arrow.png);
	margin-left: 5px;
	position: absolute;
	transition: margin 300ms;
}

#tabs .tabContent a:hover::after,
#tabs .tabContent a:focus::after {
	margin-left: 10px;
}

#tabs .tab::before,
#tabs .tab::after,
#ev12::before,
#nw3::after {
	content: "";
	position: absolute;
	background-image: url(../img/ecke-oben.png);
	width: 50px;
	height: 50px;
	inset: 0 auto auto 0;
	z-index: 2;
}

#tabs .tab::after,
#nw3::after {
	background-image: url(../img/ecke-unten.png);
	inset: auto 0 0 auto;
}

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

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

@media (min-width: 992px) {
	#content {
		padding-bottom: 120px;
		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: #325372;
	font-weight: 600;
	line-height: 1.2;
	font-family: "Work Sans", sans-serif;
}

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

@media (min-width: 768px) {
	h1,
	.h1,
	.legacy_h1 {
		font-size: 2.5rem;
	}
}

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

@media (min-width: 768px) {
	h2,
	.h2,
	.legacy_h2 {
		font-size: 1.7rem;
	}
}

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

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 #325372;
}

/* ----------------------------------------------- newsArea -------------------------------------------- */

#newsArea {
	background: #fff;
	padding-bottom: 80px;
	padding-top: 30px;
}

#newsArea :is(#ev12, #nw3) .box a {
	display: inline-block;
	font-size: 1.125rem;
	color: #fff;
	font-style: italic;
	border: 2px solid #fff;
	padding: 8px 15px;
	padding-right: 30px;
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-color: #325372;
	transition: background-position 300ms;
	text-decoration: none;
}

#newsArea :is(#ev12, #nw3) .box a:is(:hover, :focus) {
	background-position: center right 5px;
}

/* ----------------------------------------------- @12ev events -------------------------------------------- */

#ev12 {
	color: #fff;
	font-size: 1rem;
	position: relative;
	background: #325372;
	padding: 40px clamp(30px, 4vw, 60px);
	height: 100%;
}

#ev12 .tabHeadline {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 1.75rem;
	font-weight: 600;
	margin-bottom: 25px;
}

#ev12 #clr-events-hide > P:first-of-type {
	display: none;
}

#ev12 .tab_link_title a {
	font-weight: 600;
	color: #fff;
	font-size: 1.125rem;
}

#ev12 .tab_link_mandat a {
	color: #fff;
	font-size: 1.125rem;
}

#ev12 .tab_link_mehr {
	font-size: 0;
	display: none;
}

/* ----------------------------------------------- @3nw news -------------------------------------------- */

#nw3 {
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 30px;
	height: 100%;
	background: #f2f2f2;
	position: relative;
}
@media (min-width: 992px) {
	#nw3::before {
		content: "";
		position: absolute;
		width: 30px;
		inset: 0 auto 0 0;
		background: #f2f2f2;
		transform: translateX(-30px);
	}
}

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

#nw3 .tabHeadline {
	color: #325372;
	font-weight: 600;
	font-size: 1.75rem;
	margin-bottom: 0;
}

#nw3 .tab {
	font-size: 1rem;
	margin-bottom: 15px;
}

#nw3 .tab_link_entry {
	position: relative;
	margin-left: 300px;
	min-height: 105px;
   font-size: 1.125rem;
	display: grid;
	border-bottom: none !important;
}

#nw3 .tab_link_entries {
	display: grid;
	gap: 15px;
}

@media (min-width: 992px) {

	#nw3 .tab_link_entries {
		gap: 25px;
	}
}

#nw3 .tab_link_title {
	order: 1;
}

#nw3 .vorschau {
	order: 2;
	opacity: 1;
}

#nw3 .tab_date {
	order: 3;
}

#nw3 .tab_link_mandat a {
	color: #444444;
}

#nw3 .tab_link_title a {
	display: block;
	color: #325372;
	font-weight: 600;
	margin-bottom: 2px;
}

#nw3 .tab_link_entry::after {
	content: "";
	background:
		center / cover no-repeat,
		#e3e3e3;
}

#nw3 .tab_preview_picture {
	background: #ffffff;
}

#nw3 .tab_link_entry::after,
#nw3 .tab_preview_picture {
	display: block;
	width: 270px;
	height: 100%;
	position: absolute;
	left: -300px;
	top: 0;
	overflow: hidden;
}

@media (max-width: 767px) {
	#nw3 .tab_link_entry {
		margin-left: 0px;
		padding-top: 185px !important;
	}

	#nw3 .tab_link_entry::after,
	#nw3 .tab_preview_picture {
		display: block;
		width: 100%;
		height: 170px;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0px;
		right: 0px;
		overflow: hidden;
	}
}

#nw3 .tab_preview_picture img {
	position: absolute;
	z-index: 2;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

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

/* ----------------------------------------------- footerwrapper ----------------------------------------------- */

.footerwrapper {
	margin-top: 35px;
	margin-bottom: 35px;
	position: relative;
	z-index: 12;
}

@media (min-width: 768px) {
	.footerwrapper {
		margin-top: -59px;
		margin-bottom: -93px;
	}

	.footerBox {
		background-color: #ffffff;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
		padding: 33px 30px 25px 30px;
	}

	.footerBox > .row > div + div {
		border-left: 1px solid rgba(14, 137, 82, 0.2);
	}
}

@media (max-width: 767px) {
	.footerBox > .row > div + div {
		border-top: 1px solid rgba(14, 137, 82, 0.2);
		margin-top: 30px;
		padding-top: 30px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.footerBox .btgrid > .row-1 > div:nth-child(2) {
		margin-top: 0;
	}
}

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

footer {
	background-color: #ffffff;
	padding-top: 125px;
	padding-bottom: 25px;
	color: #555555;
	font-size: 1.125rem;
}

@media (max-width: 767px) {
	footer {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	footer {
		padding-top: 192px;
		padding-bottom: 90px;
	}
}

footer .tabHeadline {
	font-size: 1.375rem;
	color: #325372;
}

@media (min-width: 768px) and (max-width: 1199px) {
	footer > .row > div:nth-last-child(2),
	footer > .row > div:last-child {
		margin-top: 30px;
	}

	.footerwrapper {
		margin-bottom: -94px;
	}
}

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

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

	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: block;
}

#innerfooter a {
	color: #555555;
	text-decoration: none;
	display: inline-block;
	font-weight: 400;
	font-size: 1rem;
	padding: 2px 0;
}

#innerfooter a:hover,
#innerfooter a:focus {
	color: #c33b19;
}

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

#vernetzt {
	text-align: right;
	font-size: 0.9375rem;
	color: #555555;
	line-height: 1.3;
	margin: 0 auto;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
}

#vernetzt b {
	color: #c33b19;
	font-weight: 400;
}

#vernetzt span {
	color: #555555;
}

#vernetzt span span {
	display: block;
}

#vernetzt img {
	margin-left: 21px;
}
