#Verlauf {
  background-image: linear-gradient(rgba(0, 153, 0, 0.4), rgba(135, 74, 43, 0.3));
  background-attachment: fixed;
}

#topNav li {
  display: inline;
  list-style-type: none;
  padding: 1em;
}

@media screen and ( max-width : 31em ) {
  #topNav {
    display: none;
  }
   hr {
    display: none;
  }
}

@media screen and ( min-width : 31em ) {
  #menue {
    display: none;
  }
}

hr {
  width: 95%;
  height: 2px;
}

h3 {
  font-weight: bold;
  font-size: 1.2em;
}

address {
  margin: 0px;
  border: 2px solid #993300;
  border-radius: 0.5em;
  padding: 1em;
  display: inline-block;
}

dl {
  font-size: 1em;
}

a {
  color: black;
  text-decoration: none;
}

#menue {
  float: right;
}

ul {
  list-style: outside none none;
}

a:hover {
  color: #660000;
}

.hier {
  color: olive !important;
}

img {
  max-width: 100%;
  height: auto;
  padding: 0.2em;
}

picture {
  max-width: 100%;
  height: auto;
}

.font {
  max-width: 900px;
  margin: 0px auto;
  text-align: center;
}

#main {
  margin-left: 10px;
  max-width: 900px;
  text-align: center;
}

.BildText {
  float: right;
  padding: 1em;
}

