H2 {
  margin-top:0px;
  margin-bottom:20px;
}

.inhalt {
  background: initial;
  color: initial;
  padding: initial;
  border: initial;
  box-shadow: initial;
  margin: initial;
  max-width: initial;
}

.ortstafel {
  position: absolute;
  top: 40px;
  left: 80px;
  right: initial;
  width: 206px;
}

.aktuelles {
  background: #fff;
  color: #333;

  width: 500px;
  min-height: 40px;
  max-height: 200px;
  overflow: hidden;
  position: absolute;
  right: 60px;
  top: 60px;
  padding: 20px;
  border: 1px solid black;
  box-shadow: 5px 5px 10px #555;
}

.aktuelles .date {
  font-style: italic;
  font-size: 80%;
  margin: 0px;
}

.aktuelles p {
  margin-top: 5px;
}

.aktuelles h3 {
  margin: 0px;
}

.aktuelles h3+p {
  margin: 0px;
}

.aktuelles ul {
  list-style: none;
}

.aktuelles li {
  margin: 0px;
}

.notiz {
  background: #fff;
  color: #333;

  width: 420px;
  min-height: 100px;
  position: absolute;
  right: 100px;
  top: 340px;
  padding: 20px;
  border: 1px solid black;
  box-shadow: 5px 5px 10px #555;
}

.notiz p {
  margin-top: 10px;
}

/******************************************************************/

.pfad_oben .senkrecht {
  background: url(/Bilder/Layout/pfad_s.png);

  position: absolute;
  left: 346px;
  top: 0px;
  width: 60px;
  height: 600px;
  z-index: -1;
}

.pfad_oben .waagrecht_aktuelles {
  background: url(/Bilder/Layout/pfad_w.png);

  position: absolute;
  left: 376px;
  top: 80px;
  width: calc(100% - 376px - 542px - 60px);
  height: 60px;
  z-index: -1;
}

.pfad_oben .waagrecht_notiz {
  background: url(/Bilder/Layout/pfad_w.png);

  position: absolute;
  left: 376px;
  top: 420px;
  width: calc(100% - 376px - 462px - 100px);
  height: 60px;
  z-index: -1;
}

.pfad_oben .abzweigung_aktuelles {
  background: url(/Bilder/Layout/abzw_r.png);

  position: absolute;
  left: 346px;
  top: 25px;
  width: 115px;
  height: 170px;
  z-index: -1;
}

.pfad_oben .abzweigung_notiz {
  background: url(/Bilder/Layout/abzw_r.png);

  position: absolute;
  left: 346px;
  top: 365px;
  width: 115px;
  height: 170px;
  z-index: -1;
}

.pfad_oben .waagrecht {
  background: url(/Bilder/Layout/pfad_w.png);

  position: absolute;
  left: 0px;
  top: 560px;
  width: calc(50vw - 50px - 30px);
  height: 60px;
  z-index: -1;
}

.pfad_oben .abzweigung_oben {
  background: url(/Bilder/Layout/abzw_o.png);

  position: absolute;
  left: 292px;
  top: 505px;
  width: 170px;
  height: 115px;
  z-index: -1;
}

.pfad_oben .kurve_nach_unten {
  background: url(/Bilder/Layout/kurve_or.png);

  position: absolute;
  left: calc(50vw - 55px - 30px);
  top: 560px;
  width: 115px;
  height: 115px;
  z-index: -1;
}

.pfad_oben .person1 {
  background: url(/Bilder/Layout/person1.png);

  position: absolute;
  left: 355px;
  top: 130px;
  width: 37px;
  height: 80px;
  z-index: -1;
}

.pfad_oben .person5 {
  background: url(/Bilder/Layout/person5.png);

  position: absolute;
  left: 120px;
  top: 500px;
  width: 36px;
  height: 60px;
  z-index: -1;
}

.pfad_oben .person8 {
  background: url(/Bilder/Layout/person8.png);

  position: absolute;
  left: 365px;
  top: 400px;
  width: 57px;
  height: 70px;
  z-index: -1;
}

.pfad_oben .person9 {
  background: url(/Bilder/Layout/person9.png);

  position: absolute;
  left: 490px;
  top: 520px;
  width: 62px;
  height: 80px;
  z-index: 5;
}

/******************************************************************/

.themen {
  margin-top: 800px;
}

.themen H2 {
  display: none;
}

.themen LI {
  list-style: none;
  position: relative; /* für Pfade */

  background: #fff;
  color: #333;

  max-width: 450px;
  min-height: 260px;
  padding: 10px;
  border: 1px solid black;
  box-shadow: 5px 5px 10px #555;
}

.themen LI H3 {
  margin-bottom: 15px;
  margin-top: 5px;
  text-align: center;
  font-size: 100%;
}

.themen LI img {
  float: right;

  margin-left: 10px;
  margin-bottom: 10px;
}

.themen LI:nth-child(odd) {
  margin-top: -100px;
  margin-left: 40px;
  float: left;
  clear: left;
}

.themen LI:nth-child(even) {
  margin-top: 130px;
  margin-left: calc(0px - 472px - 40px);
  float: left;
  left: calc(100vw - 472px - 40px);
}

.themen LI:nth-child(odd) .pfad_mitte .senkrecht {
  background: url(/Bilder/Layout/pfad_s.png);

  position: absolute;
  left: calc(50vw - 72px);
  top: -30px;
  width: 60px;
  height: 250px;
  z-index: -1;
}

