/* Version: 25.04.2016 */

@font-face { 
	font-family: "Open Sans";	 
	src: url(../../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(../../ofl/opensans/OpenSans-Italic[wdth,wght].woff2) format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	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:#505050;
	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;
	font-size: 0.75rem;
}

#logo{
	padding:2% 4%;
}

#logo img{
	width:30%;
}

.content{
	padding:2% 4%;
}

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

p:empty {
height: 18px;
}

.blau{color:#1d69b3;}
.grau{color:#505050;}

.abstand{
	margin:1.25rem 0 0 0;
}

#titel{
	background:url(titel.jpg) center center no-repeat;
	background-size: cover;
	padding: 4%;
	color: rgba(255,255,255,1.00);
	text-align: center;
        font-size:1.2rem;
}


#titel p{
	text-align: center;
}

h1{
	margin: 0px;
	line-height: 1.2;
	font-size: 1.6rem;
	font-weight: 700;
}

h2{
	margin:1.25rem 0 0.3rem 0;
	padding: 0 0 0.3rem 0;
	line-height: 1.2;
	font-size: 0.8rem;
	font-weight: 700;
	color:#1d69b3;
	border-bottom:0.062rem solid #1d69b3;
}

/*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: #e8e8e8;
	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:#1d69b3;
	text-decoration: none;
}
a:visited {
	color:#1d69b3;
	text-decoration: none;
}
a:hover {
	color:#505050;
	text-decoration: none;
	font-weight: 700;
}
a:active{
	color:#1d69b3;
	text-decoration: none;
}


#footer a:link {
	color:#505050;
	text-decoration: none;
}
#footer a:visited {
	color:#505050;
	text-decoration: none;
}
#footer a:hover {
	color:#1d69b3;
	text-decoration: none;
	font-weight: 700;
}
#footer a:active{
	color:#505050;
	text-decoration: none;
}

.ausblenden {
}

.einblenden {
	display:none;
}

ul {
	margin:0;
	padding-left:0.9rem;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
	padding:0.3rem 0 0 0;
}
li::before{
	content:"";
	position: absolute;
	top: 0.65rem;
	left: -0.7rem;
	background: #1d69b3;
	width: 0.3rem;
	height:0.3rem;
}

.refnr {}

.apply {}

.button a {
	background: #FFF scroll right top ;
    color: #D61724;
    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;
	border: 2px solid #A8AAB6;
	box-shadow:2px 2px 4px #000000;
	font-size:15px;
}
.button a:hover {
	background:#D61724;
	color:rgba(255,255,255,1);
}



/*Slider*/

.slider-wrap{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;

}

.slideshow,
.slideshow2 {
  position: absolute;
  width: 100%;
  top: -0px;
  left: 0px;
  z-index: 0;
}

.slideshow li span,
.slideshow2 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 30s linear infinite;
  animation: image 30s linear infinite;
}

.slideshow2 li span {
    -webkit-animation: image2 12s linear infinite;
    animation: image2 12s 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;
  }
  20% {
    opacity: 1;
  }
  28% {
    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;
  }
 20% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes image2 {
    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;
    }
    50% {
      opacity: 1;
    }
    58% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

  @-webkit-keyframes image2 {
    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;
      }
      50% {
        opacity: 1;
      }
      58% {
        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,
.slideshow2 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;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
ul.slideshow,
ul.slideshow2 {
	margin:0;
}

.slider-wrap li::before{
    display:none;
}

.slider-wrap ul {
    margin:0;
    padding-left:0px;
    list-style-type: none;
    list-style:none;
    border-bottom:none;
    border-color: #fff;
    border-width: 0px;
    padding-bottom:5px;
}