:root {
  --royal-blue: #0060c5;
  --flowui-component-library-grey-300: #e4e6f1;
  --dodger-blue: #e0ad03;
  --black: black;
  --white: white;
  --grey: #8f8f8f;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-success-lighter: #ebfff6;
  --flowui-component-library-success-darker: #006638;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-400: #b6b9ce;
  --flowui-component-library-gray-500: #6b7094;
  --dark-orange: #ff8300;
  --midnight-blue: #00094e;
  --gold: #c19d67;
}

.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-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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  margin-left: auto;
  margin-right: auto;
}

.section.unsere-leistungen {
  background-color: var(--royal-blue);
  padding-top: 5px;
  padding-bottom: 5px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  color: var(--flowui-component-library-grey-300);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #fff;
  background-color: #e0ad03;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  color: #000;
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--dodger-blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: inline-block;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: var(--flowui-component-library-grey-300);
  color: var(--black);
}

.button.cc-contact-us.white {
  background-color: var(--white);
  color: var(--dodger-blue);
}

.button.cc-contact-us.kontakt {
  display: flex;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: var(--white);
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: var(--white);
}

.paragraph-light.kontakt {
  color: var(--black);
}

.heading-jumbo {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  color: var(--dodger-blue);
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #25201ecf;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Lichtstreifen-Kabelverlegung-Ruhr-West.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 480px;
}

