/* Version: 17.01.2014 */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #cccccc;
    background-image: url(bg_verlauf.gif);
    background-repeat: repeat-x;
    background-position: top;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: normal;
}

h2{
	margin: 0px;
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: normal;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 50px #999;
	-moz-box-shadow: 0px 0px 50px #999;
	-webkit-box-shadow: 0px 0px 50px #999;
	font-size: 0.9rem;
	line-height: 1.25rem;
	position: relative;
}

.logo{
	position: absolute;
	top: 35px;
	left: 3.5%;
	z-index: 6;
}

.layer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 7;
}

.content{
	padding: 3.5% 3.5% 2.5% 3.5%;
}

.accordion {
    background-color: #0062a1;
    color: #FFF;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin-top: 20px;
}

.accordion:after {
    float: right;
    margin-left: 5px;
	content: "+";
	font-size: 2rem;
	margin-top: -12px;
	line-height: 0px;
}

.active:after {

}

.panel {
    background-color: #FFF;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	padding: 0px 15px 0px 15px;
}

.box_oben{
}

.box_mitte{
}

.box_unten{
}

.box_links{
	float: left;
	width: 72%;
}

.box_rechts{
	float: right;
	width: 25%;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #0062a1;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{
	font-size: 0.8rem;
	line-height: 1.15rem;
}

.titel_klein{

}

.farbe {
    color: #0062a1;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #003255;
	padding: 12px 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #a02d23;
}

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
	list-style:none;
}

li {
	padding-top: 5px;
}

li::before{
	content: "■";
	margin-left: -15px;
	padding-right: 6px;
	color: #0062a1;
}

.slider-wrap ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.slider-wrap li {
	padding: 0px;
}

.slider-wrap li::before {
  position: inherit;
  top: 0;
  left: 0;
  content: none;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	background-color: #cccccc;
}

.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 {
}
.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;
}

.refnr {}

.apply {}
