@font-face {
  font-family: Poppins-Lokal;
  src: url('../fonts/poppins-v21-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Lokal;
  src: url('../fonts/poppins-v21-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Lokal;
  src: url('../fonts/poppins-v21-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Lokal;
  src: url('../fonts/poppins-v21-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Lokal;
  src: url('../fonts/poppins-v21-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Lokal;
  src: url('../fonts/poppins-v21-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Lokal;
  src: url('../fonts/poppins-v21-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --red: #e20613;
  --black: #1d1d1b;
  --dark-red: #5f1417;
  --farbverlauf-rot: #291b1a;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: var(--white);
  font-family: Poppins-Lokal, Arial, sans-serif;
  font-weight: 400;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  transition: all .3s;
}

.navbar-brand:hover {
  transform: scale(.95);
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--red);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image {
  width: 300px;
  max-width: none;
}

.section {
  background-image: url('../images/image-45.webp');
  background-position: 50%;
  background-size: cover;
  padding: 100px 20px;
}

.container {
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.heading {
  background-image: linear-gradient(#0000006e, #8686867a);
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  font-size: 42px;
  font-weight: 500;
  line-height: 60px;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.image-2 {
  width: 300px;
  max-width: none;
  height: 300px;
}

.div-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 50px;
  max-width: none;
}

.text-block {
  font-size: 20px;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-copyright-center-2 {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-dark {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-brand-2 {
  width: 250px;
}

.footer-brand-2.w--current {
  transition: all .3s;
}

.footer-brand-2.w--current:hover {
  transform: scale(.95);
}

.image-20 {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-21 {
  width: 100%;
  max-width: none;
  transition: all .3s;
}

.image-21:hover {
  transform: scale(.92);
}

.link-block-3 {
  transition: all .2s;
  position: absolute;
  inset: auto 15% 1% auto;
}

.link-block-3:hover {
  transform: scale(.95);
}

.footer-content-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.image-37 {
  width: 40px;
  max-width: none;
}

.title-small-2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #000;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.footer-link-2:hover {
  color: var(--red);
}

.footer-kt {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.container-6 {
  max-width: 1000px;
}

.section-2 {
  background-image: linear-gradient(180deg, var(--red), #970d14 50%, #4b1414);
  padding: 100px 20px;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.grid {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
  margin-top: 60px;
}

.text-block-2 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.text-block-3 {
  text-align: center;
  font-size: 20px;
}

.div-block-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border: 2px solid var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.container-7 {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 100px;
  display: flex;
}

.image-38 {
  width: 400px;
  max-width: none;
}

.button {
  border: 2px solid var(--white);
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, black, var(--red));
  white-space: nowrap;
  border-radius: 20px;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all .3s;
}

.button:hover {
  box-shadow: 0 2px 5px 0 var(--white);
  transform: translate(0, -5px);
}

.div-block-14 {
  margin-right: 140px;
}

.paragraph {
  font-size: 18px;
  line-height: 24px;
}

.section-3 {
  background-image: url('../images/Group-186.webp');
  background-position: 50%;
  background-size: cover;
  padding: 100px 20px;
}

.container-8 {
  max-width: 1000px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
}

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

.div-block-16 {
  background-color: #000000b3;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.button-2 {
  border: 2px solid var(--white);
  background-color: #3898ec00;
  align-self: flex-end;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-4 {
  text-align: center;
  margin: 0 20px;
  font-size: 20px;
  font-weight: 500;
}

.image-39 {
  width: 200px;
  max-width: none;
}

.section-4 {
  background-image: linear-gradient(0deg, #701317, var(--red));
  padding: 100px 20px;
}

.container-9 {
  max-width: 1000px;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-17 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.image-40 {
  width: 500px;
  max-width: none;
  height: 324.047px;
}

.paragraph-2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.image-41 {
  width: 100px;
  max-width: none;
}

.div-block-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--white);
  background-color: var(--dark-red);
  border-radius: 25px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  display: flex;
}

.container-10 {
  max-width: 1000px;
}

.div-block-19 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-end;
  display: flex;
}

.container-11 {
  max-width: 1000px;
  margin-top: 80px;
}

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

.kontakt {
  border: 2px solid var(--white);
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, black, var(--red));
  border-radius: 20px;
  padding: 12px 30px;
  font-size: 16px;
  transition: all .3s;
}

.kontakt:hover {
  box-shadow: 0 2px 5px 0 var(--white);
  transform: translate(0, -5px);
}

.paragraph-3 {
  width: 50%;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.quick-stack {
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.cell {
  align-items: stretch;
}

.container-12 {
  max-width: 1000px;
}

.section-5 {
  background-image: url('../images/image-36_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading-6 {
  text-align: center;
  background-image: linear-gradient(#2a2c2ecc, #ffffff6b);
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 100px;
}

.section-6 {
  background-image: linear-gradient(180deg, var(--red), var(--farbverlauf-rot));
  padding: 100px 20px;
}

.container-13 {
  max-width: 1000px;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
}

.container-14 {
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.image-42 {
  width: 100%;
  max-width: none;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 14%;
  display: flex;
  position: relative;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.image-43 {
  width: 75px;
  max-width: none;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-23 {
  background-color: #3c0206;
  border-radius: 20px;
  width: 400px;
  padding: 30px;
}

.container-15 {
  max-width: 1000px;
}

.section-7 {
  background-image: linear-gradient(180deg, var(--farbverlauf-rot), var(--red));
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-4 {
  color: var(--red);
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-5 {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-44 {
  width: 50px;
  max-width: none;
}

.div-block-26 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  font-size: 24px;
}

.heading-10 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.text-block-7 {
  color: var(--red);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 0;
}

.image-45 {
  width: 350px;
  max-width: none;
}

.div-block-28 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-16 {
  max-width: 1000px;
  margin-top: 140px;
}

.container-17 {
  max-width: 1000px;
}

.image-46 {
  max-width: none;
  height: 100px;
}

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

.heading-11 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.section-8 {
  height: 75vh;
}

.section-9 {
  background-image: url('../images/image-36_2.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.section-10 {
  background-color: var(--red);
  padding: 100px 20px 40px;
}

.container-18 {
  max-width: 1000px;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.container-19 {
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto;
  place-items: stretch stretch;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-30 {
  border-style: none solid solid;
  border-width: 4px;
  border-color: var(--white);
  background-color: var(--dark-red);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.div-block-31 {
  position: relative;
}

.heading-13 {
  color: var(--red);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 24px;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-13-single {
  color: var(--red);
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  inset: 60% 0% 0%;
  transform: translate(0, -50%);
}

.div-block-32 {
  flex-flow: column;
  display: flex;
}

.heading-14 {
  color: var(--red);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-11 {
  background-image: linear-gradient(180deg, var(--red), var(--dark-red));
  padding: 60px 20px 100px;
}

.container-20 {
  max-width: 1000px;
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.text-block-8 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-7 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

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

.image-47 {
  width: 150px;
  max-width: none;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.text-block-9 {
  font-size: 18px;
  line-height: 22px;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  list-style-type: disc;
  display: flex;
}

.container-21 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-top: 80px;
  display: flex;
}

.paragraph-8 {
  width: 70%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

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

.section-12 {
  background-image: url('../images/image-101_1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.section-13 {
  background-image: linear-gradient(180deg, var(--red), var(--farbverlauf-rot));
  padding: 60px 20px 100px;
}

.heading-16 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.container-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 1000px;
  display: flex;
}

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

.image-48 {
  border: 2px solid var(--white);
  width: 100%;
  max-width: none;
}

.image-49 {
  max-width: none;
}

.container-23 {
  max-width: 1000px;
  margin-top: 60px;
}

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

.div-block-38 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-38.display-none {
  display: none;
}

.text-block-10 {
  background-color: var(--dark-red);
  color: var(--red);
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.image-50 {
  width: 100%;
  max-width: none;
}

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

.image-51 {
  width: 100%;
  max-width: none;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-9 {
  grid-template-rows: auto auto auto;
}

.div-block-40 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.grid-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.div-block-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-14 {
  background-color: var(--red);
  padding: 100px 20px;
}

.container-24 {
  max-width: 1000px;
}

.heading-17 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.grid-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.grid-12 {
  grid-template-rows: auto;
  margin-top: 40px;
}

.container-25 {
  background-color: var(--white);
  max-width: 1000px;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.container-26 {
  max-width: 1000px;
  margin-top: 100px;
}

.grid-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-27 {
  max-width: 1000px;
}

.section-15 {
  background-image: url('../images/image-1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.section-16 {
  background-image: linear-gradient(180deg, var(--red), var(--dark-red));
  padding: 100px 20px;
}

.container-28 {
  max-width: 1000px;
}

.heading-18 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.container-29 {
  background-color: var(--white);
  max-width: 1000px;
  height: 3px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-30 {
  max-width: 1000px;
  display: flex;
}

.field-label {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.text-field {
  border: 2px solid var(--white);
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 10px;
}

.div-block-42 {
  flex-flow: column;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-11 {
  font-size: 18px;
  line-height: 26px;
}

.text-block-12 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-43 {
  background-color: #250607;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.text-block-13 {
  font-size: 20px;
  line-height: 24px;
}

.image-53 {
  align-self: flex-end;
  width: 100px;
  max-width: none;
  margin-top: -120px;
  margin-bottom: 20px;
}

.text-block-14 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-15 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 16px;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.text-block-16 {
  color: var(--black);
  font-size: 16px;
}

.text-block-17 {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.image-54 {
  max-width: none;
  margin-top: -829px;
  margin-left: 80px;
  margin-right: -100px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-20, .text-block-18 {
  color: var(--black);
}

.container-31 {
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.image-55, .image-55-copy {
  width: 400px;
  max-width: none;
}

.section-17 {
  padding: 100px 20px;
}

.container-32 {
  max-width: 1000px;
}

.code-embed {
  color: var(--black);
}

.link-block-5 {
  color: var(--white);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--black);
    color: #fff;
    border-radius: 10px;
  }

  .div-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-right: 20px;
  }

  .image-2 {
    width: 250px;
    height: 250px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-brand-2 {
    width: 200px;
  }

  .div-block-12 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-around;
    width: auto;
  }

  .link-block-3 {
    position: static;
  }

  .footer-content-2 {
    grid-column-gap: 20px;
  }

  .section-2 {
    padding-top: 80px;
  }

  .grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-38 {
    width: 350px;
  }

  .div-block-14 {
    margin-right: 20px;
  }

  .section-3 {
    overflow: hidden;
  }

  .button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-39 {
    width: 150px;
  }

  .div-block-17 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: stretch;
  }

  .image-40 {
    height: auto;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-41 {
    width: 75px;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-19 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-7 {
    line-height: 44px;
  }

  .image-42 {
    display: none;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-21 {
    width: 7%;
    display: none;
  }

  .div-block-22 {
    margin-bottom: 10px;
  }

  .image-43 {
    width: 60px;
  }

  .div-block-23 {
    width: auto;
  }

  .grid-4, .div-block-25, .div-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-6 {
    line-height: 30px;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-7 {
    font-size: 22px;
    line-height: 26px;
  }

  .image-45 {
    width: 250px;
  }

  .image-46 {
    height: 90px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .div-block-33 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-54 {
    width: 300px;
    margin-top: -504px;
    margin-left: 76px;
    margin-right: -18px;
  }

  .icon {
    color: var(--red);
    font-size: 36px;
  }

  .cell-3 {
    align-items: stretch;
  }

  .cell-4 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .image-55 {
    width: 250px;
  }

  .image-55-copy {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading {
    opacity: .71;
    background-image: linear-gradient(#0006, #0006), url('../images/Group-202.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block {
    margin-right: 0;
  }

  .image-2 {
    width: 200px;
    height: 200px;
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-brand-2 {
    width: 250px;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-20 {
    margin-top: 10px;
  }

  .footer-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .link-block-3 {
    position: static;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .footer-link-2 {
    text-align: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-2 {
    font-size: 40px;
    line-height: 44px;
  }

  .div-block-13 {
    padding: 10px;
  }

  .image-38 {
    width: 250px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .div-block-15 {
    flex-flow: column;
    flex: 1;
  }

  .div-block-16 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .button-2 {
    text-align: center;
    align-self: auto;
    width: 100%;
    position: relative;
  }

  .heading-4 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .image-39 {
    width: 100%;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-40 {
    width: 85%;
  }

  .div-block-19 {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: center;
  }

  .kontakt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-43 {
    width: 50px;
  }

  .paragraph-4 {
    line-height: 18px;
  }

  .div-block-23 {
    padding: 20px;
  }

  .grid-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-4 {
    font-size: 36px;
  }

  .text-block-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 30px 10px;
  }

  .div-block-25 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .image-45 {
    width: 200px;
  }

  .div-block-28 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .container-16 {
    margin-top: 100px;
  }

  .image-46 {
    height: 54px;
  }

  .grid-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-30 {
    padding: 20px;
  }

  .heading-13 {
    color: var(--white);
    -webkit-text-stroke-width: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .heading-13-single {
    color: var(--white);
    -webkit-text-stroke-width: 0px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .section-11 {
    padding-top: 0;
  }

  .heading-15 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-47 {
    width: 100px;
  }

  .text-block-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-8 {
    width: 75%;
  }

  .div-block-36 {
    width: 100%;
  }

  .image-48 {
    max-width: 100%;
  }

  .image-49 {
    height: 323.125px;
  }

  .grid-11 {
    place-items: center;
  }

  .image-52 {
    max-width: 100%;
  }

  .container-30 {
    flex-flow: column-reverse;
  }

  .div-block-42 {
    align-self: center;
    width: 80%;
    padding-right: 0;
  }

  .heading-19, .text-block-11, .text-block-12 {
    text-align: center;
  }

  .div-block-43 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-53 {
    align-self: center;
    margin-top: 0;
  }

  .text-block-14 {
    text-align: center;
  }

  .form {
    padding-left: 0;
    padding-right: 0;
  }

  .image-54 {
    display: none;
  }

  .image-55 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button.w--open {
    padding: 6px;
  }

  .image {
    width: 65vw;
  }

  .heading {
    width: 85vw;
    height: 85vw;
    font-size: 32px;
    line-height: 44px;
  }

  .div-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-right: 0;
  }

  .image-3 {
    width: 40px;
  }

  .text-block {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-copyright-center-2 {
    line-height: 18px;
  }

  .container-5 {
    max-width: none;
  }

  .footer-brand-2 {
    width: 75vw;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-link-2 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .section-2 {
    padding-top: 60px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .container-7 {
    flex-flow: column;
    margin-top: 60px;
  }

  .image-38 {
    width: 80vw;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .button-2 {
    font-size: 13px;
  }

  .heading-4 {
    margin: 15px 0;
    font-size: 12px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-5 {
    font-size: 28px;
    line-height: 32px;
  }

  .div-block-17 {
    margin-bottom: 20px;
  }

  .image-40 {
    width: 100%;
  }

  .container-11 {
    margin-top: 40px;
  }

  .div-block-20 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .kontakt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-3 {
    text-align: center;
    width: auto;
    font-size: 18px;
    line-height: 22px;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-5 {
    height: 50vh;
  }

  .heading-6 {
    padding: 40px;
    font-size: 32px;
    font-weight: 600;
  }

  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 32px;
  }

  .container-14 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .div-block-22 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-7 {
    padding-bottom: 80px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-44 {
    width: 35px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-10 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-7 {
    text-align: center;
  }

  .div-block-27 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .image-45 {
    width: 65vw;
  }

  .div-block-28 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
  }

  .container-16 {
    margin-top: 60px;
  }

  .div-block-29 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .heading-11 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 36px;
  }

  .section-10 {
    padding-top: 60px;
  }

  .heading-12 {
    font-size: 32px;
    line-height: 36px;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-11 {
    padding-top: 0;
  }

  .heading-15 {
    margin-left: -10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .text-block-8 {
    font-size: 16px;
    font-weight: 600;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-47 {
    opacity: .58;
    width: 70px;
    margin-left: 5px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 18px;
  }

  .container-21 {
    margin-top: 40px;
  }

  .paragraph-8 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .heading-16 {
    font-size: 20px;
    line-height: 30px;
  }

  .container-22 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container-23 {
    margin-top: 20px;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .grid-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .grid-7 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .grid-8, .grid-9, .div-block-40, .grid-10, .div-block-41 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading-17 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .grid-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 20px;
  }

  .grid-12 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container-26 {
    margin-top: 40px;
  }

  .grid-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-15 {
    height: 60vh;
  }

  .section-16 {
    padding-top: 60px;
  }

  .heading-18 {
    font-size: 20px;
    line-height: 30px;
  }

  .container-29 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-block-42 {
    width: 90%;
  }

  .heading-19 {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-12 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-43 {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-15 {
    color: var(--white);
    text-align: center;
  }

  .icon {
    font-size: 28px;
  }

  .image-55 {
    display: none;
  }
}

#w-node-e8582600-d5aa-bbca-5004-1bafcbbb9d37-b3a669ca {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b4d7d24a-929e-a56d-d70a-1a78b702a42b-b702a425, #w-node-b4d7d24a-929e-a56d-d70a-1a78b702a438-b702a425, #w-node-b4d7d24a-929e-a56d-d70a-1a78b702a43f-b702a425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_399cb852-3074-0ede-4a32-34d85435013e-cd3dbedd, #w-node-d2f5e7e5-3dc1-b3d0-73c5-6744d984f7d3-cd3dbedd {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_47d5f79a-a7fa-e454-603a-4a86f95b5862-7f2052db {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_67703d54-119e-81c0-2d5d-2ae1b2aebd67-7f2052db, #w-node-c9ae0052-d087-f7a8-9a17-841acd30cfd9-7f2052db {
  align-self: stretch;
}

#w-node-_7c4653b2-4ab1-b867-6bdd-f2b220e320b3-7f2052db, #w-node-_0a02fb75-6e5a-746f-57ee-37fc4e995e82-7f2052db {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_0a02fb75-6e5a-746f-57ee-37fc4e995e83-7f2052db, #w-node-_0a02fb75-6e5a-746f-57ee-37fc4e995e84-7f2052db {
  align-self: stretch;
}

#w-node-_0a02fb75-6e5a-746f-57ee-37fc4e995e85-7f2052db {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-e4a3a645-f0de-3ebf-7c53-1a2e9bf8a24b-7f2052db, #w-node-_1d85aeea-a84c-5345-cbac-557b745b6b89-7f2052db, #w-node-_84cf3fd5-918b-a9bc-b274-7aa8ad8c7f02-7f2052db, #w-node-a3e702c5-9648-c4b0-5dc4-877759266ae1-7f2052db, #w-node-d21ef3a4-a0ce-1a13-c862-02724e471ac3-7f2052db, #w-node-_922a9da2-679b-385d-e18e-7535ff3ca5af-7f2052db {
  place-self: stretch stretch;
}

#w-node-a21361bb-0bfb-0f47-f7e1-9d736517b3ae-3a18f81c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-e66edff0-be10-ec7d-81b1-b69613e1b13a-3a18f81c, #w-node-_6dba43a3-36da-d033-0640-8af1511cf4eb-3a18f81c, #w-node-c0104409-bc3f-b339-369d-1d4f6fa79d1e-3a18f81c {
  place-self: stretch stretch;
}

#w-node-c0104409-bc3f-b339-369d-1d4f6fa79d1d-3a18f81c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-c0104409-bc3f-b339-369d-1d4f6fa79d1f-3a18f81c, #w-node-_1e2af8a8-9c46-c4c1-b63b-c6eee7258498-3a18f81c, #w-node-_76327a82-d01d-ef7c-dd0f-b9229130cedb-3a18f81c, #w-node-_48a4849e-5cf4-dc37-9df0-a5570b55b6f3-3a18f81c, #w-node-_48685e4e-a2e6-d652-d71e-71c9ec51667c-3a18f81c, #w-node-eb72ab65-e2a9-13a9-012a-6edb0e6c73e5-3a18f81c, #w-node-eb72ab65-e2a9-13a9-012a-6edb0e6c73e6-3a18f81c {
  place-self: stretch stretch;
}

@media screen and (max-width: 767px) {
  #w-node-e8582600-d5aa-bbca-5004-1bafcbbb9d37-b3a669ca {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Poppins-Lokal';
  src: url('../fonts/poppins-v21-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Lokal';
  src: url('../fonts/poppins-v21-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Lokal';
  src: url('../fonts/poppins-v21-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Lokal';
  src: url('../fonts/poppins-v21-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Lokal';
  src: url('../fonts/poppins-v21-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Lokal';
  src: url('../fonts/poppins-v21-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins-Lokal';
  src: url('../fonts/poppins-v21-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.fassaden-text {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}
.fassaden-text p {
  margin-bottom: 16px;
}
.fassaden-text p:last-child {
  margin-bottom: 0;
}
.fassaden-text a {
  color: inherit;
  text-decoration: underline;
}
