body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/files/fonts/open_sans.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/files/fonts/open_sans.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/files/fonts/open_sans.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/files/fonts/open_sans.woff2) format('woff2');
    unicode-range: U+0370-03FF;
  }
  /* hebrew */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/files/fonts/open_sans.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/files/fonts/open_sans.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/files/fonts/open_sans.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    src: url(/files/fonts/open_sans.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Reenie Beanie';
    font-style: normal;
    font-weight: 400;
    src: url(/files/fonts/reenie_beanie.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
/* CSS by FM */

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html{
	width: 100%;
	height: 100%;
	
	background-color: #0B5BA5;
}

/* Header */
header{
	min-width: 960px;
	margin-bottom: -42px;
	
	background-color: white;
}

header .inside{
	width: 960px;
	margin: 0 auto;
}

#slogan{
	position: absolute;
	right: 300px;
	transform: rotate(-12deg);
	width: 240px;
	top: 70px;
}

#logo{
	height: 140px;
	width: auto;
	float: right;
	margin: 20px 0 10px 0;
}

#notdienst{
	position: absolute;
	top: -10px;
	height: 240px;
	width: auto;
	
	z-index: 1;
}

#notdienst img{
	height: 100%;
	width: auto;
}

/* Navigation */
nav{
	
}

nav ul{
	display: flex;
	list-style-type: none;
}

nav ul li{
	flex: 1 1 auto;
	
	background-color: #e60033;
	border-right: 2px solid white;
}

nav ul li:last-child{
	border: none;
}

nav ul li a,
nav ul li strong{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-align: center;
	color: white;
	text-decoration: none;
}


nav ul li a:hover{
	background-color: #ff0039;
	color: White
}

nav ul li strong.active{
	color: #e60033;
	background-color: white;
}

/* sldr - jquery */
.stage{
	position: relative;
	width: 100% !important;
	min-width: 960px;
	z-index: 0;
}

.stage img{
	height: 370px !important;
}

.selectors{
	left: 0;
	right: 0;
	
	bottom: 50px;
	position: absolute;
}

.selectors li a{
	display: inline-block;
	width: 15px;
	height: 15px;
	
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #e60033;
	
	text-decoration: none;
}

.selectors li.focalPoint a{
	background-color: #CCC;
	cursor: default;
}

.sldr-prv, .sldr-nxt{
	position: absolute;
	height: 100%;
	
	background-color: transparent;
	border: medium none;
	
	font-size: 100px;
	color: #e60033;
}

.sldr-prv:hover, .sldr-nxt:hover{
	color: #ff0039;
}

.sldr-prv{
	left: 20px;
}

.sldr-nxt{
	right: 20px;
}

.sldr > ul > li img {
	width: 100% !important;
	height: auto !important;
}

/* Content */

#container{
	width: 960px;
	margin: 0 auto;
	
	box-shadow: 14px 14px 20px rgba(0, 0, 0, 0.2);
}

.mod_article{
	padding: 5px 10px;
	
	background-color: white;
}

.mod_article:first-of-type{
	padding-top: 30px;
}

.mod_article:last-child{
	padding-bottom: 10px;
}

.mod_article > *{
	padding: 0 10px;
	
}

h1, h2, h3, h4, h5{
	font-family: 'Reenie Beanie', cursive;
}

h1{
	font-size: 60px;
	color: #0B5BA5;
	line-height: 40px;
}

h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #e60033;
}

h3{
	font-family: 'Open Sans', sans-serif;
	color: #e60033;
	font-weight: bold;
}

p, a{
	font-family: 'Open Sans', sans-serif;
}

p{
	margin-bottom: 10px;
}

a{
	color: #e60033;
}

a:hover{
	color: #ff0039;
}

.spacetop30{
	margin-top: 30px
}


.spacebottom0{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Footer */
footer{
	min-width: 960px;
	
	margin: 20px auto 0 auto;
	padding: 10px;
	
	background-color: white;
	
	font-family: 'Open Sans', sans-serif;
	color: #0B5BA5;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

/* FlexGrid */

.flexgrid{
	display: flex;
}

.flexgrid > *{
	padding: 0 10px;

}

.flexgrid1o1{
	width: 100%;
}

.flexgrid1o2{
	width: 50%;
}

.flexgrid1o3{
	width: 33.333%;
}

.flexgrid2o3{
	width: 66.666%;
}

/* ce_form */

.ce_form{
}

.ce_form .widget{
	margin-top: 10px;
}

.ce_form input,
.ce_form textarea{
	width: 100%;
}

.ce_form label{
	font-family: 'Open Sans', sans-serif;
}

.ce_form button{
	padding: 5px;
	
	background-color: #e60033;
	border: none;
	
	font-size: 16px;
	color: white;
}

.ce_form button:hover{
	padding: 5px;
	
	background-color: #ff0039;
	border: none;
	
	font-size: 16px;
	color: white;
}

ul.animate {
	-webkit-transition: -webkit-transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: transform 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */	
}

.stage {
	width: 76%;
	margin: 0 auto;
	padding: 0 12%;
	text-align: center;
	overflow: hidden;
}
	
.sldr {
	max-width: 825px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
	clear: both;
	display: block;
}

.sldr > ul > li {
	float: left;
	display: block;
	width: 825px;
}

div.skew {
	max-width: 825px;
	margin: 0 auto;

	display: block;
	overflow: hidden;

	-webkit-transform: skewX(16deg);
       -moz-transform: skewX(16deg);
        -ms-transform: skewX(16deg);
            transform: skewX(16deg);
}

div.skew > div.wrap {
	display: block;
	overflow: hidden;

	-webkit-transform: skewX(-16deg);
	   -moz-transform: skewX(-16deg);
	    -ms-transform: skewX(-16deg);
	        transform: skewX(-16deg);

	margin-left: -10.1%;
	width: 122%;
}

.stage img {
	max-width: 1000px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.selectors {
	/*margin: 15px 0 0;*/
}

.selectors li {
	font-size: 46px;
	line-height: 32px;
	display: inline;
	padding: 0 2px;	
}

.selectors li a {
	text-decoration: none;
}

.selectors li.focalPoint a {
	color: #CCC;
	cursor: default;
}

.captions div {
	left: 200%;
	position: fixed;
	opacity: 0;

	-webkit-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: opacity 0.75s cubic-bezier(0.860, 0.000, 0.070, 1.000); /* ease-in-out */
}

.captions div.focalPoint {
	opacity: 1;
	left: inherit;
	position: static;
}

.clear {
	display: block;
	width: 100%;
	height: 0px;
	overflow: hidden;
	clear: both;
}
