/* Version: 25.04.2016 */
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rahmen {
	color: #333;
	
	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;
}

#logo{
	border-top:50px solid rgba(0,0,0,1);
	padding:4%;
	text-align:right;
}

#content{
	padding:2% 4%;
}

p {
	margin:0;
	text-align:justify;
}

p:empty {
height: 18px;
}

.abstand5{
	margin-top:5px;
}

.abstand15{
	margin-top:15px;
}

.blau{color:#243489;}
.dunkelgrau{color:#333;}
.gelb{color:#fbb900;}

h1{
	margin:25px 0 0 0;
	line-height: 1.2;
	font-size: 30px;
	font-weight: 700;
	color:#243489;
	text-align:center;
}

h1 span{
	font-size: 20px;
}

h2{
	margin:25px 0 0 0;
	line-height: 1.2;
	font-size: 15px;
	font-weight:600;
	border-bottom:2px solid #fbb900;
	padding:0 0 3px 0;
}

h3{
	margin:5px 0 0 0;
	line-height: 1.2;
	font-size: 15px;
	font-weight: 600;
	color:#243489;
	text-align:center;
}

/*Tabelle*/
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
                /* table-layout: fixed; */
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}
/*Tabelle*/

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

#box_rechts{
	float: right;
	width: 48%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

#footer{
	background:#333;
	color:rgba(255,255,255,1);
	padding:2% 4%;
	text-align:center;
}

#footer p{
	text-align:center;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* 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:#fbb900;
	text-decoration: none;
}
a:active{
	color: #000000;
	text-decoration: none;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color:#fbb900;
	text-decoration: none;
}
#footer a:active{
	color: #fff;
	text-decoration: none;
}


.ausblenden {
}

.einblenden {
	display:none;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	padding:5px 0 0 0;
}

.refnr {}

.apply {}


/*Slider*/

.slider-wrap{
    max-width:720px;
    width: auto;
    height: auto;
    position:relative;
    padding-top:29%;
}

.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 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;
  }
  37% {
    opacity: 1;
  }
  45% {
    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;
  }
  37% {
    opacity: 1;
  }
  45% {
    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(kabel.jpg);
}
.slideshow li:nth-child(2) span {
  background-image: url(advice.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  background-image: url(htmv.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slideshow {
    margin:0;
}