* {
    margin: 0;
    padding: 0;
}
/*
font-family: 'Handlee', cursive;
font-family: 'Shadows Into Light Two', cursive;
font-family: 'Quattrocento Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Inconsolata', monospace;
font-family: 'Karla', sans-serif;
*/
body {
    background-color: rgba(250, 250, 250, 1);
    
}
/* Kopf*/
#Kopf {
    position:fixed;
    width: 100%;
    z-index: 10;
}


@media screen and (max-width: 760px){
    #Kopf {
        position: inherit;
    }
}
#Masterhead{
    width: 100%;
    height: 80px;
    background-color: rgba(248, 254, 245, 0.9);
  border: solid;
    border-color: rgba(231, 231, 231, 0.9);
}
#Logo{
    margin: 5px;
	float: left;
	width:auto;
	height: 70px;
	background-size: contain;
    position: 
    
}

.Logobild {
	box-sizing: border-box;
	height: 70px;
	width: auto;
	float:left;
}
/*Instagram*/
#Insta{
    z-index: 20;
    padding-top: 35px;
    padding-right: 10px;
    margin: 10px;
	float: right;
	width:auto;
	height: 25px;
	background-size: contain;
    position:
    
}

.Instagram {
	box-sizing: border-box;
	height: 25px;
	width: auto;
	float:right;
   
}

/*YouTube*/
#Youtube{
    z-index: 30;
    padding-top: 35px;
    padding-right: 10px;
    margin: 10px;
	float: right;
	width:auto;
	background-size: contain;
    position:   
}
.Youtube{
	box-sizing: border-box;
	height: 25px;
	width: auto;
	float:right;
   
}

@media screen and (max-width: 760px) {
    #Insta{
        height: 35px;
        margin: 3px;
    }
    .Instagram {
        height: 35px;
    }
    
    #Youtube{
        height: 35px;
        width: 35px;
        margin: 3px;
    }
    .Youtube {
        height: 35px;
        width: 35px;
    }
}

#Überschrift{
    font-family: 'Handlee', cursive;
    margin-left: 25%;
    color:forestgreen ;
    
    position:
        
        
}

#Überschrift h1{
    font-size: 2.8em;
    line-height: 1.0;
    padding-top: 10px;
     
}
#Überschrift h2{
    font-size: 1.5em;
    line-height: 0.8;
    padding-top: 10px;
}
@media screen and (max-width: 500px) {
    #Überschrift h2 {
        display: none;
    }
    #Logo {
        display: none;
    }
    #Überschrift h1 {
        font-size: 2.2em;
        margin-left: -20%;
    }
    
}
#Überschrift h3 {
    font-size: 1.4em;
    line-height: 1;
    margin-left: -20%;
    padding-top: 10px;
}
@media screen and (min-width: 500px) {
    #Überschrift h3 {
        display: none;
    }
}
/*Navigation*/
/*----- General Formating -----*/
body, html {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.95em;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
    
}
 
a:active, a:focus {outline: none;}
 
main {
  margin: 3em 1em;
  line-height: 180%;
}
/*------------------------------*/
 
 
/*----- Logo -----*/
.brand {
    
    float: left;
    padding: 0.5em 1em 0 0.5em;
}
/*----------------*/
/*----- Menu -----*/

nav {
  margin: 0 auto;
  width: 100%;
  height: 3em;
  text-align: right;
  position: relative;
  background: rgba(248, 254, 245, 0.9);
  border-bottom: 1px rgba(231, 231, 231, 0.9);

  z-index: 9;
    
}
 
nav ul {
  margin: 0;
  padding: 1em 0 0 0;
  height: 100vh;
    
}
 
nav ul li {
  list-style: none;
  margin: 0;
  display: inline;
}
 
