@font-face {
  font-family: Basiercirclemono Webfont;
  src: url('../fonts/basiercirclemono-medium-webfont.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Basiercircle Webfont;
  src: url('../fonts/basiercircle-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --4x: 80px;
  --1x: 20px;
  --dark-green: #1c5e6e;
  --light-blue: #d3f3f9;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Basiercirclemono Webfont, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

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

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

p {
  margin-bottom: 10px;
}

.section {
  padding-top: var(--4x);
  padding-bottom: var(--4x);
}

.section.bg-light-blue.bg-raster {
  position: relative;
}

.container.header {
  margin-bottom: var(--4x);
}

.grid-3, .div-block-2 {
  grid-column-gap: var(--1x);
  grid-row-gap: var(--1x);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tagline {
  margin-bottom: var(--1x);
  font-family: Basiercircle Webfont, Arial, sans-serif;
  font-size: 24px;
}

.heading-hero {
  margin-bottom: var(--1x);
  font-family: Basiercirclemono Webfont, Arial, sans-serif;
  font-size: 48px;
  line-height: 120%;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  padding-right: var(--1x);
  padding-left: var(--1x);
  background-color: var(--dark-green);
}

.bg-light-blue {
  background-color: var(--light-blue);
}

.bg-dark-green {
  background-color: var(--dark-green);
  color: var(--white);
}

.font-size-l {
  font-size: 24px;
  line-height: 140%;
}

.body {
  font-size: 18px;
  line-height: 140%;
}

.bg-raster {
  background-image: url('../images/raster.svg');
  background-position: 0 0;
  background-size: auto;
}

.raster-unten {
  background-image: url('../images/container.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: contain;
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.margin-bottom-4x {
  margin-bottom: var(--4x);
}

.margin-bottom-2x {
  margin-bottom: var(--1x);
}

.hero {
  padding: var(--1x);
}

.footer {
  padding-top: var(--1x);
  padding-bottom: var(--1x);
  background-color: var(--dark-green);
}

.div-block-4 {
  grid-column-gap: var(--1x);
  grid-row-gap: var(--1x);
  display: flex;
}

.text-white {
  color: var(--white);
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: var(--1x);
    padding-left: var(--1x);
  }

  .grid-3, .div-block-2 {
    flex-flow: column;
    display: flex;
  }

  .tagline, .font-size-l {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container.header {
    margin-bottom: var(--1x);
  }

  .heading-hero {
    font-size: 28px;
  }

  .raster-unten {
    height: 80px;
  }
}

#w-node-ee26aea5-25e0-3615-7b07-61349a7e8813-b5ba1fd8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Basiercirclemono Webfont';
  src: url('../fonts/basiercirclemono-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Basiercircle Webfont';
  src: url('../fonts/basiercircle-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}