.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;
}

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

.container {
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  width: 450px;
  max-width: 90%;
  opacity: .9;
  background-color: #fff;
  border: 1px solid #fff;
}

.footer-dark {
  color: #fff;
  background-color: #444;
  background-image: linear-gradient(331deg, #000 53%, #ddd);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 10px 15px;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-block {
  min-width: 20vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

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

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.footer-copyright-center {
  text-align: left;
  font-size: 8px;
  line-height: 16px;
}

.column.columnleft {
  padding-right: 5px;
}

.column.columnright {
  padding-left: 5px;
}

.body {
  background-color: #f8f8f8;
}

.navbar {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px #333;
  display: none;
}

.testimonial-column-dark {
  border-radius: 4px;
  padding: 10px 10px 80px;
  position: relative;
}

.centered-heading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  display: flex;
}

.testimonial-main-image {
  width: 200px;
  height: 280px;
  object-fit: cover;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 10px;
}

.grid.half {
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
}

.section-2, .column-2 {
  padding: 10px;
}

.tabellenueberschrift {
  color: #b0b0b0;
  text-transform: uppercase;
  border-bottom: 1px solid #b0b0b0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.feldueberschrift {
  text-transform: none;
  margin-top: 15px;
  font-size: 12px;
}

.text-block {
  background-color: #fff;
  padding: 10px;
}

.section-3 {
  min-height: 800px;
  padding: 10px;
  font-size: 16px;
}

.button {
  float: right;
  background-color: #f3a712;
  border-radius: 4px;
  margin-top: 1px;
  margin-left: 5px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 20px;
}

.button.buttonblau {
  float: none;
  background-color: #00587e;
  margin-left: 0;
  margin-right: 5px;
}

.button-2 {
  float: right;
}

.heading {
  color: #666;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
}

.feldinhalt {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.nav-link {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.div-block {
  z-index: 9999;
  background-color: #6f0f41;
  background-image: linear-gradient(126deg, #000, #fff);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup {
  z-index: 9999;
  opacity: .98;
  background-color: #333;
  background-image: linear-gradient(335deg, #333 6%, #fff);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.form-block {
  opacity: 1;
  text-align: center;
  background-color: #fff;
  padding-bottom: 30px;
  overflow: hidden;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.div-block-2 {
  position: static;
}

.formhero {
  margin-bottom: 20px;
  position: relative;
}

.field-label, .field-label-2 {
  text-align: left;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  background-color: #b20e91;
  background-image: linear-gradient(125deg, #970b7b 10%, #6f1384 100%, #fff);
  padding: 20px 30px;
  font-size: 36px;
  line-height: 50px;
}

.text-block-3 {
  display: inline-block;
}

.link {
  color: #00587e;
  margin-left: 5px;
  font-family: "Fa 400", sans-serif;
  font-weight: 700;
}

.paragraph, .text-block-4, .text-block-5 {
  display: inline-block;
}

.cardtext {
  padding: 10px;
}

.div-block-3 {
  background-image: url('../images/nastuh-abootalebi-eHD8Y1Znfpk-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.cardhead {
  height: 180px;
  background-image: url('../images/nastuh-abootalebi-eHD8Y1Znfpk-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.mymessages {
  background-color: rgba(0, 88, 126, .3);
  padding: 10px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  object-fit: none;
  margin-top: 60px;
  margin-left: 20px;
}

.search {
  object-fit: none;
  flex-direction: column;
  display: flex;
}

.div-block-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-2 {
  display: flex;
}

.submit-button-2 {
  background-color: #00587e;
  align-self: baseline;
}

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

.section-4 {
  padding: 10px;
}

.text-block-7 {
  color: #b0b0b0;
  text-align: right;
  text-transform: uppercase;
  border-bottom: 1px solid #b0b0b0;
  font-size: 16px;
  font-weight: 700;
}

.form-block-2 {
  width: 300px;
  border: 1px solid #ccc;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.section-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit-button-3 {
  float: right;
  border-radius: 4px;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.text-block-8 {
  text-align: right;
  padding: 5px 10px;
  font-size: 10px;
}

.icon {
  display: none;
}

.div-block-5 {
  color: #00587e;
  text-align: left;
  padding: 40px 20px 60px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-9 {
  color: #00587e;
}

.menu-button {
  display: none;
  overflow: hidden;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

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

.column-4 {
  background-color: #fff;
  border-right: 1px solid #b0b0b0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.columns-2 {
  display: flex;
}

.columns-3.columnright {
  padding-left: 5px;
}

.div-block-6 {
  height: 57px;
  border-bottom: 1px solid #b0b0b0;
}

.brand {
  padding-left: 10px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    opacity: .95;
  }

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

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

  .column, .navbar {
    display: block;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .grid {
    border-right-style: none;
    border-right-width: 0;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.half {
    grid-template-columns: 1fr 1fr;
  }

  .section-2, .section-3, .section-4, .section-5, .text-block-8 {
    border-right-style: none;
    border-right-width: 0;
  }

  .icon {
    display: flex;
  }

  .menu-button {
    display: flex;
    overflow: visible;
  }

  .column-3 {
    display: block;
  }

  .column-4 {
    border-right-style: none;
    border-right-width: 0;
    display: none;
  }

  .columns-3 {
    display: block;
  }

  .brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

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

  .column.columnleft {
    padding-right: 0;
  }

  .column.columnright {
    padding-top: 10px;
    padding-left: 0;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid.half {
    grid-template-columns: 1fr;
  }

  .image {
    margin-left: 0;
  }

  .text-block-8 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_0a8b5c92-6e9c-b868-b651-96d8e93cad0f-770d56ed, #w-node-e8894d48-9dcf-1b7c-4438-9361f99eae21-770d56ed, #w-node-_80baa655-a341-919a-4f3b-2390cc2075a2-770d56ed, #w-node-cad0a376-76e9-59eb-5dec-358b12b0397f-770d56ed, #w-node-a0a25b5c-ee5a-34c4-0d65-333508e93ec7-770d56ed, #w-node-_160b95e7-b51e-324d-9aae-a7f72c8458b4-770d56ed, #w-node-a6685455-5f2c-b836-e416-7aa050a3442c-770d56ed, #w-node-_06e31b95-ace6-383c-91e0-5d1b31ff4747-770d56ed, #w-node-_7db0d5e7-1c56-caf6-a080-b8e41c97a85c-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b561-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b563-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b565-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b567-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b569-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b56c-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b56e-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b570-770d56ed, #w-node-_78592173-219e-1ba2-8dc3-ca9280f7b571-770d56ed, #w-node-c7f1fd23-090d-1a14-25f4-30efaf24205d-770d56ed, #w-node-c7f1fd23-090d-1a14-25f4-30efaf242071-770d56ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  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'), url('../fonts/fa-solid-900.ttf') format('truetype');
  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.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}