body {
 background-image: linear-gradient(180deg,#4555E6,white);
 background-repeat: no-repeat;
 background-attachment: fixed;
 margin: 5px 0 0 0; 
 }

#wrapper1, #alles {
  background-color:white;}

.Breite {
 width:90%;
 padding-left: 5%;
 padding-right:5%;
 padding-top:5px;
 padding-bottom:5px;}

.Erlaeu {
  font-family: arial,helvetica,sans-serif;
  font-size: 10pt; line-height: 15px; color:black;}

.Rundgaenge h3 {
  font-family: "Droid Sans",Arial,serif;
  text-align: left;
  font-size: 23px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight:normal;}
  

.Rundgaenge ul{
  font-family:"Times New Roman", Times, serif;
  list-style-type: square;
  list-style-position: outside;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 13pt;}

.Rundgaenge ul>li {
  /*border-bottom: 1px dotted #99a;*/
  padding:4px 0 4px 0.5em;}
    
.Rundgaenge ul>li.current a {
  font-weight:bold;}


li a {
  color:black;
  line-height:23px;}


#content figure {
  width: 90%;
  margin: 0 5% 0 5%;}



figcaption {
  padding-top:5px;https://www.w3schools.com/Css/css_positioning.asp
  font-family: arial,helvetica,sans-serif;
  font-size: 11pt;
  font-style:italic;
  line-height: 15px;
  color: black;
}


.oben{
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0px;
  line-height:25px;
}

.oben ul{
  list-style:none;
  padding:0;
}

#footer2 {
  clear:both;
  display:flex;
  justify-content:center;
  align-items: center;
  background-color:#D9D0D9;
  height: 60px;
}



.unten ul>li {
  display: inline-block;
  margin-left:30px;
}

.unten ul>li.current {
  background-color:#BCA6BC;
  padding:5px;
  border-radius: 5px;}


.oben ul>li.current a{
  color:grey;
}


li a {text-decoration-line: none;}

@media screen and (min-width: 450px){
.oben ul>li {
  display: inline-block;
  padding-left:20px;
}
  
.oben ul {
  text-align:right;
  margin-right:10px;
  } 
   
}

#Hamburg{
  display:none;  }


@media screen and (max-width: 449px){
.oben ul {
  text-align: center;
}
}

@media screen and (min-width: 1300px) {
#wrapper1 {
    display:grid;
    grid-template-columns: 25% 75%;}

#alles {
  width:70vw;
  margin-left:15vw;
  }


    
}
 
  
@media screen and (min-width: 890px) and (max-width: 1299px) {
#wrapper1 {
  display:grid;
  grid-template-columns: 25% 75%;}

#alles {
  width:90vw;
  margin-left:5vw;
  }


  
}  

@media screen and (min-width: 890px) {
.Rundgaenge h3 {
  margin: 20px 0 20px 0;
}
  
  
}

@media screen and (max-width: 889px) {

#wrapper1 {
  }

.Rundgaenge h3 {
  margin-top:10px;
  text-align:center;
  margin-bottom:10px;
}  

#links{
  height:auto;
  position:relative;
  min-height:43px; /* siehe Kasten 2*top + height */
  background-color:#F1F0F0;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: black;
}
  
  
.Kasten{
  display: block;
  background: white;
  width: 36px;
  height: 23px; 
  position: absolute;
  top:10px;
  right:10px;
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  border-color: black; 
} 

.line { 
   position: absolute; 
   height: 3px;
   width: 22px; 
   background:black;
   border-radius: 1px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center;
}


.line:nth-child(1) { top: 10px; left:14px; transform:rotate(-45deg);}
.line:nth-child(2) { top: 10px; right:14px; transform:rotate(45deg); }
  
.Rundgaenge ul {
  height:auto;
  max-height:0;
  overflow:hidden;
  transition: all 0.5s;
  margin-top:0;
  margin-bottom:0;
  }
  
  
  

#Hamburg:checked + .Kasten .line:nth-child(1){
   transform:rotate(45deg);
}

#Hamburg:checked + .Kasten .line:nth-child(2){
   transform: rotate(-45deg);
}
#Hamburg:checked + .Kasten  + .Rundgaenge ul { 
    max-height: 1200px;}
  
}

#alles {
  width:90vw;
  margin-left:5vw;
  }
}  

   
    