.bild {
    max-width: 100%;
    height: auto;
}
.gal {
    max-width: 100%;
    height: auto;
    @media screen and (max-width: 50em) {
   img {
     max-width:50%;
    }
   }
    @media screen and (max-width: 28em) {
   img {
    max-width: 33%;
    }
   }
}
html, body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94em;
  height:100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
h1 { font-size: 2.5em; }

header, nav, section, footer {display: block;}

header {
  top:0;
  position: fixed !important;
  height:50px;
  width:100%;
  z-index:2;
}

#Content {
  top:50px;
  height:90%;
  position:relative;
  overflow:auto;
}

footer {
  bottom:0px;
  position:absolute;
  height:6%;
  width:100%;
}

.gross {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  }

.mittel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  }

.ganzklein {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  text-align: center;
  }

.zent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.94em;
  text-align: center;
}

.navbar {
  overflow: hidden;
  background-color: #ffb6c1;
}

.navbar a {
  float: left;
  display: block;
  font-size: 17px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown {
  font-size: 14px;  
  border: none;
  outline: none;
  color: white;
  padding: 12px 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: #ff1493;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #ff1493;
}

.navbar a.active {
  background-color: #ff1493;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
    -webkit-transition: height 2s ease-in-out;
    -moz-transition: height 2s ease-in-out;
    -o-transition: height 2s ease-in-out;
    transition: height 2s ease-in-out;
}

.navbar .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
    -webkit-transition: height 2s ease-in-out;
    -moz-transition: height 2s ease-in-out;
    -o-transition: height 2s ease-in-out;
    transition: height 2s ease-in-out;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: height 2s ease-in-out;
    -moz-transition: height 2s ease-in-out;
    -o-transition: height 2s ease-in-out;
    transition: height 2s ease-in-out;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
    -webkit-transition: height 2s ease-in-out;
    -moz-transition: height 2s ease-in-out;
    -o-transition: height 2s ease-in-out;
    transition: height 2s ease-in-out;
  }
}
