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

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

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

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

a {
	color: #a62e21;
}

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

b,
strong {
	font-weight: 700;
}

#overflow {
	overflow: hidden;
}

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

#logo {
	display: inline-block;
}

@media (min-width: 992px) {
	#logo {
		position: absolute;
		top: -50px;
		transition: top 300ms linear;
	}

	.is-sticky #logo {
		top: -45px;
	}

	#logo img {
		transition: max-width 300ms linear;
	}

	.is-sticky #logo img {
		max-width: 110px;
	}
}

#logo img {
	display: block;
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	.horizontally {
		background: #1f1a17;
		padding: 10px 0;
	}

	.is-sticky .horizontally {
		position: relative !important;
	}

	#burgerButton {
		font-size: 0;
		border: none !important;
		position: relative;
		z-index: 1002;
		display: block;
		width: 46px;
		height: 40px;
		border-radius: 2px;
		cursor: pointer;
		background-color: #ffffff;
		padding: 3px;
	}

	#burgerButton:before,
	#burgerButton:after,
	#burgerButtonInner {
		background-color: #1f1a17;
		border-radius: 2px;
		position: absolute;
		width: 40px;
		height: 3px;
		left: 2px;
		-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"]:before {
		opacity: 0;
	}

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

	#burgerButtonInner {
		top: 10px;
	}

	#burgerButton:before {
		top: 18px;
	}

	#burgerButton:after {
		top: 26px;
	}

	#burgerButton:before,
	#burgerButton:after {
		content: "";
		display: block;
	}

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

	.navbar-collapse {
		top: 0;
		background: #1f1a17;
		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.collapse.in {
		left: 0;
		opacity: 1;
		pointer-events: auto;
	}

	.navbar-header {
		height: 50px;
		width: 60px;
		border-radius: 2px;
		padding: 6px 8px;
		background-color: #ffffff;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 101;
		-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);
	}

	.navbar-collapse.in:after {
		content: "";
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		display: block;
		width: 90px;
		background-color: rgba(0, 0, 0, 0.5);
	}
}

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

	.navbar-collapse.collapse.in:after {
		width: 40%;
	}
}

/* menu desktop */

@media (min-width: 992px) {
	.horizontally {
		background: #1f1a17;
		padding-top: 20px;
		transition: all 300ms linear;
	}

	.is-sticky .horizontally {
		padding-top: 5px;
	}

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

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

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

	/* Fade in Hover End */
}

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

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-weight: 700;
	text-align: left;
	padding: 10px 35px 15px 35px;
	text-transform: uppercase;
	position: relative;
	font-size: 1.0625rem;
	line-height: 1.2;
	text-decoration: none;
	font-family: "Oswald", sans-serif;
}

@media (max-width: 991px) {
	.navbar-default .navbar-nav > li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}

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

	.navbar-default .navbar-nav > li > a {
		padding: 30px 0;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
	}
}

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

@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: "";
	width: 20px;
	height: 9px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: 0;
	border-top-left-radius: 90px;
	border-top-right-radius: 90px;
	background-color: #ffffff;
	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;
}

