@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Emoji:wght@300..700&display=swap');

body {
  margin: 0;
}

body {
  margin: 0;
}

div.header {
  position: relative;
  height: 100vh;
}

img.bg {
  width: 100%;
  display: block;
  object-fit: contain;
  overflow: hidden;
}

p.Überschrift1 {
  font-family: Oswald;
  position: absolute;
  white-space: pre-line;
  top: 10%;
  left: 10%;
  font-size: 6vw;
  z-index: 1;
  margin: 0;
  color: white;
}

div.center {
  width: 100%;
  align-items: center;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  height: auto;
  align-self: center;
  box-sizing: border-box;
  flex-direction: column;
}

p.txt1 {
  color: black;
  margin: 0;
  font-family: Inter;
  font-size: 2vw;
  white-space: pre-line;
  font-weight: 300;
}

@media (min-width: 1800px) {
  p.txt1 {
    margin-left: 15%;
  }
}

@media (max-width: 700px) {
  p.txt1 {
    font-size: 2vh;
  }
}

hr.trenn {
  width: 90%;
  border: none;
  height: 2px;
  background-color: #dc6652ff;
}

ul {
  list-style-type: none;
}

details summary {
  list-style: none;
  font-family: Inter;
  cursor: pointer;
  font-size: calc(16px + 0.5vw);
  transition: 0.1s;
}

details summary:hover {
  color: rgb(146, 146, 146);
}

details summary::-webkit-details-marker {
  display: none;
}

.weiter {
  margin: 0;
  position: relative;
}

ul {
  padding-left: 20px;
  margin: 0;
  font-family: Inter;
  font-size: calc(16px + 0.5vw);
  cursor: pointer;
}

li {
  transition: 0.1s;
}

li:hover {
  color: rgb(146, 146, 146);
}

.weiter::before {
  position: absolute;
  content: "";
  top: 0;
  left: -0.8em;
  bottom: 0;
  border-left: 0.1em solid #dc6652ff;
}

.weiter::after {
  position: absolute;
  content: "";
  top: 0;
  left: -0.8em;
  height: 0.5em;
  width: 0.5em;
  border-left: 0.1em solid #dc6652ff;
  border-bottom: 0.1em solid #dc6652ff;
  border-radius: 0 0 0 5px;
}

.ende {
  margin: 0;
  position: relative;
}
.ende::after {
  position: absolute;
  content: "";
  top: 0;
  left: -0.8em;
  height: 0.5em;
  width: 0.5em;
  border-left: 0.1em solid #dc6652ff;
  border-bottom: 0.1em solid #dc6652ff;
  border-radius: 0 0 0 5px;
}

@media (max-width: 1800px) {
  details summary {
    list-style: none;
    font-family: Inter;
    cursor: pointer;
    font-size: 3vw;
  }

  ul {
    padding-left: 20px;
    margin: 0;
    font-family: Inter;
    font-size: 3vw;
    cursor: pointer;
  }
}

p.txt2 {
  color: black;
  margin: 0;
  font-family: Oswald;
  font-size: 6.5vw;
  white-space: pre-line;
  font-weight: 300;
}

p.zurück {
  color: black;
  margin: 0;
  font-family: Oswald;
  font-size: 3vw;
  margin-left: 5px;
  white-space: pre-line;
  font-weight: 300;
  cursor: pointer;
}

section.Tree {
  margin-left: 25px;
}

#hier_klicken::after {
  content: "👆";
  font-family: "Noto Emoji";
  color: #dc6652ff;
}