.themen LI:nth-child(even) .pfad_mitte .senkrecht {
  background: url(/Bilder/Layout/pfad_s.png);

  position: absolute;
  right: calc(50vw - 70px);
  top: -30px;
  width: 60px;
  height: 250px;
  z-index: -1;
}

.themen LI:nth-child(odd) .pfad_mitte .abzweigung {
  background: url(/Bilder/Layout/abzw_l.png);

  position: absolute;
  left: calc(50vw - 72px - 55px);
  top: 20px;
  width: 115px;
  height: 170px;
  z-index: -1;
}

.themen LI:nth-child(even) .pfad_mitte .abzweigung {
  background: url(/Bilder/Layout/abzw_r.png);

  position: absolute;
  right: calc(50vw - 70px - 55px);
  top: 20px;
  width: 115px;
  height: 170px;
  z-index: -1;
}

.themen LI:nth-child(odd) .pfad_mitte .waagrecht {
  background: url(/Bilder/Layout/pfad_w.png);

  position: absolute;
  left: 470px;
  top: 75px;
  width: calc(50vw - 472px - 40px - 80px);
  height: 60px;
  z-index: -1;
}

.themen LI:nth-child(even) .pfad_mitte .waagrecht {
  background: url(/Bilder/Layout/pfad_w.png);

  position: absolute;
  right: 470px;
  top: 75px;
  width: calc(50vw - 472px - 40px - 80px);
  height: 60px;
  z-index: -1;
}

.themen LI .pfad_mitte .person2 {
  background: url(/Bilder/Layout/person2.png);

  position: absolute;
  right: calc(50vw - 50px);
  top: -25px;
  width: 40px;
  height: 80px;
  z-index: 5;
}

.themen LI .pfad_mitte .person3 {
  background: url(/Bilder/Layout/person3.png);

  position: absolute;
  left: calc(50vw - 110px);
  top: 35px;
  width: 28px;
  height: 80px;
  z-index: 5;
}

.themen LI .pfad_mitte .person10 {
  background: url(/Bilder/Layout/person10.png);

  position: absolute;
  left: calc(50vw - 90px);
  top: 50px;
  width: 62px;
  height: 80px;
  z-index: 5;
}

/******************************************************************/

@media screen and (max-width: 1130px) {
  .pfad_oben .kurve_nach_unten {
    left: 508px;
  }

  .pfad_oben .waagrecht {
    width: 510px;
  }

  .themen {
    margin-top: 680px;
  }

  .themen LI {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
    margin-left: 40px !important;
    clear: left;
    left: initial !important;
  }

  .themen LI .pfad_mitte .senkrecht {
    left: 520px !important;
    top: -50px !important;
    height: 350px !important;
  }

  .themen LI .pfad_mitte .abzweigung {
    background: url(/Bilder/Layout/abzw_l.png) !important;

    left: 465px !important;
    right: initial !important;
  }

  .themen LI .pfad_mitte .person2 {
    left: 525px;
    right: initial;
  }

  .themen LI .pfad_mitte .person3 {
    left: 485px;
  }

  .themen LI .pfad_mitte .person10 {
    left: 505px;
  }

  .pfad_unten .senkrecht {
    left: 560px;
  }

  .pfad_unten .abzweigung_oben {
    left: 505px;
  }
}

@media screen and (max-width: 1040px) {

  .aktuelles {
    width: 240px;
    right: initial;
    left: 20px;
    top: 460px;
    max-height: 300px;
  }

  .notiz {
    width: 240px;
    right: initial;
    left: 20px;
    top: 820px;
  }

  .pfad_oben .senkrecht {
    height: 1050px;
  }

  .pfad_oben .abzweigung_aktuelles {
    background: url(/Bilder/Layout/abzw_l.png);
    left: 291px;
    top: 425px;
  }

  .pfad_oben .abzweigung_notiz {
    background: url(/Bilder/Layout/abzw_l.png);
    left: 291px;
    top: 845px;
  }

  .pfad_oben .waagrecht_aktuelles,
  .pfad_oben .waagrecht_notiz {
    display: none;
  }

  .pfad_oben .waagrecht {
    top: 1100px;
  }

  .pfad_oben .abzweigung_oben {
    top: 1045px;
  }

  .pfad_oben .kurve_nach_unten {
    top: 1100px;
  }

  .pfad_oben .person1 {
    left: 320px;
    top: 450px;
  }

  .pfad_oben .person5 {
    top: 1040px;
  }

  .pfad_oben .person8 {
    left: 340px;
    top: 855px;
  }

  .pfad_oben .person9 {
    top: 1060px;
  }

  .themen {
    margin-top: 1200px;
  }

  .pfad_unten .person6 {
    right: initial;
    left: 200px;
  }

}

@media screen and (max-width: 720px) {
  .pfad_oben, .pfad_unten, .pfad_mitte {
    display: none;
  }

  .aktuelles {
    position: initial;
    margin: 20px;
    margin-top: 460px;
    width: initial;
    max-height: initial;
    min-height: initial;
  }

  .notiz {
    position: initial;
    margin: 20px;
    width: initial;
    min-height: initial;
  }

  .themen {
    position: initial;
    margin-top: 0px;
  }

  .themen LI {
    float: none !important;
    max-width: initial;
    margin: 20px !important;
  }

}

@media screen and (max-width: 400px) {
  .themen LI img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
  }

  .space {
    display: none;
  }
}
