body {
    background-image: url('img/lupe.png');
    background-color: #cccccc;
    font-family: arial;
}
h1 {
    font-size: 10vh;
    color: #e22;
}
h2 {
    font-size: 8vh;
    color: #a55;
}
h3 {
  font-size: 6vh;
}
h4 {
  font-size: 3vh;
}
ol {
  margin-left: 2%;
}
p, li {
    font-size: 3vh;
  }
p.caption {
  font-size: 1.8vh;
}

.images {
  width: 40%;
}
.images:focus {
  width: 40%;
}
.impressum_link {
    position: relative;
    bottom: 1%;
    width: 100%;
    text-align: center;
}
li.ausruestung {
  margin-bottom: 3%;

}
a.impressum, a.impressum:active, a.impressum:visited, a.impressum:hover {
  color: #0000e5;
}
a.impressum, a.impressum:active, a.impressum:visited {
  text-decoration: none;
}
a.impressum:hover {
  text-decoration: underline;
}
div.bottom {
  width: 100%;

}
