body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-y: scroll;
  font-family: "Poppins", sans-serif;
  --Very-Pale-Cyan: hsl(193, 100%, 96%);
  --Very-Dark-Cyan: hsl(192, 100%, 9%);
  --Grayish-Blue: hsl(208, 11%, 55%);
  --Pink: hsl(322, 100%, 66%);
  overflow-x: hidden;
}
.wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}
header {
  display: flex;
  width: 100%;
}
.nav {
  padding: 40px;
  display: flex;
  flex-direction: column;
  background: url("./images/bg-hero-desktop.svg") no-repeat;
  background-size: 100vw;
  width: 100%;
  height: 100vh;
  background-color: var(--Grayish-Blue);
}
.nav-oben {
  display: flex;
}
.try {
  display: flex;
  border-radius: 10px;
  background-color: hsl(0, 0%, 100%);
  margin-left: auto;
  justify-content: center;
  align-items: center;
}
.try:hover {
  background-color: hsl(0, 0%, 78%);
  cursor: pointer;
}
.try p {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline;
}

.nav-unten {
  width: 100%;
  display: flex;
  height: 100%;
}
.unten-links {
  text-align: center;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  font-family: "Poppins", sans-serif;
}
.nav-text {
  text-align: center;
}
.nav-button {
  border-radius: 30px;
  padding: 20px;
  margin: 50px;
  background-color: hsl(0, 0%, 100%);
}
.nav-button:hover {
  background-color: hsl(0, 0%, 78%);
  cursor: pointer;
}
.unten-rechts {
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  width: 100;
  display: flex;
}
.logo {
  width: 300px;
}
.ilus {
  width: 90%;
  height: 90%;
}
.haupt-container {
  padding-top: 99px;
  background-color: var(--Grayish-Blue);
  flex-direction: column;
  display: flex;
  height: 300vh;
  align-items: center;
}
.texte-bilder {
  align-items: center;
  justify-content: space-between;
  text-align: center;
  display: flex;
  height: 100vh;
}
.bilder {
  width: 70vw;
}
.bilder-con {
  width: fit-content;
  height: fit-content;
}
.texte-bilder3 .bilder-con {
  margin-left: auto;
}
.texte-bilder1 .bilder-con {
  margin-left: auto;
}
.bilder img {
  width: 700px;
}
.texte {
  max-width: 40ch;
  padding: 25px;
}
h2 {
  font-size: 30px;
  font-style: oblique;
  font-weight: bolder;
}
b {
  font-size: 20px;
  font-weight: 900;
}
.ready {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  top: 70px;
  position: relative;
  padding: 30px;
  background-color: var(--Very-Pale-Cyan);
  display: flex;
}
.ready-text {
}
.ready-button {
  border-radius: 30px;
  padding: 14px;
  background-color: var(--Pink);
  margin-top: 20px;
}
.ready-button:hover {
  background-color: hsl(322, 57%, 34%);
  cursor: pointer;
}
footer {
  font-size: 13px;
  color: white;
  display: flex;
}
.footer {
  padding-top: 90px;
  padding-bottom: 50px;
  width: 100%;
  background-color: var(--Very-Dark-Cyan);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fo-abteil1 {
  width: 300px;
}
.fo-abteil2 .fo-text:hover {
  background-color: rgba(0, 0, 0, 0.212);
  border-radius: 30px;
}
.fo-abteil3 .fo-text:hover {
  background-color: rgba(0, 0, 0, 0.212);
  border-radius: 30px;
}

.fo-abteil3 {
}
.fo-abteil1,
.fo-abteil2,
.fo-abteil3 {
  font-family: "Open Sans", sans-serif;
  text-align: start;
  padding: 30px;
  margin-right: 90px;
}
.fo-text {
  padding-left: 15px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 9px;
}
.fo-text img {
  padding-right: 10px;
}

@media screen and (min-width: 2000px) {
  .bilder img {
    width: 900px;
  }
  .texte {
    margin-left: 260px;
    font-size: 40px;
    max-width: 40ch;
    padding: 25px;
  }
  .texte-bilder2 .texte {
    margin-right: 260px;
  }
  h2 {
    font-size: 54px;
    font-style: oblique;
    font-weight: bolder;
  }
  b {
    font-size: 44px;
    font-weight: 900;
  }
  .unten-links {
    font-size: 1.4em;
    max-width: 70ch;
    text-align: center;
    margin-left: 390px;
    font-family: "Poppins", sans-serif;
  }
}
@media screen and (max-width: 900px) {
  .bilder img {
    width: 500px;
  }
  .texte {
    font-size: 13px;
    max-width: 40ch;
    padding: 25px;
  }
  h2 {
    font-size: 23px;
    font-style: oblique;
    font-weight: bolder;
  }
  b {
    font-size: 17px;
    font-weight: 900;
  }
}