nav ul li a {
  color: forestgreen;
  position: relative;
  padding: 0 0 0.5em 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
 
nav ul.menu li a:hover {
  color: #03405f;
  border-bottom: 2px solid #03405f;
}
/*----------------*/
/*----- Media Queries -----*/
@media screen and (min-width: 761px) {
  nav ul.menu {
    max-height: 20px;
  }
  nav a#nav-m,
  nav a.close {
    display: none;
  }
  nav ul li {
    margin: 0 30px 0 0;
  }
}
 
 
@media screen and (max-width: 760px) {
  /*Formatierung Mobiles Menue*/
  nav ul {
    top: 3em;
    position: absolute;
    background: rgba(40, 190, 90, 0.8);
    width: 100%;
    left: -100%;
    max-width: 200px;
    height: auto;
 
    list-style-type:none;
    margin: 0;
    padding: 0;
 
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
 
  nav ul li{
    display: block;
    text-align: left;
    padding: 0em 0.5em;
    border-bottom: 1px solid #fff;
  }
 
  nav ul li a {
    color: #fcfcfc;
    padding: 1em 0;
  }
 
  nav ul.menu li a:hover {
    border-bottom: 0;
    color: forestgreen;
  }
 
  /*Hamburger-Icon*/
  nav a#nav-m img,
  nav a.close img {
    width: 40px;
    height: auto;
  }
 
  nav > .close,
  nav a#nav-m:target {
    display: none;
  }
 
  nav a:target ~ ul,
  nav a:target ~ .close {
    display: inline-block;
  }
 
  nav a:target ~ .close {
    position: absolute;
    margin-left: -40px;
  }
 
  nav a:target ~ ul {
    left: 0;
  }
}
/*--------------------------------------*/
/*Slider*/
.slider {
     
    overflow-x: hidden;
    /* width: 1000px; bei Bedarf anpassen, da hier 100% gewünscht sind, kann man die Angabe einsparen */
    
    
}
 
.sliderElements {
    width: 600%; /* Summe der Einzelbreiten der Slides */
}
 
.sliderElements > li {
    float: left;
    width: 16.66%; /* 100 durch Anzahl der Slides */
}
 
/* Clearfix für die Liste */

.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
.sliderElements {
    position: relative;
    left: 0;
}
 
.slider input:nth-of-type(2):checked ~ .sliderElements {
    left: -100%;
}
 
.slider input:nth-of-type(3):checked ~ .sliderElements {
    left: -200%;
}
 
/* Statt der Pseudoklasse nth-of-type können wir auch mit der ID des inputs arbeiten */
#slide04:checked ~ .sliderElements {
    left: -300%;
}
#slide05:checked ~ .sliderElements {
    left: -400%;
}
#slide06:checked ~ .sliderElements {
    left: -500%;
}
.sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
}
 
.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}
 
.cssSlider {
    overflow-x: hidden;
}
 
.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 600%;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}
 
.sliderElements > li {
    float: left;
    width: 16.66%;
    position: relative;
}
 
#slide02:checked ~ .sliderElements {
    left: -100%;
}
 
#slide03:checked ~ .sliderElements {
    left: -200%;
}
 
#slide04:checked ~ .sliderElements {
    left: -300%;
}
#slide05:checked ~ .sliderElements {
    left: -400%;
}
#slide06:checked ~ .sliderElements {
    left: -500%;
}
 
/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption {
    display: block;
    color: #fff;
    position: absolute;
    right: 5%;
    bottom: 6%;
    padding: .4em;
    background: rgba(0,0,0,.2);
    font-size: 1.5em;
    font-style: italic
        
}
 
/* Bilder responsive */
.sliderElements img {
    width: 100%;
    height: auto;
}
 
 
/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -99999px;
}
 
/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
    text-align: center;
}
 
/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
}
 
/* Controls auf einheitliche Maße bringen und die Ecken abrunden */
.sliderControls label {
    width: 15px;
    height: 15px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background:forestgreen;
    color:forestgreen;
}
@media screen and (max-width: 760px){
    .sliderControls label {
        width: 40px;
        height: 40px;
    }
}
 
/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"],
#slide05:checked ~ .sliderControls label[for="slide05"],
#slide06:checked ~ .sliderControls label[for="slide06"] {
    background: darkgray;
    color:darkgray;
}

   
/*Allgemeines*/
#container_allgemein {
    height: auto;
    width: auto;
   
    color: rgba(72, 72, 72, 1);
}

#container_quer {
   background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 0%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 10px;
    max-width: 95%;
    min-width: 200px;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color:  rgba(72, 72, 72, 1);
}
    
    

