/* Version: 07.03.2016 */

@font-face { 
	font-family: "Open Sans";	 
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 	
	font-family: "Open Sans";	 
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

* {
	box-sizing:border-box;
}

body {
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003466;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.5;
	background-color:#f1f1f1;
}

p {
	margin:0;
}

h1{
	margin: 0px;
	line-height: 1.5;
	font-size: 32px;
	font-weight: normal;
	padding:0;
	margin:0;
}

.titel_klein{
	font-size: 23px;
}

h2{
	margin: 0px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: normal;
}
.logo {
	width:100%;
	background-color: #fff;
	padding: 1% 3%;
}

#logo{
        z-index:100;
        position:absolute;
        top:1rem;
        left:4%;
        width:25%;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: -0.5px 3px 15px #999;
        position:relative;
}

#rahmen::after{
	content:"";
	display:block;
	clear:both;
}

#rahmen_top {
	padding: 0px;
}

#rahmen_bottom {
	padding: 0px;
}

.content{
        padding:1.5rem 4%;
}

.bg-blau{background-color: #cccbd9;}

#content > div, #content > h1{
	padding: 20px;
}

.bluebox {
	background:#ccd6e0;
}

#content::after{
	content:"";
	display:block;
	clear:both;
}

#box_bottom{
	background:url(footer.jpg) no-repeat top center;
	background-size:cover;
	color:#fff;
	padding:28px 130px;
}




#box_bottom::after{
	content:"";
	display:block;
	clear:both;
}





#box_bottom2{
	background:url(footer-neu-2016.jpg) no-repeat top center;
	background-size:cover;
	color:#fff;
	padding:28px 130px;
}


#box_bottom2::after{
	content:"";
	display:block;
	clear:both;
}


#box_bottom3{
	background:url(footer2.jpg) no-repeat top center;
	background-size:cover;
	color:#fff;
	padding:28px 130px;
}


#box_bottom3::after{
	content:"";
	display:block;
	clear:both;
}

#box_bottom4{
	background:url(footer3.jpg) no-repeat top center;
	background-size:cover;
	color:#fff;
	padding:28px 130px;
}


#box_bottom4::after{
	content:"";
	display:block;
	clear:both;
}

#box_right{
	float:right;
	width:48%;
}

#box_left{
	float:left;
	width:48%;
}

#footer{
	padding:1.5rem 4%;
}

#footer::after{
	content:"";
	display:block;
	clear:both;
}

img {
	max-width: 100%;
	height: auto;
	width: auto9;
	border:0;
}

a:link {
	color: #fff;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

a:active{
	text-decoration: none;
	color: #fff;
}

.color_2{
	color: #fff;
}

ul {
	margin-left:5px;
	padding-left:9px;
	margin-top:0px;
	list-style-type: disc;
	margin-bottom:0;
}

li {
	margin: auto;
	padding: 0;
}

.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}

.bild1{
	display:block;	
}

.bild2{
	display:none;
}

.hide{
	display:none;
}

.refnr {
	
}

/*--Slider editierbar--*/

.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap img {
	display: block;
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 18s linear infinite;
    animation: image 18s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    35% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    35% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

ul.slideshow {
    margin: 0;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}

.blocksatz{
    text-align: justify;
    text-align-last: justify;
}

.blocksatz:after{
    content: "";
    display: inline-block;
    width: 100%;
}

p:empty {
	height: 18px;
}

.table{
	display:table;
	width:100%;
	border-collapse:collapse;
}

.cell{
	display:table-cell;
}

.row{
	display:table-row;
}

.button_box{
	text-align:center;
}

.button a {
	background: #17375e scroll right top ;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
   	display: inline;
    position: relative;
    margin:0 auto;
	padding:10px 40px;
}
.button a:hover {
	background:#e20010;
}

/* 
_______________________

KAPITÄCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li { 
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}

 

_______________________

BUTTON MIT HOVER
_______________________

.button a {
	background: #123487 scroll right top ;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
}
.button a:hover {
	background:#2d5aae;
}

 

_______________________

BUTTON MIT ANIMATION
_______________________

.bewerben {
	background-image:url(pfeil.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #e5000a;
	float: right;
	margin: 20px 40px 20px 40px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.bewerben:hover {	
	background-position: 15px center;
	}

.bewerben a {
	display: inline-block;
    padding: 15px 20px 14px 50px;
	color: #fff;
	}
.bewerben a:hover { color: #fff; 
	text-decoration: none;
}

HTML-Part
<div class="bewerben">
<a href="#" target="_blank"><strong>HIER BEWERBEN</strong></a> </div>
</div>

 

_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}
*/


.apply {}


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