a {
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-decoration: none;
}

#modalNav {
  display: none;
}

button {
  margin: 0;
  padding: 0;
  display: block;
  background-color: rgb(0, 0, 0, 0);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: none;
  font-size: 20px;
  font-weight: 600;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
tbody {
  margin: 0;
  padding: 0;
}
tr {
  margin: 0;
  padding: 0;
}
td {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 719px) {
  body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: whitesmoke;
    background-color: darkblue;
  }

  h1 {
    text-align: center;
  }

  .GridContainer {
    display: grid;
    grid-template-areas:
      "Oben Oben Oben"
      "Banner Banner Banner"
      "Links MitteMitte Rechts"
      "Links UntenMitte Rechts";
    /* padding: 2vw; */
  }

  .GridContainer > div {
    /* text-align: center; */
    font-size: 14px;
    /* border: 1px solid red; */
  }

  .Banner {
    grid-area: Banner;
  }
  .Oben {
    grid-area: Oben;
    height: 10vw;
    max-height: 58px;
  }
  .Links {
    grid-area: Links;
    width: 10vw;
  }
  .Rechts {
    grid-area: Rechts;
    width: 10vw;
  }
  .MidMitte {
    grid-area: MitteMitte;
  }
  .UntenMitte {
    grid-area: UntenMitte;
  }
  
  [class*="Mitte"] {
    width: 80vw;
  }
  
  /* -Navigation */
  #modalNav {
    /* display: block; */
    position: absolute;
    top: 0;
    right: 0;
  }
  .modal_nav_tabelle {
    width: 60vw;
  }
  .modal_nav_tabelle td {
    background-color: black;
    border-bottom: 1px solid white;
    padding: 4px;
    padding-left: 10px;
  }
  .modal_nav_button {
    color: white;
  }
  .NavBar {
    display: none;
  }
  .Navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgb(0,0,0,0.3));
  }
  .NavBalken {
    float: right;
    padding: 2vw;
    height: 6vw;
    max-height: 34px;
    width: auto;
    z-index: 1;
  }
  .NavBalken:active {
    box-shadow: 0vw 0vw 8vw whitesmoke;
  }
  .exit_button {
    display: inline;
    height: 40px;
    width: auto;
  }

  /* -Suche */
  .Suchfeld {
    display: none;
  }
  .Suchlupe {
    float: left;
    padding: 2vw;
    height: 6vw;
    max-height: 34px;
    width: auto;
  }
  .Suchlupe:active {
    box-shadow: 0vw 0vw 8vw whitesmoke;
  }

  /* -Termine */
  .Termine {
    position: fixed;
    left: 3vw;
    bottom: 5vw;
    z-index: 2;
  }
  .Terminknopf {
    margin: 4px;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: darkblue;
    text-decoration: underline;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    transition: padding 0.25s;
  }
  .Terminknopf:active {
    background-color: ghostwhite;
    box-shadow: 0vw 0vw 8vw whitesmoke;
  }
  .nachoben{
    position: fixed;
    right: 3vw;
    bottom: 5vw;
    z-index: 2;
  }
  .nachobenKnopf {
    display: block;
    margin: 4px;
    padding: 4px;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: darkblue;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .nachobenKnopf:active {
    background-color: ghostwhite;
    box-shadow: 0vw 0vw 2vw whitesmoke;
  }

  /* -Banner und Logo */
  .BannerBild {
    height: auto;
    width: 100%;
  }
  
  .Logo719 {
    width: 100%;
    height: auto;
    /* max-height: 100px; */
  }
  .Logo720 {
    display: none;
  }

  .Hauptkapitel {
    /* text-align: left; */
  }
  .Unterkapitel {
    /* text-align: left; */
  }
  
  /* -Bilder im Text */
  .Bilder {
    margin: 20px;
    text-align: center;
  }
  /* .A {
    float: left;
  }
  .B {
    float: right;
  } */
  
  .Thumb {
    text-align: center;
  }
  .CD {
    height: auto;
    max-width: 10vw;
  }
  .Social {
    width: auto;
    max-height: 5vw;
    margin: 2vw;
    transition: 0.25s;
  }
  .Social:hover {
    box-shadow: 0vw 0vw 2vw whitesmoke;
  }
  .Video {
    height: auto;
    max-width: 15vw;
    transition: 0.25s;
  }
  .Video:hover {
    box-shadow: 0vw 0vw 2vw whitesmoke;
  }
}



