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

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	color: #53585A;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	background-color: #EDF1F3;
	line-height: 1.45;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 600;
}

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

h2{
	margin: 0px;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 400;
}

h3{
	margin: 0px;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

h4{
	margin: 0px;
	font-size: 2.37rem;
	line-height: 0.9;
	font-weight: 400;
	opacity: 0.4;
    filter: alpha(opacity=40);
}

#rahmen {
	padding: 0px;
	width: 780px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	font-size: 0.8rem;
	position: relative;
}

.logo{
	padding: 1.7rem 4%;
}

.logo img{
	width: 270px;
}

.stoerer{
	position: absolute;
	right: 4%;
	top: 2rem;
	width: 18rem;
}

.content{
	padding: 4%;
}

.box_oben{
	color: #FFF;
	position: absolute;
	left: 65%;
	top: 5rem;
	z-index: 5;
	width: 25%;
}

.box_mitte{
}

.box_unten{
}

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

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

#footer{
}

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

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #53585A;
	text-decoration: none;
}

a:hover {
	color: #1EAAE6;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{
	font-size: 0.75rem;
}

.titel_klein{

}

.gruen {
	color: #88DE2C;
}

.blau {
	color: #1EAAE6;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #88DE2C;
	padding: 0.75rem 1.2rem;
	-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: 600;
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #1EAAE6;
}

.slider-wrap ul {
	padding: 0px;
	margin: 0px;
}

.slider-wrap li {
	padding: 0px;
}

.slider-wrap ul li::before {
	content: none;
} 

ul {
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2.3rem;
	list-style: none;
}

ul li {
	position: relative; 
}

ul li::before {
	position: absolute;
	top: -0.55rem;
	left: -1.7rem;
	content: url(bp.jpg);
	transform: scale(0.26);
} 

#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;
}

.slideshow2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow2 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 24s linear infinite;
  animation: image 24s 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;
}

.slideshow2 li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow2 li:nth-child(1) span {
}
.slideshow2 li:nth-child(2) span {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.slideshow2 li:nth-child(3) span {
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}

.slideshow2 li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow2 {
    margin:0;
}

.zweispaltig{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 1.65rem;
    -moz-column-gap: 1.65rem;
    column-gap: 1.65rem;
}

.refnr {}

.apply {}
