body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: rgb(112,113,105);
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
strong, b {
	font-weight: 500;
}
img {
	max-width: 100%;
	height: auto;
}
header {
	padding: 20px 0 25px;
}
header.header {
	margin-bottom: 0;
}
header .logo {
	float: right;
	margin-left: 40px;
}

header .logo .mv-logo{
	width:125px;
	height:auto;
}

header .partner {
	float: right;
	margin-left: 20px;
	margin-top: 0;
}
header .partner .header {
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 1;
}
header > ul {
	float: right;
	font-size: 14px;
	line-height: 22px;
	list-style: none;
}
header > ul.lang {
	margin-left: 0px;
}
header > ul.size li {
	cursor: pointer;
}
header > ul.lang, header > ul.size {
	display: none;
}
header > ul > li.big {
	font-size: 24px;
	line-height: 22px;
}
body.big header > ul > li.big {
	color: #d14e50;
}
header > ul > li {
	float: left;
	position: relative;
}
header > ul > li > a {
	color: rgb(102,102,102);
	text-transform: uppercase;
}
header > ul > li:after {
	content: '|';
	float: right;
	padding: 0 7px;
}
header > ul > li:last-child:after {
	content: '';
	display: none;
}
.navbar {
	margin-bottom: 0;
	border: 0;
	min-height: 40px;
}
.navbar-header {
	float: none;
}
.navbar-brand {
	float: left;
	padding: 0;
	height: auto;
}
.navbar-brand img {
	max-width: 100%;
}
.nav-bg {
	background-color: rgb(236,236,236);
}
.nav-bg .container {
}
#navbar {
	padding: 0;
	float: none;
	width: 100%;
}
#navbar > ul {
	padding: 0;
	float: none;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#navbar > ul.navbar-nav.nav::before, #navbar > ul.navbar-nav.nav::after {
	display: none;
}
#navbar > ul > li {
	float: none;
	margin: 0;
	padding: 0;
	height: 40px;
}
#navbar > ul > li > a {
	font-weight: 500;
	color: rgb(55,106,134);
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: inline-block;
	border-top: 5px solid transparent;
	line-height: 31px;
	height: 40px;
}
#navbar > ul > li:hover > a, #navbar > ul > li.active > a {
	border-top: 5px solid rgb(55,106,134);
	background-color: transparent;
	color: rgb(115,150,170);
}
#navbar > ul > li:hover > a:after, #navbar > ul > li.active > a:after {
	content: ' ';
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgb(55,106,134);
	z-index: 100;
}
#navbar > ul > li:hover > ul.sublevel {
	display: block
}
#navbar > ul > li .toggle {
	display: none
}
ul.sublevel {
	display: none;
	position: absolute;
	list-style: none;
	text-align: left;
	background-color: rgb(55,106,134);
	z-index: 9999;
	padding: 15px 10px;
	min-width: 300px;
}
ul.sublevel > li {
	padding: 0;
	border-bottom: 1px solid #fff;
}
ul.sublevel > li:last-child {
	border-bottom: 0;
}
ul.sublevel > li > a {
	font-weight: 500;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	position: relative;
}

ul.sublevel > li.parent {
	position: relative;
}

ul.sublevel > li.parent > a:after {
	content: ' ';
	position: absolute;
	right: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	z-index: 100;
	top: 8px;
	cursor: pointer;
}

ul.sublevel > li.parent > .toggler {
	position: absolute;
	width:46px;
	height: 28px;
	right: 0;
	top: 0;
	z-index: 100;
	cursor: pointer;
}

ul.sublevel > li.parent > .toggler:after {
	position: absolute;
	right: 0;
	top: 8px;
	content: ' ';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}

ul.sublevel > li.parent.active .toggler:after {
	transform: rotate(180deg);
}

ul.sublevel > li.parent > a:after {
	display: none;
}

ul.sublevel > li.parent ul {
	display: none;
}

ul.sublevel > li.parent.active ul {
	display: block;
}

