body {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
margin: 0;
background-color: #ffffff;
font-size: 16px;
}

*{
box-sizing: border-box;
}

details > summary {
cursor: pointer;
}

.leiste {
text-align: left;
margin-left: 15px;

}

.leiste2 {
margin-left: 30px;
}




.button a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}


.topnav {
overflow: hidden;
background-color: #666666;
}

.bild1{
  position: absolute;
  width: 210px;
  height: 130px;
left: 50%;
top: 0%;
transform:translate(-50%);
}

@media screen and (max-width: 720px) {
  .bild1{
  	left:18% !important;
  }
  .text1 a{
  	padding: 14px 10px !important;
  }
  #mediaTop{
    display: none;
  }
}

@media screen and (min-width: 721px) {
  #mediaBottom{
    display: none;
  }
}
@media screen and (max-width: 600px){
  .bild1{
  	left:22% !important;
  }
  .text1 a{
  	padding: 14px 8px !important;
  }
}
@media screen and (max-width: 500px){
  .bild1{
  	left:26% !important;
  }
  .text1 a{
  	padding: 14px 6px !important;
  }
}
@media screen and (max-width: 400px){
  .bild1{
  	left:30% !important;
  }
  .text1 a{
  	padding: 14px 6px !important;
  }
}

.bild1:hover{
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #a7a7a7;
}

#boxheader {
width:auto;
height:150px;
background-color:#ffffff;
border-bottom: outset;
}



* {
  box-sizing: border-box;
}


.column {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 950px) {
  .column {
    width: 100% !important;
  }
}

.text1 a {
float: right;
display: block;
color: #000000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
position: relative;
margin-top:75px;
transform: translateY(-50%);

}
.text1{
position: relative;
text-align: right;
}

.text1 a:hover {
background-color: #ddd;
color: black;
}

.text2 a {
float: left;
color: #000000;
padding: 14px 16px;
text-decoration: none;
transform: translateY(-50%);
margin-top:75px;
}

.text2{
text-align: left;
}

.text2 a:hover {
background-color: #ddd;
color: black;
}

#inhalte {
background-color: #ffffff;
}

#ipads {
background-color: #00422a !important;
color: white !important;
}

#bottomnav {
overflow: hidden;
background-color: #00422a !important;
color: #f2f2f2;
height: 100%;
}


#bottomnav a {
float: center;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}


#bottomnav a:hover {
background-color: #ddd;
color: black;
}