.intro-header.cc-subpage.kontakt {
  background-image: linear-gradient(#0006, #0006), url('../images/RS-New-Hero.webp');
  background-position: 0 0, 92%;
  background-size: auto, 821px;
}

.intro-header.cc-subpage.kontakt._2 {
  background-image: linear-gradient(to bottom, null, null), url('../images/RS-Security-Logo-Herosection-2.webp');
  background-size: auto, 914px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  align-self: auto;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 360px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-heading._2 {
  margin-bottom: 30px;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.background-video {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 800px;
  display: none;
}

.body {
  background-color: #fff;
}

.text-block {
  color: #fff;
}

.text-block:hover {
  color: var(--black);
}

.section-logo {
  background-color: #fff0;
  padding: 15px 5%;
  display: none;
}

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

.full-logo-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-wrap {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 36px;
  display: flex;
}

.light-logo {
  width: 130px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  margin-bottom: 140px;
  padding-left: 38px;
  display: flex;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 0;
  display: flex;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.title {
  color: var(--dodger-blue);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.heading-primary {
  color: var(--black);
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  align-self: center;
  max-width: none;
}

.paragraph {
  color: #546681;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.3;
}

.paragraph.paragraph-centre-white {
  color: #fff;
  text-align: center;
  max-width: 715px;
}

.paragraph._1 {
  margin-bottom: 30px;
}

.div-block {
  margin-bottom: 80px;
  padding: 100px 100px 0;
}

.icon-1x1-medium {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-medium._2 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.section-benefits_icons {
  background-color: var(--black);
  color: #1e212c;
  margin-top: -91px;
  padding-top: 110px;
  padding-bottom: 110px;
  display: block;
}

.layout228_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.paragraph-features {
  color: #f5fff0;
  font-weight: 400;
}

.layout228_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.heading-medium {
  color: #f5fff0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

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

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.image_mobile-features {
  display: none;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 180px;
  display: grid;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  border-left-color: var(--dodger-blue);
  opacity: 1;
  background-color: #0000;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  max-width: none;
  position: relative;
  left: auto;
}

.section-features {
  background-color: #8f8f8f14;
  padding-top: 130px;
  padding-bottom: 0;
}

.heading-medium-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.image-3 {
  border-radius: 5px;
}

.testimonial17_rating-icon {
  color: #000;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.text-weight-semibold {
  color: var(--dodger-blue);
  font-weight: 600;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xhuge {
  border-radius: 10px;
  padding: 4rem;
  box-shadow: 0 5px 20px 5px #fff;
}

.testimonial17_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial17_client-image-wrapper {
  margin-right: 1rem;
}

.section-testimonials {
  background-color: var(--grey);
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 200px;
}

.testimonial17_content {
  border: 1px solid var(--dodger-blue);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.testimonial17_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial17_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.testimonial17_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-size-medium-2 {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 1.125rem;
}

.image-2-copy {
  max-width: none;
  position: relative;
  left: auto;
}

.button-2 {
  color: #000;
  background-color: #f7f7f7;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button-2:hover {
  color: #fff;
  background-color: #0151a7;
}

.button-wrap-hero {
  margin-top: 35px;
}

.link-02 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.link-02:hover {
  color: #ffffff94;
}

.text-span {
  color: #484dff;
}

.section-cta {
  border-bottom: 1px solid var(--white);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 60px 15% 70px;
  display: flex;
}

.title-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.page-padding-kundenbewertungen {
  padding-top: 41px;
  padding-left: 0%;
  padding-right: 0%;
}

.f-footer-link {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library-grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-social {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-logo {
  flex: none;
}

.f-footer-logo.w--current {
  text-decoration: none;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-small {
  background-color: var(--grey);
  padding: 50px 5%;
  position: relative;
}

.text-block-2 {
  width: 4.8rem;
  text-decoration: none;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-success-message {
  background-color: var(--flowui-component-library-success-lighter);
  color: var(--flowui-component-library-success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-form-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-form-button:active {
  background-color: var(--flowui-component-library-gray-900);
}

.f-input-outlined {
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: var(--flowui-component-library-gray-400);
}

.f-input-outlined::placeholder {
  color: var(--flowui-component-library-gray-400);
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.f-margin-bottom-08 {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 20px;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h3-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-16 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-cta-image-wrapper {
  height: 360px;
}

.f-cta-grid-a {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-regular {
  background-color: var(--dodger-blue);
  padding: 64px 5% 72px;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h1-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

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

.f-section-large {
  padding: 92px 5% 140px;
  position: relative;
}

.heading {
  color: var(--flowui-component-library-white);
}

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

.text-block-3 {
  font-size: 15px;
  font-weight: 600;
}

.heading-2 {
  color: var(--white);
}

.section-2 {
  background-image: linear-gradient(#00000080, #00000080);
}

.columns {
  margin-bottom: 30px;
}

.heading-3 {
  color: var(--dodger-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.image-4 {
  height: 183px;
  margin-bottom: 15px;
}

.image-4._2 {
  max-width: 100%;
  height: 183px;
}

.section-subheading.center {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.white-box {
  text-align: center;
  background-color: #535353;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  min-height: 473px;
  padding: 15px 15px 30px;
}

.section-title-group {
  margin-bottom: 80px;
}

.section-heading-2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading-2.centered {
  color: var(--dodger-blue);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 700;
}

.paragraph-2 {
  color: #ced9e9;
  font-size: 16px;
}

.section-leistungen {
  background-color: var(--grey);
  text-align: center;
  padding: 100px 10px 200px;
  position: relative;
}

.heading-4 {
  color: var(--dodger-blue);
  font-size: 39px;
  text-decoration: none;
}

.social-icon {
  color: #fff;
  font-size: 42px;
  position: static;
  top: auto;
}

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

.button-1:hover {
  color: #d9a941;
  background-color: #32343a00;
  border: 1px solid #fbb82a;
}

.button-1:active {
  color: #fff;
  background-color: #47534f;
}

.button-1.kontakt._2 {
  background-color: var(--dodger-blue);
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
}

.button-1.kontakt._2:hover {
  background-color: #fff;
}

.button-1.kontakt._2._3 {
  background-color: var(--dodger-blue);
}

.button-1.kontakt._2._3:hover {
  background-color: var(--white);
  color: var(--dodger-blue);
}

.paragraph-3 {
  color: #fff;
  padding-right: 20px;
  line-height: 18px;
}

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

.heading-contact {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
}

.div-block-3 {
  background-color: var(--grey);
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 60px;
  padding-left: 40px;
}

.button-calendly-contact {
  color: #d9a941;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-calendly-contact:hover {
  color: #d9a941;
  background-color: #32343a00;
  border: 1px solid #fbb82a;
}

.button-calendly-contact:active {
  color: #fff;
  background-color: #47534f;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.icon-contact {
  color: #fff;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
}

.div-kontakt-form {
  flex-direction: column;
  display: flex;
}

.link-block-2 {
  margin-right: 20px;
  font-size: 30px;
  text-decoration: none;
  position: relative;
  top: 27px;
}

.div-block-kontakt {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  padding: 10px;
}

.heading-contact-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: -10px;
  font-size: 18px;
}

.heading-kontakt {
  color: #fff;
  margin-bottom: auto;
  font-size: 44px;
  font-weight: 600;
}

.paragraph-5 {
  font-size: 30px;
  text-decoration: none;
}

.html-embed {
  margin-top: 30px;
}

.heading-5 {
  color: #fff;
}

.section-2 {
  opacity: 1;
  background-color: #f5f7fa;
  background-image: linear-gradient(#f5f7faf0, #f5f7faf0), url('../images/Howe-Consulting-Logo-Symbol---transparenter-Hintergrund_1Howe Consulting Logo Symbol - transparenter Hintergrund.webp');
  background-position: 0 0, 5923% 76%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 99%;
  border-bottom: 1px solid #e4ebf3;
  padding: 120px 10% 210px;
  display: block;
  position: relative;
}

.section-2._6 {
  background-image: none;
  background-position: 0 0;
  padding: 160px 15% 220px;
}

.contact-logo-copy {
  margin-bottom: -60px;
  position: static;
  left: 32%;
}

.waves-left-faq-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---section-medium {
  border: 50px solid #101119;
  padding-top: 100px;
  padding-bottom: 60px;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves-expandable-master-faq-1 {
  max-width: 545px;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---paragraph-regular:hover {
  color: var(--dodger-blue);
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---expandable-item {
  cursor: pointer;
  border-top: 1px solid #131313;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-span-2 {
  color: #0e746a;
}

.waves---expand-line {
  background-color: #131313;
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.text-span-3 {
  color: var(--dodger-blue);
}

.image-5 {
  margin-top: 120px;
}

.section-3 {
  background-image: url('../images/RS-New-Hero.webp');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  height: 850px;
  display: flex;
}

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

.div-block-20 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rich-text-block {
  margin-bottom: 100px;
}

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

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .menu-icon {
    color: var(--white);
    display: block;
  }

  .menu {
    background-color: #c39e68;
    border-radius: 13px;
    margin-left: 30px;
    padding: 10px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    background-color: var(--grey);
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    width: 100%;
    padding-right: 100px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .background-video {
    align-items: center;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .heading-primary.h3-centre-white {
    font-size: 33px;
  }

  .paragraph.paragraph-centre-white {
    font-size: 16px;
  }

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

  .section-benefits_icons {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .layout228_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

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

  .heading-medium {
    font-size: 1.5rem;
  }

  .page-padding {
    overflow: visible;
  }

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

  .layout28_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-2-copy {
    left: 88px;
  }

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

  .f-footer-menu {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-small {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .f-cta-grid-a {
    grid-template-columns: 1fr;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 500;
  }

  .image-4, .image-4._2 {
    height: auto;
  }

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

  .button-1.kontakt._2._3 {
    margin-bottom: 20px;
  }

  .div-block-3 {
    padding-right: 30px;
  }

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

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

  .section-2 {
    padding-bottom: 120px;
    padding-left: 16%;
    padding-right: 16%;
  }

  .contact-logo-copy {
    left: 35%;
  }

  .waves-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .image-5 {
    margin-top: auto;
  }

  .section-3 {
    background-image: url('../images/RS-Security-Logo-Herosection-Vertical.webp'), url('../images/RS-Security-Logo-Herosection.webp');
    background-position: 0 0, 100% -5%;
    background-size: cover, 1271px;
    padding-top: 374px;
  }

  .image-6 {
    position: relative;
    left: 48px;
  }

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

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 0;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: -10px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

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

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .background-video {
    height: 547px;
  }

  .section-logo {
    padding-top: 20px;
  }

  .full-logo-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .column-wrap-reversed {
    justify-content: center;
    padding-left: 0;
    display: flex;
  }

  .content-block-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    padding-top: 40px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .layout228_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

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

  .layout28_image-wrapper {
    justify-content: center;
    display: flex;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .image-3 {
    flex: 1;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial17_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial17_content {
    padding: 1.5rem;
  }

  .testimonial17_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .image-2-copy {
    left: auto;
  }

  .f-footer-menu {
    grid-template-rows: auto;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .white-box {
    min-height: 0;
    margin-bottom: 30px;
  }

  .section-leistungen {
    overflow: hidden;
  }

  .social-icon {
    font-size: 29px;
  }

  .paragraph-5 {
    margin-top: 12px;
    margin-bottom: 17px;
  }

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

  .contact-logo-copy {
    left: 30%;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .section-3 {
    background-position: 50%, 100% -5%;
    background-repeat: no-repeat, repeat;
    height: 632px;
    padding-top: 280px;
    overflow: hidden;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .paragraph-bigger {
    font-size: 20px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: -20px;
    font-size: 14px;
    line-height: 23px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    margin-top: auto;
    padding: 9px 20px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 22px;
    line-height: 40px;
  }

  .logo-link.w--current {
    justify-content: flex-start;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-content.cc-homepage {
    padding-left: 20px;
    padding-right: 20px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .contact-heading {
    font-size: 25px;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .background-video {
    height: 443px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .image-block {
    padding: 8px 0;
  }

  .heading-primary {
    font-size: 30px;
  }

  .heading-primary.h3-centre-white {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
  }

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

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

  .section-benefits_icons {
    margin-top: -130px;
  }

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

  .paragraph-features {
    text-align: center;
    padding-right: 0;
    font-size: 14px;
  }

  .layout228_item {
    align-items: center;
  }

  .layout228_item.is-1 {
    width: 100%;
    padding-right: 0;
    overflow: hidden;
  }

  .layout228_item.is-2 {
    align-items: center;
    padding-right: 0;
  }

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

  .heading-medium {
    font-size: 1.4rem;
  }

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

  .image_mobile-features {
    display: block;
  }

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

  .layout28_tabs-link {
    border-left-style: none;
    padding-left: 0;
  }

  .layout28_tabs-link.w--current {
    border-left-style: none;
  }

  .heading-medium-2 {
    font-size: 1.2rem;
  }

  .image-3 {
    height: 100%;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xhuge {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .text-size-medium-2 {
    font-size: .9rem;
  }

  .image-2-copy {
    left: auto;
  }

  .button-2 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-cta {
    padding-left: 2%;
    padding-right: 2%;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .f-form-button {
    width: 100%;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-cta-form-block {
    width: 100%;
  }

  .f-paragraph-large {
    font-size: 16px;
  }

  .f-h1-heading {
    font-size: 33px;
  }

  .heading {
    font-size: 34px;
  }

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

  .rich-impr h1 {
    font-size: 23px;
  }

  .rich-impr h2 {
    font-size: 23px;
    font-weight: 600;
  }

  .rich-impr p {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .section-subheading.center {
    font-size: 16px;
    line-height: 30px;
  }

  .white-box {
    max-width: none;
    min-height: 0;
  }

  .section-heading-2.centered {
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .button-1.kontakt._2 {
    margin-bottom: 15px;
  }

  .heading-contact {
    line-height: 38px;
  }

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

  .button-calendly-contact {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .grid-3 {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: -6px;
  }

  .heading-contact-2 {
    font-size: 16px;
  }

  .section-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-2._6 {
    padding: 120px 5%;
  }

  .contact-logo-copy {
    left: 19%;
  }

  .waves---section-medium {
    border-width: 10px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
    margin-right: auto;
  }

  .waves---expandable-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .waves---main-container {
    padding-left: 11px;
    padding-right: 19px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---heading-2-no-margins {
    font-size: 28px;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .section-3 {
    background-image: url('../images/RS-Security-Logo-Herosection-Vertical.webp'), url('../images/RS-Security-Logo-Herosection.webp');
    background-position: 50% 0, 100% -5%;
    height: 525px;
    margin-top: -30px;
    padding-top: 209px;
  }

  .image-6 {
    flex: 0 auto;
    left: auto;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: block;
    overflow: hidden;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 1.2rem;
  }
}

#w-node-dc8b5157-53fe-3635-ba81-9070df5b4a1f-a2c5d8cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6d3dd337-63ae-536d-3db5-b492b82f24be-a2c5d8cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d3dd337-63ae-536d-3db5-b492b82f24c4-a2c5d8cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0d61c5d4-9dfc-c1e0-5794-b167c6da32a3-a2c5d8cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d61c5d4-9dfc-c1e0-5794-b167c6da32c6-a2c5d8cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_24fcdef0-2c2f-1b50-e0f2-0c78a9feb892-a9feb88b, #w-node-_24fcdef0-2c2f-1b50-e0f2-0c78a9feb8af-a9feb88b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_884ec6b9-478c-4b92-818a-5ccf5d670d6d-a2c5d8cf {
    place-self: center;
  }

  #w-node-_6d3dd337-63ae-536d-3db5-b492b82f24be-a2c5d8cf, #w-node-_6d3dd337-63ae-536d-3db5-b492b82f24c4-a2c5d8cf {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_884ec6b9-478c-4b92-818a-5ccf5d670d6d-a2c5d8cf {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}