/* Version: 17.01.2014 */
@import url(../../css2_847bfbd532d75ba2.css);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    color: #828181;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #FFF;
    line-height: 1.4;
    background-image: url(iStock-182889461-2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	font-size: 1.2rem;
	font-weight: normal;
}

h2{
	margin: 0px;
	font-size: 0.9rem;
	font-weight: 600;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.4);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.4);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,.4);
	font-size: 0.78rem;
}

.logo{
	padding: 55px 15px 15px 15px;
}

.content{
	padding: 15px 0 0 0;
}

.subline{
	padding: 3px 10px;
	background-color: #EED700;
	color: #FFF;
}

.box{
	padding: 15px;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
}

.left {
	width: 69.5%;
	border-top: 1px solid #c8c8c9;
    border-right: 1px solid #c8c8c9;
}

.right {
	width: 28.5%;
	border-top: 1px solid #c8c8c9;
    border-left: 1px solid #c8c8c9;
}

.left:hover {
	border-top: 1px solid #565656;
    border-right: 1px solid #565656;
}

.right:hover {
	border-top: 1px solid #565656;
    border-left: 1px solid #565656;
}

.box_oben{
}

.box_mitte{
}

.box_unten{
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

#footer{
	background-color: #dde1e6;
    padding: 8px 15px;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #828181;
	text-decoration: none;
}

a:hover {
	color: #565656;
	text-decoration: none;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #828181;
	padding: 12px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    font-weight: 700;
	display: block;
	text-align: center;
	letter-spacing: 0.06em;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #EED700;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{
	font-size: 0.7rem;
}

.titel_klein{

}

.gelb {
	color: #EED700;
}

.blau {
	color: #536d98;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.abstand5 {
	padding-top: 5px;
}

.abstand10 {
	padding-top: 10px;
}

.abstand15 {
	padding-top: 15px;
}

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}

li {
	padding-top: 5px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
}

.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 {}
