/* Version: 17.01.2014 */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	color: #333;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #EDEDED;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.8rem;
	line-height: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

h2{
	margin: 0px;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}

h3{
	margin: 0px;
	font-size: 0.95rem;
	line-height: 1.35rem;
	font-weight: 700;
}

#rahmen {
	padding: 0px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	-moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	font-size: 0.85rem;
	line-height: 1.15rem;
	position: relative;
}

.logo{
	padding: 4% 6%;
	background-color: #8FB813;
	color: #FFF;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	-moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	z-index: 7;
	position: relative;
}

.content{
	padding: 6%;
}

.box_oben{
	padding: 5%;
	position: absolute;
	right: 6%;
	top: 50px;
	background-color: #8FB813;
	color: #FFF;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.box{
	padding: 10px 20px;
	background-color: #8FB813;
	color: #FFF;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.bgBild{
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.bgBild:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
	transition: all .35s;
}

.bgText{
	padding: 2em;
}

.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 {
	position: relative;
	width: 50%;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}

.right {
	position: relative;
	background-color: #333333;
	color: #FFF;
	width: 50%;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}

.left2 {
	position: relative;
	width: 31%;
	border: solid 2px #FFF;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.right2 {
	position: relative;
	width: 65%;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}

.box_mitte{
}

.box_unten{
}

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

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

#footer{
	background-color: #8FB813;
	color: #FFF;
	padding: 6%;
}

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

.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 57%;
position: relative;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
	border-bottom: solid 1px #FFF;
}

.logo a:hover {
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
	border-bottom: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #8FB813;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.button:link, .button:visited, .button:active {
	padding: 7px 22px;
	text-transform: uppercase;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
	background-color: #8FB813;
	text-align: center;
	letter-spacing: 0.05em;
	cursor: pointer;
	border: solid 2px #FFF;
}
.button:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #8FB813;
}


.slider-wrap ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

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

.slider-wrap ul li::before {
    content: none;
    padding-right: 0px;
}

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

li {
	padding-top: 10px;
	position: relative;
	padding-left: 1rem;
}

ul li::before {
    position: absolute;
  top: -0.2rem;
  left: -1.25rem;
  content: url(bp.jpg);
transform: scale(0.25);
}

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

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
}

.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 24s linear infinite;
  animation: image 24s linear infinite;
}
@keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
	transform: translateX(0);
  }
   
  
  25% {
	  opacity: 1;
    transform: translateX(0);
  }
  
  26% {
     opacity: 0;
    transform: translateX(100%);
  }
 
}
@-webkit-keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
	transform: translateX(0);
  }
   
  
  25% {
	  opacity: 1;
    transform: translateX(0);
  }
  
  26% {
     opacity: 0;
    transform: translateX(100%);
  }
 
}

.slideshow li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.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;
}
.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow {
    margin:0;
}

.refnr {}

.apply {}