ul.sublevel > li > a:hover, ul.sublevel > li.active > a {
	text-decoration: none;
	color: rgb(195,210,218);
}
ul.sublevel > li > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sublevel > li > ul > li {
	background-color: rgb(195,210,218);
	padding: 0 5px;
	margin: 0 0 7px;
}
ul.sublevel > li > ul > li > a {
	color: rgb(55,106,134);
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 5px 0;
}
ul.sublevel > li > ul > li:hover, ul.sublevel > li > ul > li.active {
	background-color: #fff;
}
ul.sublevel > li > ul > li:hover > a, ul.sublevel > li > ul > li.active > a {
	text-decoration: none;
}
a.external-link-new-window {
	background: url(../Images/pfeil-external.png) no-repeat right 5px;
	padding-right: 30px;
	display: inline-block;
}
a.download {
	background: url(../Images/pfeil-download.png) no-repeat right 3px;
	padding-right: 27px;
	display: inline-block;
}
img {
	height: auto;
}
.img-responsive, .responsive-image {
	display: block;
	width: 100%;
}
.slider-wrapper {
	height: auto;
	position: relative;
	max-height: 450px;
	overflow: hidden;
	transition: all ease-in-out 300ms;
}
#page-1 .content {
	margin-top: 50px;
}
.slider-wrapper.open {
	max-height: 1500px;
	transition: all ease-in-out 300ms;
}
.toggle-slider {
	position: relative;
	height: 40px;
	width: 80px;
	margin: 0 auto;
	background-color: rgb(55,106,134);
	cursor: pointer;
	border-radius: 0 0 40px 40px;
}
.toggle-slider:before {
	content: '+';
	font-weight: normal;
	color: #fff;
	font-size: 44px;
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 36px;
}
.toggle-slider.active:before {
	content: '–';
	line-height: 30px;
}
.slider-close {
	background-color: rgba(255,255,255,0.5);
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	opacity: 0;
	cursor: pointer;
}
.slider-close:after {
	content: '+';
	font-weight: 500;
	font-size: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
.slider-wrapper.open .slider-close:after {
	content: '–';
	line-height: 80px;
}
.slider-close:hover {
	opacity: 1;
}
.breadcrumb {
	margin: 0 0 40px;
	padding: 0;
	font-size: 15px;
	background-color: transparent;
}
.breadcrumb .active span {
	color: rgb(55,106,134);
	text-decoration: underline;
}
.breadcrumb a {
	color: rgb(102,102,102);
	text-decoration: none;
}
.breadcrumb>li+li:before {
	content: "|"
}
#page-1 .breadcrumb {
	display: none;
}
.content {
	padding: 0 0 50px;
	min-height: 500px;
}
iframe {
	border: 0;
	margin-bottom: 20px;
	max-width: 100%;
}
.content p {
	padding: 0;
	margin: 0 0 20px;
}
.content h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 30px;
	text-transform: uppercase;
	position: relative;
	color: rgb(55,106,134);
}
.content h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 20px;
	position: relative;
}
.content h2.news-title {
	color:rgb(55,106,134);
}
.content h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	position: relative;
}
.content a {
	color: rgb(55,106,134);
}
.header {
	font-weight: 500;
	color: rgb(55,106,134);
	margin-bottom: 25px;
}
.sidebar-box .header, #page-1 .news h2 {
	display: block;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 5px solid rgb(55,106,134);
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: rgb(55,106,134);
	font-weight: 500;
}
.sidebar-box {
	border-bottom: 5px solid rgb(55,106,134);
	padding-bottom: 15px;
}
.sidebar-box img {
	display: block;
	margin-bottom: 20px;
	border: 1px solid rgb(55,106,134);
	width: 100%;
	height: auto;
}
.sidebar-box img.no-border {
	border: 0;
}
.sidebar .box-hilfe {
	background-color: rgb(236,236,237);
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
	position: relative;
	margin-top: 70px
}
.sidebar .box-hilfe:before {
	content: " ";
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -55px;
	width: 110px;
	height: 55px;
	cursor: pointer;
	border-radius: 55px 55px 0 0;
	background-color: rgb(236,236,237);
}
.box-hilfe .icon {
	position: absolute;
	width: 96px;
	height: 96px;
	top: -48px;
	left: 50%;
	margin-left: -48px;
	background: url(../Images/icon1.png) no-repeat;
	z-index: 99;
}
#page-1 .box-hilfe .icon {
	position: relative;
	width: 100%;
	height: 96px;
	top: auto;
	left: auto;
	margin-left: auto;
	background: url(../Images/icon1.png) no-repeat center top;
	z-index: 99;
	display: block;
}
.box-hilfe.icon2 .icon, #page-1 .box-hilfe.icon2 .icon {
	background: url(../Images/icon2.png) no-repeat center top;
}
.box-hilfe.icon3 .icon, #page-1 .box-hilfe.icon3 .icon {
	background: url(../Images/icon3.png) no-repeat center top;
}
.box-hilfe .inner {
	padding: 60px 30px 20px;
	text-align: center;
	color: rgb(112,113,115);
	font-style:italic;
}
#page-1 .box-hilfe .inner {
	padding: 0 10px 0;
	color: rgb(12,13,15);
}
#page-1 .sidebar-box .box-body {
	min-height: 140px;
}
#page-1 .box-hilfe .inner p {
	margin-bottom: 0;
}
.box-hilfe .inner a {
	color: rgb(55,106,134);
	font-weight: normal;
}
.box-hilfe .inner .header {
	color: rgb(55,106,134);
	font-size: 22px;
	font-style:italic;
}
#page-1 .box-hilfe .inner .header {
    color: rgb(55,106,134);
    font-size: 26px;
    line-height: 33px;
    margin: 20px 0 20px;
    font-weight: 500;
    font-style: italic;
    display: table-cell;
    height: 120px;
    vertical-align: middle;
}
.lead, .subheader {
	font-style: italic;
	font-size: 24px;
	line-height: 32px;
	color: rgb(55,106,134);
}
#page-1 .content p.lead {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 40px;
}
.sidebar .lead {
	font-weight: 500;
	font-style: italic;
	font-size: 30px;
	text-align: center;
}
.content ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.content ul>li {
	border-bottom: 1px dotted rgba(0,0,0,0.5);
	padding: 5px 0 5px 25px;
	position: relative;
	font-weight: 500;
}
.content ul.download-list > li {
	padding: 10px 0 10px 0;
	position: relative;
	font-weight: 500;
	font-size: 20px;
    line-height: 30px;
}
.content ul>li ul {
	margin-left: -25px;
}
.content ul>li ul>li {
	border-bottom: 0;
	padding: 1px 0 1px 25px;
	font-weight: normal;
}
.content ul>li:before {
	content: ".";
	position: absolute;
	left: 0;
	top: -2px;
	font-size: 30px;
	color: rgb(55,106,134);
}
.content ul>li ul>li:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: rgb(55,106,134);
}
.content ul>li:last-child {
	border-bottom: 0;
}
.content ul.logo-list>li {
	border-bottom: 1px dotted rgba(0,0,0,0.5);
	padding: 10px 0;
	position: relative;
	font-weight: 500;
}
.content ul.logo-list>li:before {
	display: none;
}
.content ul.logo-list>li a {
	display: block;
	color: rgb(112,113,105);
	background: url(../Images/pfeil-external.png) no-repeat right 5px;
}
.content ul.logo-list>li a:hover {
	color: rgb(55,106,134);
	text-decoration: none;
}
.content ul.specialList>li {
	padding-right: 200px;
}
.content ul.specialList>li a {
	position: absolute;
	right: 0;
	top: 6px;
}
.content ul.download-list>li:before {
	content: "";
	display: none;
}
.content ul.download-list>li ul>li {
    border-bottom: 0;
    padding: 10px 220px 10px 25px;
	font-weight: 500;
	margin-left: 25px;
	font-size: 16px;
	line-height: 26px;
}
.content ul.download-list>li ul>li a{
	position: absolute;
    right: 0;
    top: 6px;
}
@media (max-width: 565px) {
	.content ul.download-list>li ul>li {
		padding: 10px 0 10px 15px;
		margin-left: 20px;
	}
	.content ul.download-list>li ul>li a{
		position: relative;
		right: auto;
		top: auto;
		display: block;
	}
}
.content ul.download-list>li ul>li:before {
	content: ".";
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 30px;
	color: rgb(55,106,134);
}
#partner .header {
	font-size: 18px;
}
.center {
	text-align: center;
}
figcaption {
	margin: 10px 0 20px;
	font-size: 13px;
	line-height: 20px;
}
.img-wrapper img {
	max-width: 100%;
	height: auto;
}
.bigger {
	font-size: 22px;
	line-height: 30px;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid rgb(55,106,134);
	text-align: left;
	font-weight: normal;
}
.table > tbody > tr > th {
	border-top: 0;
}
.content hr {
	border-bottom: 4px solid rgb(55,106,134);
	margin: 30px 0;
}
.content .sidebar p,
#page-1 .content p {
	margin-bottom: 0;
}
#page-1 #overlay .content p {
	margin-bottom: 20px;
}
.content .sidebar hr, .content .col-md-6 hr {
	border-bottom: 1px dotted #333;
	margin: 10px 0;
}
.content .col-md-6 hr {
	margin-bottom: 20px;
}
.border {
	height: 1px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgb(55,106,134);
}
ul.link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content ul.link-list>li {
	padding: 15px 0 15px 25px;
}
.content ul.link-list>li:before {
	top: 8px;
}
ul.link-list>li>a {
	display: block;
	font-weight: normal;
	color: rgb(112,113,105);
	background: url(../Images/pfeil-external.png) no-repeat top right;
}
ul.link-list>li>a p {
	opacity: 0.8;
	font-weight: 500;
	margin-bottom: 0;
}
a.button {
	display: inline-block;
	border: 0;
	color: #fff;
	background-color: #a5b9c4;
	line-height: 50px;
	padding: 0 30px;
	text-decoration: none;
}
.align-right {
	text-align: right
}
a.button:hover {
	background-color: #d14e50;
	text-decoration: none;
}
.accHeader {
	position: relative;
	display: block;
}
.accSwitch {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: url("../Images/plus.svg");
	background-size: contain;
	top: -2px;
	right: 0;
	cursor: pointer;
}
.active .accSwitch {
	background: url("../Images/minus.svg");
	background-size: contain;
}
.accBody {
	font-weight: normal;
	padding-top: 20px;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.logo-list .row-eq-height {
	align-items: center;
}
.accBody .row-eq-height .logo {
	align-self: flex-end;
	text-align: right;
	padding-bottom: 30px;
}
.accBody .row-eq-height .logo img {
	margin-top: 15px;
}
#page-1 .gray {
	background-color: #ECECEC;
	margin: 70px 0;
	padding: 50px 0;
}
#page-1 .gray h2 {
	font-weight: 500;
	font-style: italic;
	font-size: 30px;
	line-height: 40px;
	color: rgb(55,106,134);
	margin-bottom: 10px;
}
.wrapper.gray .row .col-md-4 {
	border-right: 1px dotted rgb(111,111,111);
}
.wrapper.gray .row .col-md-4:last-child {
	border-right: 0;
}
/*-----------------------------Partner--------------------start*/
#partner .container {
	padding-bottom: 30px;
}
.logo-fonds {
	width: 140px;
}
.logo-bmfsfj {
	width: 300px;
}
/*-----------------------------Partner--------------------start*/

