html {
  font-size: 12px;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #330000;
  background-color: #ffffff;
  background-image: url("../img/Background.gif");
  font-family: "Times New Roman", Times, serif;
}
a {
  color: #550000;
}
a:visited {
  color: #550000;
}
.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 5rem;
  width: 100%;
}
.banner-img {
  width: 95%;
  height: inherit;
  background-image: url("../img/Banner_Rahmen.gif");
  background-repeat: round;
  background-size: cover;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
}
.banner-subtitle {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
nav a {
  box-sizing: border-box;
  width: 10rem;
  height: 3em;
  line-height: 3;
  font-size: 0.9rem;
  font-family: Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background-image: url("../img/Rahmen.gif");
  background-repeat: round;
  background-size: cover;
}
#kirche-ausschnitt {
  width: 10rem;
  height: 13.5rem;
  padding-top: 1rem;
  margin: 0 auto;
}