#container_quer a {
    width: 15%;
    margin-top: 10px;
    padding: 1%;
    height: auto;
    float: right;
    text-decoration: none;
    text-align: center;
    
   
}

#container_quer h5 {
    font-size: 1em;
    height: auto;
    width: 45%;
    padding-Top: 1%;
    padding-left: 1%;
    
    float: left;
    
}

#container_quer p {
    height: auto;
    width: 80%;
    padding: 1%;
    float: left;
    
}
#container_quer a {
    text-decoration: none;
    color:  rgba(72, 72, 72, 1);
    
}
#container_quer a:hover {
    color:#000072 ;
    background-color:darkgray
        
    }


@media screen and (max-width: 760px){
    #container_quer p {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }

  #container_quer a {
    width: 95%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 1.1em;
    color:  rgba(72, 72, 72, 1);
  }
    
    #container_quer {
        margin-top: 0px;
        padding: 0px;
        
    }
  
    @media screen and (max-width: 500px) {
        #container_quer p {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    font-size: 1.05em;
    border-color: rgba(231, 231, 231, 0.9);
    }
    #container_quer h5 {
    font-size: 1.1em;
    height: auto;
    width: 45%;
    padding-Top: 1%;
    padding-left: 1%;
    
    float: left;
    
}
    }    
    
}


#container_News  {
    
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin: 1%;
    max-width: 48%;
    min-width: 200px;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
  min-height: 700px;
       
}


#container_News h5 {
   
    color:rgba(250, 250, 250, 1);
    text-align: center;
    position: ;
    left: 50%;
    top: 0%;
    padding: .4em;
    background: rgba(0,0,0,.2);
    font-size: 1.0em;
    text-decoration: none;
    
}
#container_News img {
    width: 95%;
    padding: 2.5%;
    height: auto;
    float: left;
}

#container_News h4 {
    
    padding-left: 2.5%;
   color: rgba(72, 72, 72, 1);
    text-decoration: none;
}
#container_News p {
    height: auto;
    width: 95%;
    padding: 2.5%;
    float: left;
    color: rgba(72, 72, 72, 1);
    }

@media screen and (max-width: 760px){
    
    #container_News  {
    
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin: 1%;
    max-width: 96%;
    min-width: 200px;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
  min-height: inherit;
       
}
    #container_News {
        max-width: 100%;
    }

/*@media screen and (min-width: 761px) {
  #container_News {
    min-height:600px;
  }
    */
 @media screen and (max-width: 500px) {
     
    #container_News  {
    
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin: 1%;
    max-width: 96%;
    min-width: 200px;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
  min-height: inherit;
       
} 
     
  #container_News p {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    font-size: 1.00em;
    border-color: rgba(231, 231, 231, 0.9);
    }
   #container_News h4 {
    font-size: 1.0em;
    height: auto;
    width: 45%;
    padding-Top: 1%;
    padding-left: 1%;
    text-decoration: none;
    float: left;
    
}
    }
    

}
    
/*Container Intern*/

#container_Intern  {
    
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
       margin-top: 15%;
    max-width: 48%;
    min-width: 200px;
   
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
  min-height: 400px;
       
}


#container_Intern h5 {
   
    color:rgba(250, 250, 250, 1);
    text-align: center;
    position:relative;
    left: 50%;
    top: 0%;
    padding: .4em;
    background: rgba(0,0,0,.2);
    font-size: 1.0em;
    text-decoration: none;
    
}
#container_Intern img {
    width: 95%;
    padding: 1%;
    height: auto;
    float: left;
}

#container_Intern h4 {
    
    padding-left: 2.5%;
   color: rgba(72, 72, 72, 1);
    text-decoration: none;
}
#container_Intern p {
    height: auto;
    width: 95%;
    padding: 2.5%;
    float: left;
    color: rgba(72, 72, 72, 1);
    }

@media screen and (max-width: 760px){
    
    #container_Intern  {
    
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
       margin-top: 1%;
    max-width: 48%;
    min-width: 200px;
    box-sizing: border-box;
     
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
  min-height: 400px;
       
}
   #container_Intern {
        max-width: 100%;
    }

