a {
  color: #11362f;
  border-bottom: 5px solid #a1e5d7;
  text-decoration: none;
}

.section {
  height: 68vh;
  background-image: linear-gradient(140deg, #94f8f5, #00ffca);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section.white, .section.footer {
  height: auto;
  background-color: #fff;
  background-image: none;
  align-items: stretch;
}

.content {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin: 80px 140px;
  display: flex;
}

.content.footer {
  flex-direction: row;
  margin-top: 60px;
  margin-bottom: 30px;
}

.content.adresse {
  margin-bottom: 0;
}

.image {
  width: 50%;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  font-family: Euclidflex, sans-serif;
  font-weight: 500;
}

.paragraph {
  color: #11362f;
  font-family: Merriweather, serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 160%;
}

.paragraph.small {
  font-size: 14px;
  line-height: 120%;
}

.logo {
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Euclidflex, sans-serif;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 87%;
}

.logo.one-line {
  margin-bottom: 13px;
  font-size: 5.4rem;
}

.logo.ohne {
  margin-bottom: 0;
  line-height: 93%;
}

.logo.ohne.ausgleich {
  margin-left: 64px;
}

.logo.ohne.top {
  margin-top: -7px;
}

.logo.untertitel {
  font-size: 2.3rem;
  font-weight: 700;
}

.div-block {
  border-bottom: 13px solid #fff;
  border-left-width: 13px;
  border-left-color: #fff;
  border-right: 13px solid #fff;
  flex-direction: column;
  margin-bottom: 43px;
  padding-top: 0;
  padding-bottom: 13px;
  padding-right: 14px;
  display: flex;
}

.div-block-2 {
  justify-content: space-around;
  margin-top: -6px;
  display: flex;
}

.paragraph-copy {
  color: #2e5850;
  font-family: Gt alpina standard trial;
  font-size: 2.3rem;
  line-height: 130%;
}

.paragraph-copy.small {
  font-size: 1.8rem;
  line-height: 120%;
}

.link {
  border-bottom-width: 3px;
}

.footer-links {
  margin-right: 10px;
}

.link-block {
  border-bottom-style: none;
}

@media screen and (max-width: 991px) {
  a {
    border-bottom-width: 5px;
  }

  .section {
    height: 75vh;
  }

  .content {
    margin: 70px 80px;
  }

  .paragraph-copy {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  a {
    border-bottom-width: 4px;
  }

  .section {
    height: 60vh;
  }

  .content {
    margin: 42px 50px;
  }

  .paragraph {
    font-size: 1.2rem;
  }

  .logo {
    font-size: 3.2rem;
  }

  .paragraph-copy {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479px) {
  a {
    border-bottom-width: 3px;
  }

  .section {
    height: 70vh;
  }

  .content {
    margin: 19px 30px;
  }

  .paragraph {
    font-size: 4vw;
  }

  .logo {
    margin-bottom: 2vw;
    font-size: 11vw;
  }

  .paragraph-copy {
    font-size: 4.4vw;
  }
}


@font-face {
  font-family: 'Euclidcircularb webxl';
  src: url('../fonts/EuclidCircularB-Regular-WebXL.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcircularb webxl';
  src: url('../fonts/EuclidCircularB-SemiboldItalic-WebXL.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidflex';
  src: url('../fonts/EuclidFlex-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}