/* 1. Die normale (aufrechte) Version */
@font-face {
  font-family: 'Inter';
  src: url('/static/fonts/Inter/InterVariable.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* 2. Die kursive Version */
@font-face {
  font-family: 'Inter';
  src: url('/static/fonts/Inter/InterVariable-Italic.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-style: italic;
  /* Wichtig: Hier auf italic setzen */
  font-display: swap;
}
h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
h2 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}
h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}
h4 {
  font-size: 1.25rem;
}
p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
body ul {
  padding: 0 18px;
}
body ul li {
  font-weight: 400;
  line-height: 1.6;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  min-width: fit-content;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 5px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  line-height: normal !important;
  transition: color 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out;
}
.button.light {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.button.dark {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.button.dark:hover {
  color: #000;
}
.button.transparent {
  background: transparent;
  color: #000;
  border-color: #000;
  border-width: 2px;
}
.button.transparent:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .button {
    padding: 12px 22px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .button {
    padding: 11px 22px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 576px) {
  .button {
    padding: 11px 17px;
    font-size: 0.85rem;
  }
}
@media only screen and (max-width: 480px) {
  .button {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .buttons .button {
    min-width: auto;
    width: auto;
    text-align: left;
    align-self: flex-start;
  }
}
.text-with-button-section {
  display: flex;
  justify-content: center;
  padding: 4rem 2rem;
  min-height: 600px;
}
.text-with-button-section .text-box {
  max-width: 750px;
  width: 100%;
}
.text-with-button-section .text-box .buttons {
  margin-top: 3rem;
}
.text-with-button-section .title {
  text-align: left;
  padding-top: 5rem;
  margin-bottom: 3rem;
}
.text-with-button-section .title h1 {
  hyphens: none;
}
.text-with-button-section .text {
  text-align: left;
  max-width: 1100px;
  width: 100%;
}
.text-with-button-section .text p {
  font-size: 18px;
}
.text-with-button-section .button {
  max-width: 450px;
  display: flex;
  justify-content: flex-start;
}
.text-with-button-section div.button {
  margin-top: 3rem;
  padding: 0;
}
.text-with-button-section.light {
  background: #fff;
}
.text-with-button-section.light h1,
.text-with-button-section.light h2,
.text-with-button-section.light h3,
.text-with-button-section.light p,
.text-with-button-section.light .title {
  color: #000;
}
.text-with-button-section.light .title {
  font-size: 2rem;
}
.text-with-button-section.light .title h1,
.text-with-button-section.light .title h2,
.text-with-button-section.light .title p {
  margin: 0;
}
.text-with-button-section.light .button.dark {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}
.text-with-button-section.light .button.dark:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.text-with-button-section.light .button.light {
  border-color: #000;
  border-width: 2px;
}
.text-with-button-section.light .button.light:hover {
  background: #fff;
}
.text-with-button-section.dark {
  background: #000;
}
.text-with-button-section.dark .title {
  color: #AAB4C0;
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
.text-with-button-section.dark .title h1,
.text-with-button-section.dark .title h2,
.text-with-button-section.dark .title p {
  margin: 0;
}
.text-with-button-section.dark .text {
  color: #fff;
}
.text-with-button-section.dark .button.transparent {
  color: #fff;
  border-color: #fff;
  border-width: 1px;
}
.text-with-button-section.dark .button.transparent:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.text-with-button-section.light .button.light {
  background-color: #fff;
  color: #000;
  border-color: #000;
  border-width: 2px;
}
.text-with-button-section.light .button.light:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .text-with-button-section {
    padding: 4rem 2rem;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .text-with-button-section {
    padding: 4rem 2rem;
  }
  .text-with-button-section p {
    font-size: 18px;
  }
  .text-with-button-section h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .text-with-button-section {
    padding: 4rem 2rem;
  }
  .text-with-button-section p {
    font-size: 18px;
  }
  .text-with-button-section h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .text-with-button-section {
    padding: 3rem 2rem;
  }
  .text-with-button-section .text p {
    hyphens: auto;
    word-wrap: break-word;
  }
  .text-with-button-section p {
    font-size: 18px;
  }
  .text-with-button-section h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 481px) and (max-width: 576px) {
  .button {
    padding: 1rem 2rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 576px) {
  .text-with-button-section {
    padding: 3rem 1.5rem;
  }
  .text-with-button-section .title {
    padding-top: 3rem;
  }
  .text-with-button-section .title h1 {
    word-wrap: break-word;
    hyphens: auto;
  }
  .text-with-button-section .text {
    max-width: 100%;
    margin: 2rem auto;
  }
  .text-with-button-section .button {
    max-width: 100%;
  }
  .text-with-button-section p {
    font-size: 16px;
  }
  .text-with-button-section h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 480px) {
  .text-with-button-section {
    padding: 3rem 1.5rem;
    min-height: 200px;
    max-height: fit-content;
  }
  .text-with-button-section .title {
    padding-top: 3rem;
  }
  .text-with-button-section .title h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    word-wrap: break-word;
    hyphens: auto;
  }
  .text-with-button-section .text {
    max-width: 100%;
    margin: 2rem auto;
  }
  .text-with-button-section .text p {
    font-size: 16px;
  }
  .text-with-button-section .button {
    max-width: 100%;
  }
}
