/* Version: 17.01.2014 */
@import url(../../css2_1e0dcea63b72d40c.css);

body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #333333;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #E5E5E5;
	line-height: 1.35;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
background: #e5e5e5; /* Old browsers */
background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.3rem;
	font-weight: 700;
}

h2{
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 500;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0 2px 7px #888 !important;
	-moz-box-shadow: 0 2px 7px #888 !important;
	-webkit-box-shadow: 0 2px 7px #888 !important;
	font-size: 0.8rem;
}

.header{
	padding: 3.5%;
}

.logo{
	padding-bottom: 25px;
}

.content{
	padding: 3.5%;
	background-color: #E5E5E5;
}

.schatten{
	box-shadow: 0 2px 7px #888 !important;
	-moz-box-shadow: 0 2px 7px #888 !important;
	-webkit-box-shadow: 0 2px 7px #888 !important;	
}

.box_oben{
	box-shadow: 0 2px 7px #888 !important;
	-moz-box-shadow: 0 2px 7px #888 !important;
	-webkit-box-shadow: 0 2px 7px #888 !important;	
	background-color: #FFF;
	padding: 1.2em;
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 25px;
}

.left,
.right {
	width: 48.2%;
	box-shadow: 0 2px 7px #888 !important;
	-moz-box-shadow: 0 2px 7px #888 !important;
	-webkit-box-shadow: 0 2px 7px #888 !important;	
	background-color: #FFF;
}

.box_mitte{
	padding: 1.2em;
}

.box_unten{
}

.box_links{
	float: left;
	width: 48.2%;
}

.box_rechts{
	float: right;
	width: 48.2%;
}

#footer{
	padding: 3.5%;
}

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

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #0068b4;
	text-decoration: none;
	font-weight: 500;
}

a:hover {
	color: #0068b4;
	text-decoration: underline;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #0068b4;
}

.grau {
	color: #575756;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.abstand5 {
	padding-top: 5px;
}

.abstand10 {
	padding-top: 10px;
}

.abstand15 {
	padding-top: 15px;
}

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

li {
	padding-top: 10px;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 7px #888 !important;
	-moz-box-shadow: 0 2px 7px #888 !important;
	-webkit-box-shadow: 0 2px 7px #888 !important;
}

.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;
      transform: translateX(-100%);
    }
	0.01%{
		opacity: 1;
	}  

    2% {
      transform: translateX(0);
    }

    33.333% {
      transform: translateX(0);
    }

    35.333% {    
      transform: translateX(100%);
	opacity: 1;
    }
    36%{
      opacity: 0;
	}
}
@-webkit-keyframes image {
0% {
 opacity: 0;
      transform: translateX(-100%);
    }
	0.01%{
		opacity: 1;
	}  

    2% {
      transform: translateX(0);
    }

    33.333% {
      transform: translateX(0);
    }

    35.333% {    
      transform: translateX(100%);
	opacity: 1;
    }
    36%{
      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 {}