footer {
	background-color: rgb(55,106,134);
	padding: 50px 0 20px;
	min-height: 200px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
footer a {
	color: #fff;
}
footer hr {
	margin-top: 0;
}
footer a:hover, footer a:active, footer a:focus {
	color: #fff;
}
footer .header {
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,1);
	margin-bottom: 2px;
}
footer ul {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}
footer ul.footer-meta {
	border-bottom: 1px solid rgba(255,255,255,1);
	margin-bottom: 20px;
	padding-bottom: 15px;
}
footer ul > li {
	position: relative;
	padding-left: 10px;
	border-bottom: 1px solid rgba(255,255,255,1);
}
footer ul.footer-meta > li {
	position: relative;
	display: inline-block;
	padding-left: 0;
	border-bottom: 0;
	text-transform: uppercase;
}
footer ul.footer-meta > li:after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
}
footer ul.footer-meta > li:last-child:after {
	display: none;
}
footer ul > li:last-child {
	border-bottom: 0;
}
.footernav ul > li:before {
	position: absolute;
	content: '\203A';
	float: left;
	left: 0;
	top: 1px;
	font-size: 20px;
	font-weight: 500;
}
footer ul > li > ul > li {
	position: relative;
	padding-left: 10px;
	border-bottom: 0;
}
.footernav ul > li > ul > li:before {
	position: absolute;
	content: '-';
	float: left;
	left: 0;
	top: -1px;
	font-size: 14px;
	font-weight: 500;
}
.footernav ul>li>a {
	padding: 3px 0 1px;
	display: block;
}
.metanav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.metanav ul li {
	float: left;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	padding: 0;
}
.metanav ul li a {
	color: #fff;
}
.metanav ul li:last-child {
/*margin-left: 50px;*/
}
.lpb div {
	float: right;
	text-align: right;
}
.lpb div.logo {
	margin-left: 30px;
	margin-bottom: 20px;
}
.lpb div.logo.mv {
	margin-left: 30px;
}

form legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: unset;
	color: unset;
	border: 0;
	border-bottom: 0;
	font-weight: 500;
}
form label.control-label {
	font-weight: normal;
}
form button.btn-primary {
	color: #fff;
	border: none;
	background: #a5b9c4;
	line-height: 50px;
	padding: 0 50px;
}

/* News detail image */

.news-detail .mediaelement-image {
	margin-bottom: 1rem;
	
}


/* news-slider */
.content .news-slider ul>li {
	border-bottom: 0;
}
.content .news-slider ul>li:before {
	display: none;
}
.news-slider {
	min-height: 250px;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.news-slider .slick-prev, .news-slider .slick-next {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('../Images/pfeil-rechts.png') right top no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 1000;
	outline: none;
	border: 0;
	bottom: -5px;
	right: 0;
}
.news-slider .slick-prev {
	background-position: left top;
	margin-right: 35px;
	background: url('../Images/pfeil-links.png') right top no-repeat;
}
/* Dots */
.news-slider.slick-slider {
	margin-bottom: 30px;
}
.news-slider .slick-dots {
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 0 75px 0 10px;
	list-style: none;
	text-align: center;
	margin-bottom: 4px;
	font-weight: 500;
	width: auto !important;
}
.news-slider .slick-dots li {
	position: relative;
	width: auto;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	overflow: hidden;
	float: left;
	display: block;
	text-align: center;
	line-height: 15px;
}
.news-slider .slick-dots li button {
	font-size: 16px;
	line-height: 20px;
	display: block;
	width: auto;
	height: auto;
	border-radius: 0;
	padding: 5px 0;
	cursor: pointer;
	color: rgb(112,113,105);
	border: 0;
	font-weight: 500;
	outline: none;
	background: #fff;
}
.news-slider .slick-dots li.slick-active, .slick-dots li:hover {
	color: rgb(255,122,20);
}
#page-1 .lof-item {
	border-bottom: 0;
}
#page-1 .news {
	border-bottom: 5px solid rgb(55,106,134);
	min-height: 394px;
}
#page-1 .news h3 {
	font-weight: 500;
	font-style: italic;
	font-size: 20px;
	line-height: 26px;
	color: rgb(55,106,134);
	font-weight: normal;
	margin: 0 0 10px 0;
}
#page-1 .news .more {
	font-weight: 500;
}
#filter {
	margin-bottom: 50px;
}
.radio+.radio {
	margin-top: 0;
}
.radio {
	border-bottom: 1px dotted #666;
}
.radio:last-child {
	border-bottom: 0;
}
#help-contacts > div > .inner {
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

