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

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

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

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

a {
	color: #0e4194;
}

a:hover,
a:focus {
	color: #0e4194;
	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: 700;
}

/* Fokus Komunen -------------------------------------------------------- */

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

#vernetzt:focus-visible span strong {
	color: #0e4194 !important;
}

/* Fokus Komunen -------------------------------------------------------- */

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

#logo.contrast_light_font img,
#language.contrast_light_font a img {
	background-color: #fff !important;
}

#logo {
	display: inline-block;
}

#logo img {
	display: block;
}

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

@media (min-width: 992px) {
	#topbar {
		position: absolute;
		top: 0;
		left: 0px;
		right: 0px;
		z-index: 12;
	}
}

#topbarTop {
	background-color: #e4e9f1;
	padding: 10px 0;
}

#topbarBottom {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 11px 0 7px 0;
}

#search {
	min-height: 40px;
	background: #e4e9f1;
	display: inline-block;
	position: relative;
	max-width: 270px;
	width: 100%;
}

@media (max-width: 767px) {
	#search {
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}
}

#search_input {
	color: #252525;
	font-size: 0.9375rem;
	font-style: normal;
	background: transparent;
	padding: 0;
	border: 0;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 43px;
	min-height: 40px;
	width: 100%;
}

#search_submit {
	width: 40px;
	background: #0e4194 url("../img/icon-serach.png") center no-repeat;
	padding: 0;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	min-height: 100%;
	font-size: 0;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}

#search_submit:hover {
	background-color: #032357;
}

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

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

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

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

#optionsbar span,
#easy span {
	color: #252525;
	font-size: 0.9375rem;
	font-weight: 700;
}

#optionsbar span {
	margin-right: 20px;
}

@media (max-width: 767px) {
	#optionsbar span {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	#style button {
		border: none;
		color: #252525;
		display: inline-block;
		min-width: 20px;
		min-height: 20px;
		font-size: 0.9375rem;
		font-weight: 400;
		text-align: center;
		background-color: #fff;
		position: relative;
		line-height: 1;
		transition: background 200ms linear;
		padding: 0;
	}

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

	#style button:hover {
		background: #0e4194;
		color: #fff;
	}

	#style button:focus-visible {
		outline: 2px auto;
	}
}

@media (min-width: 768px) {
	#contrast_style {
		margin-left: 40px;
	}
}

@media (max-width: 767px) {
	#contrast_style,
	#easy {
		margin-top: 15px;
	}
}

#contrast_style button {
	color: #000000;
	padding: 0;
	border: none;
	font-family: "Khand", sans-serif;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-weight: 400;
	text-align: center;
	background: transparent;
	position: relative;
	z-index: 1;
	font-size: 0;
}

#contrast_style img {
	max-width: 18px;
	max-height: 18px;
	display: block;
}

#contrast_style * + * {
	margin-left: 5px;
}

#language img {
	display: block;
}

#language a + a {
	margin-left: 14px;
}

#easy img {
	vertical-align: text-top;
	margin-left: 5px;
}

#easy img.contrast_grayscale {
	background: #fff;
}

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	#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: #0e4194;
		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: #0e4194;
		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) {
	#menu {
		background: #0e4194;
		padding: 20px 0;
	}

	.is-sticky #menu {
		padding: 0;
		left: auto !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 {
		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: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 35px 15px 35px;
	position: relative;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
}

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

	.navbar-default .navbar-nav > li > a {
		text-align: left;
	}

	.dropdown-toggle-button-wrapper {
		top: 8px;
	}
}

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

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

	.navbar-default .navbar-nav > li.dropdownpr > a::after {
		content: url(../img/arrow-subnav.png);
		filter: invert(100%);
		margin-left: 10px;
		transition: filter 200ms linear;
	}
}

@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: #ffed00;
	background-color: transparent;
}

.navbar-nav > li.dropdownpr:hover > a::after,
.navbar-nav > li.dropdownpr > a:hover::after,
.navbar-nav > li.dropdownpr > a:focus::after,
.navbar-nav > li.dropdownpr.open > a::after,
.navbar-nav > li.dropdownpr.open > a:hover::after,
.navbar-nav > li.dropdownpr.open > a:focus::after,
.navbar-nav > li.dropdownpr[class$="_over"] > a::after,
.navbar-nav > li.dropdownpr[class$="_over"] > a:hover::after,
.navbar-nav > li.dropdownpr[class$="_over"] > a:focus::after {
	filter: brightness(0) saturate(100%) invert(74%) sepia(96%) saturate(520%) hue-rotate(1deg) brightness(106%) contrast(105%);
}

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

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

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

	.dropdown-toggle-button-wrapper2 {
		top: 3px;
	}
}

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu {
		left: 50%;
		transform: translate(-50%);
	}

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

	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		margin-top: 0;
	}
}

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

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

@media (min-width: 992px) {
	nav.horizontally a[class*="secondlevel"].dropdown-toggle2 {
		padding-right: 25px;
	}

	nav.horizontally a[class*="secondlevel"].dropdown-toggle2::before {
		content: "";
		position: absolute;
		display: block;
		right: 15px;
		top: 50%;
		margin-top: -4px;
		width: 15px;
		height: 11px;
		background: url(../img/arrow-thirdnav.png) center no-repeat;
	}

	.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: #ffed00;
	color: #252525;
}

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

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

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

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

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

