html {
  font-size: 16px;
}
body {
  margin: 0;
  color: #330000;
  background-color: #ffffff;
  background-image: url("../img/Background.gif");
  font-family: "Times New Roman", Times, serif;
}
.page-content {
  width: 80%;
  max-width: 60rem;
  margin: 2rem auto;
}
img {
  border: 0;
}
header {
  display: flex;
  justify-content: end;
  width: 100%;
  padding-bottom: 2rem;
}
.mobile-nav {
  display: none;
}
a {
  color: #550000;
}
a:visited {
  color: #550000;
}
.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 5rem;
  width: 70%;
}
.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;
}
#wetterfahne {
  height: 5.5rem;
  width: 4.5rem;
}
.main-block {
  display: flex;
}
nav {
  display: flex;
  flex-direction: column;
  width: 10rem;
}
nav a {
  box-sizing: border-box;
  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;
}
.this_page {
  color: #CC0000;
}
.this_page:visited {
  color: #CC0000;
}
#kirche-ausschnitt {
  width: 10rem;
  height: 13.5rem;
  padding-top: 1rem;
  margin: 0 auto;
}
h3 {
  margin-bottom: 0.5rem;
}
p {
  font-weight: 500;
  margin: 0.25rem auto
}
.verse {
  margin: 0 auto;
  width: 50%;
  min-width: 30rem;
  text-align: center;
}
.verse2 {
  text-align: left;
}
.author {
  text-align: right;
}
.page {
  width: 75%;
  margin: 0 2rem;
}
.concerts-intro,
.concerts-entry {
  margin: 0 2rem;
  border-bottom: 1px solid;
  text-align: center;
}
figure {
  margin: 1rem auto;
}
figcaption {
  font-size: 0.8rem;
}
#kirche-mauer {
  width: 30rem;
  height: 19.8rem;
}
#wandbild {
  display: block;
  width: 22.2rem;
  height: 26.5rem;
  margin: 2rem auto;
}
#lageplan {
  width: 28rem;
  height: 22.4rem;
  margin: 2rem auto;
}
.ausgabe-wetterfahne div {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.ausgabe-wetterfahne span {
  font-weight: bold;
  min-width: 7rem;
}
footer {
  width: 75%;
  text-align: center;
  margin-left: 18%;
  padding-top: 1rem;
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (max-width: 930px) {
  .page-content {
    width: 95%;
  }
  .verse {
    width: 80%;
    min-width: 0
  }
}

@media screen and (max-width: 780px) {
  html {
    font-size: 14px;
  }
  .banner {
    width: 65%;
  }
}

@media screen and (max-width: 600px) {
  html {
    font-size: 12px;
  }
  .page-content {
    width: 100%;
    margin: 0.5rem 0;
  }
  header {
    align-items: center;
    justify-content: space-around;
  }
  .banner {
    width: 100%;
  }
  #wetterfahne {
      display: none;
  }
  .mobile-nav {
    display: block;
    font-size: 2.5rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    align-self: baseline;
  }
  nav {
    display: none;
  }
}