/* Barrierefreiheit */
#styleswitch {
	float:left;
	list-style:none;
	margin-right:30px;
}

#styleswitch li {
	display:inline-block;
	margin:0 3px;
}

#styleswitch li a{
	width:30px;
	height:30px;
	float:left;
	font-size:1.1em;
	line-height:30px;
	list-style:none;
	color:#fff;
	text-align:center;
	background:rgb(55,106,134);
	border:2px solid rgb(55,106,134);
	text-decoration:none !important;
}

#styleswitch li a:hover,
#styleswitch li a.active{
	background:#fff;
	color:rgb(55,106,134);
}

#styleswitch .contrast-icon {
	position:relative;
	display:block;
	height:22px;
	width:22px;
	line-height:30px;
	border-radius:30px;
	margin:2px auto;
	background:#fff;
	border:2px solid #fff;
	overflow:hidden;
}

#styleswitch li a:hover .contrast-icon,
#styleswitch .active .contrast-icon {
	background:rgb(55,106,134);
	border:2px solid rgb(55,106,134);
}

#styleswitch .contrast-icon:before {
	position:absolute;
	height:22px;
	width:9px;
	top:0;
	left:0;
	content:" ";
	background:rgb(55,106,134);
}

#styleswitch li a:hover .contrast-icon:before,
#styleswitch .active .contrast-icon:before {
	background:#fff;
}

.voicereader {
	margin-bottom:30px;
}

/*#c743 {
	display:none;
}*/

.frame-type-image.frame-layout-1 .ce-gallery,
.frame-type-image.frame-layout-1 .ce-gallery .ce-column,
.frame-type-image.frame-layout-1 .ce-gallery figure {
	width:100%;
}

.frame-type-image.frame-layout-1 .ce-gallery img {
	width:100%;
	height:auto;
}

