@font-face {
  font-family: Figtree Variablefont Wght;
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriad Pro;
  src: url('../fonts/MyriadPro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriad Pro;
  src: url('../fonts/MyriadPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #000;
  --hanseblau: #1991a5;
  --hellblau: #74c8da;
  --bg-light-grey: #f7f9fa;
  --white: white;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Figtree Variablefont Wght, Arial, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Figtree Variablefont Wght, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Myriad Pro, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

a {
  font-family: Figtree Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.c-site-wrapper {
  width: 100%;
}

.paragraph {
  text-align: left;
  max-width: 800px;
  font-family: Myriad Pro, Arial, sans-serif;
  font-size: 17px;
  line-height: 120%;
}

.paragraph.cc-center {
  text-align: center;
}

.button {
  background-color: var(--hanseblau);
  color: #fff;
  text-transform: none;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 15px 35px;
  font-family: Myriad Pro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button:hover {
  background-color: var(--hellblau);
  box-shadow: none;
  color: #fff;
}

.subheading {
  margin-top: 0;
  margin-bottom: 20px;
}

.subheading.cc-center {
  text-align: center;
}

.c-section.cc-bg {
  background-color: var(--bg-light-grey);
}

.c-section.cc-header {
  border-bottom: 7px solid var(--hellblau);
  width: 100%;
}

.c-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
}

.c-container.cc-center {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.c-container.cc-trenner {
  padding-bottom: 0;
}

.c-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.c-content-wrapper.cc-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-content-wrapper.cc-vertical.cc-kontakt {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.c-content-wrapper.cc-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.c-content-wrapper.cc-center.cc-trenner {
  border-bottom: 7px solid var(--hellblau);
  padding-bottom: 20px;
}

.c-footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.c-footer-info-text {
  font-family: Lato, sans-serif;
}

.f2wf-columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--hanseblau);
  color: #fff;
  border-top: 1px solid #2d393b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 100px 24px 40px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.c-footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.c-footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c-footer-links.cc-2sp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.c-footer-link {
  color: #fff;
  text-decoration: none;
}

.c-footer-link:hover {
  color: #fff;
}

.c-footer-logo {
  object-fit: contain;
  width: 190.849px;
  margin-right: 100px;
}

.c-footer-info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c-footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.image {
  object-fit: contain;
  position: absolute;
  top: -150%;
}

.c-footer-erweiterung {
  background-color: var(--bg-light-grey);
  padding-top: 450px;
}

.rich-text-block {
  font-family: Myriad Pro, Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.link-2, .link-3 {
  color: var(--white);
}

.heading {
  font-family: Figtree Variablefont Wght, Arial, sans-serif;
  font-weight: 800;
}

.heading.cc-center {
  text-align: center;
}

.heading-2 {
  font-family: Figtree Variablefont Wght, Arial, sans-serif;
}

.c-column {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.c-column.cc-center {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
}

.text-span {
  color: var(--hanseblau);
  font-weight: 400;
}

@media screen and (min-width: 1440px) {
  .image {
    top: -150%;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    margin-bottom: 25px;
  }

  .c-container {
    max-width: 1200px;
  }

  .c-content-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
  }

  .c-content-wrapper.cc-vertical.cc-kontakt {
    justify-content: flex-start;
    align-items: center;
  }

  .c-content-wrapper.cc-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .c-column {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .c-container {
    background-color: #0000;
    justify-content: center;
    align-items: flex-start;
    max-width: 1440px;
    padding: 40px 30px;
  }

  .f2wf-columns {
    flex-flow: row;
    align-items: center;
  }

  .c-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-footer-content {
    grid-column-gap: 25px;
    grid-row-gap: 29px;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .c-footer-links {
    align-items: flex-start;
  }

  .c-footer-links.cc-2sp {
    width: auto;
  }

  .c-footer-logo {
    width: 140px;
    margin-right: 0;
  }

  .c-footer-info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: flex-start;
    width: auto;
  }

  .image {
    max-width: 200%;
    top: -75%;
  }

  .c-footer-erweiterung {
    padding-top: 200px;
  }
}

@media screen and (max-width: 767px) {
  .c-container.cc-center {
    justify-content: center;
    align-items: center;
  }

  .c-content-wrapper {
    flex-flow: column;
  }

  .c-content-wrapper.cc-vertical.cc-kontakt {
    width: 100%;
  }

  .c-content-wrapper.cc-grid {
    flex-flow: column;
  }

  .c-content-wrapper.cc-center {
    justify-content: flex-start;
    align-items: center;
  }

  .c-footer-info-text {
    text-align: center;
  }

  .f2wf-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-footer-content {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .c-footer-links {
    align-items: center;
  }

  .c-footer-links.cc-2sp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-footer-link {
    text-align: left;
  }

  .c-footer-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .c-footer-column {
    margin-bottom: 26px;
  }

  .image {
    top: -22%;
  }

  .c-footer-erweiterung {
    padding-top: 100px;
  }

  .image-2 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: auto;
  }

  .c-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: clip;
  }

  .c-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 20px;
  }

  .c-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .c-content-wrapper.cc-vertical.cc-kontakt {
    width: 100%;
  }

  .c-content-wrapper.cc-grid {
    flex-flow: column;
  }

  .c-footer-info-text {
    text-align: center;
    width: 100%;
  }

  .c-footer-info-text.cc-mobile-hide {
    text-align: left;
  }

  .f2wf-columns {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .c-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .c-footer-content {
    grid-row-gap: 25px;
    display: flex;
  }

  .c-footer-links.cc-2sp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .c-footer-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .c-footer-column {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 0;
  }

  .image {
    top: -10%;
  }

  .heading {
    font-size: 40px;
  }
}


@font-face {
  font-family: 'Figtree Variablefont Wght';
  src: url('../fonts/Figtree-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}