@import url("https://fonts.verwaltungsportal.de/import/?family=Oswald:300,400,500,600,700,800%7CWork+Sans:300,400,500,600,700,800");

body {
	font-family: "Work Sans", 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: #e30613;
}

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

#content a,
b,
strong {
	font-weight: 600;
}

@media (min-width: 1720px) {
	#topbar > .row,
	#topbar > .compact,
	#topbar > ._op-container .container,
	.horizontally > .row,
	.horizontally > .compact,
	.horizontally > ._op-container .container {
		max-width: 1720px;
		width: 100%;
	}
}

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

#topbar {
	background-color: #b61f29;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
	font-size: 0.75rem;
	font-family: "Work Sans";
}

#head {
	background-color: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.kicks {
	font-weight: 600;
}

@media (min-width: 992px) {
	.kicks {
		margin-right: 10px;
	}
}

#topbar a {
	color: #ffffff;
}

@media (max-width: 991px) {
	#topbar > .row > * + * {
		margin-top: 15px;
	}
}

/* ------------------------------------------------- icons ------------------------------------------------ */

#icons {
	display: flex;
	align-items: center;
	align-content: center;
}

#icons p + p,
#icons a + a {
	margin-left: 10px;
}

#icons p {
	display: inline-block;
}

.contrast_dark_font #icons img {
	background-color: #000000 !important;
}

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

.contact {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 400;
}

@media (min-width: 992px) {
	.contact {
		background-color: #b61f29;
	}

	.contact div[class*="contact"] {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.contactPhone + .contactMail {
		margin-left: 30px;
	}
}

.contact a {
	color: #ffffff;
}

.contactMail,
.contactPhone {
	padding-left: 20px;
	background-position: center left;
	background-repeat: no-repeat;
}

.contactMail {
	background-image: url("../img/icon-mail.png");
}

.contactPhone {
	background-image: url("../img/icon-phone.png");
}

/* ------------------------------------------------ leicht ---------------------------------------------- */

#bf {
   flex-wrap: wrap;
   display: flex;
   row-gap: 10px;
}

#leicht {
   display: flex;
}

#leicht .box {
	background-color: rgba(255, 255, 255, 0.2);
   padding: 5px 20px;
   margin-right: 30px;
   margin-left: 8px;
}
#leicht .box a+a{
   border-left: #252525 1px solid ;
   display: inline-block;
   padding-left: 10px;
   margin-left: 10px;
}

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

@media (min-width: 992px) {
	#style button {
		border: none;
		color: #ffffff;
		display: inline-block;
		width: 24px;
		height: 24px;
		font-weight: 400;
		font-family: "Work Sans";
		text-align: center;
		background-color: rgba(255, 255, 255, 0.2);
		position: relative;
		line-height: 1;
		-webkit-transition: all 150ms linear;
		-moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		-o-transition: all 150ms linear;
		transition: all 150ms linear;
		font-size: 0.875rem;
		padding: 0;
	}

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

	#style button:hover {
		background-color: #ffffff;
		color: #b61f29;
	}

	#style {
		margin-right: 30px;
	}
}

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

#contrast_style button {
	color: #252525;
	padding: 0;
	border: none !important;
	display: inline-block;
	width: 24px;
	height: 24px;
	font-weight: 400;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 1;
	font-size: 0;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

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

#contrast_style button::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	left: 6px;
	bottom: 6px;
	border: 1px solid rgba(31, 31, 31, 1);
}

#contrast_style button:nth-of-type(1)::after {
	background: linear-gradient(to right, rgba(31, 31, 31, 1), rgba(31, 31, 31, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

#contrast_style button:nth-of-type(2)::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(31, 31, 31, 1) 50%);
}

#contrast_style button:nth-of-type(3)::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 50%, rgba(227, 6, 19, 1) 50%);
}

#contrast_style button:hover,
#contrast_style button:focus {
	background-color: #ffffff;
}

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

#logo {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 15px;
}

.is-sticky #logo {
	padding: 5px 0;
}

#logo img {
	display: block;
}

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

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

/* burgermenu for tablet */

@media (max-width: 991px) {
	.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: #e30613;
		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: #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.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) {
	.is-sticky .horizontally {
		background-color: #ffffff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}

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

	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: #575756;
	font-weight: 600;
	text-align: left;
	padding: 10px 35px 15px 35px;
	text-transform: uppercase;
	font-family: "Work Sans";
	position: relative;
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}

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

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

	.navbar-default .navbar-nav > li > a {
		padding: 10px 30px;
		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;
	}
}

.navbar-default .navbar-nav > li > a {
	content: "";
	display: block;
	border: 2px solid transparent;
	-webkit-transition: background 0.5s 0s ease;
	-moz-transition: background 0.5s 0s ease;
	-o-transition: background 0.5s 0s ease;
	transition: background 0.5s 0s ease;
}

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

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

.navbar-default .navbar-nav > li > .dropdown-menu,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
	background-color: #ffffff;
	box-shadow: 0px 10px 20px 0px rgba(115, 106, 100, 0.4);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(115, 106, 100, 0.4);
	-moz-box-shadow: 0px 10px 20px 0px rgba(115, 106, 100, 0.4);
}

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

@media (min-width: 992px) {
	.navbar-default .navbar-nav > li > .dropdown-menu,
	.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
		padding-top: 18px;
		padding-bottom: 18px;
		margin-top: 10px;
	}

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

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

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

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

.navbar-nav > li > .dropdown-menu > li:focus > a,
.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: #ffe294;
	color: #575756;
}

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

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

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

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

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

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

	.theme-default .nivo-controlNav {
		bottom: auto;
		top: 5px;
	}
}

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

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

