.title-picture {
  position: relative;
  height: 100vh;
  padding-bottom: 24px;
}

body {
  margin: 0;
  position: absolute;
  overflow-x: hidden;
}

* {
  font-family: "HelveticaLt";
}

@font-face {
  font-family: "HelveticaLt";
  src: url("../fonts/helvetica_light.ttf") format("truetype");
}

.title-picture-container {
  background-color: #13a538;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.textdisplay {
  text-align: center;
}

.background-one {
  background-color: #ffffff;
  width: 100%;
}

.background-two {
  background-color: #f0f6ed;
  width: 100%;
}

#background-three {
  background-color: #c6c6c6;
  width: 100%;
  cursor: pointer;
}

#background-four {
  display: none;
  background-color: #e9e9e9;
  width: 100%;
  padding-top: 25px;
}

#background-five {
  display: block;
  background-color: #f9b000;
  width: 100%;
  padding-top: 25px;
}

.alignedtext {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 16pt;
}

.quoteend {
  text-align: right;
}

.quoteend-green {
  text-align: right;
  color: #13a538;
}

.green {
  color: #13a538;
  font-weight: normal;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #aad29a;
  border-radius: 50%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.dot2 {
  height: 25px;
  width: 25px;
  background-color: #c6c6c6;
  border-radius: 50%;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 10px;
}

.dotcontainer {
  text-align: center;
}

.header-grey {
  font-weight: 1;
  color: #878787;
  font-size: 35px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.header-black {
  font-weight: 1;
  color: black;
  /*font-size: 35px;*/
  margin-top: 100px;
  margin-bottom: 100px;
}

.books {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.booklink {
  background-color: #f9b000;
  position: relative;
  text-align: left;
  line-height: 100%;
}

#booklink {
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: 500ms;
  margin: 0;
  width: 100%;
}

#booklink:hover {
  border-color: #878787;
}

#buch-und-bestellung {
  width: 100%;
  /* box-sizing: border-box;*/
}

.white-text {
  color: #ffffff;
}

.grey {
  color: #878787;
}

.green-section {
  background-color: #f0f6ed;
}

.modal-menu a {
  color: black !important;
  text-decoration: none;
}

.modal-menu li {
  border-color: none;
  border-style: none;
  height: 50px;
}

.burger-icon-wrapper {
  width: 35px;
  cursor: pointer;
}

.burger-icon {
  width: 100%;
  height: 3px;
  background-color: white;
  margin: 6px 0;
  transition: 200ms;
}

.menu-divider {
  margin-top: 20px;
  margin-bottom: 35px;
  border: none;
  background: #ffffff;
  height: 1px;
}

.toggle.nav-toggle.mobile-nav-toggle {
  position: fixed;
  top: 50px;
  right: 10%;
  bottom: unset;
  z-index: 999;
  background: none;
  border: none;
  outline: none;
}

ul.modal-menu.reset-list-style a {
  font-weight: normal;
}

.menu-modal.cover-modal.header-footer-group.show-modal.active {
  z-index: 1000;
}

.toggle.close-nav-toggle {
  background: none;
  border: none;
  margin-left: 80%;
  margin-top: 30px;
  outline: none;
  cursor: pointer;
}

.menu-top {
  text-align: center;
  background-color: #f9b000;
  padding-top: 23px;
  padding-bottom: 10px;
}

.expanded-menu {
  max-width: 400px;
  position: static;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.modal-menu.reset-list-style {
  list-style: none;
  font-size: 20pt;
}

#modal-menu {
  height: 100%;
}

.format {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

ul {
  padding-inline-start: 0px;
}

@media screen and (max-width: 600px) {
  .format {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-top {
    padding-top: 45px;
  }

  .expanded-menu {
    margin-top: -30px;
  }

  .toggle.close-nav-toggle {
    margin-left: 85%;
    margin-top: 8%;
  }

  .alignedtext {
    font-size: 21pt;
    line-height: 180%;
  }

  .title-picture {
    height: 100%;
    width: auto;
    padding-top: 10%;
    padding-bottom: 50px;
  }

  .toggle.nav-toggle.mobile-nav-toggle {
    top: 20px;
    right: 1%;
  }

  .expanded-menu {
    width: 400px;
    position: static;
  }

  .modal-menu.reset-list-style {
    list-style: none;
    font-size: 20pt;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-height: 800px) {
  .noscroll {
    overflow: hidden;
  }

  .disappear {
    display: none;
  }

  .scrollable {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media screen and (min-width: 600px) {
  body {
    width: 100%;
  }
}

@media screen and (max-height: 1000px) and (min-width: 600px) {
  .title-picture {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
