/* Version: 25.04.2016 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
}

#rahmen {
	color: #000;
	
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	position:relative;
	background-image:url(back-main.jpg);
	background-repeat:repeat;
}

#content{
	padding: 4%;
}

#contentText{
	padding: 2%;
	background:rgba(255,255,255,0.6);
}

p {
	margin:0;
	text-align:justify;
}

p:empty {
height: 18px;
}

.linie{
	background:#007355;
	height:2px;
	margin:0;
	margin-top:25px;
	margin-bottom:25px;
}

.abstand{
	margin-top:15px;
}

.gruen{color:#007355;}

.green{
color:#007355!important;
}

.textGross{
	font-size: 15px;
}

h1{
	margin: 0px;
	margin-top:25px;
	line-height:1.2;
	font-size: 25px;
	font-weight: bold;
	color:#007355;
	text-align:center;
}

.h1-groesser{
font-size: 2.5rem;
text-align: left;
margin-top:0;
}

h2{
	margin: 0px;
	margin-top:25px;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
}

#box_links{
	float:left;
	width:48%;
}

#box_rechts{
	float: right;
	width: 48%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

#footer{
	background:#007355;
	color:rgba(255,255,255,1);
	padding:2% 4%;
	text-align:center;
}

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

a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
a:active{
	color: #fff;
	text-decoration: none;
}

.black{
color: #000;
}

.txt-small{
font-size: 0.8em;
}

.ausblenden {
	display:block;
}

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

li {
	padding: 0px;
	padding-top:5px;
}

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

.refnr {}

/*Slider*/

.slider-wrap{
    max-width:720px;
    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 36s linear infinite;
  animation: image 36s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  6% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  6% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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

/*Slider*/

#sliderBG{
	background:#E8E9E8;
	
}

.slider-wrap-4{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
}

.slideshow-4 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.slideshow-4 li span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  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;
  }
  20% {
    opacity: 1;
  }
  28% {
    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;
  }
 20% {
    opacity: 1;
  }
  28% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow-4 li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow-4 li:nth-child(1) span {}
.slideshow-4 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow-4 li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow-4 li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow-4 {
	margin:0;
}

.slider-wrap-4 li::before{
	display:none;
}

.slider-wrap-4 ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}



.slider-wrap-3{
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
}

.slideshow-3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.slideshow-3 li span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  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;
  }
  25% {
    opacity: 1;
  }
  33% {
    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;
  }
 25% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow-3 li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slideshow-3 li:nth-child(1) span {}
.slideshow-3 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow-3 li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

ul.slideshow-3 {
	margin:0;
}

.slider-wrap-3 li::before{
	display:none;
}

.slider-wrap-3 ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}


.apply {}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}

.button a {
  display: inline-block;
  background: #007355;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 1rem auto;
  cursor: pointer;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