@media (max-width: 991px){
	#help-contacts > div.item {
		width: 100%;
	}
}
#page-51 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}
#page-70 .sidebar-box {
	border-bottom: 0;
}
@media (max-width: 767px) {
	#page-70 .sidebar, #page-70 figure {
		margin-bottom: 0;
	}
	#page-70 .csc-space-before-25 {
		margin-top: 0 !important;
	}
}
.slick-prev, .slick-next {
	display: none;
}
#page-1 video {
	margin-bottom: 12px;
}
.content .sidebar h2 {
	margin-bottom: 3px;
}
#c336 div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}
.news-item, .news-item:first-child {
	border: 0;
}
.margin-bottom {
	margin-bottom: 10px;
}
.page-navigation p {
	display: inline-block;
}
ul.f3-widget-paginator {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 50px;;
	list-style: none;
}
.content ul.f3-widget-paginator>li:before {
    content: "";
	display: none;
}
.content ul.f3-widget-paginator>li {
	border-bottom: 0;
	padding: 0;
}
ul.f3-widget-paginator li {display: inline;}

ul.f3-widget-paginator li a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
}

.content ul.f3-widget-paginator li.current {
    background-color: rgb(55,106,134);
    padding: 8px 16px;
    color: white;
}

.nsa-accesstive-panel-wrap {
	background-color: white;
}

@media (max-width: 1200px) {
}

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

