/* Version: 03.2017 */
body {
	font-family: calibri, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 17px;
	background-color: #FFF;
}


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p {
	margin:0;
	color: #304364;
}

p:empty {
height: 18px;
}


h1{
	margin: 20px 0px 25px 0px;
	padding: 15px;
	line-height: 30px;
	font-size: 30px;
	font-weight: lighter;
	text-align:left;
	background-color: #78d2d4;
	border-radius: 0 30px;
	color: #fff;
	text-transform:uppercase;
	width: 75%;
}

h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
	color: #304364;
	text-transform:uppercase;
}

h3{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
	color: #f49b00;

}

#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;
}

.header {
	background-color: #2c2c2c;
	width: 100%;
	padding: 0 4% 1% 4%;
	margin-top: 0.2rem;
}

.lb {
margin-top: 25px;
}

#content{
	padding: 2% 4%;
}
#box_links{
	float: left;
	width: 48%;
}

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

#box_links_unten{
	float: left;
	width: 68%;
}

#box_rechts_unten{
	float: right;
	width: 28%;
    padding-top: 0.8rem;
}


#box_mitte {
	width: 100%;
	margin-top: 2%;
}

#box_1{
	float: left;
	width: 30%;
	margin-top: 20px;

}
#box_2{
	float: right;
	width: 23%;
	margin-top: 20px;
}
.clear{clear:both;font-size:0px;line-height:0px;}

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

a img { border: none;
}

a.img:hover {  
	color: #fff;
        font-weight: normal;
        background-color: #fff;
	text-decoration: none;
padding-left: 0px;
padding-right:0px;
}

/* Zusatz*/ 

a:link {
	color: #304364;
	text-decoration: none;
}
a:visited {
	color: #304364;
	text-decoration: none;
}
a:hover {
	color: #f49b00;
	text-decoration: none;
}


a:active{
	color: #304364;
	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;
}

.farbe {
	color: #09b1db;
}

.farbe2 {
	background-color: #304364;
}

.farbe3 {
	background-color: #3f79af;
}

.ausblenden {

}

ul {
     margin-left:0px;
     padding-left:15px;
     margin-top:5px;
     list-style-type: inherit;
    
}


li {
	margin-top: 5px;
	padding: 0px;
	position:relative;
}


#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{
  	width: auto;
  	height: auto;
	margin: 1rem auto;
	position:relative;
	border-radius: 0 30px;

}

.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;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  33% {
    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;
  }
  25% {
    opacity: 1;
  }
  33% {
    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 {}
.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;
}

#balken
{
position: absolute;
top: 370px;
right: 0px;
width: 450px;
background-color: #1F7FCF;
padding: 20px;
color:#fff;

}

#footer {
	background-color: #2c2c2c;
	padding: 2% 4%;
	color: #fff;
	width: auto;
	font-size: 11px;
}


.refnr {}


.apply {}


.button_box2 {
  text-align: left;
}

.button_box2::after {
  clear: both;
  content: "";
  display: block;
}

.button2 a {
  display: inline-block;
  background: #78d2d4;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 1rem auto 0 auto;
  cursor: pointer;
border-radius: 0 0.6rem;

  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button2 a:hover {
  background-position: 15px center;
  background-color: #f49b00;
  text-decoration: none;
  color: #fff;
}