/*@media screen and (min-width: 761px) {
 #container_Intern {
    min-height:600px;
  }
    */
 @media screen and (max-width: 500px) {
     
     #container_Intern  {
    
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
       margin-top: 1%;
    max-width: 96%;
    min-width: 200px;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
  min-height: inherit;
       
}
  #container_Intern p {
    width: 100%;
    height: auto;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    font-size: 1.00em;
    border-color: rgba(231, 231, 231, 0.9);
    }
   #container_Intern h4 {
    font-size: 1.0em;
    height: auto;
    width: 45%;
    padding-Top: 1%;
    padding-left: 1%;
    text-decoration: none;
    float: left;
    
}
    }
    

}

/*Container Video*/

#container_Video  {
    
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
       margin-top: 13%;
    max-width: 90%;
    min-width: 200px;
    height: auto;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
  
       
}


#container_Video h5 {
   height: auto;
    width: 20%;
    padding: 2.5%;
    float: left;
    color: rgba(72, 72, 72, 1);
    }
   
    

#container_Video video {
    width:  70%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: right;;
  } 

#container_Video h4 {
    
    padding-left: 2.5%;
   color: rgba(72, 72, 72, 1);
    text-decoration: none;
}
#container_Video p {
    height: auto;
    width: 20%;
    padding: 2.5%;
    float: left;
     overflow:auto;
    color: rgba(72, 72, 72, 1);
    }

@media screen and (max-width: 760px){
   #container_Video {
        max-width: 100%;
    }

/*@media screen and (min-width: 761px) {
 #container_Intern {
    min-height:600px;
  }
    */
 @media screen and (max-width: 500px) {
 #container_Video p {
    width: 25%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    font-size: 1.00em;
      overflow:auto;
     max-height: 250px;
    border-color: rgba(231, 231, 231, 0.9);
    }
   #container_Video h5 {
    font-size: 0.9em;
    height: auto;
    width: 25%;
    padding-Top: 1%;
    padding-left: 1%;
    text-decoration: none;
    float: left;
    
}
     #container_Video video {
    width:  65%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: right;;
  } 
    }
    

}


/*#container_touren_allgemein {
   background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin: 5%;
    max-width: 40%;
    min-width: 200px;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
    color: rgba(72, 72, 72, 1);
}
    
    
}
#container_touren_allgemein img {
    
     width: 95%;
    padding: 2.5%;
    height: auto;
    float: left;
   
}

#container_touren_allgemein h4 {
   
    padding-left: 2.5%;
    text-decoration: none;
    color: rgba(72, 72, 72, 1);
}

#container_touren_allgemein p {
    height: auto;
    width: 95%;
    padding: 2.5%;
    float: left;
    text-decoration: none;
    color: rgba(72, 72, 72, 1);
}
#container_touren_allgemein a {
    text-decoration: none;
    color: rgba(72, 72, 72, 1);
    
}
#container_touren_allgemein a:hover {
    color:#000072 ;
    background-color:darkgray
        
    }
@media screen and (max-width: 760px){
    #container_touren_allgemein {
        max-width: 100%;
        background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin: 5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }

@media screen and (min-width: 761px) {
  #container_touren_allgemein {
    min-height: 550px;
  }
    }
     @media screen and (max-width: 500px) {
        container_touren_allgemein p {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    font-size: 1.05em;
    border-color: rgba(231, 231, 231, 0.9);
    }
   container_touren_allgemein h5 {
    font-size: 1.1em;
    height: auto;
    width: 45%;
    padding-Top: 1%;
    padding-left: 1%;
    
    float: left;
    
}
    }    

}

  */ 