/* - */
/* - */
/* - */



@media only screen and (min-width: 720px) {
  body {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: whitesmoke;
    background-color: darkblue;
  }

  h1 {
    text-align: center;
  }
  h2 {
    padding-top: 58px;
  }

  .GridContainer {
    display: grid;
    grid-template-areas:
      "Oben Oben Oben"
      "Banner Banner Banner"
      "Links MitteMitte Rechts"
      "Links UntenMitte Rechts";
    /* padding: 2vw; */
  }

  .GridContainer > div {
    /* text-align: center; */
    font-size: 30px;
    /* border: 1px solid red; */
  }

  .Banner {
    grid-area: Banner;
  }
  .Oben {
    grid-area: Oben;
    height: 10vw;
    max-height: 58px;
  }
  /* [class*="Oben"] {
    max-height: 100px;
  } */
  .Links {
    grid-area: Links;
    max-width: 20vw;
  }
  .Rechts {
    grid-area: Rechts;
  }
  .MidMitte {
    grid-area: MitteMitte;
  }
  .UntenMitte {
    grid-area: UntenMitte;
  }
  
  [class*="Mitte"] {
    width: 66vw;
  }
  
  /* -Navigation */
  .NavBalken {
    display: none;
  }
  .exit_button {
    display: none;
  }
  .NavBar {
    position: fixed;
    width: 100vw;
  }
  .NavKnopf {
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    color: whitesmoke;
    background-color: blue;
    border: none;
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 10%;
    box-sizing: border-box;
    float: left;
    transition: background 0.25s;
  }
  .NavKnopf:hover {
    background-color: rgb(93, 93, 255);
    cursor: pointer;
  }
  .NavKnopf:active {
    background-color: rgb(0, 0, 173);
  }
  .Termine {
    position: fixed;
    left: 3vw;
    bottom: 5vw;
    z-index: 2;
  }
  .Terminknopf {
    margin: 4px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: darkblue;
    text-decoration: underline;
    border: none;
    background-color: rgba(255, 255, 255, 0.8);
    transition: padding 0.25s;
  }
  .Terminknopf:hover {
    margin: 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 4px solid rgb(0,0,173,0.8);
    background-color: ghostwhite;
    box-shadow: 0vw 0vw 2vw whitesmoke;
  }
  .nachoben{
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    z-index: 2;
  }
  .nachobenKnopf {
    display: block;
    margin: 4px;
    padding: 4px;
    width: 42px;
    height: 42px;
    font-size: 30px;
    text-align: center;
    color: darkblue;
    font-weight: bold;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .nachobenKnopf:hover {
    margin: 0;
    border: 4px solid rgb(0,0,173,0.8);
    background-color: ghostwhite;
    box-shadow: 0vw 0vw 2vw whitesmoke;
  }

  /* -Banner und Logo */
  .BannerBild {
    height: auto;
    width: 100%;
  }
  
  .Logo720 {
    height: auto;
    width: 100%;
    /* max-height: 100px; */
  }
  .Logo719 {
    display: none;
  }

  /* -Suche */
  .Suchlupe {
    display: none;
  }
  .Suchfeld {
    height: 38.5px;
    width: 90%;
    margin: 5%;
    border: 2px solid rgb(0, 0, 100);
    background-color: ghostwhite;
    font-style: italic;
    font-size: 14px;
    }
  .Suchfeld:hover {
    box-shadow: 0vw 0vw 1vw whitesmoke;
  }

  /* .Hauptkapitel {
    text-align: left;
  } */
  /* .Unterkapitel {
    text-align: left;
  } */
  
  /* -Bilder im Text */
  .Bild {
    margin: 20px;
  }
  .A {
    float: left;
  }
  .B {
    float: right;
  }
  
  .Thumb {
    text-align: center;
  }
  .CD {
    height: auto;
    max-width: 10vw;
  }
  .Social {
    width: auto;
    max-height: 5vw;
    margin: 2vw;
    transition: 0.25s;
  }
  .Social:hover {
    box-shadow: 0vw 0vw 2vw whitesmoke;
  }
  .Video {
    height: auto;
    max-width: 15vw;
    transition: 0.25s;
  }
  .Video:hover {
    box-shadow: 0vw 0vw 2vw whitesmoke;
  }
}