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

body {
  font-family: 'Gill Sans Regular', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.8em;
  line-height: 1.1em;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Gill Sans Medium', sans-serif;
  font-size: 4em;
  line-height: 1em;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8em;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8a0f1a;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: 'Gill Sans Regular', sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
}

a {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #bb1323;
}

strong {
  font-family: 'Gill Sans Medium', sans-serif;
  font-weight: 700;
}

.block-service {
  margin-left: 30px;
}

.section-white {
  padding: 120px 5%;
  border-top-width: 6px;
  border-top-color: #fff;
  background-color: #f3f3f3;
}

.wrapper-service {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline {
  width: 50%;
  height: 2px;
  margin-top: 25px;
  background-color: #d10c0c;
}

.underline.short {
  position: relative;
  left: 0%;
  top: 0%;
  right: -31px;
  bottom: auto;
  width: 60px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h3 {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: 500;
}

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

.card {
  position: relative;
  max-width: 600px;
  padding: 7% 8% 10%;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 13px 50px -16px rgba(63, 48, 48, 0.67);
  color: #141414;
}

.margin {
  margin-top: 40px;
}

.margin.bottom-mg {
  margin-top: 10px;
  margin-bottom: 40px;
}

.light {
  font-weight: 300;
}

.light.caps {
  color: #7e7e7e;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.light.caps {
  color: #a9a9a9;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.red {
  display: inline-block;
  margin-right: 13px;
  color: #bb1323;
  font-size: 3em;
}

.logo {
  margin-bottom: 40px;
}

.text-wrapper {
  text-align: center;
}

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

.text-column {
  max-width: 1000px;
  padding-top: 2%;
  padding-left: 7%;
}

.social {
  position: relative;
  z-index: 9999;
  margin-top: 20px;
  margin-left: -25px;
}

.wrapper {
  display: block;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.footer {
  margin-top: auto;
}

.social-link {
  display: inline-block;
  padding: 15px 25px;
  color: #313131;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  text-decoration: none;
}

.social-link:hover {
  color: #313131;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 15%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inline-heading {
  margin-right: 13px;
  color: #4f4f4f;
}

.inline-heading.hide-mobile {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  font-size: 3em;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 180px 15% 60px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-top.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bb1323;
  color: #fff;
  text-align: center;
}

.block-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -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;
  text-align: center;
}

.margin-2 {
  margin-top: 20px;
}

.margin-top-2 {
  margin-top: 120px;
}

.content {
  width: 100%;
  max-width: 1280px;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7%;
  padding-left: 7%;
  -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;
}

.section-content.padding {
  padding-top: 100px;
  padding-bottom: 140px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
  background-color: #ebeaea;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image {
  max-width: 100px;
}

.field-label {
  display: none;
}

.field {
  min-height: 58px;
  padding-top: 18px;
  padding-left: 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  color: #000;
  font-size: 1em;
}

.button {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 17px;
  background-color: #bb1323;
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-2 {
  margin-bottom: 67px;
}

.h1-small {
  font-size: 1.4em;
}

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

.einzug {
  padding-left: 25px;
}

.div-block-6 {
  display: block;
}

@media screen and (max-width: 991px) {
  .block-service {
    margin-left: 10px;
  }

  .section-white {
    padding-right: 4%;
    padding-left: 4%;
  }

  .underline.short {
    width: 20px;
  }

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

  .red {
    margin-bottom: 5px;
  }

  .grid-3 {
    -ms-grid-columns: 1.25fr 1fr 1fr;
    grid-template-columns: 1.25fr 1fr 1fr;
  }

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

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-contact {
    padding: 150px 10%;
  }

  .inline-heading.hide-mobile {
    margin-top: 0px;
    margin-right: 20px;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .section-top {
    padding: 160px 10% 50px;
  }

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

  .section-content.padding {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.6em;
  }

  .block-service {
    margin-left: 20px;
  }

  .section-white {
    padding-top: 50px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .underline.short {
    width: 50px;
  }

  .red {
    font-size: 3em;
  }

  .logo {
    max-width: 280px;
  }

  .grid-3 {
    grid-auto-flow: row;
  }

  .text-column {
    padding-top: 10%;
    padding-left: 0%;
  }

  .social {
    margin-left: -10px;
  }

  .social-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
  }

  .footer-contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .inline-heading {
    margin-right: 8px;
  }

  .inline-heading.hide-mobile {
    margin-right: 8px;
    font-size: 3em;
  }

  .section-top {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .section-content.padding {
    padding-bottom: 100px;
  }

  .heading-3 {
    font-size: 3em;
  }

  .page-title {
    font-size: 3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  h3 {
    margin-top: 8px;
    font-size: 1.4em;
    line-height: 25px;
  }

  p {
    font-size: 1em;
  }

  .section-white {
    padding-top: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .wrapper-service {
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .underline.short {
    position: relative;
    width: 2px;
    height: 100%;
    min-height: 30px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .h3 {
    font-size: 20px;
  }

  .card {
    padding-top: 9%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .light.caps {
    font-size: 16px;
  }

  .light.caps {
    font-size: 16px;
  }

  .red {
    font-size: 2em;
  }

  .logo {
    max-width: 100%;
  }

  .text-column {
    padding-right: 5%;
    padding-left: 5%;
  }

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -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;
  }

  .hide-mobile {
    display: none;
  }

  .footer-contact {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .inline-heading {
    margin-bottom: 20px;
  }

  .inline-heading.hide-mobile {
    display: block;
    font-size: 2em;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .section-top {
    padding-top: 120px;
    padding-bottom: 30px;
  }

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

  .heading-3 {
    font-size: 2em;
  }

  .page-title {
    font-size: 2em;
  }
}

#w-node-_0dddfdad-e59e-43d2-97f8-c0e19eab028d-e8a9368e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_463df175-2db7-6da5-1f23-6f5947d2aeae-e8a9368e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_0dddfdad-e59e-43d2-97f8-c0e19eab028d-e8a9368e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@font-face {
  font-family: 'Gill Sans Bold';
  src: url('../fonts/Gill-Sans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans Light';
  src: url('../fonts/Gill-Sans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans Medium';
  src: url('../fonts/Gill-Sans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gill Sans Regular';
  src: url('../fonts/Gill-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}