/*Neuer Slider*/
/*
.slideshow,
.slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.slideshow:after {
    content: '';
    background: transparent url(../images/pattern.png) repeat top left;
}
.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;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li div {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.slideshow li div h3 {
  font-family: "helvetica neue", helvetica;
  text-transform: uppercase;
  font-size: 80px;
  padding: 0;
  line-height: 200px;
	color: rgba(255,255,255, 0.8);
}
.slideshow li:nth-child(1) span { background-image: url(Bilder/Slider/2014-01-15%2000.16.33_Slider.jpg) }
.slideshow li:nth-child(2) span {
    background-image: url(Bilder/Slider/2014-01-15%2000.20.40_Slider.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: url(Bilder/Slider/20200412_194127%20Slider.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    background-image: url(Bilder/Slider/2014-01-14%2023.55.52_Slider.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
    background-image: url(Bilder/Slider/20200413_122222_Slider.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
    background-image: url(Bilder/Slider/20200512_132941_Slider.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
*/
/* Animation for the slideshow images */
/*
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title *//*
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(10);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(10);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateY(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateY(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(10);
	}
	100% { opacity: 0 }
}*/
/* Show at least something when animations not supported */
.no-cssanimations .slideshow li span{
	opacity: 1;
}
@media screen and (max-width: 1140px) { 
	.slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.slideshow li div h3 { font-size: 50px }
}
    */
/* Das Team*/
    
#Team {
   background-color: rgba(231, 231, 231, 0.9);
    float: left;
    margin: 2%;
    max-width: 15%;
    min-width: 50px;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
}
    
    
}
#Team img {
    
     width: 95%;
    padding: 2.5%;
    height: auto;
    float: left;
   
}

#Team h4 {
   
    padding-left: 2.5%;
    
}

#Team p {
    height: auto;
    width: 95%;
    padding: 2.5%;
    float: left;
    
}
#Team a {
    text-decoration: none;
    color: #0000ff;
    
}
#Team a:hover {
    color:#000072 ;
    background-color:darkgray
        
    }
@media screen and (max-width: 760px){
    #Team {
        max-width: 40%;
        background-color: rgba(231, 231, 231, 0.9);
        min-height: 400px;
    float: left;
    margin: 5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }
}
@media screen and (min-width: 761px) {
  #Team {
    min-height: 450px;
  }
}

/* Footer */



#footer-nav {
  margin: auto;
  width: 100%;
  height: 0em;
  text-align: right;
  position: relative;
  background: rgba(2, 250, 250, 0.9);
  border-bottom: 1px solid white;
  z-index: 8;
    
}
 
#footer-nav ul {
  margin: 0;
  padding: 1em 0 0 0;
  height: 100vh;
    
}
 
#footer-nav ul li {
  list-style: none;
  margin: 0;
  display: inline;
}
 
#footer-nav ul li a {
  color: cornflowerblue;
  position: relative;
  padding: 0 0 0.5em 0;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
 
#footer-nav ul.footer li a:hover {
  color: #03405f;
  border-bottom: 2px solid #03405f;
    position:relative;
}
/*----------------*/
/*----- Media Queries -----*/
@media screen and (min-width: 761px) {
  #footer-nav {
  margin: auto;
  width: 100%;
  height: 0em;
  text-align: right;
  position: relative;
  background: rgba(2, 250, 250, 0.9);
  border-bottom: 1px solid white;
      z-index: 8;}
    
    #footer-nav ul.footer {
    max-height: 20px;
    bottom: 10px;
  }
  #footer-nav a#nav-f,
  #footer-nav a.close-f {
    display: none;
    bottom: 10px;
    
  }
  #footer-nav ul li {
    margin: 0 30px 0 0;
    bottom: 10px;
    
  }
}
 
 
@media screen and (max-width: 760px) {
  /*Formatierung Mobiles Menue*/
  #footer-nav ul {
    position:relative;
      float: left;
    background: rgba(70, 70, 70, 0.8);
    width: 100%;
    left: -100%;
    max-width: 200px;
    height: auto;
    list-style-type:none;
    margin: 0;
    padding: 0;
 
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
 
  #footer-nav ul li{
    display: block;
    text-align: left;
    padding: 0em 0.5em;
    border-bottom: 1px solid #fff;
  }
 
  #footer-nav ul li a {
    color: #fcfcfc;
    padding: 1em 0;
  }
 
  #footer-nav ul.footer li a:hover {
    border-bottom: 0;
    color: cyan;
  }
 
  /*Hamburger-Icon*/
  #footer-nav a#nav-f img,
  #footer-nav a.close-f img {
    width: 40px;
    height: auto;
  }
 
  #footer-nav > .close-f,
  #footer-nav a#nav-f:target {
    display: none;
  }
 
  #footer-nav a:target ~ ul,
  #footer-nav a:target ~ .close-f {
    display:inline-block;
  }
 
  #footer-nav a:target ~ .close-f {
    position: relative;
      float: right
    margin-left: -40px;
  }
 
  #footer-nav a:target ~ ul {
    left: 0;
  }
}
/*--------------------------------------*/    

