/* Version: 03.2017 */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 17px;
	background-color: #f6f6f6;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 20px;
	line-height: 35px;
	font-size: 30px;
	font-weight: normal;
	text-align:center;

}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}


h3{
	margin: 0px;
	line-height: 23px;
	font-size: 13px;
	font-weight: bold;
}

#rahmen {
	color: #000;
	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: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
}
#content{
	padding: 18% 5% 5% 5%;
	background-image: url(logo_vektor.jpg);
	background-repeat:none;
}
#logo{
	position:absolute;
	top:0px;
	left:30px;
}

#box_links{
	float: left;
	width: 47%;
}
#box_rechts{
	float: right;
	width: 47%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

a img { border: none;
}

/* Zusatz*/ 

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active{
	color: #000000;
	text-decoration: none;
}
 
.text_gross{
	font-size: 16px;
	line-height: 20px;
}

.titel_gross{
	font-size: 26px;
	line-height: 35px;
}

.text_klein{
	font-size: 11px;
	line-height: 17px;
}

.titel_klein{
	font-size: 19px;
	line-height: 25px;
}

.weiss {
	color: #fff;
}

.gruen {
	color: #3b7125;
}



.bg_grau {
	
	height:50px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c8c8c8+0,f4f4f4+73,c8c8c8+100 */
background: #c8c8c8; /* Old browsers */
background: -moz-linear-gradient(left, #c8c8c8 0%, #f4f4f4 73%, #c8c8c8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c8c8c8 0%,#f4f4f4 73%,#c8c8c8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c8c8c8 0%,#f4f4f4 73%,#c8c8c8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#c8c8c8',GradientType=1 ); /* IE6-9 */
}

.bg_blau {
	
	padding:2%;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17538c+0,17538c+54,7b8fbc+77,17538c+100 */
background: #17538c; /* Old browsers */
background: -moz-linear-gradient(left, #17538c 0%, #17538c 54%, #7b8fbc 77%, #17538c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #17538c 0%,#17538c 54%,#7b8fbc 77%,#17538c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #17538c 0%,#17538c 54%,#7b8fbc 77%,#17538c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17538c', endColorstr='#17538c',GradientType=1 ); /* IE6-9 */
}

.ausblenden {

}

ul {
                margin:0;
                margin-left:0px;
                padding-left:15px;
                list-style-type: none;
                list-style:none;
}
li {
                position: relative;
	margin-top:3px;
}
li::before{
                content:"■ ";
                position: absolute;
                top: -1px;
                left: -14px;
                color:#3b7125;
}



#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

/* Tabelle */

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
                /* table-layout: fixed; */
}

/* Button */
.button a {
               background: #87888a 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;
}


.cell {
    display: table-cell;
}

.row {
    display: table-row;
}

.slider-wrap{
	position:absolute;
	top:90px;
	left:0px;
    max-width:720px;
    max-height:300px;
    width: auto;
    height: auto;
    position:relative;
    padding-top:39%;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow li:nth-child(1) span {
  background-image: url(slider1.jpg);
}
.slideshow li:nth-child(2) span {
  background-image: url(slider2.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  background-image: url(slider3.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
  background-image: url(slider4.jpg);
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
    margin:0;
}

#brand-wrap {
    text-align: center;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#brand-wrap img {
    width: 300px;
}
#brand-wrap p {
    font-size: 20px;
    font-weight: bold;
    width: 500px;
    padding: 0 100px;
}
#content-wrap > p:first-of-type {
    text-align: justify;
    margin-bottom: 10px;
}
#content-wrap {
    padding: 30px 20px;
}
#title-wrap {
    background-color: #62bfe6;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    line-height: 18px;
    margin-bottom: 20px;
margin-top: 20px;
}
#title-wrap h1 {
    font-weight: bold;
}
#content-wrap > p:nth-of-type(2), #content-wrap > p:nth-of-type(3) {
    font-weight: bold;
}
#footer-wrap {
    background-color: #434547;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
}

#footer-wrap p {
    margin: 10px;
    color: #62bfe6;
}

#footer-wrap a:link, #footer-wrap a:visited, #footer-wrap a:hover, #footer-wrap a:active{
    color:#62bfe6;
}

/* 
_______________________

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;
}
*/
.refnr {}

.apply {}