.slider-mask {
	display: none;
}

/* ------------------------------------------------ slogan ----------------------------------------------- */

#slogan {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
}

@media (max-width: 991px) {
	#slogan {
		position: relative;
		bottom: 0;
	}
}

#slogan-left {
	background-color: #ffffff;
	font-size: 1.375rem;
	padding-top: 60px;
	padding-bottom: 60px;
	color: #252525;
	text-align: center;
	z-index: 55;
	box-shadow: 0px 10px 40px 0px rgba(115, 106, 100, 0.2);
	-webkit-box-shadow: 0px 10px 40px 0px rgba(115, 106, 100, 0.2);
	-moz-box-shadow: 0px 10px 40px 0px rgba(115, 106, 100, 0.2);
}

#slogan-left h1,
#slogan-left h2,
#slogan-left h3,
#slogan-left h4,
#slogan-left h5,
#slogan-left h6 {
	font-size: 3.625rem;
	text-align: center;
	font-family: "Oswald";
	font-weight: bold;
	color: #575756;
	text-transform: uppercase;
}

#slogan-left a {
	color: #e30613;
	font-family: "Work Sans";
	font-weight: 600;
	font-size: 1rem;
	display: inline-block;
	padding: 10px 30px;
	border: 2px solid #fbba00;
	background-color: #ffffff;
}

#slogan-left a:hover {
	text-decoration: none;
	background-color: #e30613;
	border-color: #e30613;
	color: #ffffff;
}

#slogan-right {
	background-color: #b61f29;
	color: #ffffff;
	font-size: 1.25rem;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 55;
}

#slogan-right .tab {
	padding: 0 25px;
}

#slogan-right .tabHeadline {
	font-family: "Oswald";
	color: #ffffff;
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
}

#slogan-right a {
	color: #575756;
	font-family: "Work Sans";
	font-weight: 600;
	font-size: 1rem;
	display: inline-block;
	padding: 10px 30px;
	background-color: #ffffff;
}

#slogan-right a:hover {
	text-decoration: none;
	color: #b61f29;
}

/* ------------------------------------------------ main ----------------------------------------------- */

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

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

	.index #mainBox {
		padding-top: 120px;
	}
}

@media (max-width: 991px) {
	#mainBox > .row > *:last-child {
		margin-right: auto;
		margin-left: auto;
		margin-top: 30px;
	}
}

/* ------------------------------------------------ events ----------------------------------------------- */

#events .tab {
	margin-left: auto;
	margin-right: auto;
	margin-top: 32px;
	position: relative;
	background: #ffffff;
	font-size: 0.9375rem;
	color: #252525;
	border-top: 4px solid #fbba00;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

#events .tab::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -32px;
	left: 50%;
	margin-left: -30px;
	border-radius: 50%;
	background-color: #ffffff;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

#events .tab::before {
	background: #ffffff url("../img/icon-veranstaltungen.png") no-repeat center;
}

#events .tab .tab_link_title a {
	color: #575756;
	font-weight: 600;
}

#clr-events-hide {
	margin-top: 25px;
}

#events .tab .tab_link_mandat a {
	color: #252525;
}

#events .tab .tab_link_mehr {
	color: transparent;
	font-size: 0;
	padding-bottom: 20px;
	padding-right: 20px;
}

#events .tab .tab_link_mehr a {
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	display: inline-block;
	font-size: 0.9375rem;
	background: #ffffff;
	color: #e30613;
	font-weight: 600;
	border: 2px solid #fbba00;
}

#events .tab .tab_link_mehr a:hover,
#events .tab .tab_link_mehr a:focus {
	background: #fbba00;
	color: #e30613;
}

#events .tab .tabHeadline {
	color: #575756;
	font-size: 1.4375rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 16px 0;
	text-align: center;
	padding-top: 45px;
}

#events .tab .eventclndr-tab {
	margin-bottom: 0;
}

#events .tab #clr-events-hide > p:nth-child(1) {
	display: none !important;
}

#clr-events-hide {
	padding-left: 20px;
	padding-right: 20px;
}

#events .tab .tab_spacer {
	height: 15px;
}

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

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
	color: #575756;
	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: 3rem;
	}
}

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

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

footer {
	background-color: #b61f29 !important;
	color: #ffffff;
	font-size: 1rem;
	padding-bottom: 40px;
	padding-top: 40px;
}

@media (min-width: 1200px) {
	footer {
		background: url("../img/haende.png") bottom right no-repeat;
	}
}

footer a {
	color: #ffffff;
}

footer a:hover,
footer a:focus {
	color: #ffffff;
}

footer .footerTab {
	font-size: 1rem;
}

footer .footerTab a {
	font-weight: 600;
	text-decoration: underline;
}

footer .tabHeadline {
	color: #ffffff;
	font-size: 1.375rem;
	text-transform: uppercase;
	font-weight: 700;
}

@media (max-width: 767px) {
	#innerfooter {
		margin-bottom: 30px;
	}
}

#innerfooter ul {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding: 0;
}

#innerfooter li {
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

#innerfooter a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	padding: 6px 10px 6px 25px;
	position: relative;
	text-decoration: none;
}

#innerfooter a::before {
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	-webkit-transition: background 300ms linear;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	content: "";
	display: block;
	height: 6px;
	left: 10px;
	position: absolute;
	top: 16px;
	transition: background 300ms linear;
	width: 6px;
}

#innerfooter a:hover::before,
#innerfooter a:focus::before {
	background: #ffffff;
}

/* --------------------------------------------- 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: 15px;
}