/* Heulage*/

#Heulage {
   background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 130px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    max-width: 95%;
    min-width:200px;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color: rgba(72, 72, 72, 1);
  
}
    
    

#Heulage img {
    width: 40%;
    margin-top: 10px;
    padding: 2.5%;
    height: auto;
    float: left;
   
}

#Heulage h5 {
    font-size: 1.2em;
    height: auto;
    width: 45%;
    padding: 2.5%;
    float: left;
    
}

#Heulage p {
    height: auto;
    width: 50%;
    padding: 2.5%;
    float: left;
    
}


@media screen and (max-width: 760px){
    #Heulage p {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }
    
    #Heulage h5 {
        width: 70%;
    }

  #Heulage img {
    width: 95%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: left;;
  }
    
    #Heulage {
        margin-top: 0px;
        padding: 0px;
        
    }
    
}

/* Angebote*/

#Angebote {
   background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 130px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 10px;
    max-width: 95%;
    min-width: 200px;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color:  rgba(72, 72, 72, 1);
}
    
    

#Angebote a {
    width: 20%;
    margin-top: 10px;
    padding: 2.5%;
    height: auto;
    float: left;
    text-decoration: none;
    text-align: center;
    
   
}

#Angebote h5 {
    font-size: 1.2em;
    height: auto;
    width: 45%;
    padding: 1.5%;
    float: left;
    
}

#Angebote p {
    height: auto;
    width: 70%;
    padding: 1.5%;
    float: left;
    
}
#Angebote a {
    text-decoration: none;
    color:  rgba(72, 72, 72, 1);
    
}
#Angebote a:hover {
    color:#000072 ;
    background-color:darkgray
        
    }


@media screen and (max-width: 760px){
    #Angebote p {
    width: 100%;
    background-color: rgba(231, 231, 231, 0.9);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }

  #Angebote a {
    width: 95%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: left;
    text-align: left;
    font-size: 1.1em;
    color:  rgba(72, 72, 72, 1);
  }
    
    #Angebote {
        margin-top: 0px;
        padding: 0px;
        
    }
    
}
/*Angebotbeschreibung*/

#Angebotbeschreibung {
   background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 130px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    max-width: 95%;
    min-width:200px;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color: rgba(72, 72, 72, 1);
  
}
 #Angebotbeschreibung video {
    width:  40%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: right;;
  } 


#Angebotbeschreibung img {
    width: 40%;
    margin-top: 10px;
    padding: 2.5%;
    height: auto;
    float: left;
   
}

#Angebotbeschreibung h5 {
    font-size: 1.2em;
    height: auto;
    width: 45%;
    padding: 2.5%;
    float: left;
    
}

#Angebotbeschreibung p {
    height: auto;
    width: 50%;
    padding: 2.5%;
    float: left;
    
}


@media screen and (max-width: 760px){
    #Angebotbeschreibung p {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }
    
    #Angebotbeschreibung h5 {
        width: 70%;
    }
    
    #Angebotbeschreibung video {
    width:  95%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: right;;
  }    
    

  #Angebotbeschreibung img {
    width: 95%;
    margin-top: 2px;
    padding: 2,5%;
    height: auto;
    float: left;;
  }
    
    #Angebotbeschreibung {
        margin-top: 0px;
        padding: 0px;
        
    }
   
    
}
/*Unser Hof*/

#Unser_Hof {
   background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 130px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    max-width: 95%;
    min-width:200px;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color: rgba(72, 72, 72, 1);
  
}
#Unser_Hof  video {
    width:  40%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: right;;
  } 


#Unser_Hof  img {
    width: 45%;
    margin-top: 10px;
    padding: 2.5%;
    height: auto;
    float: left;
   
}

#Unser_Hof  h5 {
    font-size: 1.2em;
    height: auto;
    width: 45%;
    padding: 2.5%;
    float: left;
    
}

