

body {margin:0;
	font-family: "Times New Roman", Times, serif;
	color: #074400;
	background-color: #eff7c4;
	  position: relative;
  background-image: url(bilder/background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  	line-height: 22px;
}

body a { color: #B5D50E;
}

.header-slider{
    z-index:9999;
    position:relative;
	padding-top: 40px;
}

.logo {z-index: 1;}


* {box-sizing:border-box}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
	padding-top: 46px;
	
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #ffffff;
  font-size: 1.0em;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: right;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
  font-size: 0.8em;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-color: #eff7c4;
}

.active, .dot:hover {
  background-color: #B5D50E;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 2em}
}

/* Slideshow container */
.slidcontainer {
  width: 100%;
  position: relative;
  margin: auto;

}



.master {
  width: 100%;
  max-width: 1282px;
  position: relative;
  margin: auto;
  border: 1px solid #074400;
  background-color: #FFFFFF;

}


.content{
  width: 100%;
  margin: auto;
    padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
  min-height: 300px;
	
}
@media screen and (max-width:800px) {
  .content {
    padding-left: 15px;
	padding-right: 15px;
  }
}

.hr {
  width: 100%;
  border-top: 1px solid #2E4C88;
  }

.content h1 {
  font-size: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.8em;
  color: #B5D50E;
  margin:0px 0px 0px 0px; 
  padding:0px 0px 0px 30px; 
  display:inline-block;
  background-image: url(bilder/menue01.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  }
.content h2 {
  font-size: 1.2em;
  color: #B5D50E;
  margin:5px 0px 20px 0px; 
  padding:0px 0px 0px 10px; 
  }
  
.content h3 {
	font-size: 1.0em;
  margin:0px 0px 10px 0px; 
  padding:0px 0px 5px 0px; 
  display:inline-block;
  width:70%;
  border-bottom: 1px dashed #074400;
  }

.bild {
	width: 30%; 
	padding: 15px 1% 5px 1%; 	
	margin: 5px 2% 5px 0px;
	 float:left; 
	 background-color:#eff7c4; 
	 text-align:center;
	 font-size: 0.8em;}



@media screen and (max-width:640px) {
  .bild{
	 width: 96%;
	margin: 5px 0px 5px 0px;
  }
    .bild img{
	 width: 96%;
	margin: 0px 2% 0px 2%;
  }
}


.content input{
	padding: 5px;
	margin: 0px 10px 10px 0px;
	width: 250px;
	border: 1px solid #074400;
	font-weight: bold;
	width: 40%;
}

@media (max-device-width : 640px) { 
.content input{width: 95% !important; height:45px; font-size:1.2em;margin: 10px 10px 2px 0px;}}

.content textarea{
	padding: 5px;
	margin: 0px 10px 10px 0px;
	width: 95% !important;
	border: 2px solid #074400;
	font-weight: bold;
	font-family: Arial;
    }
@media (max-device-width : 640px) { 
.content textarea{width: 95%; height: 120px;margin: 10px 10px 2px 0px;;}}

fieldset
{border: 1px dashed #074400;}


.footer{
  width: 100%;
  margin: 10px auto 0px auto;
  padding-top: 10px;
 padding-bottom: 10px;
  text-align:center;
  font-size: 0.8em;
	background-color: #074400;
  border-top: 1px solid #074400;
	color:#FFFFFF; 
  }
  .footer a{
  text-decoration: none;
	  color:#FFFFFF; 

  }
  
@media screen and (max-width:640px) {
  .footer {
    padding-top: 5px;
	margin-top: 30px;
  }
}