* {
  margin: 0px;
  padding: 0px;
  font-family: 'Plus Jakarta Sans';
}

p, li {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.01em;
}

span.tool-title {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 450;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: 0.01em;
}

span.tool-subtitle {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: var(--color-grey);
  letter-spacing: 0.01em;
}

a.tool-link {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

#description {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
}

#authors {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: var(--color-grey)
}

p.bigger {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 25px;
}

p.subtitle,
span.subtitle {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 137%;
  color: var(--color-grey);
  letter-spacing: 0.01em;
}

/* li:not(:last-child) {
  margin-bottom: 10px;
} */

h1 {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 33px;
  line-height: 120%;
}

h2 {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}

h3 {
  /* font-family: 'Plus Jakarta Sans'; */ /* teilweise so, teilweise so */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;

  margin-top: 56px;
  margin-bottom: 24px;

}

h3.tool-group-title {
  margin-top: 76px;
}

h3.book-author {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;

  margin-top: 24px;
  margin-bottom: 16px;
}

div.section h3:first-of-type {
  margin-top: 0px !important;
}

h4 {
  /* font-family: 'Plus Jakarta Sans'; */ /* teilweise so, teilweise so */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;

  margin-top: 24px;
  margin-bottom: 16px;
}

header .left span.logo-text {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  letter-spacing: 0.01em;
}

ul {
  margin-left: 20px;
}

/* iPhone 8 */
@media (max-width: 400px) {
  h1#title {
    font-size: 28px !important;
  }
}

/* iPhone SE */
@media (max-width: 350px) {
  h1#title {
    font-size: 24px !important;
  }

  p#authors {
    font-size: 13px !important;
  }

  p, li, p#description, span.tool-title {
    font-size: 16px !important;
  }

  #nav-menu li {
    font-size: 24px !important;
  }
}

a.button-black {
  color: white;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

div#scroll-down {
  color: white;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  transform: rotate(90deg);
}

span.characteristics-content {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 450;
  font-size: 15px;
  line-height: 130%;
  /* or 19px */
}

hr {
  border: 0.5px solid var(--color-light-grey);
}

hr.characteristics-hr {
  margin: 12px 0px;
}

hr.voices-hr {
  margin: 32px 0px;
}

hr.ressources-hr {
  margin: 20px 0px;
}

hr.nav {
  border: 1px solid #000000;
}

#nav-menu ul {
  margin-left: 0px !important;
}

div.ressources-right a {
  text-decoration: none;
}

span.voices-author {
  margin-top: 10px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  /* or 19px */
  letter-spacing: 0.01em;
  color: #000000;
}

a {
  color: #000000;
  font-weight: bold;
}

a.no-bold {
  font-weight: normal !important;
}

img.view-book,
img.design-principals,
img.press-kit {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

img.floom {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

img.menu-toggler {
  cursor: pointer;
  font-size: 40px;
}

div.one-tool:hover {
  opacity: 0.5;
}

footer a {
  text-decoration: none;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.01em;
}