@font-face {
  font-family: AtompunkSansItalic-Regular;
  src: url('../fonts/AtompunkSansItalic-Regular.woff2') format("woff2"), url('../fonts/AtompunkSansItalic-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Bold.ttf') format("truetype"), url('../fonts/Raleway-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Raleway;
  src: url('../fonts/Raleway-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --brand-color: #a60318;
  --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: #000;
  background-color: #f0f0f0;
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.main-section {
  background-image: url('../images/Hero-BG.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 266px;
  position: relative;
}

.main-section.sub-age {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rueterbories-hero-_0000s_0000_tueroeffnung-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.main-section._3rd {
  background-image: url('../images/52705c31f204cc294b4a2769b8431089fde20b42-min.jpg');
}

.navbar {
  background-color: #0000;
}

.container {
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-main-div {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-highlighted-div {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.whatsapp-link.show-on-tablet {
  display: none;
}

.whatsapp-link.show-on-desktop {
  z-index: 1;
  position: fixed;
  top: auto;
  bottom: 40px;
  right: 5%;
}

.nav-menu-main-div {
  background-image: url('../images/Nav-BG.png');
  background-position: 100% 0;
  background-size: auto 100%;
  flex: 1;
  padding-left: 50px;
  padding-right: 90px;
}

.logo-link {
  background-image: url('../images/Logo-BG.png');
  background-position: 0 0;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  padding: 16px 67px;
  display: flex;
  position: relative;
}

.nav-link-bg-cover {
  z-index: -1;
  background-color: #f0f0f0;
  width: 50px;
  height: 100%;
  position: absolute;
  inset: 0% -5% 0% auto;
}

.nav-main-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.nav-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  letter-spacing: .2em;
  text-transform: uppercase;
  padding: 0;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 2.1em;
}

.nav-link:active, .nav-link.w--current {
  color: #b7191e;
}

.menu-button {
  padding: 0;
}

.hero-div {
  margin-top: 215px;
  padding-bottom: 266px;
  padding-left: 66px;
}

.hero-div.center {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hero-heading-div {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.hero-heading-div.center {
  justify-content: flex-start;
  align-items: center;
}

.hero-text {
  color: #e0e0e0;
  margin-left: 48px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8em;
  display: inline-block;
}

.section {
  padding-bottom: 125px;
}

.red-labeled-text {
  background-color: var(--brand-color);
  color: #fff;
  max-width: 850px;
  padding: 22px 47px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.contact-boxes-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 850px;
  display: grid;
}

.contact-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 47px;
  text-decoration: none;
  display: flex;
}

.contact-box.dark-shade {
  background-color: #e0e0e0;
}

.contact-box.light-shade {
  background-color: #eaeaea;
}

.contact-box.lighter-shade {
  background-color: #f5f5f5;
}

.contact-info-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4em;
  text-decoration: none;
}

.contact-info-name:hover, .contact-info-name:active, .contact-info-name:focus, .contact-info-name:focus-visible, .contact-info-name[data-wf-focus-visible] {
  text-decoration: none;
}

.contact-info-value {
  font-size: 15px;
}

.first-contact-block {
  margin-top: -147px;
  position: relative;
}

.contact-info-image {
  width: 100%;
  max-width: 850px;
}

.white-box {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 584px;
  padding: 47px 67px 47px 47px;
  display: flex;
  position: relative;
}

.first-white-box-div {
  justify-content: flex-end;
  align-items: center;
  margin-top: -300px;
  display: flex;
}

.card-heading {
  margin-top: 0;
  font-size: 34px;
  line-height: 100%;
}

.text-span {
  color: #b7191e;
}

.div-block {
  margin-top: 21px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  width: 100%;
  max-width: 470px;
  margin-right: 94px;
}

.card-bg-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-4 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.short-contact-icon {
  width: 23px;
  height: 23px;
}

.contact-icons-div {
  background-color: #d9d9d9;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  display: flex;
}

.contact-div {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.contact-div.big {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  font-size: 17px;
}

.services-box-div {
  grid-column-gap: 155px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 975px;
  margin-top: 77px;
  display: grid;
}

.services-box-div._2nd {
  margin-top: 120px;
  margin-left: 46px;
}

.big-icons-div {
  background-color: #d9d9d9;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 106px;
  display: flex;
}

.services-box {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  display: flex;
}

.slider-container {
  max-width: 1428px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.slider-up-header {
  background-color: #fff;
  padding: 44px 44px 44px 47px;
}

.sub-heading {
  text-align: left;
  font-size: 30px;
  line-height: 100%;
}

.sub-heading.big {
  font-size: 34px;
}

.slide-div {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 440px;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.slide {
  color: #fff;
  width: 370px;
  text-decoration: none;
}

.slider {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #ddd0;
  width: 100%;
  height: auto;
  position: relative;
}

.mask {
  width: 25%;
  overflow: visible;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-dark-overlay {
  pointer-events: none;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-text {
  z-index: 1;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 0;
  position: relative;
}

.partner-section {
  padding-top: 75px;
  padding-bottom: 95px;
}

.slider-arrows {
  width: 42px;
  height: 42px;
  inset: -45px 361px auto auto;
  transform: translate(0, -100%);
}

.slider-arrows.left {
  right: 420px;
}

.short-container {
  max-width: 1100px;
}

.short-container.footer-contaienr {
  width: 80%;
  max-width: 1100px;
}

.padding-left {
  padding-left: 24px;
}

.div-block-5 {
  margin-top: 46px;
  display: flex;
}

.div-block-6 {
  width: 100%;
  max-width: 377px;
  margin-right: 47px;
}

.para {
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.47em;
}

.partners-boxes-div {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.partners-boxes {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.div-block-7 {
  margin-top: 108px;
}

.first-red-box-div {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -156px;
  display: flex;
}

.red-box {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  flex-flow: column;
  max-width: 678px;
  padding: 47px 67px 47px 47px;
  display: flex;
  position: relative;
}

.partner-image-div {
  margin-bottom: 80px;
}

.partner-image {
  width: 894px;
}

.div-block-8 {
  max-width: 518px;
  margin-left: 66px;
}

.footer {
  color: var(--white);
  background-image: url('../images/Icon-BG_2.png');
  background-position: 0 0;
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 146px;
}

.footer-main-div {
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-block {
  width: 100%;
  max-width: 330px;
  margin-left: 119px;
  margin-right: auto;
}

.footer-links {
  color: var(--white);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 2.18182em;
  text-decoration: none;
}

.footer-links-div {
  grid-column-gap: 57px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 33px;
  display: grid;
}

.footer-social-links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-social-links {
  flex: none;
}

.footer-social-links-icon {
  width: 34px;
}

.contact-text-div, .contact-text-div:hover, .contact-text-div:active, .contact-text-div:focus, .contact-text-div:focus-visible, .contact-text-div[data-wf-focus-visible] {
  text-decoration: none;
}

.div-block-10 {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  display: flex;
}

.two-col-image-div {
  max-width: 564px;
}

.div-block-12 {
  flex: 1;
  max-width: 421px;
  padding-top: 104px;
}

.div-block-13 {
  margin-bottom: 55px;
}

.faq-section {
  padding-top: 173px;
  padding-bottom: 173px;
}

.head-div.center {
  text-align: center;
}

.left-spacing {
  padding-left: 47px;
}

.faq-main-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 1034px;
  margin-top: 68px;
  display: flex;
}

.faq-head-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 29px 42px;
  display: flex;
}

.faq-head-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.faq-icon {
  -webkit-user-select: none;
  user-select: none;
}

.faq-body-div {
  background-color: #ffffff91;
  overflow: clip;
}

.faq-body-para {
  max-width: 860px;
  margin-bottom: 0;
  margin-left: 42px;
  padding-top: 48px;
  padding-bottom: 48px;
  font-size: 19.25px;
  line-height: 120%;
}

.cta-section {
  padding-top: 80px;
  padding-bottom: 135px;
}

.red-shaped-div {
  margin-bottom: -20px;
  padding-left: 46px;
}

.short-red-box {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--white);
  flex-flow: column;
  max-width: 611px;
  padding: 28px 50px 18px;
  display: flex;
  position: relative;
}

.cta-contacts-div {
  justify-content: space-between;
  align-items: center;
  padding: 52px 67px 46px 54px;
  display: flex;
  position: relative;
}

.simple-section {
  padding-top: 0;
  padding-bottom: 80px;
}

.team-main-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 555px;
  transition: all .3s;
}

.team-image:hover {
  transform: scale(1.07);
}

.team-info-div {
  margin-top: 20px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}

.team-name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.main-heading {
  z-index: 1;
  color: #333;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 8px;
  font-family: AtompunkSansItalic-Regular, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  transform: none;
}

.main-heading.red {
  color: #fff;
}

.main-heading.mobile {
  display: none;
}

.heading-bg {
  background-color: #f0f0f0;
  position: absolute;
  inset: 0%;
  transform: skew(-15deg);
}

.heading-bg.red {
  background-color: #b7191e;
}

.heading-div {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.heading-div.mobile {
  display: none;
}

.team-image-div {
  overflow: hidden;
}

._2-col-div {
  background-color: #fff;
  display: flex;
}

._2-col-content-div {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding: 50px 10px 50px 50px;
  display: flex;
}

._2-col-content-div._2 {
  max-width: 45%;
}

._2-col-image-div {
  flex: 1;
  display: flex;
}

._2-col-image {
  object-fit: cover;
  width: 100%;
}

._2-col-image.path {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

._2-col-para-div {
  margin-top: 10px;
}

.history-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 100px;
}

.slider-arrow {
  width: 70px;
  height: 70px;
  top: auto;
  bottom: 0;
}

.slider-arrow-image {
  width: 70px;
}

.slider-arrow-image.resverse {
  transform: rotate(-180deg);
}

._2-col-form-div {
  background-color: #a60318;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2-col-form-div.path {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  background-color: #c30019;
}

.contact-info-block {
  margin-top: 20px;
}

.contact-info-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-decoration: underline;
  display: flex;
}

.contact-info-icon {
  width: 30px;
}

.form-block {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: 40px;
}

.input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #fffc;
  min-height: 50px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 1em;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: #ffffffe6;
  font-weight: 500;
}

.input.text-area {
  resize: vertical;
  min-height: 100px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: var(--white);
  color: #000;
  border-radius: 100px;
  margin-top: 10px;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 700;
}

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

.mask-2 {
  width: 90%;
}

.slider-2 {
  height: auto;
  display: none;
}

.team-slider-arrows {
  width: 42px;
  height: 42px;
  inset: -45px 361px auto auto;
  transform: translate(0, -100%);
}

.team-slider-arrows.left {
  right: 420px;
}

.list-item, .list-item-2, .list-item-3 {
  font-size: 19.25px;
  line-height: 120%;
}

.list {
  max-width: 900px;
  padding-bottom: 0;
  padding-left: 62px;
  list-style-type: decimal;
}

.text-block {
  align-items: center;
  min-height: 55px;
  font-size: 18px;
  display: flex;
}

.list-item-3-copy, .list-item-3-copy-copy, .list-item-3-copy-copy-copy {
  font-size: 19.25px;
  line-height: 120%;
}

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

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 60px;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #ffffffd9;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #b7191d;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.card-link-block {
  color: #fff;
  flex: none;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.main-section-one {
  background-image: url('../images/Hero-BG.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 266px;
  position: relative;
}

.main-section-one.sub-age {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rueterbories-hero-_0000s_0000_tueroeffnung-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.main-section-one._3rd {
  background-image: url('../images/52705c31f204cc294b4a2769b8431089fde20b42-min.jpg');
}

.main-section-two {
  background-image: url('../images/Hero-BG.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 266px;
  position: relative;
}

.main-section-two.sub-age {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rueterbories-hero-_0000s_0003_einbruch-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.main-section-two._3rd {
  background-image: url('../images/52705c31f204cc294b4a2769b8431089fde20b42-min.jpg');
}

.main-section-three {
  background-image: url('../images/Hero-BG.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 266px;
  position: relative;
}

.main-section-three.sub-age {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rueterbories-hero-_0000s_0005_autoschluessel-hero-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.main-section-three._3rd {
  background-image: url('../images/52705c31f204cc294b4a2769b8431089fde20b42-min.jpg');
}

.main-section-four {
  background-image: url('../images/Hero-BG.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 266px;
  position: relative;
}

.main-section-four.sub-age {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rueterbories-hero-_0000s_0001_tresore-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.main-section-four._3rd {
  background-image: url('../images/52705c31f204cc294b4a2769b8431089fde20b42-min.jpg');
}

.main-section-five {
  background-image: url('../images/Hero-BG.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 266px;
  position: relative;
}

.main-section-five.sub-age {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/rueterbories-hero-_0000s_0004_autoschluessel-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.main-section-five._3rd {
  background-image: url('../images/52705c31f204cc294b4a2769b8431089fde20b42-min.jpg');
}

.main-section-about {
  background-image: url('../images/Hero-BG.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 266px;
  position: relative;
}

.main-section-about.sub-age {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Ueber-uns_R66063-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  background-clip: border-box;
}

.main-section-about._3rd {
  background-image: url('../images/52705c31f204cc294b4a2769b8431089fde20b42-min.jpg');
}

.div-put {
  display: flex;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.simple-section-form {
  padding-top: 0;
  padding-bottom: 80px;
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 33px;
    padding-right: 33px;
  }

  .nav-main-div {
    justify-content: center;
    align-items: center;
  }

  .whatsapp-link.show-on-tablet {
    flex: none;
    margin-left: 20px;
    margin-right: 14px;
    display: block;
  }

  .whatsapp-link.show-on-desktop {
    flex: none;
    display: none;
  }

  .whatapp-icon {
    width: 50px;
  }

  .nav-menu-main-div {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-main-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .nav-menu {
    background-color: #f0f0f0;
    margin-left: 20px;
    margin-right: 40px;
  }

  .nav-link {
    font-size: 13px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hero-div {
    padding-left: 40px;
  }

  .services-box-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .mask {
    width: 50%;
  }

  .slider-arrows {
    right: 30px;
  }

  .slider-arrows.left {
    right: 80px;
  }

  .short-container.footer-contaienr {
    width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }

  .padding-left {
    padding-left: 46px;
    padding-right: 46px;
  }

  .div-block-5 {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    flex-flow: column;
  }

  .div-block-6 {
    max-width: none;
    margin-right: 0;
  }

  .partners-boxes-div {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .partners-boxes {
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .footer {
    background-color: #2b2b2b;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .footer-main-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-links-block {
    max-width: none;
    margin-top: 31px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-text {
    text-align: left;
  }

  .footer-links-div {
    grid-column-gap: 18px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-social-links-div {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-10 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .two-col-image-div {
    max-width: none;
  }

  .div-block-12 {
    max-width: none;
    padding-top: 0;
  }

  .red-shaped-div {
    padding-left: 30px;
  }

  .cta-contacts-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .simple-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .main-heading {
    font-size: 50px;
  }

  .team-slider-arrows {
    right: 30px;
  }

  .team-slider-arrows.left {
    right: 80px;
  }

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

  .clients-title {
    margin-bottom: 32px;
  }

  .simple-section-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .main-section._3rd {
    padding-bottom: 140px;
  }

  .nav-main-div {
    justify-content: center;
    align-items: center;
  }

  .nav-highlighted-div {
    justify-content: center;
    align-items: stretch;
    width: auto;
  }

  .whatapp-icon {
    width: 46px;
  }

  .nav-menu-main-div {
    flex: 0 auto;
    margin-right: auto;
    padding-left: 11px;
    padding-right: 30px;
  }

  .nav-menu {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-div {
    margin-top: 56px;
    padding-left: 32px;
  }

  .hero-div.center {
    margin-top: 140px;
  }

  .section {
    padding-bottom: 100px;
  }

  .red-labeled-text {
    padding: 16px 20px;
    font-size: 16px;
  }

  .first-white-box-div {
    margin-top: 0;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .div-block-2._2 {
    flex-flow: column-reverse;
  }

  .card-bg-image {
    display: none;
  }

  .services-box-div {
    flex-flow: column;
    display: flex;
  }

  .services-box-div._2nd {
    margin-top: 60px;
    margin-left: 0;
  }

  .slider-up-header {
    padding-top: 29px;
    padding-bottom: 25px;
  }

  .sub-heading.big {
    font-size: 25px;
  }

  .padding-left {
    padding-left: 33px;
    padding-right: 33px;
  }

  .div-block-7 {
    margin-top: 40px;
  }

  .first-red-box-div {
    margin-bottom: 0;
  }

  .red-box {
    background-color: #a60318;
    padding: 28px 33px;
  }

  .div-block-8 {
    margin-left: 0;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .contact-text-div {
    display: none;
  }

  .div-block-9 {
    max-width: 300px;
  }

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

  .left-spacing {
    padding-left: 0;
  }

  .faq-head-div {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-body-para {
    margin-left: 30px;
  }

  .short-red-box {
    background-color: #a60318;
    padding: 28px 33px;
  }

  .cta-contacts-div {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .simple-section {
    overflow: clip;
  }

  .team-main-block {
    display: none;
  }

  .team-image {
    height: 400px;
  }

  .main-heading {
    font-size: 38px;
  }

  .main-heading.mobile {
    display: block;
  }

  .heading-div {
    display: none;
  }

  .heading-div.mobile {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .heading-div.show {
    display: block;
  }

  ._2-col-div {
    flex-flow: column;
  }

  ._2-col-content-div {
    max-width: none;
    padding: 30px 30px 0;
  }

  ._2-col-content-div._2 {
    max-width: 100%;
  }

  ._2-col-image.path {
    -webkit-clip-path: polygon(0% 15%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 15%, 100% 0, 100% 100%, 0% 100%);
  }

  .history-slider {
    padding-bottom: 80px;
  }

  ._2-col-form-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._2-col-form-div.path {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 80px;
  }

  .form-block {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-2 {
    overflow: visible;
  }

  .slider-2 {
    background-color: #0000;
    margin-top: 50px;
    padding-bottom: 119px;
    display: block;
    position: relative;
  }

  .slide-team {
    margin-right: 20px;
  }

  .slide-nav {
    display: none;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
  }

  .team-slider-arrows {
    background-color: var(--brand-color);
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    top: auto;
    bottom: 0;
  }

  .team-slider-arrows.left {
    right: 100px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .main-section-one._3rd, .main-section-two._3rd, .main-section-three._3rd, .main-section-four._3rd, .main-section-five._3rd, .main-section-about._3rd {
    padding-bottom: 140px;
  }

  .simple-section-form {
    overflow: clip;
  }
}

@media screen and (max-width: 479px) {
  .main-section {
    padding-bottom: 250px;
  }

  .container.nav-container, .container.container-0-on-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-highlighted-div {
    width: 100%;
  }

  .whatapp-icon {
    width: 35px;
  }

  .logo-link {
    background-color: #a60318;
    padding-left: 24px;
    padding-right: 36px;
  }

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

  .nav-link {
    font-size: 10px;
  }

  .hero-div {
    padding-bottom: 250px;
    padding-left: 12px;
  }

  .hero-text {
    margin-left: 15px;
    font-size: 12px;
  }

  .section {
    padding-bottom: 46px;
  }

  .red-labeled-text {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }

  .contact-boxes-div {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .contact-box {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .contact-icon {
    height: 52px;
  }

  .white-box {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding: 27px 33px;
  }

  .card-heading {
    font-size: 20px;
  }

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

  .div-block-2._2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .div-block-3 {
    margin-right: 0;
    padding-left: 33px;
    padding-right: 33px;
  }

  .div-block-4 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 33px;
    padding-right: 33px;
    display: flex;
  }

  .div-block-4._2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact-div.big {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 15px;
  }

  .services-box-div {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    padding-left: 33px;
    padding-right: 33px;
    display: flex;
  }

  .services-box-div._2nd {
    margin-left: 0;
  }

  .big-icons-div {
    width: 48px;
    height: 48px;
  }

  .big-icons {
    width: 30px;
    height: 30px;
  }

  .services-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    font-size: 12px;
  }

  .slider-up-header {
    padding-top: 30px;
    padding-left: 34px;
    padding-right: 34px;
  }

  .sub-heading {
    font-size: 22px;
  }

  .mask {
    width: 80%;
  }

  .partner-section {
    padding-top: 42px;
  }

  .slider-arrows {
    width: 35px;
    height: 35px;
  }

  .padding-left {
    padding-left: 33px;
    padding-right: 33px;
  }

  .para {
    font-size: 14px;
  }

  .partners-boxes {
    padding-left: 12px;
    padding-right: 12px;
  }

  .partner-image-div {
    margin-bottom: 44px;
  }

  .footer {
    padding-top: 37px;
  }

  .footer-text {
    font-size: 11px;
  }

  .footer-links-div {
    margin-bottom: 23px;
  }

  .footer-social-links-icon {
    width: 23px;
  }

  .div-block-9 {
    max-width: 175px;
  }

  .div-block-12 {
    padding-left: 33px;
    padding-right: 33px;
  }

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

  .faq-section {
    padding-bottom: 60px;
  }

  .faq-main-block {
    margin-top: 40px;
  }

  .faq-head-div {
    padding: 20px;
  }

  .faq-head-text {
    font-size: 15px;
  }

  .faq-icon {
    width: 20px;
  }

  .faq-body-para {
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

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

  .red-shaped-div {
    padding-left: 0;
  }

  .short-red-box {
    padding: 18px 30px;
  }

  .cta-contacts-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 50px 20px 30px;
  }

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

  .team-main-block {
    grid-template-columns: 1fr;
  }

  .team-image {
    height: 350px;
  }

  .team-info-div {
    font-size: 13px;
  }

  .team-name {
    font-size: 16px;
  }

  .main-heading {
    font-size: 35px;
  }

  .main-heading.mobile {
    padding-bottom: 6px;
  }

  ._2-col-content-div {
    padding: 20px;
  }

  ._2-col-image.path {
    -webkit-clip-path: polygon(0% 10%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 10%, 100% 0, 100% 100%, 0% 100%);
  }

  .slider-arrow-image {
    width: 50px;
  }

  ._2-col-form-div.path {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    padding-top: 50px;
  }

  .form-block {
    width: 85%;
  }

  .input {
    min-height: 40px;
    font-size: 15px;
  }

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

  .submit-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
  }

  .team-slider-arrows {
    width: 45px;
    height: 45px;
    right: 0;
  }

  .team-slider-arrows.left {
    right: 70px;
  }

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

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .main-section-one, .main-section-two, .main-section-three, .main-section-four, .main-section-five, .main-section-about {
    padding-bottom: 250px;
  }

  .simple-section-form {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ffc350a6-189d-9ce6-ecba-2a451109125f-1109125a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ffc350a6-189d-9ce6-ecba-2a4511091274-1109125a {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'AtompunkSansItalic-Regular';
  src: url('../fonts/AtompunkSansItalic-Regular.woff2') format('woff2'), url('../fonts/AtompunkSansItalic-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.ttf') format('truetype'), url('../fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}