:root {
  --white-smoke: #f7f7f7;
  --tan: #c7aa8b;
  --main-bluee: #192655;
  --white-smoke-2: #f7f7f7;
  --hover-blue: #10193a;
  --dark-slate-gray-2: #323232;
  --brown-font: #4d4d4d;
  --grey: #858585;
  --main-green: #afc8ad;
  --dark-slate-gray: #4d4d4d;
  --waves-library--black: #131313;
  --light-gray: #d1d1d1;
  --sienna: #bc5539;
  --mh-brand-orange: #cc593b;
  --main-blue: #40a2e3;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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 {
  background-color: var(--white-smoke);
  color: #333;
  padding-top: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

h1 {
  color: #c7aa8b;
  margin: 0 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  color: var(--tan);
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(77, 77, 77, .2);
  border: 2px solid #fff;
  align-self: center;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

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

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
  margin-left: 40px;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  margin: -8px auto;
  display: block;
}

.button.form {
  color: #c7aa8b;
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  background-color: #192655;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 5px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(255, 255, 255, .13);
}

.nav-link {
  background-color: var(--main-bluee);
  color: var(--white-smoke-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #4d4d4d;
  padding: 26px 30px 29px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

.nav-link:hover {
  background-color: var(--hover-blue);
  color: #fff;
}

.nav-link.w--current {
  background-color: var(--hover-blue);
  box-shadow: none;
  color: #c7aa8b;
}

.nav-link.w--current:hover {
  color: #c7aa8b;
}

.nav-link.social-icons {
  float: right;
  opacity: .8;
  border-left: 1px solid #4d4d4d;
  padding: 18px 22px 22px;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.nav-link.hide {
  display: none;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
  flex: 0 auto;
  align-items: center;
  margin: auto;
  display: block;
  left: auto;
  right: auto;
}

.stone-logo {
  max-width: none;
  float: none;
  clear: none;
  opacity: .9;
  text-align: left;
  flex: 0 auto;
  order: 0;
  margin: auto;
  padding: 0;
  display: block;
  position: static;
  top: -26px;
  bottom: auto;
  left: auto;
  right: auto;
}

.stone-logo.footer {
  opacity: .4;
}

.brand {
  flex: 0 auto;
  padding-top: 0;
  display: block;
}

.section {
  color: #4d4d4d;
  background-color: #c7aa8b;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.grey {
  color: #fff;
  background-color: #192655;
  background-image: none;
  background-size: auto;
  padding-top: 55px;
  padding-bottom: 20px;
}

.section.beige {
  border-bottom: 3px none var(--tan);
  background-color: #192655;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.section.image {
  text-align: left;
  background-image: linear-gradient(rgba(25, 38, 85, .49), rgba(25, 38, 85, .49)), url('../images/handsome-business-man-engineer-hard-hat-building.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.lightgrey {
  height: 520px;
  background-color: var(--tan);
  border-bottom: 3px solid #000;
  border-left: 7px #000;
  margin-bottom: -60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.footer {
  background-color: var(--main-bluee);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section.objektschutz {
  border: 30px solid var(--dark-slate-gray-2);
  background-color: var(--tan);
  position: relative;
}

.section.veranstaltungsschutz {
  border: 30px solid var(--dark-slate-gray-2);
  background-color: #c7aa8b;
  border-radius: 0;
}

.section.pforten-einlassdienste, .section.empfangsdienst {
  border: 30px solid var(--dark-slate-gray-2);
}

.section.qualifikationen {
  background-color: var(--main-bluee);
  border-top: 10px #000;
  border-bottom: 2px solid #000;
  margin-bottom: -60px;
  padding-top: 60px;
  padding-bottom: 160px;
}

.main-heading {
  max-width: 405px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(161, 161, 161, .8);
  flex-direction: row;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 511px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  display: block;
  position: relative;
  bottom: 6px;
  left: -654px;
}

.main-heading.bold {
  max-width: 326px;
  background-color: rgba(161, 161, 161, .7);
  font-weight: 700;
  position: relative;
  bottom: -40px;
}

.slider-nav {
  opacity: 0;
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: rgba(255, 255, 255, .81);
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  width: 60px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: #c7aa8b;
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, .18);
}

.slider {
  height: 570px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.slide {
  border-bottom: 3px solid var(--tan);
  text-align: center;
  background-image: linear-gradient(rgba(25, 38, 85, .36), rgba(25, 38, 85, .36)), url('../images/builder39s-helmet-boots-wooden-background-top-view-1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.process-titles {
  color: var(--brown-font);
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(50, 50, 50, .13);
  margin-bottom: 23px;
  padding-top: 0;
  font-size: 40px;
}

.icon-wrapper {
  height: 109px;
  text-align: center;
  margin-bottom: 24px;
}

.number {
  color: rgba(50, 50, 50, .09);
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  width: 50%;
  text-align: center;
  padding: 24px 30px;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  color: #d1d1d1;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, .36);
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  color: #858585;
  text-align: center;
  margin-top: 3px;
}

.footer-text.address {
  color: var(--grey);
  text-align: center;
  padding-right: 156px;
}

.subheading {
  color: #a6a6a6;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
  overflow: hidden;
}

.contact-form-column {
  border: 40px none var(--main-green);
  background-color: #f6f6f6;
  border-radius: 0;
  padding: 74px 33px;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  height: 52px;
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: rgba(255, 255, 255, .8);
}

.field:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.success {
  color: #323232;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.contact-text {
  color: var(--main-bluee);
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

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

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.slider-2 {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.mask-2 {
  width: 20%;
  overflow: visible;
}

.body {
  background-color: var(--main-bluee);
  background-image: none;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.slider-thing {
  width: 100%;
  height: 100%;
  background-color: #aa4646;
  margin: 10px;
}

.slider-thing.slider-thing-2 {
  background-color: #b36e6e;
}

.div-block {
  height: 100%;
}

.last-slide-wrapper {
  width: 100vw;
  height: 100%;
  flex-direction: row;
  display: flex;
}

.container {
  max-width: 915px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template: "Area-2 Area-2" .75fr
                 ". Area"
                 ". ."
                 ". ."
                 ". ."
                 "Area-3 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: -9px;
  display: none;
}

.image-2 {
  height: 296px;
}

.main-heading-new {
  max-width: 357px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(161, 161, 161, .7);
  flex-direction: row;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 511px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  display: block;
  position: relative;
  bottom: -40px;
  left: -654px;
}

.main-heading-new.bold {
  font-weight: 700;
  position: relative;
}

.text-span {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.heading {
  color: #fff;
  font-size: 39px;
}

.contact-form {
  background-color: var(--white-smoke-2);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.container-2 {
  max-width: 766px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.textarea {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading-2 {
  color: var(--tan);
  text-align: center;
  font-size: 40px;
}

.paragraph {
  text-align: left;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph.home {
  color: var(--main-bluee);
  text-align: center;
}

.container-3 {
  flex-direction: column;
  display: flex;
}

.button-ber-uns {
  border: 2px solid var(--tan);
  background-color: var(--main-bluee);
  color: var(--tan);
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 15px;
  font-size: 20px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button-ber-uns:hover {
  color: var(--main-bluee);
  background-color: #fff;
}

.button-ber-uns.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button-ber-uns.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button-ber-uns.beige.footer {
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-ber-uns.form {
  color: #c7aa8b;
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button-ber-uns.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.button-ber-uns.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button-ber-uns.solid:hover {
  color: #c7aa8b;
  background-color: rgba(0, 0, 0, 0);
}

.button-ber-uns.dark {
  background-color: var(--main-bluee);
}

.button-ber-uns.dark:hover {
  color: #e1e2de;
}

.button-ber-uns.leistungen {
  color: #c7aa8b;
}

.container-call {
  max-width: 915px;
  text-align: left;
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: -9px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  left: -262px;
}

.section-call {
  color: #4d4d4d;
  background-image: linear-gradient(30deg, rgba(25, 38, 85, .86) 18%, rgba(255, 255, 255, 0)), url('../images/top-view-desk-work-table-architect-with-drawing-home-plan-building.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section-call.grey {
  color: #fff;
  background-color: #333;
  padding-top: 55px;
  padding-bottom: 55px;
}

.section-call.beige {
  background-color: #c7aa8b;
}

.section-call.image {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pexels-scott-webb-532568.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 127px;
  padding-bottom: 127px;
}

.section-call.lightgrey {
  background-color: var(--white-smoke-2);
}

.section-call.footer {
  background-color: #323232;
  padding-top: 65px;
  padding-bottom: 53px;
}

.heading-3 {
  color: #fff;
  text-align: left;
  font-size: 33px;
  line-height: 29px;
  text-decoration: none;
}

.text-span-2 {
  font-family: "Fa brands 400", sans-serif;
}

.link {
  color: var(--white-smoke-2);
  font-size: 40px;
  line-height: 1.3;
  text-decoration: none;
  display: inline-block;
}

.link-2 {
  color: var(--brown-font);
  text-decoration: none;
}

.collum-s-1 {
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.text-block {
  padding-left: 61px;
}

.text-block-2 {
  padding-left: 68px;
}

.text-block-3 {
  padding-left: 0;
}

.image-3 {
  background-color: rgba(0, 0, 0, 0);
}

.column {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.text-block-4 {
  color: var(--white-smoke);
  font-weight: 400;
}

.image-4 {
  padding-top: 0;
}

.list-item {
  text-align: center;
  border: 1px #000;
  font-size: 17px;
  list-style-type: none;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  font-size: 17px;
}

.heading-4 {
  color: var(--dark-slate-gray);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 251px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  top: 8px;
}

.heading-4.pforten {
  text-align: center;
  margin-left: -60px;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  font-weight: 400;
  display: block;
  top: -4px;
}

.heading-4.objektschutz {
  color: #192655;
  text-align: left;
  margin-left: 0;
  padding: 5px 0 0;
  line-height: 1.3;
  position: static;
  top: 21px;
  left: 0;
}

.heading-4.sanit-tsdienst {
  margin-top: -43px;
  margin-left: -10px;
}

.heading-4.sanit-ts {
  padding-left: 0;
  padding-right: 0;
  top: 0;
}

.heading-4.veranstaltungschutz {
  margin-left: -29px;
  padding-left: 0;
  padding-right: 0;
  font-size: 27px;
  position: static;
  top: 0;
}

.heading-4.empfangs {
  margin-left: 434px;
  padding-right: 0;
  font-size: 30px;
  top: 0;
}

.heading-4.empfangsscuzt {
  padding-left: 0;
  padding-right: 53px;
  font-size: 30px;
}

.heading-4.sicherheitsberatung {
  padding-right: 220px;
}

.heading-4.sanit-tsdienste {
  text-align: left;
  margin-left: 0;
  padding: 5px 0 0;
  position: static;
  top: 21px;
  left: 0;
}

.heading-4.veranstaltungsschutz {
  color: var(--main-bluee);
  text-align: left;
  text-transform: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 27px;
  position: static;
  top: 0;
}

.heading-4.empfangsscuzt-copy, .heading-4.empfangsscuzt-copy-copy {
  padding-left: 0;
  padding-right: 53px;
  font-size: 30px;
}

.heading-4.ber-uns {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.image-5 {
  box-shadow: 1px 1px 20px -4px var(--main-bluee);
  outline-offset: 0px;
  outline: 3px rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5.sanit-tsdienst {
  mix-blend-mode: normal;
  margin-top: 0;
  margin-left: 0;
}

.list {
  text-align: left;
  padding-left: 0;
  padding-right: 50px;
}

.text-block-5 {
  font-size: 20px;
}

.text-block-6 {
  text-align: left;
  padding-top: 31px;
  padding-left: 0;
  padding-right: 52px;
  font-size: 20px;
  line-height: 20px;
}

.text-block-6.empfangs-und-pforten {
  padding-top: 16px;
  font-size: 19px;
  line-height: 18px;
}

.text-block-6.objektschutz {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: -42px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
  font-style: normal;
  position: relative;
  top: 0;
}

.bold-text {
  color: rgba(77, 77, 77, .65);
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-6 {
  margin-left: 60px;
}

.image-6.image-5.s-beratung {
  margin-top: 40px;
}

.sicherheits-collum-texte {
  padding-right: 0;
}

.text-span-3 {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.div-block-2 {
  background-color: var(--tan);
  outline-offset: 0px;
  border: 5px #000;
  border-radius: 0;
  outline: 2px #4d4d4d;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.button-2 {
  background-color: var(--dark-slate-gray-2);
  color: var(--white-smoke-2);
  border: 1px #000;
  border-radius: 4px;
  margin-top: 0;
  margin-left: 150px;
  padding: 10px 40px;
  transition: box-shadow .2s;
  display: inline;
  position: relative;
  top: 300px;
}

.container-4 {
  padding-left: 0;
}

.heading-5 {
  color: #bc5539;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading-5.underlay {
  margin-bottom: -32px;
  padding-top: 0;
  font-family: Roboto Condensed, sans-serif;
  position: relative;
}

.paragraph-2 {
  color: var(--tan);
}

.paragraph-2.qualifikationen {
  color: var(--white-smoke);
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: -30px;
  padding-bottom: 0;
  padding-left: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.text-span-4 {
  color: #bc5539;
  font-size: 20px;
}

.bold-text-2 {
  color: rgba(199, 170, 139, .66);
}

.text-span-5 {
  color: #bc5539;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 700;
}

.container-5 {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, .16);
  border: 50px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: 1px solid rgba(199, 170, 139, .57);
}

.image-7 {
  object-fit: fill;
  padding-top: 0;
  display: block;
  position: relative;
  top: -249px;
  left: 646px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

.image-8 {
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: 788px;
  right: auto;
}

.image-9 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 0;
  margin-top: -100px;
  margin-left: 100px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.container-6 {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.button-3 {
  color: var(--tan);
  background-color: rgba(0, 0, 0, 0);
  margin-top: -176px;
  margin-left: 40px;
  transition: all .1s;
}

.link-3 {
  color: var(--dark-slate-gray);
}

.link-4 {
  color: var(--dark-slate-gray-2);
  font-size: 20px;
}

.image-10 {
  background-color: var(--dark-slate-gray-2);
}

.container-7 {
  height: 400px;
  max-height: 400px;
  max-width: 800px;
  background-color: var(--dark-slate-gray-2);
  overflow: auto;
}

.heading-6 {
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
}

.list-2 {
  object-fit: fill;
  padding-left: 40px;
}

.column-2 {
  padding-left: 52px;
}

.paragraph-3 {
  padding-left: 0;
  font-size: 30px;
  line-height: 34px;
}

.paragraph-4 {
  text-align: right;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 50px;
  font-size: 30px;
  line-height: 34px;
  text-decoration: none;
}

.list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13 {
  color: var(--white-smoke-2);
}

.list-item-13.list-4 {
  color: var(--white-smoke);
}

.list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19 {
  color: var(--white-smoke-2);
}

.list-3 {
  color: var(--white-smoke);
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
}

.list-4 {
  opacity: 1;
  outline-offset: 0px;
  color: var(--white-smoke);
  border: 5px rgba(0, 0, 0, .27);
  border-radius: 0;
  outline: 3px #c7aa8b;
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
}

.columns {
  margin-bottom: 20px;
}

.text-block-7 {
  color: var(--tan);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 358px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.container-8 {
  padding-top: 30px;
}

.image-11 {
  box-shadow: 1px 1px 20px 7px var(--dark-slate-gray-2);
  opacity: .41;
  mix-blend-mode: normal;
  margin-left: 0;
  overflow: visible;
}

.heading-7 {
  border: 3px none var(--dark-slate-gray);
  opacity: 1;
  color: var(--dark-slate-gray-2);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 1.2;
}

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

.container-9 {
  box-shadow: 1px 1px 20px -2px var(--dark-slate-gray);
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: auto;
}

.text-block-8 {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.section-home {
  border-top: 3px solid var(--tan);
  border-bottom: 3px solid var(--main-bluee);
  color: #4d4d4d;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-home.grey {
  color: #fff;
  background-color: #333;
  background-image: none;
  background-size: auto;
  padding-top: 55px;
  padding-bottom: 0;
}

.section-home.beige {
  background-color: #c7aa8b;
}

.section-home.image {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/city.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 127px;
}

.section-home.lightgrey {
  background-color: rgba(199, 170, 139, .8);
  border-bottom: 3px solid #000;
  border-left: 7px #000;
}

.section-home.footer {
  background-color: #323232;
  padding-top: 65px;
  padding-bottom: 53px;
}

.section-home.objektschutz {
  border: 30px solid var(--dark-slate-gray-2);
  background-color: var(--tan);
}

.section-home.veranstaltungsschutz {
  border: 30px solid var(--dark-slate-gray-2);
  background-color: #c7aa8b;
  border-radius: 0;
}

.section-home.pforten-einlassdienste, .section-home.empfangsdienst {
  border: 30px solid var(--dark-slate-gray-2);
}

.section-home.qualifikationen {
  background-color: var(--dark-slate-gray-2);
  border-top: 10px #000;
  border-bottom: 2px solid #000;
}

.stone-logo-2 {
  max-width: none;
  float: none;
  opacity: .9;
  margin: auto;
  padding: 8px 0 0;
  display: inline-block;
  position: static;
  top: -74px;
  bottom: auto;
  left: 1000px;
  right: auto;
}

.stone-logo-2.footer {
  opacity: .4;
}

.container-10 {
  height: 75px;
  flex-direction: row;
  flex: 1;
  margin: auto;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.heading-8 {
  color: var(--white-smoke);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 23px;
  line-height: 45px;
}

.section-2 {
  height: auto;
  background-color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-2.section-datenschutz {
  margin-top: -56px;
  margin-bottom: 0;
}

.container-impressum {
  max-width: 1200px;
  background-color: var(--white-smoke);
  margin-bottom: 0;
  padding: 20px 40px;
  overflow: visible;
}

.heading-22 {
  color: var(--tan);
  margin-bottom: 30px;
  font-weight: 400;
}

.paragraph-29 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-3 {
  height: 220px;
  background-image: url('../images/2.webp');
  background-position: 50% 20%;
  background-size: cover;
  margin-top: 60px;
  padding-top: 0;
}

.section-3.datenschutz {
  background-image: url('../images/top-view-desk-work-table-architect-with-drawing-home-plan-building.webp');
  background-position: 50%;
  padding-top: 0;
}

.text-block-9 {
  color: var(--grey);
  text-decoration: none;
}

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

.container-11 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-12 {
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding-bottom: 0;
  display: flex;
}

.column-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: static;
  top: 2px;
  left: auto;
}

.column-34 {
  text-align: center;
  flex: 1;
  padding: 0;
}

.link-5 {
  color: var(--grey);
  padding-left: 0;
  text-decoration: none;
}

.text-span-6 {
  font-weight: 700;
}

.text-span-7 {
  font-size: 13px;
}

.text-span-8 {
  text-transform: capitalize;
  font-size: 12px;
  font-style: normal;
}

.text-span-9 {
  font-size: 17px;
}

.text-span-10 {
  font-family: Roboto Condensed, sans-serif;
  font-size: 17px;
}

.text-span-11 {
  font-size: 16px;
}

.text-bloxk-objetzschuztz {
  color: var(--main-bluee);
  text-align: left;
  margin-left: 0;
  padding: 20px 0 0;
  font-size: 17px;
}

.section-objektschutz {
  border: 30px solid var(--main-bluee);
  background-color: var(--main-green);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.text-block-10 {
  color: var(--grey);
}

.text-block-11 {
  color: rgba(77, 77, 77, .65);
  padding-top: 7px;
  position: relative;
  top: -22px;
}

.text-span-12 {
  font-size: 15px;
}

.text-bloxk-veranstaltungsschuzt {
  margin-top: 20px;
  font-size: 16px;
}

.text-span-13 {
  text-align: left;
  font-size: 13px;
  line-height: 13px;
}

.text-span-14 {
  font-size: 17px;
}

.section-sicherheitsberatung {
  border: 30px solid var(--main-bluee);
  background-color: var(--main-green);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
}

.section-empfang {
  border: 30px solid var(--main-bluee);
  background-color: var(--main-green);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 100px;
  display: none;
}

.section-sanit-tsdienste {
  border: 30px solid var(--main-bluee);
  background-color: var(--main-green);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
}

.heading-9 {
  color: #bc5539;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  text-transform: uppercase;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  padding-top: 10px;
  padding-left: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading-9.underlay {
  margin-bottom: -32px;
  padding-top: 0;
  font-family: Roboto Condensed, sans-serif;
  position: relative;
}

.text-block-12 {
  color: var(--white-smoke-2);
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

.paragraph-30 {
  color: #fff;
}

.list-item-20 {
  color: var(--main-bluee);
  font-size: 17px;
}

.list-item-20.hide {
  display: none;
}

.section-quali {
  color: #4d4d4d;
  background-color: #c7aa8b;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-quali.grey {
  color: #fff;
  background-color: #333;
  background-image: none;
  background-size: auto;
  padding-top: 55px;
  padding-bottom: 0;
}

.section-quali.beige {
  background-color: var(--tan);
}

.section-quali.image {
  text-align: left;
  background-image: linear-gradient(rgba(50, 50, 50, .76), rgba(50, 50, 50, .76)), url('../images/nagesh-badu-vYcH7pI6v1Q-unsplash-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 127px;
  display: flex;
}

.section-quali.lightgrey {
  height: 520px;
  background-color: var(--tan);
  border-bottom: 3px solid #000;
  border-left: 7px #000;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-quali.footer {
  background-color: #323232;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-quali.objektschutz {
  border: 30px solid var(--dark-slate-gray-2);
  background-color: var(--tan);
  position: relative;
}

.section-quali.veranstaltungsschutz {
  border: 30px solid var(--dark-slate-gray-2);
  background-color: #c7aa8b;
  border-radius: 0;
}

.section-quali.pforten-einlassdienste, .section-quali.empfangsdienst {
  border: 30px solid var(--dark-slate-gray-2);
}

.section-quali.qualifikationen {
  border-top: 3px solid var(--tan);
  background-color: var(--main-green);
  border-bottom: 2px solid #000;
  margin-bottom: -60px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-23 {
  color: var(--dark-slate-gray-2);
}

.heading-24 {
  color: #fff;
  margin: auto auto 10px;
  font-size: 32px;
  line-height: 1.2;
}

.qualifikationen-list {
  color: #aca5a5;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 30px;
  padding-top: 0;
  padding-left: 17px;
  font-size: 16px;
}

.heading-25 {
  color: #fff;
  text-align: center;
  font-size: 44px;
}

.list-item-21 {
  color: var(--dark-slate-gray-2);
  text-align: left;
}

.heading-26 {
  max-width: 930px;
  color: #fff;
  padding-top: 60px;
  font-size: 43px;
}

.container-13 {
  text-align: center;
}

.button-qualifikationen {
  background-color: var(--tan);
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  border: 2px #fff;
  border-radius: 5px;
  align-self: center;
  margin-top: 23px;
  margin-bottom: -15px;
  padding: 20px 60px;
  font-size: 20px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button-qualifikationen:hover {
  color: #323232;
  background-color: #fff;
}

.button-qualifikationen.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
  margin-left: 40px;
}

.button-qualifikationen.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button-qualifikationen.beige.footer {
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-qualifikationen.form {
  color: #c7aa8b;
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button-qualifikationen.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.button-qualifikationen.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button-qualifikationen.solid:hover {
  color: #c7aa8b;
  background-color: rgba(0, 0, 0, 0);
}

.heading-27 {
  font-size: 43px;
}

.heading-28 {
  text-align: center;
  font-size: 46px;
}

.container-14 {
  flex: 0 auto;
}

.stone-logo-copy {
  max-width: none;
  float: none;
  clear: none;
  opacity: .9;
  text-align: left;
  flex: 0 auto;
  margin: 10px auto auto;
  padding: 0;
  display: block;
  position: static;
  top: -26px;
  bottom: auto;
  left: auto;
  right: auto;
}

.stone-logo-copy.footer {
  opacity: .4;
}

.text-bloxk-objetzschuztz-copy {
  text-align: left;
  margin-left: 0;
  padding: 20px 0 0;
  font-size: 17px;
}

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

.section-4 {
  border-bottom: 3px solid var(--tan);
  background-color: var(--white-smoke);
  padding-top: 30px;
  padding-bottom: 30px;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-datenschutz {
  height: auto;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
}

.container-datenschutz {
  max-width: 1200px;
  margin-bottom: 0;
  padding: 20px 60px;
  overflow: visible;
}

.body-2 {
  background-color: var(--main-bluee);
  overflow: visible;
}

.paragraph-31 {
  font-size: 15px;
}

.paragraph-32 {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-right: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
}

.body-3, .body-4 {
  background-color: var(--main-bluee);
  overflow: visible;
}

.column-38.hide {
  display: block;
}

.container-15 {
  padding: 30px;
}

.heading-34 {
  color: var(--main-bluee);
}

.body-5, .body-6 {
  background-color: var(--main-bluee);
  overflow: visible;
}

.contact-form-2 {
  background-color: var(--white-smoke-2);
  padding-top: 90px;
  padding-bottom: 60px;
  overflow: hidden;
}

.heading-35 {
  color: var(--main-bluee);
  text-align: left;
  margin-bottom: 40px;
  font-size: 47px;
}

.section-6 {
  border-top: 3px solid var(--tan);
  background-color: var(--main-bluee);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 11px;
  padding-top: 20px;
  padding-bottom: 200px;
  display: flex;
}

.paragraph-33 {
  color: var(--main-bluee);
  border: 1px #000;
  padding-right: 26px;
  font-size: 16px;
}

.image-12 {
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 8px 8px 20px -12px #000;
}

.heading-36 {
  outline-offset: 0px;
  color: var(--main-bluee);
  border: 1px #000;
  outline: 3px #f7f7f7;
  margin-top: auto;
  padding-top: 30px;
  font-size: 38px;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
}

.list-item-22 {
  color: var(--main-bluee);
  font-size: 16px;
}

.list-karriere {
  margin-top: -10px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
}

.div-block-6, .div-block-7 {
  border-top: 1px solid var(--tan);
}

.div-block-8 {
  max-width: 90%;
  background-color: var(--main-green);
  box-shadow: 0 0 20px -9px var(--white-smoke);
  flex: 1;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-karriere {
  background-color: var(--tan);
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  border: 2px #fff;
  border-radius: 5px;
  align-self: center;
  margin-top: 25px;
  margin-bottom: -36px;
  padding: 20px 50px;
  font-size: 24px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button-karriere:hover {
  color: var(--main-bluee);
  background-color: #fff;
}

.button-karriere.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
  margin-left: 40px;
}

.button-karriere.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button-karriere.beige.footer {
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-karriere.form {
  color: #c7aa8b;
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button-karriere.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.button-karriere.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button-karriere.solid:hover {
  color: #c7aa8b;
  background-color: rgba(0, 0, 0, 0);
}

.container-karriere {
  max-width: 915px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template: "Area-2 Area-2" .75fr
                 ". Area"
                 ". ."
                 ". ."
                 ". ."
                 "Area-3 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: -9px;
  display: grid;
}

.columns-4 {
  flex-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  left: -40px;
}

.container-alt {
  max-width: 915px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template: "Area-2 Area-2" .75fr
                 ". Area"
                 ". ."
                 ". ."
                 ". ."
                 "Area-3 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: -9px;
  display: flex;
  position: relative;
  top: 65px;
}

.main-heading-new-alt {
  max-width: none;
  color: var(--white-smoke);
  text-transform: uppercase;
  background-color: rgba(161, 161, 161, 0);
  flex-direction: row;
  flex: 0 auto;
  margin: auto;
  padding-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.main-heading-new-alt.bold {
  font-weight: 700;
  position: relative;
}

.main-heading-alt-new {
  max-width: 405px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(161, 161, 161, .8);
  flex-direction: row;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 511px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  display: block;
  position: relative;
  bottom: 6px;
  left: -654px;
}

.main-heading-alt-new.bold {
  max-width: none;
  color: var(--white-smoke);
  background-color: rgba(161, 161, 161, 0);
  flex: 0 auto;
  margin: -15px auto auto;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  top: -3px;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-13 {
  position: relative;
  top: -32px;
}

.section-jpgs-qualifications {
  color: #4d4d4d;
  background-color: #c7aa8b;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-jpgs-qualifications.grey {
  border-top: 3px solid var(--tan);
  border-bottom: 3px solid var(--tan);
  background-color: var(--main-bluee);
  color: #fff;
  background-image: none;
  background-size: auto;
  padding: 55px 40px 20px;
}

.section-jpgs-qualifications.beige {
  background-color: var(--tan);
  overflow: hidden;
}

.section-jpgs-qualifications.image {
  text-align: left;
  background-image: linear-gradient(rgba(50, 50, 50, .76), rgba(50, 50, 50, .76)), url('../images/2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section-jpgs-qualifications.lightgrey {
  height: 520px;
  background-color: var(--tan);
  border-bottom: 3px solid #000;
  border-left: 7px #000;
  margin-bottom: -60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-jpgs-qualifications.footer {
  background-color: #323232;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section-jpgs-qualifications.objektschutz {
  border: 30px solid var(--dark-slate-gray-2);
  background-color: var(--tan);
  position: relative;
}

.section-jpgs-qualifications.veranstaltungsschutz {
  border: 30px solid var(--dark-slate-gray-2);
  background-color: #c7aa8b;
  border-radius: 0;
}

.section-jpgs-qualifications.pforten-einlassdienste, .section-jpgs-qualifications.empfangsdienst {
  border: 30px solid var(--dark-slate-gray-2);
}

.section-jpgs-qualifications.qualifikationen {
  background-color: var(--dark-slate-gray-2);
  border-top: 10px #000;
  border-bottom: 2px solid #000;
  margin-bottom: -60px;
  padding-top: 60px;
  padding-bottom: 160px;
}

.div-block-qualifications-pictures {
  width: auto;
  max-width: 100%;
  border: 1px solid #000;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-2 {
  margin-left: auto;
  margin-right: auto;
}

.section-7 {
  background-color: #333;
}

.waves---cta-dark {
  height: 52px;
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

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

.waves---content-image-halves {
  width: 100%;
  max-width: 520px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.waves-image-features-3 {
  width: 100%;
  border-radius: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .28);
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  background-color: var(--main-green);
  grid-template-rows: auto;
}

.waves---main-container {
  max-width: 1352px;
  border-top: 3px solid var(--tan);
  background-color: rgba(199, 170, 139, 0);
  padding: 20px 24px;
}

.waves---section-medium {
  height: auto;
  background-color: var(--main-bluee);
  border-top: 3px #c7aa8b;
  border-bottom: 3px solid #c7aa8b;
  padding-top: 0;
  padding-bottom: 40px;
}

.bold-text-3 {
  color: rgba(77, 77, 77, .65);
  font-size: 20px;
  font-weight: 700;
  line-height: .5;
}

.text-block-13 {
  text-align: left;
  font-size: 20px;
}

.text-block-14 {
  text-align: left;
}

.text-block-15 {
  color: rgba(77, 77, 77, .65);
  font-size: 20px;
  font-weight: 700;
}

.text-span-15, .text-span-16, .text-span-17 {
  color: rgba(51, 51, 51, .79);
  font-weight: 700;
}

.body-7 {
  background-color: var(--main-bluee);
  overflow: visible;
}

.button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.flex-block {
  width: 400px;
  background-color: var(--main-green);
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-bottom: 1px;
}

.columns-5 {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.list-item-23 {
  color: var(--main-bluee);
}

.list-item-22-copy {
  color: var(--main-bluee);
  font-size: 16px;
}

.flex-block-2 {
  max-width: 150px;
  background-color: var(--tan);
  padding-top: 1px;
  padding-bottom: 1px;
}

.columns-6 {
  flex-direction: row;
  display: flex;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  font-weight: 400;
}

.subscript {
  font-size: 18px;
}

.image-14 {
  position: static;
}

.grid-2 {
  grid-template-columns: 1fr;
  padding-left: 140px;
  padding-right: 140px;
}

.menu-button-3 {
  display: none;
}

.image-39 {
  width: 100%;
  height: 30px;
}

.container-92 {
  height: 80px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.button-12 {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .5px;
  text-transform: uppercase;
  background-color: #e7c7ca;
  border-radius: 0 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 24px;
  font-family: Lato, sans-serif;
  font-size: .9em;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  box-shadow: 2px 2px rgba(255, 136, 0, .37);
}

.button-12:hover {
  background-color: #f0d3d7;
}

.button-12.nav {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link-5 {
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom: 1px #000;
  border-right: 1px #4d4d4d;
  padding: 26px 30px 29px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

.nav-link-5:hover {
  color: #929499;
  background-color: #fff;
}

.nav-link-5.w--current {
  box-shadow: none;
  color: #e7c7cb;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: transparent;
  background-color: #e7c7cb;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 2px solid #e7c7cb;
  border-right-style: none;
  padding-bottom: 29px;
  font-weight: 300;
}

.nav-link-5.w--current:hover {
  color: #929499;
}

.nav-link-5.hide {
  display: none;
}

.link-block-8 {
  margin-left: auto;
  margin-right: auto;
  font-size: 2.5vw;
}

.link-block-8.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-5 {
  float: left;
  border-left: 1px #4d4d4d;
  flex: 0 auto;
  align-items: center;
  margin: auto;
  display: block;
  left: auto;
  right: auto;
}

.navbar-2 {
  background-color: rgba(245, 232, 233, 0);
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 5px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(255, 255, 255, .13);
}

.heading-44 {
  color: var(--dark-slate-gray);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
}

.text-span-28 {
  font-size: 18px;
}

.heading-45 {
  color: var(--dark-slate-gray);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-46 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-66 {
  line-height: 1.2;
}

.rich-text-block {
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  h1 {
    font-size: 40px;
  }

  .button.beige.footer {
    padding: 4px 0;
    font-size: 12px;
    position: relative;
    bottom: -8px;
  }

  .navbar {
    padding-left: 5px;
  }

  .nav-link {
    max-width: 100%;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px rgba(255, 255, 255, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }

  .stone-logo {
    margin-left: 10px;
    padding: 0;
    left: 30px;
  }

  .menu-icon {
    color: #fff;
    font-size: 36px;
    line-height: 21px;
  }

  .section.beige, .section.image {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section.footer {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .menu-button {
    opacity: .8;
    text-align: left;
    margin-right: 3px;
    position: relative;
    top: auto;
    bottom: auto;
    left: -48px;
    right: auto;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .main-heading.bold {
    width: 207px;
    max-width: 256px;
    font-size: 24px;
    line-height: 27px;
    bottom: -36px;
    left: -494px;
  }

  .slider {
    height: 469px;
  }

  .slide {
    padding-left: 60px;
    padding-right: 60px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .subheading {
    font-size: 16px;
    overflow: visible;
  }

  .main-heading-new {
    width: 250px;
    max-width: 256px;
    margin-bottom: 4px;
    font-size: 27px;
    line-height: 27px;
    left: -494px;
  }

  .heading {
    font-size: 36px;
    line-height: 43px;
  }

  .contact-form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .section-call {
    padding-left: 60px;
    padding-right: 60px;
  }

  .collum-s-1 {
    justify-content: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-5 {
    width: 320px;
    max-width: none;
    margin-left: -10px;
  }

  .container-6 {
    padding-bottom: 20px;
  }

  .container-9 {
    position: static;
  }

  .section-home {
    padding-left: 60px;
    padding-right: 60px;
  }

  .stone-logo-2 {
    top: 0;
    left: 481px;
  }

  .container-10 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-impressum {
    padding-top: 0;
  }

  .section-3 {
    overflow: visible;
  }

  .text-block-9 {
    position: relative;
    top: 9px;
    left: 23px;
  }

  .container-12 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    padding: 0;
    display: block;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .column-33 {
    flex: 1;
    align-content: center;
    justify-items: center;
  }

  .column-34 {
    flex: 1;
    align-self: auto;
    position: static;
  }

  .link-5 {
    position: relative;
    top: 8px;
  }

  .list-item-20 {
    font-size: 16px;
  }

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

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

  .heading-28 {
    font-size: 37px;
  }

  .stone-logo-copy {
    margin-right: 17px;
    left: 30px;
  }

  .heading-29, .heading-30, .heading-32, .heading-33 {
    font-size: 37px;
  }

  .columns-3 {
    margin: auto;
    padding: 0;
  }

  .section-datenschutz {
    width: 100%;
  }

  .container-datenschutz {
    padding-top: 0;
  }

  .body-2 {
    overflow: hidden;
  }

  .body-3 {
    background-color: var(--white-smoke);
  }

  .contact-form-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .columns-4 {
    left: -30px;
  }

  .main-heading-new-alt {
    width: auto;
    max-width: none;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 27px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .main-heading-alt-new {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .main-heading-alt-new.bold {
    width: auto;
    max-width: none;
    flex: 0 auto;
    margin-top: -16px;
    font-size: 30px;
    line-height: 27px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .section-jpgs-qualifications.grey {
    align-items: center;
    display: flex;
  }

  .section-jpgs-qualifications.beige, .section-jpgs-qualifications.image {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-jpgs-qualifications.footer {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

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

  .bescheinigungen-heading {
    font-size: 37px;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-3 {
    max-width: 470px;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-3 {
    opacity: .8;
    text-align: left;
    margin-right: 3px;
    position: relative;
    top: auto;
    bottom: auto;
    left: -48px;
    right: auto;
  }

  .menu-button-3.w--open {
    opacity: 1;
    background-color: #000;
  }

  .container-92 {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-12 {
    display: none;
  }

  .nav-link-5 {
    max-width: 100%;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu-5 {
    background-color: #323232;
    box-shadow: inset 0 -1px rgba(255, 255, 255, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }

  .navbar-2 {
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .stone-logo {
    left: 16px;
  }

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 20px 20px 0;
    font-size: 14px;
  }

  .section.beige {
    padding: 40px 20px 80px;
  }

  .section.image {
    background-image: linear-gradient(to bottom, null, null);
    padding: 61px 60px;
  }

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.qualifikationen {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .menu-button {
    margin-right: 1px;
    left: -60px;
  }

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

  .main-heading.bold {
    width: 258px;
    max-width: 318px;
    font-size: 30px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .subheading {
    font-size: 14px;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .field {
    height: auto;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .main-heading-new {
    width: 282px;
    max-width: 416px;
    font-size: 30px;
    line-height: 38px;
  }

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

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-grid {
    margin-top: 20px;
  }

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

  .paragraph {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .button-ber-uns {
    padding: 10px 8px;
    font-size: 18px;
  }

  .button-ber-uns.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .section-call {
    padding: 34px 10px;
  }

  .section-call.grey {
    padding: 35px 10px;
  }

  .section-call.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section-call.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 29px;
    line-height: 28px;
  }

  .link {
    font-size: 23px;
  }

  .collum-s-1 {
    padding-top: 0;
  }

  .heading-4.objektschutz {
    font-size: 30px;
  }

  .heading-4.empfangsscuzt {
    text-align: left;
    font-size: 30px;
  }

  .heading-4.sicherheitsberatung {
    font-size: 27px;
  }

  .heading-4.sanit-tsdienste {
    font-size: 30px;
  }

  .heading-4.empfangsscuzt-copy, .heading-4.empfangsscuzt-copy-copy {
    text-align: left;
    font-size: 30px;
  }

  .image-5 {
    width: 172px;
    height: 112px;
  }

  .bold-text {
    font-size: 15px;
  }

  .list-item-13.list-4, .list-item-14.list-4, .list-item-16.list-4, .list-item-17.list-4, .list-item-18.list-4, .list-item-19.list-4, .list-3 {
    font-size: 18px;
  }

  .heading-7 {
    font-size: 26px;
  }

  .container-9 {
    position: relative;
  }

  .text-block-8 {
    font-size: 17px;
  }

  .section-home {
    padding: 40px 10px;
  }

  .section-home.grey {
    padding: 35px 10px;
  }

  .section-home.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section-home.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .stone-logo-2 {
    left: 488px;
  }

  .stone-logo-2.footer {
    float: none;
  }

  .container-10 {
    flex: 1;
  }

  .heading-8 {
    padding-top: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .container-impressum {
    margin-top: auto;
    margin-bottom: -80px;
    padding-bottom: 0;
  }

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

  .column-32 {
    margin: auto;
    padding: 0;
  }

  .paragraph-29 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-9 {
    left: -10px;
  }

  .container-12 {
    left: 0;
  }

  .column-33 {
    left: -3px;
  }

  .text-span-9, .text-span-10 {
    font-size: 15px;
  }

  .text-bloxk-objetzschuztz {
    max-width: 247px;
    font-size: 15px;
    line-height: 17px;
  }

  .section-objektschutz {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .text-block-11 {
    font-size: 12px;
  }

  .list-item-20 {
    font-size: 14px;
  }

  .section-quali {
    padding: 34px 10px;
  }

  .section-quali.grey {
    padding: 35px 10px;
  }

  .section-quali.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section-quali.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-24 {
    font-size: 28px;
  }

  .button-qualifikationen {
    padding: 10px 30px;
    font-size: 18px;
  }

  .button-qualifikationen.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .heading-27 {
    font-size: 36px;
  }

  .heading-28 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .stone-logo-copy {
    margin-right: 15px;
    left: 16px;
  }

  .stone-logo-copy.footer {
    float: none;
  }

  .heading-29 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .text-bloxk-objetzschuztz-copy {
    max-width: 247px;
    font-size: 15px;
    line-height: 17px;
  }

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

  .heading-31 {
    font-size: 28px;
  }

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

  .container-datenschutz {
    margin-top: auto;
    margin-bottom: -80px;
    padding-bottom: 0;
  }

  .paragraph-31, .paragraph-32 {
    font-size: 15px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .button-karriere {
    padding: 10px 30px;
    font-size: 18px;
  }

  .button-karriere.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .columns-4 {
    left: auto;
  }

  .main-heading-new-alt {
    width: auto;
    max-width: none;
    font-size: 22px;
    line-height: 38px;
  }

  .main-heading-alt-new {
    font-size: 50px;
    line-height: 44px;
  }

  .main-heading-alt-new.bold {
    width: auto;
    max-width: none;
    margin-top: -25px;
    font-size: 27px;
  }

  .section-jpgs-qualifications {
    padding: 34px 10px;
  }

  .section-jpgs-qualifications.grey {
    padding: 20px 20px 0;
    font-size: 14px;
  }

  .section-jpgs-qualifications.beige {
    padding: 40px 20px 80px;
  }

  .section-jpgs-qualifications.image {
    background-image: linear-gradient(to bottom, null, null);
    padding: 61px 60px;
  }

  .section-jpgs-qualifications.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-jpgs-qualifications.qualifikationen {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .bescheinigungen-heading {
    font-size: 37px;
  }

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

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

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

  .menu-button-3 {
    margin-right: 1px;
    left: -60px;
  }

  .container-92 {
    flex: 1;
  }

  .navbar-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .button.beige.footer {
    font-size: 12px;
  }

  .button.form {
    padding: 3px 8px;
    font-size: 14px;
  }

  .navbar {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .nav-link {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    font-size: 14px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .nav-menu {
    z-index: 0;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    display: flex;
    position: absolute;
    left: auto;
    overflow: hidden;
  }

  .nav-menu:hover {
    flex: 0 auto;
    overflow: scroll;
  }

  .stone-logo {
    padding-right: 33px;
    position: relative;
    top: auto;
    left: 8px;
  }

  .menu-icon {
    font-size: 26px;
  }

  .section.grey {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section.beige {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.image {
    padding: 40px 20px;
  }

  .section.lightgrey {
    height: auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section.footer {
    padding-top: 0;
  }

  .section.qualifikationen {
    margin-bottom: 0;
    padding-top: 40px;
  }

  .menu-button {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: auto;
    left: 0;
  }

  .menu-button.w--open {
    flex: 0 auto;
    display: block;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .main-heading.bold {
    width: 161px;
    max-width: 210px;
    font-size: 15px;
    line-height: 23px;
    bottom: 59px;
    left: -504px;
  }

  .slider {
    height: 190px;
    overflow: hidden;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .process-titles {
    text-align: left;
  }

  .icon-wrapper {
    height: 80px;
    margin-bottom: 36px;
    margin-right: auto;
  }

  .subheading {
    margin-bottom: 0;
    font-size: 14px;
  }

  .contact-form-column {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .contact-info-column {
    text-align: center;
    padding-top: 0;
  }

  .field {
    font-size: 14px;
  }

  .contact-text, .contact-icon {
    font-size: 12px;
  }

  .body {
    overflow: visible;
  }

  .main-heading-new {
    width: 100%;
    max-width: 141px;
    font-size: 15px;
    line-height: 18px;
    bottom: 51px;
    left: -504px;
  }

  .heading {
    font-size: 18px;
    line-height: 30px;
  }

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

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .paragraph.home {
    text-align: left;
  }

  .container-3 {
    align-items: flex-start;
  }

  .button-ber-uns {
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
  }

  .button-ber-uns.leistungen {
    margin-right: 0;
  }

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

  .heading-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .link {
    font-size: 20px;
  }

  .collum-s-1 {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .collum-s-1.h {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    top: -30px;
  }

  .heading-4.objektschutz {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    position: relative;
    top: 0;
    left: auto;
  }

  .heading-4.sicherheitsberatung {
    color: var(--main-bluee);
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-right: 0;
    font-size: 22px;
    top: auto;
    left: auto;
    right: auto;
  }

  .heading-4.sanit-tsdienste {
    text-align: left;
    margin-left: -37px;
    margin-right: -2px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
  }

  .heading-4.veranstaltungsschutz {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    padding-top: 5px;
    padding-left: 0;
    font-size: 22px;
  }

  .heading-4.empfangsscuzt-copy-copy {
    width: 224px;
    text-align: center;
    margin-left: -40px;
    padding-right: 0;
    font-size: 27px;
    left: 33px;
  }

  .heading-4.ber-uns {
    margin-right: 0;
    font-size: 22px;
  }

  .image-5 {
    width: 95%;
    height: 50%;
    border-top: 1px solid #000;
    margin-left: auto;
    padding-left: 0;
  }

  .sicherheits-collum-texte {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .container-4 {
    padding-right: 0;
  }

  .container-6 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .list-item-8.list-3 {
    line-height: 26px;
  }

  .list-item-13.list-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .list-item-14.list-4 {
    font-size: 17px;
    line-height: 26px;
  }

  .list-item-15.list-4, .list-item-16.list-4, .list-item-17.list-4, .list-item-18.list-4, .list-item-19.list-4, .list-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .heading-7 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
    line-height: 28px;
  }

  .div-block-4 {
    padding-bottom: 40px;
  }

  .container-9 {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-8 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .section-home {
    background-color: var(--white-smoke);
    padding: 20px 20px 50px;
  }

  .stone-logo-2 {
    padding-right: 40px;
    top: 22px;
    left: 171px;
  }

  .container-10 {
    width: 100%;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8 {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

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

  .section-2.section-datenschutz {
    margin-top: -56px;
  }

  .container-impressum {
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-29 {
    line-height: 14px;
  }

  .section-3 {
    height: 120px;
    margin-top: 0;
  }

  .column-33 {
    position: relative;
    top: 9px;
    left: 9px;
  }

  .text-bloxk-objetzschuztz {
    max-width: none;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

  .text-bloxk-objetzschuztz._2 {
    margin-left: -170px;
    left: 68px;
  }

  .text-bloxk-objetzschuztz._3 {
    left: 68px;
  }

  .text-bloxk-objetzschuztz._3.centered {
    margin-left: auto;
  }

  .text-bloxk-objetzschuztz._5 {
    margin-left: -125px;
    left: 76px;
  }

  .text-bloxk-objetzschuztz.centered {
    text-align: left;
    padding-top: 10px;
    left: auto;
  }

  .section-objektschutz {
    border-width: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-11 {
    margin-left: -68px;
  }

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

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

  .section-sanit-tsdienste {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item-20 {
    font-size: 14px;
  }

  .section-quali.qualifikationen {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .heading-24 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 28px;
  }

  .button-qualifikationen {
    border-radius: 0;
    margin-top: 0;
  }

  .heading-27 {
    font-size: 22px;
    line-height: 54px;
  }

  .heading-28 {
    text-align: left;
    margin-bottom: 0;
    font-size: 28px;
  }

  .stone-logo-copy {
    margin-left: -93px;
    margin-right: auto;
    padding-right: 30px;
    position: relative;
    top: 7px;
    left: 30px;
  }

  .heading-29 {
    font-size: 30px;
    line-height: 38px;
  }

  .text-bloxk-objetzschuztz-copy {
    max-width: none;
    margin-left: -30px;
    margin-right: -47px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 37px;
  }

  .text-bloxk-objetzschuztz-copy.centered {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    left: auto;
    right: auto;
  }

  .heading-30 {
    margin-bottom: 0;
    font-size: 28px;
  }

  .columns-2 {
    font-size: 13px;
  }

  .column-35 {
    font-size: 12px;
  }

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

  .field-label {
    font-size: 13px;
    line-height: 19px;
  }

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

  .heading-33 {
    margin-bottom: 0;
    font-size: 28px;
  }

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

  .columns-3 {
    flex-direction: column;
    justify-content: center;
  }

  .container-datenschutz {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-2 {
    flex-direction: column;
    display: flex;
    overflow: visible;
  }

  .paragraph-31 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
  }

  .paragraph-32 {
    text-align: left;
    font-size: 14px;
  }

  .body-3 {
    object-fit: fill;
    margin-right: auto;
    overflow: visible;
  }

  .body-4 {
    flex-direction: column;
    display: flex;
  }

  .column-36, .column-37, .column-38, .column-39 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-5 {
    display: none;
  }

  .body-5, .body-6 {
    flex-direction: column;
    display: flex;
  }

  .button-karriere {
    border-radius: 0;
    margin-top: 0;
  }

  .main-heading-new-alt {
    width: 100%;
    max-width: 141px;
    font-size: 15px;
    line-height: 18px;
    bottom: 51px;
    left: -504px;
  }

  .main-heading-alt-new {
    width: 100%;
    font-size: 48px;
  }

  .main-heading-alt-new.bold {
    width: 161px;
    max-width: 210px;
    font-size: 15px;
    line-height: 23px;
    bottom: 59px;
    left: -504px;
  }

  .image-13 {
    top: -97px;
  }

  .section-jpgs-qualifications.grey {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .section-jpgs-qualifications.beige {
    padding-bottom: 60px;
  }

  .section-jpgs-qualifications.image {
    padding: 40px 20px;
  }

  .section-jpgs-qualifications.lightgrey {
    height: auto;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-jpgs-qualifications.footer {
    padding-top: 0;
  }

  .section-jpgs-qualifications.qualifikationen {
    padding-top: 40px;
  }

  .div-block-qualifications-pictures {
    width: 250px;
    border-style: none;
  }

  .grid {
    justify-items: center;
  }

  .bescheinigungen-heading {
    font-size: 28px;
  }

  .link-block-2.w--current {
    margin-left: 0;
    margin-right: auto;
  }

  .waves---mg-top-16 {
    margin-right: auto;
  }

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

  .waves---content-image-halves {
    align-items: stretch;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .waves-image-features-3 {
    width: 85%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .button-wrapper {
    align-items: flex-start;
    margin-left: 0;
  }

  .columns-5, .columns-6 {
    flex-direction: column;
  }

  .subscript {
    font-size: 14px;
  }

  .grid-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    margin-top: 20px;
    padding-top: 0;
  }

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

  .image-17, .image-18 {
    margin-top: 0;
  }

  .menu-button-3 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    top: auto;
    left: 0;
  }

  .menu-button-3.w--open {
    flex: 0 auto;
    display: block;
  }

  .container-92 {
    width: 100%;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button-12 {
    width: 45%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-5 {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    font-size: 14px;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .link-block-8.w--current {
    margin-left: 0;
    margin-right: auto;
  }

  .nav-menu-5 {
    z-index: 0;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    display: flex;
    position: absolute;
    left: auto;
    overflow: hidden;
  }

  .nav-menu-5:hover {
    flex: 0 auto;
    overflow: scroll;
  }

  .navbar-2 {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .heading-45 {
    font-size: 22px;
    line-height: 1.2;
  }

  .heading-46 {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-47, .heading-48, .heading-49, .heading-50, .heading-51, .heading-52, .heading-53 {
    font-size: 20px;
  }

  .heading-54 {
    font-size: 20px;
    font-weight: 400;
  }

  .heading-55, .heading-56, .heading-57, .heading-58, .heading-59, .heading-60, .heading-61, .heading-62, .heading-63, .heading-64, .heading-65, .heading-66, .heading-67, .heading-68, .heading-69, .heading-70, .heading-71, .heading-72, .heading-73 {
    font-size: 20px;
  }
}

#w-node-_0e34780c-b878-fd9b-7e5b-54588c64d51e-18c40eff, #w-node-_04e66712-c31f-68bb-e86d-f2b2187a0160-18c40f03, #w-node-d5e90dcf-a462-e4a5-823d-65ff4d312658-18c40f03, #w-node-_0fc9396f-a1d8-0520-27ae-0bd0cad26e32-18c40f03, #w-node-cef00ed4-fe11-1e0e-2aca-9316540f20b9-18c40f03, #w-node-_6d3ab9c2-6bec-7749-fc15-c20c9674f3f3-18c40f03, #w-node-_0a0646f4-4809-1a29-f76f-234e4d26dd5f-18c40f03, #w-node-dc010f87-9198-7c6e-62ab-80cde331b325-18c40f03, #w-node-a77c993c-48ff-4559-89c5-9657fedc4faa-18c40f03, #w-node-_36922da8-1400-72d0-5ccc-62437f0576c4-18c40f03, #w-node-_89623f65-df2a-2d77-6306-61c3bc065a63-18c40f03, #w-node-a3d2fe8b-b7c9-2ab7-ff1b-1517126508ec-18c40f03, #w-node-_68def138-86b8-16f9-5525-115aff30d724-18c40f03, #w-node-_0d9c6aaf-80e9-d726-9226-5a3d56db02ba-18c40f03, #w-node-cd85d6cd-e56b-e4a7-4fa5-266db8117a2a-15be1566 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd85d6cd-e56b-e4a7-4fa5-266db8117a2b-15be1566 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cd85d6cd-e56b-e4a7-4fa5-266db8117a2a-15be1566 {
    align-self: center;
    justify-self: center;
  }
}


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