.slider-mask {
	display: none;
}

button:focus-within,
input:focus-within,
a:focus-within,
button:focus-visible,
input:focus-visible,
a:focus-visible {
	outline: 2px auto !important;
}

/* ----------------------------------------------- newsticker ----------------------------------------------- */
#tickerWrapper {
	padding: 50px 0 20px;
	text-align: center;
}

#tickerWrapper,
#tickerWrapper a {
	color: #0e4194;
	font-weight: 700;
}

@media (max-width: 991px) {
	#newsticker-toggle-button {
		right: -10px !important;
	}
}

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

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

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

#content :is(.events_21-time, .events_21-place),
#eventsReg .tab_link_entries :is(.tab_link_date, .tab_link_mandat) {
	font-weight: 700;
}

/* ------------------------------------------------ secContElements ----------------------------------------------- */

.secContElements {
	z-index: 12;
	position: relative;
	padding: 60px 0;
}

.secContElements .tabHeadline {
	font-size: clamp(1.25rem, 2vw, 1.875rem);
	font-weight: 700;
	color: #262626;
	text-align: center;
	position: relative;
}

.secContElements .tabHeadline::after {
	content: "";
	max-width: 200px;
	height: 2px;
	background: #124491;
	display: block;
	margin: auto;
	margin-top: 30px;
}

.secContElements .tabHeadline::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #ffed00;
	border: 1px solid #124491;
	display: block;
	margin: auto;
	bottom: -5px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

#news,
#eventsReg {
	background-color: #e4e9f1;
}

#news::after,
#eventsReg::after {
	width: 50vw;
	height: 65%;
	bottom: 0;
	right: 0;
	position: absolute;
	background-color: #e4e9f1;
	content: "";
	pointer-events: none;
	background-image: url(../img/weihe.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index: -1;
}

#eventsReg::after {
	right: unset;
	left: 0;
	bottom: unset;
	top: 0;
	background-image: url(../img/weihe-links.png);
	background-position: top 50% left;
	background-repeat: no-repeat;
}

.secContElements .tab_link_entries {
	display: flex;
	gap: 30px;
	padding: 30px 0;
	flex-wrap: wrap;
	width: 100%;
}

@media (min-width: 576px) {
	.secContElements .tab_link_entry {
		max-width: calc(100% - 15px);
	}
}

@media (max-width: 991px) {
	.secContElements .tab_link_entry:last-child {
		margin: auto;
	}
}

@media (min-width: 992px) {
	.secContElements .tab_link_entry {
		max-width: calc(33.33% - 20px);
	}
}

.secContElements .tab_link_entry {
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	padding: 400px 30px 30px 30px;
	position: relative;
}

.secContElements .tab_link_title::before,
.secContElements .tab_preview_picture {
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 370px;
}

.secContElements .tab_link_title::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.secContElements .tab_preview_picture img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.secContElements .tab_date {
	position: absolute;
	right: 15px;
	top: 15px;
	background: #e4e9f1;
	padding: 5px 10px;
	font-size: 0.875rem;
	color: #252525;
	z-index: 12;
}

.secContElements .tab_link_title a {
	color: #0e4194;
	font-size: 1.375rem;
	font-weight: 700;
}

.secContElements .tabContent .template-page {
	margin-top: 50px;
}

.secContElements .tab_link_mehr {
	font-size: 0;
	margin-top: 20px;
}

.buttonStyle a:not(.has-image):not([rel]),
.secContElements .template-page a:not(.has-image):not([rel]),
.secContElements .tab_link_mehr a {
	font-size: 1rem;
	padding: 10px 20px;
	background: #0e4194;
	transition:
		color 200ms linear,
		background 200ms linear;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
}

.buttonStyle .template-page a:not(.has-image):not([rel]):hover,
.buttonStyle .template-page a:not(.has-image):not([rel]):focus,
.secContElements .template-page a:not(.has-image):not([rel]):hover,
.secContElements .template-page a:not(.has-image):not([rel]):focus,
.secContElements .tab_link_mehr a:hover,
.secContElements .tab_link_mehr a:focus {
	color: #ffed00;
	background: #0a316f;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
	color: #0e4194;
	font-weight: 700;
	line-height: 1.2;
	font-family: "Roboto", 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 #2e3c48;
}

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

footer {
	background: #bac6dd;
}

#footerTop {
	padding: 60px 0;
	background: url("../img/wappen-wasserzeichen.png") right 140px bottom -40px no-repeat;
}

#footerBottom {
	background-color: #0e4194;
	color: #fff;
	padding: 20px 0;
}

#footerTop .tabHeadline {
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	footer .row > .col-xs-12:not(:first-child)::before {
		background: #000000;
		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: inline-block;
}

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

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

#innerfooter li + li::before {
	content: "|";
	margin: 0 15px;
	color: #fff;
}

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

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

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

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

#vernetzt span {
	color: #ffffff;
}

#vernetzt span span {
	display: block;
}

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