:root {
  --color-primary: #F4AE43;
  --color-primary-light: #F9D7A1 ;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

body,
html {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  position: relative;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}
@media (max-width: 86em) {
  html {
    font-size: 56.25%; /* 1rem = 9px, 9/16 = 56.25% */
  }
}
@media (max-width: 59em) {
  html {
    font-size: 50%; /* 1rem = 8px, 8/16 = 50% */
  }
}

body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
  font-weight: 400;
  line-height: 1;
  background-color: #fff;
}

a:link,
a:visited {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.centered-1380 {
  max-width: 138rem;
  margin: 0 auto;
}

.header-2 {
  position: relative;
  color: #fff;
  padding: 1.6rem 3.2rem;
  display: flex;
}
@media (max-width: 48em) {
  .header-2 {
    padding: 1.6rem 1.6rem;
  }
}
.header-2__logo {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 100rem;
  padding: 0.8rem;
}
.header-2__logo img {
  display: block;
  max-width: 100%;
}
.header-2__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 59em) {
  .header-2__nav {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-left: auto;
  }
}
@media (max-width: 48em) {
  .header-2__nav {
    display: none;
  }
}
.header-2__nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.header-2__nav-list-item a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 0.8rem 0;
  position: relative;
}
.header-2__nav-list-item a:after {
  display: block;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.header-2__nav-list-item a:hover:after, .header-2__nav-list-item a:active:after, .header-2__nav-list-item a:focus:after {
  width: 100%;
  left: 0;
}
.header-2__nav-list-item a:focus {
  outline: none;
}
.header-2__mobile-nav-button-open {
  margin-left: auto;
  display: none;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 48em) {
  .header-2__mobile-nav-button-open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }
}
.header-2__mobile-nav-button-open-line {
  width: 4rem;
  height: 0.2rem;
  background-color: #fff;
  transition: all 0.3s;
}
.header-2__mobile-nav-button-close {
  position: absolute;
  top: 3.2rem;
  right: 1.6rem;
  width: 32px;
  height: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.header-2__mobile-nav-button-close-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.header-2__mobile-nav-button-close-line:first-child {
  transform: translateY(1000%) rotate(45deg);
}
.header-2__mobile-nav-button-close-line:last-child {
  transform: translateY(1000%) rotate(-45deg);
}

.section-hero {
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  position: relative;
}
@media screen and (-webkit-max-device-pixel-ratio: 1.4) {
  .section-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../media/img/hero-img/imkerei/webp/imkerei-small.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 2.4) {
  .section-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../media/img/hero-img/imkerei/webp/imkerei-medium.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2.5) {
  .section-hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../media/img/hero-img/imkerei/webp/imkerei-large.webp");
  }
}
.section-hero-header {
  z-index: 999;
}
.section-hero-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-hero-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 12rem 0;
  transition: all 2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-hero-text h1 {
  font-size: 6vw;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.2rem;
  letter-spacing: 0.5rem;
  white-space: nowrap;
}
@media (max-width: 48em) {
  .section-hero-text h1 {
    font-size: 11vw;
  }
}
.section-hero-text-line-break {
  height: 2px;
  background: linear-gradient(to right, transparent, white, transparent);
}
.section-hero-text h2 {
  margin-top: 1.2rem;
  font-size: 2vw;
  font-weight: 400;
  letter-spacing: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
@media (max-width: 48em) {
  .section-hero-text h2 {
    gap: 1.6rem;
    font-size: 4.5vw;
    letter-spacing: 0.3rem;
  }
}
.section-hero-text span {
  opacity: 0;
  animation: fade-in 2s ease forwards;
}
.section-hero-text__sellingpoint {
  margin-top: 6.4rem;
  font-size: 1.6vw;
  font-weight: 400;
  letter-spacing: 0.4rem;
}
.section-hero-text__sellingpoint h3 {
  font-size: 1.6vw;
  font-weight: 600;
  margin-bottom: 1.2rem;
  opacity: 0;
  animation: fade-in 2s ease forwards;
}
@media (max-width: 48em) {
  .section-hero-text__sellingpoint h3 {
    font-size: 4.5vw;
    letter-spacing: 0.3rem;
  }
}
.section-hero-text__sellingpoint p {
  font-size: 1.2vw;
  opacity: 0;
  animation: fade-in 2s ease forwards;
}
@media (max-width: 48em) {
  .section-hero-text__sellingpoint p {
    font-size: 4.5vw;
    letter-spacing: 0.3rem;
  }
}
.section-hero-text .regional {
  animation-delay: 0.75s;
}
.section-hero-text .natuerlich {
  animation-delay: 1.5s;
}
.section-hero-text .lecker {
  animation-delay: 2.25s;
}
.section-hero__mobile-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 9999;
}
.section-hero__mobile-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7.2rem;
}
.section-hero__mobile-nav-list-item a {
  display: inline-block;
  color: #fff;
  font-size: 5vw;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.3rem;
  padding: 0.8rem 0;
}

