* {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

P, LI {
  text-align: justify;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 35em;
}

.back {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

html {
  background: url(/Bilder/Layout/hintergrund.jpg) #f5fbf6;
}

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

  word-wrap:break-word;
  hyphens: auto;
}

.ortstafel {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 206px;
}

.ortstafel h1 {
  background: #000;
  width: 200px;
  height: 134px;

  border: 3px solid #ffed00;
  border-radius: 10px;
}

.ortstafel a {
  text-decoration: none;
  color: black;
}

.ortstafel h1 .text {
  background: #ffed00;
  height: 88px;
  line-height: 44px;

  padding-top: 20px;
  padding-bottom: 20px;
  border: 3px solid black;
  border-radius: 7px;

  text-align: center;
  white-space: pre-line;
}

.ortstafel h1 .pfosten {
  background: url(/Bilder/Layout/pfosten.png) #ccc;
  width: 16px;
  height: 250px;
  margin-top: 3px;
  margin-left: 92px;
  border-bottom: 1px solid #888;
  border-radius: 0px 0px 5px 5px;
}

.ortstafel .schild {
  background: #eee;
  max-width: 150px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border: 1px solid black;

  transform: rotate(-7deg);

  text-align: center;
}

.ortstafel .schild img {
  max-width: 130px;
  margin-top: 2px;
}

.inhalt {
  background: #fff;
  color: #333;
  padding: 20px;
  border: 1px solid black;
  box-shadow: 5px 5px 10px #555;
  margin: 20px;
  margin-top: 140px;
  max-width: calc(100% - 306px - 80px);
  min-height: 350px;
}

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

.pfad .waagrecht1 {
  background: url(/Bilder/Layout/pfad_w.png);

  position: absolute;
  left: 215px;
  top: 50px;
  width: calc(100% - 326px - 215px);
  height: 60px;
  z-index: -1;
}

.pfad .kurve1 {
  background: url(/Bilder/Layout/kurve_ul.png);

  position: absolute;
  left: 110px;
  top: -5px;
  width: 115px;
  height: 115px;
  z-index: -1;
}

.pfad .kurve2 {
  background: url(/Bilder/Layout/kurve_or.png);

  position: absolute;
  left: calc(100% - 326px - 35px);
  top: 50px;
  width: 115px;
  height: 115px;
  z-index: -1;
}

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

  position: absolute;
  left: calc(100% - 326px + 20px);
  top: 120px;
  width: 60px;
  height: 300px;
  z-index: -1;
}

.pfad .kurve3 {
  background: url(/Bilder/Layout/abzw_o.png);

  position: absolute;
  left: calc(100% - 326px + 20px - 55px);
  top: 400px;
  width: 170px;
  height: 115px;
  z-index: -1;
}

.pfad .waagrecht2 {
  background: url(/Bilder/Layout/pfad_w.png);

  position: absolute;
  right: 0px;
  top: 455px;
  width: 200px;
  height: 60px;
  z-index: -1;
}

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

  position: absolute;
  right: 150px;
  top: 400px;
  width: 36px;
  height: 60px;
  z-index: -1;
}

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

  position: absolute;
  left: calc(100% - 326px);
  top: 8px;
  width: 62px;
  height: 80px;
  z-index: -1;
}

.pfad .person3 {
  background: url(/Bilder/Layout/person2.png);

  position: absolute;
  left: 280px;
  top: 15px;
  width: 40px;
  height: 80px;
  z-index: 5;
}

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

  position: absolute;
  left: calc(100% - 326px + 25px);
  top: 280px;
  width: 37px;
  height: 80px;
  z-index: -1;
}

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

  position: absolute;
  right: 30px;
  top: 420px;
  width: 62px;
  height: 80px;
  z-index: -1;
}

.pfad_unten {
  clear: both;
  position: relative; /* für Pfade */
}

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

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

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

  position: absolute;
  left: 0px;
  top: 40px;
  width: 100%;
  height: 60px;
  z-index: -1;
}

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

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

.impressum, .links, .faq {
  position: relative; /* für Pfade */
  display: inline-block;

  background: #fff;
  color: #333;

  padding: 10px;
  border: 1px solid black;
  box-shadow: 5px 5px 10px #555;
}

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

.impressum H2, .links H2, .faq H2 {
  display: none;
}

H3 {
  margin-top:30px;
  font-size: 120%;
}

.links {
  position: absolute;
  left: 60px;
  margin-top: 145px;
  min-width: 100px;
  text-align: center;
}

.impressum {
  position: absolute;
  right: 40px;
  margin-top: 165px;
}

.faq {
  position: absolute;
  left: 30vw;
  margin-top: 215px;
}

.space {
  margin-bottom: 295px;
}

.pfad_unten .abzweigung_links {
  background: url(/Bilder/Layout/abzw_u.png);

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

.pfad_unten .abzweigung_faq {
  background: url(/Bilder/Layout/abzw_u.png);

  position: absolute;
  left: 30vw;
  top: 40px;
  width: 170px;
  height: 115px;
  z-index: -1;
}

.pfad_unten .abzweigung_impressum {
  background: url(/Bilder/Layout/abzw_u.png);

  position: absolute;
  right: 40px;
  top: 40px;
  width: 170px;
  height: 115px;
  z-index: -1;
}

.pfad_unten .senkrecht_faq {
  background: url(/Bilder/Layout/pfad_s.png);

  position: absolute;
  left: calc(30vw + 55px);
  top: 150px;
  width: 60px;
  height: 65px;
  z-index: -1;
}

.pfad_unten .senkrecht_impressum {
  background: url(/Bilder/Layout/pfad_s.png);

  position: absolute;
  right: 95px;
  top: 150px;
  width: 60px;
  height: 15px;
  z-index: -1;
}

.pfad_unten .person4 {
  background: url(/Bilder/Layout/person4.png);

  position: absolute;
  left: 515px;
  top: 10px;
  width: 35px;
  height: 80px;
  z-index: -1;
}

.pfad_unten .person6 {
  background: url(/Bilder/Layout/person6.png);

  position: absolute;
  right: 90px;
  top: -25px;
  width: 90px;
  height: 70px;
  z-index: 1;
}

.pfad_unten .person7 {
  background: url(/Bilder/Layout/person7.png);

  position: absolute;
  left: 450px;
  top: 20px;
  width: 43px;
  height: 50px;
  z-index: 1;
}

.pfad_unten .person11 {
  background: url(/Bilder/Layout/person11.png);

  position: absolute;
  left: 20px;
  top: 3px;
  width: 95px;
  height: 90px;
  z-index: 1;
}

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

  .faq, .impressum, .links {
    position: initial;
    display: block;
    margin: 20px;
    left: initial;
    text-align: center;
  }

  .inhalt {
    margin-top: 430px;
    max-width: calc(100% - 40px);
  }

  .space {
    display: none;
  }
}