@media (max-width: 991px) {
	#category1 {
		margin-bottom: 35px;
		padding-bottom: 20px;
		border-bottom: 4px solid rgb(55,106,134);
	}
	.navbar-toggle .icon-bar {
		width: 25px;
		height: 3px;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar {
		min-height: 0;
		margin: 0;
		padding: 0;
		border: 0;
		position: absolute;
		left: 0;
		width: 100%;
		top: 1px;
		z-index: 9999;
	}
	.nav-bg {
		background: none;
	}
	.nav-bg .container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.navbar-toggle {
		position: absolute;
		right: 10px;
		top: 17px;
		margin: 0;
		padding: 0;
		z-index: 9999;
	}
	.navbar-toggle .icon-bar {
		background-color: #666;
	}
	.container>.navbar-collapse {
		margin: 25px 0 0 0;
	}
	#navbar > ul {
		display: block;
		background-color: #fff;
	}
	ul.sublevel {
		display: none;
		position: relative;
		padding-top: 0;
	}
	ul.sublevel > li {
		margin: 0;
		padding: 0;
		border: none;
		padding-right: 0;
		border-bottom: 1px dashed rgb(195,210,218);
	}
	#navbar > ul > li > a,  ul.sublevel > li > a {
		color: #fff;
		background-color: rgb(55,106,134);
		margin: 5px 0;
		padding: 0 15px;
		text-align: left;
		display: block;
		height: 46px;
		border: 0;
		line-height: 46px;
	}
	#navbar > ul > li {
		float: none;
		height: auto;
	}
	#navbar > ul > li .toggle {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		text-align: center;
		height: 46px;
		border-left: 5px solid #fff;
		background-color: rgb(55,106,134);
		margin-right: 0;
		z-index: 999;
	}
	#navbar > ul > li .toggle:after {
		content: '+';
		display: block;
		font-weight: 500;
		color: #fff;
		font-size: 44px;
		position: absolute;
		right: 0;
		top: 0;
		width: 46px;
		text-align: center;
		height: 46px;
		line-height: 46px;
		z-index: 1000;
	}
	#navbar > ul > li.active .toggle:after {
		content: '-';
		line-height: 48px;
		color: rgb(55,106,134);
	}
	#navbar > ul > li:hover > a {
		background-color: rgb(55,106,134);
		border-top: 0;
		color: #fff;
	}
	#navbar > ul > li:hover > ul.sublevel {
		display: none
	}
	#navbar > ul > li.active > ul.sublevel {
		display: block;
		background-color: rgb(236,236,236);
		padding: 10px 0 0;
	}
	#navbar > ul > li.active > a, #navbar > ul > li.active li.active > a, #navbar > ul > li.active .toggle {
		background-color: #ccc;
		color: rgb(55,106,134);
		border-top: 0;
	}
	ul.sublevel > li.parent,  ul.sublevel > li.parent > a {
		background-color: #fff;
	}
	ul.sublevel > li.parent > a:after {
		border-top: 10px solid rgb(55,106,134);
		top: auto;
		right: 13px;
	}
	
	ul.sublevel > li.parent > .toggler:after {
		top: 12px;
		right: 13px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid rgb(55, 106, 134);
	}
	
	ul.sublevel > li > a {
		margin: 0;
		font-size: 16px;
		line-height: 24px;
		padding: 5px 46px 5px 35px;
		height: auto;
		background-color: #eee;
		color: rgb(55,106,134);
	}
	ul.sublevel > li > ul {
		margin: 0 0 0 35px;
		padding: 5px 0;
		background-color: transparent;
	}
	ul.sublevel > li > ul > li {
		background-color: transparent;
		border-bottom: 1px dashed rgb(195,210,218);
		padding: 0 5px;
		margin: 0;
	}
	ul.sublevel > li > ul > li:last-child {
		border-bottom: 0;
	}
	#navbar > ul > li:first-child > ul.sublevel {
		min-width: 0;
	}
	#navbar > ul > li:hover > a:after, #navbar > ul > li.active > a:after {
		content: '';
		display: none;
	}
	header .logo {
		/*display: none;*/
		position: absolute;
		right: 15px;
		top: 12px;
	}

	header .logo > a,
	header .logo .partner {
		display:none;
	}

	.slider-close, .toggle-slider, .footernav {
		display: none;
	}
	.sidebar {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 22px;
		word-wrap: break-word;
	}
	img {
		width: 100%;
		max-width: none;
		height: auto;
	}
	footer img {
		width: auto;
	}
	header {
		padding: 30px 0;
	}
	.breadcrumb {
		margin: 15px 0 30px;
	}
	#page-1 .lead, #page-1 .box-hilfe .inner .header, .lead {
		font-size: 20px;
		line-height: 26px;
	}
	.sidebar-box .header, #page-1 .news h2 {
		font-size: 22px;
		line-height: 28px;
	}
	h1 > br {
		display: none;
	}
	.content h1 {
		font-size: 24px;
		line-height: 28px;
	}
	video {
		max-width: 100%;
	}
	.lof-description {
		width: auto;
	}
	.lof-item img {
		margin-bottom: 15px;
	}
	.news-slider .slick-dots {
		padding-right: 0;
	}
	.news-slider .news-image {
		display: none;
	}
	#page-1 .news {
		margin-bottom: 20px;
	}
	.news-slider {
		margin-bottom: 20px;
	}
	#page-1 .box-hilfe {
		margin-bottom: 30px;
	}
	#page-1 .gray h2 {
		text-align: center;
	}
	#page-1 .sidebar-box {
		margin-bottom: 15px;
	}
	.logo-bmfsfj, .logo-fonds {
		width: auto;
		max-width: 100%;
	}
	#partner {
		margin-top: 3rem;
	}
	#partner .header {
		font-size: 14px;
		line-height: 18px;
	}
	#partner .margin-bottom {
		margin-bottom: 20px;
	}
	.sidebar .box-hilfe {
		margin-top: 70px;
		margin-bottom: 30px;
	}
	.accSwitch {
		top: -4px;
	}
	.row-eq-height {
		display: block;
	}
	.row-eq-height img {
		width: auto;
		max-width: 100%;
		margin-bottom: 15px;
	}
	.logo-list .row-eq-height img {
		max-width: 50%;
	}
	ul.link-list>li>a {
		padding-right: 20px;
	}
	.accTitel {
		padding-right: 35px;
		display: block;
	}
	.content ul.specialList>li {
		padding-right: 0;
	}
	.content ul.specialList>li a {
		position: relative;
		top: auto;
		right: auto;
	}
	.align-right {
		text-align: left;
	}
	footer ul.footer-meta {
		text-align: center;
	}
	footer {
		padding: 20px 0;
		min-height: 0;
	}
	footer ul.footer-meta {
		border-bottom: 0;
	}
	#page-1 .content {
		margin-top: 30px;
	}
	.lead {
		margin-bottom: 25px;
	}
	.sidebar-box .header, #page-1 .news h2 {
		padding-bottom: 10px;
	}
	#page-1 .gray {
		margin: 15px 0 30px;
		padding: 35px 0 0;
	}
	#page-1 .bottom-boxen .row > .col-md-4:last-child .sidebar-box, .sidebar .csc-default:last-child .sidebar-box {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.content {
		padding-bottom: 0;
	}
	.accBody .logo {
		padding-bottom: 25px;
	}
	.accBody .row-eq-height .logo {
		padding-bottom: 0;
		text-align: left;
	}
	.accBody .row-eq-height .logo img {
		max-width: 50%;
	}
	#page-69 .csc-space-before-50 {
    	margin-top: 15px !important;
	}
	#page-69 .csc-space-after-50 {
    	margin-bottom: 15px !important;
	}
	.news-single {
		padding-bottom: 30px;
	}
	.news-item .news-image {
		margin-top: 20px;
	}
	.koordination {
		text-align: center;
	}
	.koordination .pull-left {
		margin-bottom: 20px;
	}
	.koordination .pull-left,
	.koordination .pull-right,
	.koordination .text-right {
		float: none !important;
		text-align: center;
	}

	.mv-logo-footer {
		width:120px;
		height:52px;
	}
}
@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
	.video-container {
		margin-bottom: 20px;
	}
}
@media (max-width: 565px) {
	ul.f3-widget-paginator {
		display: block;
		text-align: center;
		margin: 0;
	}
	ul.f3-widget-paginator li {
		display: none;
	}
	ul.f3-widget-paginator li.current, ul.f3-widget-paginator li.previous, ul.f3-widget-paginator li.next{
		display: inline-block;
	}
}
#dsgvobanner {
	background-color: rgb(55,106,134);
	padding: 15px 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
}
#dsgvobanner a {
	color: #fff;
	text-decoration: underline;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
	/* margin-bottom: ; */
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mediaelement-video {
	margin-top: 3rem;
}
#stoerer {
	position: fixed;
	top: 250px;
	right: 0;
	width: 150px;
	height: 125px;
	background: url("../Images/stoerer.svg") no-repeat;
	background-size: contain;
	cursor: pointer;
	text-indent: -9999rem;
}
@media (max-width: 767px) {
	#stoerer {
		position: fixed;
		top: auto;
		right: auto;
		bottom: 0.5rem;
		left: 50%;
		transform: translateX(-50%);
		min-width: 280px;
		width: auto;
		padding: 1rem;
		height: auto;
		background: none;
		background-color: rgba(55,106,134,0.9);
		background-size: contain;
		cursor: pointer;
		text-indent: unset;
		text-align: center;
		color: #fff;
		border: 1px solid rgba(255,255,255,0.5);
		font-size: 110%;
	}

}