/* -------------------------------------------- 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: #ffffff;
	background-color: transparent;
}

.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 {
	opacity: 1;
}

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

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

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

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		left: 50%;
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		border-radius: 0 0 4px 4px;
	}

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

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		margin-top: -35px;
		margin-left: 10px;
		border-radius: 4px;
	}
}

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

.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
	color: #333333;
	font-weight: 300;
	text-align: left;
	padding: 9px 25px;
	font-size: 1.125rem;
	line-height: 1.2;
	text-decoration: none;
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a {
		text-align: center;
	}
}

/* ------------------------------------------ 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:hover > a,
.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: #a62e21;
	color: #ffffff;
}

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

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

#search {
	height: 38px;
	background: #c9c9c9;
	display: inline-block;
	position: relative;
	max-width: 270px;
	width: 100%;
	border-radius: 19px;
	z-index: 1;
}

#search_input {
	color: #1f1a17;
	font-size: 15px;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 38px;
	padding-left: 15px;
	padding-right: 43px;
	height: 38px;
	width: 100%;
}

#search_submit {
	width: 38px;
	background: #ffffff url("../img/lupe-icon.png") center no-repeat;
	border: 2px solid #c9c9c9;
	padding: 0;
	cursor: pointer;
	line-height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 38px;
	font-size: 0;
	border-radius: 100%;
	-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: #c9c9c9;
}

#search_input::-ms-input-placeholder {
	color: #1f1a17 !important;
}

#search_input::-webkit-input-placeholder {
	color: #1f1a17 !important;
}

#search_input::-moz-placeholder {
	opacity: 1;
}

#search_input:-moz-placeholder {
	opacity: 1;
}

#topWrapper {
	position: relative;
	padding: 10px 0;
}

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

	#topWrapper:after {
		content: "";
		transform: skewX(-30deg);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 160px;
		right: -100vw;
		background: #ffffff;
	}
}

@media (min-width: 1200px) {
	#topWrapper:after {
		left: 390px;
	}
}

@media (max-width: 991px) {
	#quicklinks {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	#topWrapper {
		background-color: #ffffff;
	}
}

#quicklinks {
	position: relative;
	z-index: 1;
}

#quicklinks a {
	color: #1f1a17;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 17px;
}

#quicklinks a + a {
	margin-left: 20px;
}

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

#slider {
   aspect-ratio: 1920 / 635;
	overflow: hidden;
	position: relative;
}

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

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

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

	#headerpic {
		background: #a30f00;
	}

	.theme-nivo .nivo-controlNav .slick-dots li,
	.nivo-directionNav a,
	a.nivo-control,
	a.nivo-control.active {
		color: #ffffff !important;
	}
}

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

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

.slider-mask {
	display: none;
}

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

@media (max-width: 1199px) {
	#bannerOverlay {
		background: #a30f00;
		padding: 20px 0;
	}
}

#bannerOverlay .tab {
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 1.4;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}

#bannerOverlay .tab a {
	color: #ffffff;
}

#bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6) {
	color: #ffffff;
	font-size: 2.5rem;
}

@media (min-width: 1200px) {
	#bannerOverlay .tab :is(h1, h2, h3, h4, h5, h6) {
		font-size: 4.375rem;
	}

	#bannerOverlay {
		position: absolute;
		pointer-events: none;
		left: 0;
		right: 0;
		bottom: 210px;
		z-index: 12;
	}

	#bannerOverlay .tab {
		pointer-events: all;
		font-size: 2.8125rem;
	}
}

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

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

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

	.index #content {
		padding-top: 35px;
	}
}

/* ------------------------------------------------ news ----------------------------------------------- */

#news {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	#news {
		padding-top: 0;
		padding-bottom: 45px;
	}
}

#news .tabHeadline {
	margin-bottom: 25px;
}

@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_link,
#news .tab_link > div {
	height: 100%;
	min-height: 100%;
}

#news .tab_link_entry {
	font-size: 1.25rem;
	position: relative;
	width: 100%;
	background: #ffffff;
	border-radius: 2px;
	padding: 245px 20px 40px 20px;
	border: unset !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	hyphens: auto;
}

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

#news .tab_preview_picture {
	background: #ffffff;
}

#news .tab_link_entry::before,
#news .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#news .tab_link_entry::before {
	content: "";
	background: #cf3a29 url("../img/Platzhalter-Aktuelles.png") center / cover no-repeat;
}

#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: 1.0625rem;
	font-weight: 400;
	position: absolute;
	right: -15px;
	top: 175px;
	z-index: 1;
	display: inline-block;
	padding: 6px 20px;
	background: #1f1a17;
	color: #ffffff;
}

@media (max-width: 767px) {
	#news .tab_date {
		right: -10px;
	}
}

#news .tab_link_title a {
	color: #333333;
	line-height: 1.2;
	font-weight: 400;
	font-size: 1.4375rem;
	display: block;
	margin-bottom: 10px;
}

#news .vorschau {
	opacity: 1;
	color: #333333;
}

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

#news .tabLinkMehr {
	margin-top: 30px;
}

#news .tabLinkMehr a {
	text-decoration: none;
	background: #1f1a17;
	color: #ffffff;
	border: 2px solid #1f1a17;
	position: relative;
	font-weight: 500;
	font-size: 1.125rem;
	padding: 12px 60px 12px 20px;
	display: inline-block;
	transition: all 300ms linear;
}

#news .tabLinkMehr a::after {
	content: " \00BB";
	color: #1f1a17;
	font-size: 22px;
	position: absolute;
	background: #ffffff;
	width: 40px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: all 300ms linear;
}

#news .tabLinkMehr a:hover,
#news .tabLinkMehr a:focus {
	background: #ffffff;
	color: #1f1a17;
}

#news .tabLinkMehr a:hover::after,
#news .tabLinkMehr a:focus::after {
	background-color: #1f1a17;
	color: #ffffff;
}

/* ------------------------------------------------ news2 ----------------------------------------------- */

#news2 {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	#news2 {
		padding-top: 0;
		padding-bottom: 45px;
	}
}

#news2 .tabHeadline {
	margin-bottom: 25px;
}

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

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