.section-hero-honig {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../media/img/hero-img/honig/webp/honig.webp");
}

@media screen and (-webkit-max-device-pixel-ratio: 1.4) {
  .section-hero-verkaufsstellen {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/verkaufstellen/webp/verkaufsstellen-small.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 2.4) {
  .section-hero-verkaufsstellen {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/verkaufstellen/webp/verkaufsstellen-medium.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2.5) {
  .section-hero-verkaufsstellen {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/verkaufstellen/webp/verkaufsstellen-large.webp");
  }
}

@media screen and (-webkit-max-device-pixel-ratio: 1.4) {
  .section-hero-galerie {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../media/img/hero-img/galerie/webp/galerie-small.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.4) {
  .section-hero-galerie {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../media/img/hero-img/galerie/webp/galerie-medium.webp");
  }
}

@media screen and (-webkit-max-device-pixel-ratio: 1.4) {
  .section-hero-bienenpatenschaften {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../media/img/hero-img/bienenpatenschaften/webp/bienenpatenschaften-small.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.4) {
  .section-hero-bienenpatenschaften {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../media/img/hero-img/bienenpatenschaften/webp/bienenpatenschaften-medium.webp");
  }
}

.section-hero-impressum {
  height: 70vh;
}
@media screen and (-webkit-max-device-pixel-ratio: 1.4) {
  .section-hero-impressum {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/impressum/webp/impressum-small.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 2.4) {
  .section-hero-impressum {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/impressum/webp/impressum-medium.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2.5) {
  .section-hero-impressum {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/impressum/webp/impressum-large.webp");
  }
}

.section-hero-datenschutz {
  height: 70vh;
}
@media screen and (-webkit-max-device-pixel-ratio: 1.4) {
  .section-hero-datenschutz {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/datenschutz/webp/datenschutz-small.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 2.4) {
  .section-hero-datenschutz {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/datenschutz/webp/datenschutz-medium.webp");
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2.5) {
  .section-hero-datenschutz {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../media/img/hero-img/datenschutz/webp/datenschutz-large.webp");
  }
}

.section-text {
  padding: 12rem 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  row-gap: 2.4rem;
  column-gap: 6.4rem;
}
@media (max-width: 90.25em) {
  .section-text {
    padding: 12rem 3.2rem 0 3.2rem;
  }
}
@media (max-width: 62.5em) {
  .section-text {
    grid-template-columns: 67.5rem;
    grid-template-rows: auto auto auto;
    justify-content: center;
  }
}
@media (max-width: 40em) {
  .section-text {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-content: center;
  }
}
.section-text img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
@media (max-width: 62.5em) {
  .section-text img {
    max-height: none;
  }
}
.section-text h3 {
  font-size: 4.8rem;
}
@media (max-width: 62.5em) {
  .section-text h3 {
    margin-top: 3.2rem;
  }
}
@media (max-width: 31.25em) {
  .section-text h3 {
    font-size: 3.6rem;
  }
}
.section-text p {
  font-size: 2.4rem;
  line-height: 1.6;
}
.section-text a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}
.section-text-top {
  grid-row: 1/2;
}
@media (max-width: 62.5em) {
  .section-text-top {
    grid-row: 2/3;
  }
}
.section-text-left, .section-text-right {
  grid-row: 2/-1;
}
.section-text-left {
  justify-self: start;
}
.section-text-right {
  justify-self: end;
  text-align: right;
}
@media (max-width: 62.5em) {
  .section-text-img {
    grid-row: 1/2;
    margin: 0 auto;
  }
}
@media (max-width: 62.5em) {
  .section-text-p {
    grid-row: 3/4;
    text-align: left;
    justify-self: start;
  }
}

.section-text-small-gap {
  grid-template-columns: repeat(2, auto);
  column-gap: 12rem;
}
@media (max-width: 62.5em) {
  .section-text-small-gap {
    grid-template-columns: 67.5rem;
    grid-template-rows: auto auto auto;
    justify-content: center;
  }
}
@media (max-width: 40em) {
  .section-text-small-gap {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-content: center;
  }
}
.section-text-small-gap img {
  max-height: 56.2rem;
  width: auto;
}

.section-gallery {
  padding: 12rem 0 0 0;
}
@media (max-width: 90.25em) {
  .section-gallery {
    padding: 1.6rem 1.6rem 0 1.6rem;
  }
}
.section-gallery__container {
  display: grid;
  grid-template-columns: minmax(0, 30rem) minmax(0, 30rem) minmax(0, 30rem) minmax(0, 30rem);
  grid-template-rows: auto auto auto;
  justify-content: center;
  row-gap: 2.4rem;
  column-gap: 2.4rem;
}
@media (max-width: 48em) {
  .section-gallery__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
    row-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}
.section-gallery img {
  display: block;
  max-width: 100%;
  max-height: 62.7rem;
  border-radius: 4px;
}
@media (max-width: 48em) {
  .section-gallery img {
    max-height: 100rem;
  }
}
.section-gallery-img-1 {
  grid-column: 1/2;
  grid-row: 1/2;
}
.section-gallery-img-2 {
  grid-column: 1/2;
  grid-row: 2/4;
}
.section-gallery-img-3 {
  grid-column: 2/3;
  grid-row: 1/3;
}
.section-gallery-img-4 {
  grid-column: 2/3;
  grid-row: 3/4;
}
.section-gallery-img-5 {
  grid-column: 3/4;
  grid-row: 1/2;
}
@media (max-width: 48em) {
  .section-gallery-img-5 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}
.section-gallery-img-6 {
  grid-column: 3/4;
  grid-row: 2/-1;
}
@media (max-width: 48em) {
  .section-gallery-img-6 {
    grid-column: 1/2;
    grid-row: 5/7;
  }
}
.section-gallery-img-7 {
  grid-column: 4/5;
  grid-row: 1/3;
}
@media (max-width: 48em) {
  .section-gallery-img-7 {
    grid-column: 2/3;
    grid-row: 4/6;
  }
}
.section-gallery-img-8 {
  grid-column: 4/5;
  grid-row: 3/4;
}
@media (max-width: 48em) {
  .section-gallery-img-8 {
    grid-column: 2/3;
    grid-row: 6/7;
  }
}

.section-pricing-cards {
  padding: 12rem 0 0 0;
}
@media (max-width: 90.25em) {
  .section-pricing-cards {
    padding: 12rem 3.2rem 0 3.2rem;
  }
}
.section-pricing-cards__container {
  display: grid;
  grid-template-columns: repeat(3, 40rem);
  gap: 4.8rem;
  justify-content: center;
}
@media (max-width: 72.5em) {
  .section-pricing-cards__container {
    grid-template-columns: repeat(2, 40rem);
  }
}
@media (max-width: 48em) {
  .section-pricing-cards__container {
    grid-template-columns: auto;
  }
}
.section-pricing-cards__container__card {
  position: relative;
  border: #F4AE43 4px solid;
  border-radius: 32px;
  display: grid;
  grid-template-rows: auto minmax(0, 47.6rem);
  overflow: hidden;
}
@media (max-width: 72.5em) {
  .section-pricing-cards__container__card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
@media (max-width: 72.5em) {
  .section-pricing-cards__container__card.card-gold {
    grid-column: 1/-1;
  }
}
.section-pricing-cards__container__card-top {
  padding: 1.6rem;
}
.section-pricing-cards__container__card-bottom-details {
  color: white;
  background-color: #F4AE43;
  padding: 2.4rem;
  height: 100%;
}
.section-pricing-cards__container__card-bottom-details ul {
  list-style: none;
  padding: 0;
}
.section-pricing-cards__container__card-bottom-details ul li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
.section-pricing-cards__container__card-bottom-details ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}
.section-pricing-cards__container__card img {
  display: block;
  max-width: 100%;
  max-height: 6.4rem;
  border-radius: 16px 16px 0 0;
}
.section-pricing-cards__container__card h4 {
  color: #F4AE43;
  font-size: 2.4rem;
  margin-top: 2.4rem;
  text-align: center;
}
.section-pricing-cards__container__card h5 {
  color: #F4AE43;
  font-size: 6.4rem;
  margin-top: 1.6rem;
  text-align: center;
  margin-bottom: 1.6rem;
}

.footer {
  margin-top: 12rem;
  background-color: var(--color-primary);
  position: relative;
  display: grid;
  grid-template-columns: max-content max-content auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 48em) {
  .footer {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    justify-content: start;
  }
}
.footer__nav {
  grid-column: 1/2;
  padding-left: 3.2rem;
}
@media (max-width: 48em) {
  .footer__nav {
    grid-column: 2/3;
    grid-row: 1/2;
    padding: 1.6rem 0;
  }
}
.footer__nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
}
.footer__nav-list-item a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 0.8rem 0;
  position: relative;
}
@media (max-width: 48em) {
  .footer__nav-list-item a {
    padding: 0 0 0.8rem 0;
  }
}
.footer__nav-list-item a:after {
  display: block;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.footer__nav-list-item a:hover:after, .footer__nav-list-item a:active:after, .footer__nav-list-item a:focus:after {
  width: 100%;
  left: 0;
}
.footer__nav-list-item a:focus {
  outline: none;
}
.footer__copyright {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (max-width: 48em) {
  .footer__copyright {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: start;
    justify-self: center;
    padding: 0 0 1.6rem 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
.footer__copyright a {
  color: #fff;
  text-decoration: none;
}
.footer__logo {
  grid-column: 3/4;
  background-color: var(--color-primary-light);
  padding: 1.6rem 3.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 48em) {
  .footer__logo {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}
.footer__logo img {
  display: block;
  max-width: 100%;
}

.footer-no-margin {
  margin-top: 0;
}

.title-left {
  grid-column: 1/2;
  text-align: left;
  justify-self: start;
}
@media (max-width: 62.5em) {
  .title-left {
    grid-column: 1/-1;
  }
}

.title-right {
  grid-column: 2/3;
  text-align: right;
  justify-self: end;
}
@media (max-width: 62.5em) {
  .title-right {
    grid-column: 1/-1;
    text-align: left;
    justify-self: start;
  }
}

.link-current {
  position: relative;
}
.link-current:after {
  display: block;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
}
.link-current:after {
  animation: link-current 0.75s ease forwards;
  animation-delay: 0.75s;
}

.mobile-nav-open {
  visibility: visible;
  opacity: 1;
  transition: all 2s;
}

.section-hero-text-hide {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.mobile-nav-button-open-hide {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.mobile-nav-button-close-show {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
}

.agentur-link-mobile {
  display: none;
}
@media (max-width: 48em) {
  .agentur-link-mobile {
    display: block;
  }
}

@media (max-width: 48em) {
  .agentur-link-desktop {
    display: none;
  }
}

.rechtliches {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 8px solid #000;
}

.section-rechtliches {
  overflow-wrap: break-word;
}
@media (max-width: 90.25em) {
  .section-rechtliches {
    padding: 12rem 3.2rem 0 3.2rem;
  }
}
.section-rechtliches h3 {
  font-size: 4.8rem;
}
@media (max-width: 62.5em) {
  .section-rechtliches h3 {
    margin-top: 3.2rem;
  }
}
@media (max-width: 31.25em) {
  .section-rechtliches h3 {
    font-size: 3.6rem;
  }
}
.section-rechtliches h4 {
  font-size: 3.6rem;
  margin: 1.6rem 0;
  line-height: 1.2;
}
.section-rechtliches h5 {
  font-size: 3.2rem;
  margin: 1.6rem 0;
  line-height: 1.2;
}
.section-rechtliches h6 {
  font-size: 2.4rem;
  margin: 1.6rem 0;
  line-height: 1.2;
}
.section-rechtliches p {
  font-size: 2.4rem;
  line-height: 1.6;
}
.section-rechtliches a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  line-height: 1.2;
}
.section-rechtliches ul li {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-left: 3.2rem;
}

.no-margin {
  margin: 0 !important;
}

.section-rechtliches {
  padding-top: 6.4rem;
}
@media (max-width: 47.9375em) {
  .section-rechtliches {
    padding-top: 3.2rem;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes link-current {
  from {
    width: 0;
    left: 50%;
  }
  to {
    width: 100%;
    left: 0;
  }
}

/*# sourceMappingURL=main.css.map */
