@charset "utf-8";

@import url("../../../include/font-awesome/css/font-awesome.min.css");

/* Fonts */

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Basic-CSS */

* {
	box-sizing : border-box;
}

html, body {
	margin : 0;
	padding : 0;
	overflow-x: hidden;
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background: #FFFFFF;
	color: #2d2d2d;
}

.noshow{display: none;}

.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}

.nopadding {padding: 0 !important; margin: 0 !important;}

a{color: #003a80;}
a:hover, a:focus {color: #003a80;}
a:active {color: #003a80;}
a:link, a:hover{text-decoration: none !important;}

.telmail {display: inline-block; width: 4.5em;}
.nomobilenumber{display: none !important;}

.text-white, .text-white p, p.text-white, .text-white a, a.text-white{color: #FFFFFF !important;}
.text-yellow .text-yellow p, p.text-yellow, .text-yellow a, a.text-yellow{color: #ffed00 !important;}
.text-blue .text-blue p, p.text-blue, .text-blue a, a.text-blue{color: #003a80 !important;}
.text-grey, .text-grey p, p.text-grey, .text-grey a, a.text-grey{color: #2d2d2d !important;}

.text-reset{
	text-transform: none;
}

.modal-open {
    padding-right: 0px !important;
}

a.modal-pointer{
	cursor: pointer
}

.bg-white{background: #FFFFFF !important;}


strong, bold{
	font-family:'Open Sans';
	font-weight: 700;
}

p{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 29px;
	color: #2d2d2d !important;
}



h1{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 43px;
}

h2{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 35px;
	line-height: 38px;
}

h2 small{
	font-size: 65%;
	line-height: 65%;
}

h3{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
}

h3.partner {
    font-size: 20px;
}

h4{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
}

h5{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
}

h6{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #003a80;
}

h1, h2, h3, h4, h5, h6{
	color: #003a80;
}

.bggrey h1, .bggrey h2, .bggrey h3, .bggrey h4, .bggrey h5, .bggrey h6{
	color: #ffed00 !important;
}

.bggrey p{
	color: #FFFFFF !important;
}

.bggrey .text-yellow, .bggrey .text-yellow p, .bggrey p.text-yellow, .bggrey .text-yellow a, .bggrey a.text-yellow{color: #ffed00 !important;}
.bggrey .text-blue, .bggrey .text-blue p, .bggrey p.text-blue, .bggrey .text-blue a, .bggrey a.text-blue{color: #003a80 !important;}

/* Buttons */

.btn{
	padding: 7px 12px 7px 12px;
	font-family:'Open Sans';
	font-style: normal;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	white-space: normal !important;
    box-shadow: none;
}

.btn-msc {
  color: #ffed00 !important;
  background-color: #003a80;
  border-color: #003a80;
  border-radius: 0px !important;
  text-transform: uppercase;
}

.btn-system {
    float: none !important;
    width: 100% !important;
}

.btn-msc:hover,
.btn-msc:focus,
.btn-msc:active,
.btn-msc.active,
.open .dropdown-toggle.btn-msc {
  color: #003a80 !important;
  background-color: #ffed00;
  border-color: #003a80;
}

.btn-msc:active,
.btn-msc.active,
.open .dropdown-toggle.btn-msc {
  background-image: none;
}

.btn-msc .badge {
  color: #FFFFFF;
  background-color: #003a80;
}

.btn-left{
	float: left !important;
}

.btn-center{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.btn-right{
	float: right !important;
}

.btn-left::after, btn-right::after{
	clear: both;
}

hr.msc-line {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #003a80;
}

.btn-margin {
    margin-right: 15px;
}


/* Header-CSS */

.img-head-logo{
	max-width: auto;
	margin: 0px auto 15px auto;
    transition: 0.5s;
    -webkit-transition:  0.5s;
	max-width: 110px;
}


/* Navigation-CSS */

.navbar-default.fixed-msc-header {
    transition: 0.5s;
    -webkit-transition:  0.5s;
	position: fixed;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
	background: rgba(255,255,255, 0.9);
}

.navbar-default.fixed-msc-header .img-head-logo {
    max-width: 50px;
    margin: 15px auto 15px auto;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}


.navbar-default.fixed-msc-header ul.navbar-nav {
    margin-top: 0px;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.fixed-msc-header {
    transition: 0.5s;
    -webkit-transition:  0.5s;
}

.navbar-default.fixed-msc-header ul.navbar-nav {
    float: left !important;
    transition: 0.5s;
    -webkit-transition:  0.5s;
}


.navbar{
	min-height: 46px !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	background: rgba(255,255,255, 0.70);
	border-bottom: solid 0px #FFFFFF;
}

.navi-bg {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-end;
}

/* Mobile-Menü */

.navbar-toggle {
    background-color: #003a80;
    background-image: none;
    border: solid 1px #FFFFFF;
    border-radius: 0 !important;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 12px 10px;
    position: relative;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: #003a80; !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}

.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #FFFFFF;
}

.navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 4px;
    width: 25px;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* Desktop-Menü */

.caret {
    display: none !important;
}

@media (min-width: 768px){

.navbar-nav{
		float:none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
	
	.flexnavigation {
		justify-items: flex-start;
		display: inline-flex;
		flex-direction: row;
		align-content: center;
		justify-content: flex-start;
		align-items: center;
	}
}

.navbar-default {
	background: rgba(255,255,255, 1.0);
	position: absolute;
	z-index: 6;
	width: 100%;
    padding-top: 15px;
    padding-bottom: 0px;
	border-bottom: solid 10px #ffed00;
}

ul.navbar-nav {
	margin-top: 4px;
}

.navbar-nav li {
    margin-left: 7px;
    margin-right: 7px;
}

.nav.navbar-nav li a {
	position: relative;
	display: block;
	padding: 20px 15px 40px 15px;
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #2d2d2d;
	background: transparent !important;
	border-bottom: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #003a80 !important;
	background: transparent !important;
}

.navbar-default ul.nav.navbar-nav li.active a{
    color: #FFFFFF !important;
    background-color: #003a80 !important;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
}

.navbar-default ul.nav.navbar-nav li.active ul li a{
	color: #003a80 !important;
	background: transparent !important;
    font-family: 'Open Sans' !important;
    font-style: normal;
    font-weight: 400;
}


.nav.navbar-nav li a:hover, .nav.navbar-nav li a:focus {
	
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
}

.navbar-nav ul {
    margin-bottom: 0px;
}

.navbar-nav li ul li {
    margin-left: 0px;
    margin-right: 0px;
    border-bottom: solid 1px #FFFFFF;
    margin-bottom: 0px;
}

.nav.navbar-nav li ul li a, .nav.navbar-nav li.active .dropdown.open ul.dropdown-menu.multi-level li a, .nav ul.nav.navbar-nav li.active .open ul.dropdown-menu.multi-level li a, .nav ul.nav.navbar-nav li .open ul.dropdown-menu.multi-level li a {
	position: relative;
	display: block;
	padding: 5px 15px 5px 15px;
    font-family: 'Open Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	color: #2d2d2d;
	background: #FFFFFF !important;
}

#mscNav > ul > li.dropdown > ul > li.dropdown-submenu > a > strong.caret{
	display: none;
}

/* Dropdown - 2nd Level */

.navbar-default .navbar-nav > li > ul > li > a:hover, .navbar-default .navbar-nav > li > ul > li > a:focus, #mscNav > ul > li.active.dropdown.open > ul > li > a:hover, #mscNav > ul > li.active.dropdown.open > ul > li > a:focus{
	color: #FFFFFF !important;
	background: #003a80  !important;
}

.navbar-default .navbar-nav > li.active > ul > li > a:hover, .navbar-default .navbar-nav > li.active > ul > li > a:focus, #mscNav > ul > li.active.dropdown.open > ul > li > a:hover, #mscNav > ul > li.active.dropdown.open > ul > li > a:focus{
	color: #FFFFFF !important;
	background: #003a80  !important;
}

#mscNav > ul > li.active.open > ul > li > a:hover{
	color: #FFFFFF !important;
	background: #003a80  !important;
}

#mscNav > ul > li.active.dropdown.open > ul > li.active a{
	color: #003a80  !important;
	background: #FFFFFF !important;
	font-style: normal !important;
	font-weight: 300 !important;
    font-family: 'Open Sans' !important;
    font-style: normal;
    font-size: 16px;
}

#mscNav > ul > li.active.dropdown.open ul li a{
	position: relative;
	display: block;
	padding: 5px 15px 5px 15px;
    font-family: 'Open Sans' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
	color: #003a80 ;
	background: #FFFFFF !important;
}

.navbar-default ul.nav.navbar-nav li ul li.active a{
	color: #FFFFFF !important;
	background: #003a80  !important;
}


.news-item-img {
    height: fit-content;
    min-height: 500px !important;
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 243px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

/* Breadcrumb */

.breadcrumb-box{
    margin-top: 135px !important;
    background-color: #2d2d2d;
	min-height: 45px;
	color: #FFFFFF;
    display: flex;
    align-items: center;
}

.breadcrumb-box a{
	color: #FFFFFF;
}


/* Sidebar-Navigation */
.sidenav {
	right: 0;
	height: 40px;
	position: fixed;
	display: block;
	color: #FFF;
	z-index: 5;
	-webkit-transition: ease-in-out all 150ms;
	-moz-transition: ease-in-out all 150ms;
	-ms-transition: ease-in-out all 150ms;
	-o-transition: ease-in-out all 150ms;
	transition: ease-in-out all 150ms;
	background: #003a80;
	z-index: 999;
    font-family: 'Open Sans' !important;
	font-style: normal !important;
	font-size: 16px !important;
	padding-top: 9px !important;
	padding-left: 8px !important;
}

.sidenav a{
	color: #FFF;
    font-family: 'Open Sans' !important;
	font-style: normal;
	font-size: 16px !important;
	padding-top: 9px !important;
	padding-left: 8px !important;
}

.sidenav-1, .sidenav-2 {
	width: 195px;
	margin-right: -150px;
}

.sidenav-1 {
	top: 325px;
}

.sidenav-2 {
	top: 367px;
}

.sidenav:hover, .sidenav:active, .sidenav:focus {
	margin-right: 0;
	color: #FFF !important;
	background: #003a80;
}

.sidenav-icon {
    font-size: 26px !important;
    line-height: 26px !important;
    margin-left: 2px;
    margin-top: -2px;
	vertical-align: middle;
}


/* Slider */

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
	height: auto;
    width: 100%;
}
	
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}    
.carousel-fade .carousel-inner .active {
  opacity: 1;
}    
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}    
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}    
.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-control.right, .carousel-control.left {
    background-image: none !important;
}

.carousel {
	margin-bottom: 75px;
}

.carousel-indicators {
    z-index: 5 !important;
    bottom: 10px;
}

.carousel-indicators li {
    display: inline-block;
    width: 20%;
    height: 5px;
    margin: 0px 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
    border: 0px !important;
    border-radius: 0;
}

.carousel-indicators .active {
    width: 20%;
    height: 5px;
    margin: 0px 6px;
    background-color: rgba(209, 0, 17, 1);
}


.carousel-caption {
    height: 70%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    right: 0%;
    left: 0%;
    top: 30%;
	text-shadow: 0px 3px 6px rgb(0 0 0 / 90%);
}

.slider-headline p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #FFFFFF !important;
    text-align: left;
	padding-left: 0px !important;
	text-transform: uppercase;
	margin-bottom: 15px;
}


/* Margin */

.mgb15{
	margin-bottom: 15px !important;
}

.mgb25{
	margin-bottom: 25px;
}

.mgb45{
	margin-bottom: 45px;
}

.mgb65{
	margin-bottom: 65px !important;
}

.mgt0{
	margin-top: 0px;
}

.mgt45{
	margin-top: 45px;
}

.mgt65{
	margin-top: 65px;
}

.mgtb45{
	margin-top: 45px;
	margin-bottom: 45px;
}


.img-center{
	margin-left: auto;
	margin-right: auto;
}

.img95{
	max-height: 95px;
    float: left;
    margin-top: -15px;
    margin-right: 15px;
}

.img295{
	max-height: 295px;
}

.bggrey{
	background-color: #2d2d2d;
	color: #FFFFFF;
    margin-top: 75px !important;
    margin-bottom: 75px !important;
    padding-top: 75px !important;
    padding-bottom: 75px !important;
	background-image: url(../img/pfeil.png);
	background-repeat: no-repeat;
	background-position: center top;
}

body > div:nth-child(10){
    margin-bottom: 0px !important;
}


.terminebg{
	background-image: url(https://www.msc-freier-grund.de/medien/grafiken/kalender-bg.jpg);
    background-size: cover;
    padding-left: 0px;
    padding-right: 0px;
    min-height: 243px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;

}

.termine-header{
    background-color: rgba(0, 58, 128, 0.8);
    margin-bottom: 75px;
    font-size: 25px;
	padding: 5px 20px;
    font-weight: 700;
    width: auto !important;
}

.termine-footer{
    background-color: rgba(0, 58, 128, 0.8);
    margin-bottom: 0px;
	padding: 5px 20px;
    font-weight: 400;
    width: 100%;
}

span.termin-subhead {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

span.location {
    font-size: 12px;
	line-height: 18px;
    font-weight: 500;
}

.apbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.ap-item h3 {
    font-size: 20px;
}

.ap-item p {
    font-size: 20px;
}

.ap-item span.ap-title{
    font-size: 18px;
}

.ap-item .ap-text{
    font-size: 18px;
}

/* Sidebar */

.sidebar-header-box{
	margin-top: 26px;
    padding-top: 7px;
    padding-bottom: 7px;
	margin-bottom: 3px;
	font-family: 'Open Sans';
}

.sidebar-bggrey {
    background-color: #373737;
	color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
}

.sidebar-bgred {
    background-color: #003a80;
	color: #FFFFFF;
	padding-top: 2px;
    padding-bottom: 2px;
}

.sidebar-item {
    margin-bottom: 3px !important;
}

.sidebar-header{
	font-size: 26px;
    text-transform: uppercase;
}

.sidebar-subheader {
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    padding-top: 7px;
    padding-bottom: 7px;
}

.sidebar-linktext {
    font-size: 18px;
    text-transform: none;
    font-family: 'Open Sans';
    padding-top: 7px;
    padding-bottom: 7px;
}


.partner-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

/* Teaser-Boxen */

.teaserbox {
	position: relative;
	margin-bottom: 30px !important;
}

.teaserbox-over h2{
	font-family:'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;	
	text-transform: uppercase;
}

.img_description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: rgba(209, 0, 17, 0.75);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    transition: opacity .2s, visibility .2s;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	padding: 0px 10px;
	text-align: center;
	transition: opacity .2s, visibility .2s;
}

.img_description_layer strong {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 38px;
}

.teaserbox:hover .img_description_layer {
	visibility: visible;
	opacity: 1;
}

.img_description {
	transition: .2s;
	transform: translateY(1em);
}

.teaserbox:hover .img_description {
	transform: translateY(0);
}



/* Impressionen-Slider */

.fp-wrapper {
    text-align: center;
    padding: 50px 0 75px;
}

.fp-slider-wrapper {
    padding: 7px;
}

.fp-slider-wrapper a {
    display: block;
    position: relative;
}

.fp-wrapper h1 {
    font: 400 40px 'Playfair Display', serif;
    color: #e1ab35;
    text-transform: uppercase;
}

.fp-wrapper span {
    font: 400 13px/21px 'Roboto', sans-serif;
    color: #680909;
}

.fp-slider-items.slick-initialized.slick-slider {
    padding: 38px 0 0;
}

.fp-slider-items button.slick-arrow{
    display: inline-block;
    position: absolute;
    width: 41px;
    height: 41px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-40px);
    font-size:  0;
    border: none;
    outline: none;
}
.fp-slider-items button.slick-prev.slick-arrow {    
    left: -40px;
    background: url(images/arrows-left.png);
}

.fp-slider-items button.slick-next.slick-arrow {
    right: -40px;
    background: url(images/arrow-right.png);
}

.fp-slider-wrapper .fp-img:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(153, 126, 67, .30);
    opacity: 0;
    outline: 1px solid #ffffff;
    outline-offset: -10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.fp-slider-wrapper .fp-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.fp-slider-wrapper:hover .fp-img:before, 
.fp-slider-wrapper:hover .fp-img:after {
    opacity: 1;
}

#ft-title{
    font: 500 13px/21px 'Roboto', sans-serif;
    color: #680909;
    text-transform: uppercase;
    letter-spacing: 0.20em;
}

.fp-img {
    position: relative;
}

.slick-slide img{
    display: inline-block;
    width: 100%;
    height: auto;
}

.slider-details {
    padding: 20px 0;
    opacity: 0;
    transition: all .3s ease;
}
        
.fp-slider-wrapper:hover .slider-details {
    opacity: 1;
}

.slider-details strong{
    font: 500 20px 'Roboto', sans-serif;
    color: #2f2f2f;
}

.slider-details a{
    font: 500 12px 'Roboto', sans-serif;
    color: #680909;
    line-height: 2.5em;
}

.slick-track * {
  outline: none;
}

.sponsoren{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sponsorenbox {
	margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

.sponsorenbox-inner {
	background-color: #FFFFFF;
	min-height: 120px;
    display: flex;
    align-content: center;
    align-items: center;
}


/* Downloads */


.flex-images {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}


/* Downloads */

div.mod_downloadgallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

.download-item{
	margin-bottom: 15px;
}

.download-fileicon{
	
}

.mod_downloadgallery h2 {
    margin-bottom: 35px;
}

h3.download-headtext {
    font-family:'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #003a80;
    margin-top: 0px;
}

h4.download-headtext{
	font-size: 18px;
	line-height: 22px;
	color: #003a80;
	font-weight: 600;
	margin-bottom: 2px;	
}

p.download-subtext{
	font-size: 13px !important;
	line-height: 20px !important;
	color: #000000 !important;
	font-weight: 400 !important;
	margin-bottom: 15px !important;
}




/* Footer */

.bg-footer{
	background: #FFFFFF;
	border-top: solid 10px #ffed00;
	color: #2d2d2d;
}

.footer{
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer, .footer p, .footer a  {
	color: #2d2d2d;
}

.img-footer-logo{
	margin-left: auto;
    margin-right: auto;
	max-width: 105px;
}

.footer-adresse{
    margin-top: 0px;
    font-size: 14px;
}

.footer-links a{
	font-family:'Open Sans';
}













/* Responsive-Darstellung */



@media (max-width: 1675px) {

	h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.teaser-item-box {
		min-height: 270px;
	}
	
	.teaser-item-headline {
		font-size: 28px;
	}
	
	.teaser-item-box img {
		height: 100%;
	}

}

@media (max-width: 1490px) {
	
	.navbar-nav li {
		margin-left: 7px;
		margin-right: 7px;
	}
	
	.nav.navbar-nav li a {
		padding: 6px 10px 6px 10px;
		font-size: 18px;
	}
	
	h1 {
		font-size: 34px;
		line-height: 36px;
	}

	h2 {
		font-size: 26px;
		line-height: 28px;
	}
	
	.teaser-item-box {
		min-height: 309px;
	}


}

@media (max-width: 1200px) {
	
	ul.navbar-nav {
		margin-top: 55px;
	}
	
	.navbar-nav li {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.nav.navbar-nav li a {
		padding: 6px 8px 6px 8px;
		font-size: 18px;
	}

}

@media (max-width: 1100px) {
	
	.slider-headline {
		font-size: 30px;
		line-height: 32px;
	}
		
	ul.navbar-nav {
		margin-top: 45px;
	}
	
	.navbar-nav li {
		margin-left: 5px;
		margin-right: 5px;
	}
	
	.nav.navbar-nav li a {
		padding: 6px 6px 6px 6px;
		font-size: 16px;
	}

}

@media (max-width: 992px) {
	
	.img-head-logo {
		margin: 10px auto 10px auto;
		max-width: 100px;
	}
	
	.breadcrumb-box {
		margin-top: 133px !important;
	}

	ul.navbar-nav {
		margin-top: 5px;
		margin-bottom: 15px;
	}

	.navbar-nav li {
		margin-left: 5px;
		margin-right: 5px;
	}

	.nav.navbar-nav li a {
		padding: 7px 15px 7px 15px;
		font-size: 16px;
	}

	.nav.navbar-nav li ul li a {
		padding: 3px 15px 3px 15px;
		font-size: 14px;
	}

	.dropdown-menu {
		font-size: 12px;
	}

	 .carousel-inner > .item > img, .carousel-inner > .item > a > img { 
	   width: 100vw; 
	   height: 350px; 
	   object-fit: cover; 
	 } 
	
	 .carousel-caption { 
	   display: flex; 
	   align-items: center; 
	   justify-content: center; 
	   top: 0; 
	   right: 0; 
	   bottom: 0; 
	   left: 0; 
	 } 
	
	.slider-headline {
		font-size: 26px;
		line-height: 28px;
	}
	
	ul.msc-2-col {
	  columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}

	ul.msc-3-col {
	  columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}

	ul.msc-4-col {
	  columns: 2;
	  -webkit-columns: 2;
	  -moz-columns: 2;
	}
	
}

@media (max-width: 768px) {
	
	.fixed-msc-header button.navbar-toggle {
		margin-top: -45px;
	}
	
	.breadcrumb-box {
		margin-top: 0px !important;
	}
		
	.navbar-default {
		position: relative;
		margin-top: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.img-head-logo {
		max-width: 95px;
		margin: 0px auto 0px auto !important;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px !important;
		margin-top: 10px !important;
	}

	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		border-top: 0px !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-overflow-scrolling: touch;
	}
	
	ul.navbar-nav {
		width: 100%;
		margin: 0px auto;
	}

	.nav.navbar-nav li {
		margin-bottom: 5px;
	}

	.nav.navbar-nav li a {
		text-align: center;
	}

	.nav.navbar-nav li a {
		padding: 7px 5px 7px 5px;
		font-size: 18px;
	}

	.nav.navbar-nav li ul li a {
		padding: 3px 15px 3px 15px;
		font-size: 16px;
	}

	.dropdown-menu {
		font-size: 16px;
	}

	#mscNav > ul > li.button2.dropdown.open > ul > li:first-child::after {
		text-align: center;
	}

	.navbar-toggle {
		margin-top: -70px;
	}
	
	a .sidenav{
		border-left: solid 1px #FFFFFF;
		border-bottom: solid 1px #FFFFFF;
		border-top: solid 1px #FFFFFF;
	}

	.carousel {
		margin-bottom: 35px;
	}

	.carousel-indicators {
		bottom: -10px;
	}
	
	.teaserbox {
		margin-bottom: 35px;
	}
	
	.teaser-item-box img {
		height: 100%;
		width: inherit;
	}
	
	.carousel-caption {
		left: 8%;
	}
	
	.caption-text-box p {
		font-size: 28px;
		line-height: 31px;
	}
	
	.slider-headline p {
		font-size: 30px;
		line-height: 34px;
		font-weight: 600;
		color: #FFFFFF !important;
		margin-left: 0px;
	}
	
	.teaserbox-inner {
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
	
	ul.msc-2-col, ul.msc-3-col, ul.msc-4-col {
	  columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	}


}


@media (max-width: 640px) {
	.usercentrics-button.uc-button-bl .uc-privacy-button-wrapper {
		left: 20px !important;
		bottom: 60px !important;
	}
}


@media (max-width: 425px) {
	
	.navbar {
		min-height: 60px !important;
	}
	
	.navbar-default.navbar-fixed-top.fixed-msc-header .img-head-logo {
		max-width: 95px;
	}
	
	.slider-headline {
		font-size: 20px;
		line-height: 28px;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.navbar-toggle {
		margin-bottom: 5px;
		margin-right: 0px !important;
		margin-top: -65px;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}
	
	.navbar-default.navbar-fixed-top.fixed-jen-header .navbar-toggle {
		margin-top: -50px;
		transition: 0.5s;
		-webkit-transition:  0.5s;
	}
	
	.caption-text-box p {
		font-size: 20px;
		line-height: 23px;
	}
	

}




@media (max-width: 375px) {



}




@media (max-width: 320px) {



}