#news2 .tab_link_entry {
	font-size: 1.25rem;
	position: relative;
	width: 100%;
	background: #ffffff;
	border-radius: 2px;
	padding: 245px 20px 40px 20px;
	border: unset !important;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	hyphens: auto;
}

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

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

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

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

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

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

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

#news2 .tab_preview_picture {
	background: #ffffff;
}

#news2 .tab_link_entry::before,
#news2 .tab_link_entry .tab_preview_picture {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#news2 .tab_link_entry::before {
	content: "";
	background: #cf3a29 url("../img/Platzhalter-Aktuelles.png") center / cover no-repeat;
}

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

#news2 .tab_date {
	font-size: 1.0625rem;
	font-weight: 400;
	position: absolute;
	right: -15px;
	top: 175px;
	z-index: 1;
	display: inline-block;
	padding: 6px 20px;
	background: #1f1a17;
	color: #ffffff;
}

@media (max-width: 767px) {
	#news2 .tab_date {
		right: -10px;
	}
}

#news2 .tab_link_title a {
	color: #333333;
	line-height: 1.2;
	font-weight: 400;
	font-size: 1.4375rem;
	display: block;
	margin-bottom: 10px;
}

#news2 .vorschau {
	opacity: 1;
	color: #333333;
}

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

#news2 .tabLinkMehr {
	margin-top: 30px;
}

#news2 .tabLinkMehr a {
	text-decoration: none;
	background: #1f1a17;
	color: #ffffff;
	border: 2px solid #1f1a17;
	position: relative;
	font-weight: 500;
	font-size: 1.125rem;
	padding: 12px 60px 12px 20px;
	display: inline-block;
	transition: all 300ms linear;
}

#news2 .tabLinkMehr a::after {
	content: " \00BB";
	color: #1f1a17;
	font-size: 22px;
	position: absolute;
	background: #ffffff;
	width: 40px;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	transition: all 300ms linear;
}

#news2 .tabLinkMehr a:hover,
#news2 .tabLinkMehr a:focus {
	background: #ffffff;
	color: #1f1a17;
}

#news2 .tabLinkMehr a:hover::after,
#news2 .tabLinkMehr a:focus::after {
	background-color: #1f1a17;
	color: #ffffff;
}

/* ------------------------------------------------ sponsorTabsBox ----------------------------------------------- */

#sponsorTabsBox {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	padding: 40px 0;
}

/* ------------------------------------------ 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: 700;
	line-height: 1.2;
	font-family: "Oswald", 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: 2.1875rem;
	}
}

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

/* ----------------------------------------------- firstFooter ----------------------------------------------- */

.firstFooter {
	color: #ffffff;
	font-size: 1rem;
	padding-top: 35px;
	padding-bottom: 20px;
	background-color: #1f1a17;
}

.firstFooter a {
	color: #ffffff;
}

.firstFooter a:hover,
.firstFooter a:focus {
	color: #ffffff;
}

/* --------------------------------------------- footerTab -------------------------------------------- */

.firstFooter .footerTab b,
.firstFooter .footerTab strong {
	font-weight: 500;
}

.firstFooter .footerTab a {
	text-decoration: underline;
}

.firstFooter .footerTab .tabHeadline {
	color: #ffffff;
	font-size: 1.625rem;
}

/* --------------------------------------------- tabLinksListe -------------------------------------------- */

.tabLinksListe {
	font-size: 1.125rem;
}

@media (max-width: 767px) {
	.tabLinksListe {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
}

/* --------------------------------------------- tabSocial -------------------------------------------- */

.tabSocial {
	display: inline-block;
	margin-bottom: 35px;
}

@media (max-width: 991px) {
	.tabSocial {
		margin-top: 30px;
		display: block;
		text-align: right;
	}
}

@media (max-width: 767px) {
	.tabSocial {
		text-align: center;
	}
}

.tabSocial p {
	display: inline-block;
}

.tabSocial p + p {
	margin-left: 14px;
}

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

#vernetzt {
	color: #ffffff;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.3;
	margin: 30px auto 0 auto;
	text-align: right;
	text-decoration: none;
}

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

#vernetzt span {
	color: #ffffff;
}

#vernetzt span span {
	display: block;
}

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

/* ---------------------------------------------- lastFooter ---------------------------------------------- */

.lastFooter {
	background-color: #15120f;
	color: #ffffff;
	font-size: 1rem;
	padding-top: 14px;
	padding-bottom: 14px;
}

#innerfooter ul {
	padding: 0;
}

#innerfooter li {
	display: inline-block;
}

#innerfooter a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

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

#innerfooter li + li::before {
	content: "";
	margin: 0 6px;
}

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