.body {
  margin: auto;
  background-color: #010006;
}

.section {
  position: relative;
  height: 100vh;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image {
  height: 90vh;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.heading {
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
}

.text-block {
  font-family: Chivo, sans-serif;
  color: #ddd;
  font-weight: 300;
}

.text-span {
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  font-size: 50px;
}

.button {
  border-radius: 20px;
}

.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  color: #777;
  text-align: center;
}

.icon-button.pd-6 {
  padding-top: 6px;
}

.icon-button.impressum {
  width: 35px;
  height: 35px;
  padding-bottom: 8px;
  background-color: #404040;
  line-height: 0px;
}

.icon {
  font-family: 'Fa 400', sans-serif;
  color: #000;
  font-size: 35px;
  text-align: left;
}

.icon.mail {
  color: #222;
  font-size: 30px;
  line-height: 10px;
}

.icon.telegram {
  font-family: 'Fa brands 400', sans-serif;
  color: #222;
  font-weight: 400;
}

.icon.phone {
  font-family: 'Fa solid 900', sans-serif;
  color: #222;
  font-size: 30px;
}

.icon.linkedin {
  font-family: 'Fa brands 400', sans-serif;
  color: #222;
}

.icon.signature {
  font-family: 'Fa solid 900', sans-serif;
  color: #222;
  font-size: 25px;
  text-align: center;
}

.icon.impressum {
  font-family: 'Fa solid 900', sans-serif;
  color: #aaa;
  font-size: 20px;
  font-weight: 400;
}

.icon-button-text-wrapper {
  padding-top: 10px;
  color: #fff;
  line-height: 12px;
  text-align: center;
}

.text-span-2 {
  font-family: 'Fa 400', sans-serif;
  color: #fff;
  font-size: 30px;
}

.text-span-3 {
  font-family: 'Fa solid 900', sans-serif;
  color: #000;
  font-size: 35px;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.div-block-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 1px solid #fff;
}

.icon-list-item {
  display: inline-block;
  margin-right: 10px;
}

.text-block-2 {
  padding-top: 10px;
}

.div-block-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  display: block;
}

.link-block {
  text-decoration: none;
}

.container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top-left-radius: 10px;
  background-color: transparent;
  font-family: Chivo, sans-serif;
  color: #ddd;
}

.html-embed {
  font-size: 14px;
}

.text-block-3 {
  margin-top: 20px;
  color: #fff;
  font-size: 10px;
  font-style: italic;
}

.div-block-5 {
  display: block;
  width: 400px;
  max-width: 80vw;
  margin: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #333;
}

.text-block-4 {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #fff;
}

.heading-2 {
  color: #fff;
}

.text-block-5 {
  color: #fff;
}

.heading-3 {
  color: #fff;
}

.text-block-6 {
  color: #fff;
}

.heading-4 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
}

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

.link:visited {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .div-block {
    font-size: 12px;
  }

  .heading {
    font-size: 40px;
  }

  .icon-button {
    width: 40px;
    height: 40px;
  }

  .icon-button.impressum {
    width: 30px;
    height: 30px;
  }

  .icon.mail {
    font-size: 25px;
    line-height: 5px;
  }

  .icon.telegram {
    font-size: 25px;
    line-height: 5px;
  }

  .icon.phone {
    font-size: 25px;
    line-height: 5px;
  }

  .icon.linkedin {
    font-size: 25px;
    line-height: 5px;
  }

  .icon.signature {
    font-size: 20px;
    line-height: 5px;
  }

  .icon.impressum {
    font-size: 20px;
  }

  .div-block-2 {
    margin-top: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image {
    height: 70vh;
  }

  .heading {
    text-align: center;
  }

  .icon-button.impressum {
    background-color: #404040;
  }

  .div-block-2 {
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-3 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 65vh;
  }

  .div-block-4 {
    right: 10px;
    bottom: 10px;
  }

  .container {
    display: block;
  }

  .text-block-3 {
    color: #fff;
  }

  .text-block-4 {
    color: #fff;
  }

  .heading-2 {
    color: #fff;
  }

  .text-block-5 {
    color: #fff;
  }

  .heading-3 {
    color: #fff;
  }

  .text-block-6 {
    color: #fff;
  }

  .heading-4 {
    color: #fff;
  }

  .text-block-7 {
    color: #fff;
  }

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

  .link:visited {
    color: #fff;
  }
}

#w-node-a74b87c7-767c-2d87-2cb7-c2a6456de644-9e33b2e7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-de95b046-70dc-743a-66c6-1166847968af-9e33b2e7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}