.angebot-item {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 5px solid rgb(55,106,134);
}
.angebot-item .accHeader .subheader {
	padding-right: 50px;
}
.angebot-item .accHeader .accSwitch {
	top: 2px;
}
.angebot-item .accBody {
	padding-top: 0;
}
.angebot-item .accBody img, .video-container {
	margin-bottom: 2rem;
}
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 99999;
	overflow: auto;
}
#overlay .inner {
	height: auto;
	overflow: auto;
}
#overlay .inner .content {
	padding-top: 5rem;
	margin: 0;
}
.accBody video-container {
	max-width: 100%;
	height: auto;
	margin-bottom: 2rem;
	object-fit: cover;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.accBody p:last-child {
	margin-bottom: 0;
}
#overlay .close {
	display: block;
	cursor: pointer;
	text-indent: -9999rem;
	width: 36px;
	height: 36px;
	background: url(fancybox_sprite.png) no-repeat left top;
	position: relative;
	float: right;
	margin: 1rem;
}
body.open {
	height: 100vh;
	overflow: hidden;
}
body.open #overlay {
	display: block;
}

@media (max-width:500px) {
	header {
		padding: 50px 0 20px;
	}
}

#page-1 .bottom-boxen .sidebar-box {
	border-bottom: 0;
}

/* UC-Tool arrow fix*/
#usercentrics-button.layout-1 #uc-corner-modal .svg-arrow-down, #usercentrics-button.layout-1 #uc-corner-modal .svg-arrow-up {
  margin-top:-10px !important;
}


.news .row {
	margin-left: -20px;
	margin-right: -20px;
}

ul.f3-widget-paginator {
	text-transform: capitalize;
}

#page-3 #main-content .row,
#page-103 #main-content .row  {
	display: flex;
	align-items: stretch;
}

#page-3 #main-content .row .col-md-6,
#page-103 #main-content .row .col-md-6 {
	position: relative;
	float: none;
	clear: both;
	margin-bottom: 30px;
}

#page-3 #main-content .row .col-md-6 > *,
#page-103 #main-content .row .col-md-6 > * {
	height: 100%;
	border-bottom: 5px solid rgb(55, 106, 134);
	padding-bottom: 25px;
}

@media screen and (max-width:767px) {
	#page-3 #main-content .row,
	#page-103 #main-content .row  {
		display: block;
	}
}