#Unser_Hof  p {
    height: auto;
    width: 90%;
    padding: 2.5%;
    float: left;
    
}


@media screen and (max-width: 760px){
    #Unser_Hof  p {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }
    
    #Unser_Hof  h5 {
        width: 70%;
    }
    
   #Unser_Hof  video {
    width:  95%;
    margin-top: 2px;
    padding: 2.5%;
    height: auto;
    float: right;;
  }    
    

  #Unser_Hof  img {
    width: 95%;
    margin-top: 2px;
    padding: 2,5%;
    height: auto;
    float: left;;
  }
    
   #Unser_Hof  {
        margin-top: 0px;
        padding: 0px;
        
    }
   
    
}

/* TEXT */
#Text {
   background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 130px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    max-width: 95%;
    min-width:200px;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color: rgba(72, 72, 72, 1);
  
}
       
}

#Text h5 {
    font-size: 1.3em;
    height: auto;
    width: 60%;
    padding: 2.5%;
    float: left;
    
}

#Text p {
    height: auto;
    width: 95%;
    padding: 2.5%;
    float: left;
    
}


@media screen and (max-width: 760px){
    #Text p {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }
    
    #Text h5 {
        width: 70%;
    }

  
    #Text {
        margin-top: 0px;
        padding: 0px;
        
    }
    
}


/*Kontakt*/

/* Das Kontaktformular */ 
#kontaktformular {
     background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 230px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
    padding: 10px;
    max-width: 95%;
    min-width: 200px;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color:  rgba(72, 72, 72, 1);
    font-size: 1.1em
}

form {
  background-color: #eee;
  width: 80%; /* Breite des Formulars */
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { /* Beschriftung auf eigener Zeile */
  display: block;
  cursor: pointer; /* Mauszeiger wird zur Hand */
}
input#absender,
textarea {
  width: 100%;
    height: 2em;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
    font-size: 1.2em;
}
input#nachricht,
textarea {
    height: 3em;
    font-size: 1.4em;
}
input:focus,
textarea:focus {
  background-color:azure;
}
input#submit {
    height: 4em;
    font-size: 1.5em;
}
@media screen and (max-width: 760px){
    #kontaktformular {
    width: 100%;
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
        margin: 0;
    padding: 2.5%;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    }
}
/*Kalender*/
    #kalender {
        position: relative;
       background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 130px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 10px;
    padding-bottom: 56%;
        padding-top: 30px;
        height: 0;
    width: 95%;
        height: auto;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color:  rgba(72, 72, 72, 1);
    font-size: 1.1em;
    }
    iframe {
        position: absolute;
        background-color: rgba(231, 231, 231, 0.9);
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
        height: auto;
        box-sizing: border-box;
    }
#kalender p{
    padding-bottom: 1em;
    padding-left: 5%;
    padding-right: 5%
    
    
}
@media screen and (max-width: 760px){
      #kalender {
        position: relative;
       background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 10px;
    padding-bottom: 56%;
    padding-top: 30px;
    height: auto;
    width: 95%;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color:  rgba(72, 72, 72, 1);
    font-size: 1.1em;
    }
    
}

/*Anfahrt*/

 #Anfahrt {
        position: relative;
       background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 130px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 10px;
    padding-bottom: 56%;
        padding-top: 30px;
        height: 0;
    width: 95%;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(122, 233, 62, 0.04);
    color:  rgba(72, 72, 72, 1);
    font-size: 1.1em;
     height: auto
    }
    iframe {
        position: absolute;
        background-color: rgba(122, 233, 62, 0.04);
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
        height: 400px;
        box-sizing: border-box;
    }
#Anfahrt p{
    padding-bottom: 1em;
    padding-left: 5%;
    padding-right: 5%;
    }
#Anfahrt h4{
    padding-left: 5%;
    padding-bottom: 1%
    
}
@media screen and (max-width: 760px){
      #Anfahrt {
        position: relative;
       background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 0px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-bottom: 10px;
    padding-bottom: 56%;
    padding-top: 30px;
    height: auto;
    width: 95%;
    /*box-sizing: border-box;
    border: solid;*/
    border-color: rgba(231, 231, 231, 0.9);
    color:  rgba(72, 72, 72, 1);
    font-size: 1.1em;
    }
    
}

