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

*{
box-sizing: border-box;
}



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

.logo{

  width: 35%;
  height: 35%;

}

.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;
  }
  .pic{
    height: 50%;
    width: 50%;
  }
  .column{
    width: 100% !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;
}

.pic {
  height: 100%;
  width: 100%;
}

.column {
  float: left;
  padding: 10px;

}


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

.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;
  
}



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


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


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