/*Fotorundgang*/

#container_Fotorundgang /*{
   background-color: rgba(122, 233, 62, 0.04);
    float: left;
    margin-top: 0%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding: 10px;
    max-width: 100%;
    min-width: 200px;
    min-height: inherit;
    /*box-sizing: border-box;
    border: solid;*/
   /* border-color: rgba(231, 231, 231, 0.9);
    color:  rgba(72, 72, 72, 1);
}*/*/
  {
    
    background-color: rgba(122, 233, 62, 0.04);
    float: left;
       margin-top: 13%;
    max-width: 90%;
    min-width: 200px;
    height: auto;
    box-sizing: border-box;
    border: solid;
    border-color: rgba(231, 231, 231, 0.9);
    text-decoration: none;
  
       
}
    

#navi {
    position: fixed;
    top: 25%;
   margin:0;
   padding:0;
   width:20%;
   height:70%;  /* entspricht der Bildhöhe */
   float:left;    /* rechts von mir kommen die "schönen" Bilder hin */
   overflow:auto;  /* Wenn es mal mehr wird bitte Scrollbalken einschalten */
   background-color:rgba(122, 233, 62, 0.04);
 } 
 @media screen and (max-width: 760px){
   #navi {
    position: fixed;
    top: 25%;
   margin:0;
   padding:0;
   width:30%;
   height:48%;  /* entspricht der Bildhöhe */
   float:left;    /* rechts von mir kommen die "schönen" Bilder hin */
   overflow:auto;  /* Wenn es mal mehr wird bitte Scrollbalken einschalten */
   background-color:rgba(122, 233, 62, 0.04);
     }}   
  @media screen and (max-width: 500px) {   
   #navi {
    position: fixed;
    top: 25%;
   margin:0;
   padding:0;
   width:30%;
   height:40%;  /* entspricht der Bildhöhe */
   float:left;    /* rechts von mir kommen die "schönen" Bilder hin */
   overflow:auto;  /* Wenn es mal mehr wird bitte Scrollbalken einschalten */
   background-color:rgba(122, 233, 62, 0.04);
      }   }  
 #navi li {
  margin:0;
  padding:0;
  list-style:none;
}


 #navi a {
  margin:0;
  padding:0;
  display:block;
  padding:3px;
  color:forestgreen;
     text-decoration: none;
     font-size: 1.2em;
     
 }
#ausgabe {
    position: fixed;
    top: 25%;
  margin:0;
  padding:0;
  margin-left:20%;
  width:80%;            /* Bildbreite */
  height:60%;           /* Bildhöhe */
  overflow:hidden;        /* Bitte nur ein Bild zeigen. Alle auf einmal wär langweilig */
  background-color:rgba(122, 233, 62, 0.04);
} 
 @media screen and (max-width: 760px){
      #ausgabe 
        {
    position: fixed;
    top: 25%;
    float: right
  margin:0;
  padding:0;
  margin-left:35%;
  width:65%;            /* Bildbreite */
  height:48%;           /* Bildhöhe */
  overflow:hidden;        /* Bitte nur ein Bild zeigen. Alle auf einmal wär langweilig */
  background-color:rgba(122, 233, 62, 0.04);
     } }
@media screen and (max-width: 500px) {
 #ausgabe 
        {
    position: fixed;
    top: 25%;
  margin:0;
  padding:0;
  margin-left:40%;
  width:60%;            /* Bildbreite */
  height:35%;           /* Bildhöhe */
  overflow:hidden;        /* Bitte nur ein Bild zeigen. Alle auf einmal wär langweilig */
  background-color:rgba(122, 233, 62, 0.04);
     } }

 #ausgabe li {
  margin:0;
  padding:0;
  list-style:none;
 }

#ausgabe li a {
  margin:0;
  padding:0;
  display:block;
}
  
#ausgabe li img {
   
 border: 10%;
 display:flex;
 margin:0 auto;
    width: 100%;
    height:auto;
      /* Hochformat zentrieren */
    } 

/* Angabe für den IE 6  */

