.navbar-only-logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #16293a;
  box-shadow: 0 0 8px -2px #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.navbar_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu.combo_09 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.above_the_fold {
  display: none;
  width: 100%;
  height: 630px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.97)), color-stop(36%, rgba(0, 0, 0, 0.83)), to(transparent)), url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9125.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.97), rgba(0, 0, 0, 0.83) 36%, transparent), url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9125.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navlink_links {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.nav_link_menu {
  margin-right: 11px;
  margin-left: 11px;
  padding: 7px 10px;
  border-bottom: 2px solid #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 23px;
  font-weight: 400;
  text-decoration: none;
}

.nav_link_menu:hover {
  background-color: rgba(0, 40, 115, 0.07);
}

.nav_link_menu.w--current {
  border-bottom-color: #fff;
}

.paragraph {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.button {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #002873;
  border-radius: 0px;
  background-color: #e7333a;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button.karriere_combo {
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #002873;
}

.button.karriere_combo:hover {
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.button.kontakt_combo {
  background-color: #3348e7;
  color: #fff;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.standort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.above_the_fold_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.above_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-left: -80px;
  padding-top: 134px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.above_rechts {
  width: 50%;
  height: 100%;
}

.paragraph-3 {
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 31px;
  line-height: 33px;
  font-weight: 600;
}

.paragraph-4 {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.button_erstgespr-ch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 48px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #883900;
  border-radius: 5px;
  background-color: #e3833d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.button_erstgespr-ch:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.button_erstgespr-ch.button_navbar_combo.combooo_009 {
  display: none;
}

.button_erstgespr-ch.button_main_combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-bottom-color: #141414;
  background-color: #e7333a;
  box-shadow: 0 6px 11px -11px #fff;
}

.button_erstgespr-ch.button_main_combo.combo_rest {
  width: 317px;
  height: 44px;
  margin-left: 60px;
  background-color: #000;
  box-shadow: 0 6px 11px -7px #000;
}

.button_erstgespr-ch.button_main_combo.combo_rest.button-combo_cta {
  background-color: #000;
}

.paragraph-5 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.body {
  font-family: Lato, sans-serif;
}

.paragraph-6 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.ueber_uns_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 400px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uber_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ueber_rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  border-radius: 20px;
}

.paragraph-7 {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.paragraph-8 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.paragraph-9 {
  font-family: 'Open Sans', sans-serif;
  color: #777;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.zusammenarbeit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 65px;
  padding-bottom: 65px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(115, 0, 0, 0.89);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 2, 2, 0.95)), to(rgba(73, 2, 2, 0.95))), url('../images/modern-white-townhouses-1980x1320.jpg');
  background-image: linear-gradient(180deg, rgba(73, 2, 2, 0.95), rgba(73, 2, 2, 0.95)), url('../images/modern-white-townhouses-1980x1320.jpg');
  background-position: 0px 0px, 50% 54%;
  background-size: auto, cover;
}

.ueber_standort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 300px;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.standort_rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.standort_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-left: 40px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_zusammen_arbeit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 300px;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-10 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.schritt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-11 {
  margin-top: 28px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

.paragraph-12 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

.trenner_ablauf {
  width: 5%;
  height: 100%;
}

.unsere-vorteile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 62px;
  padding-bottom: 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.methode_inner {
  width: 1000px;
  height: auto;
}

.methoden_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 245px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.methoden_row.methoden_combo_22 {
  height: auto;
  margin-top: 50px;
}

.methode_card {
  width: 32%;
  height: 100%;
  padding: 23px;
  border-radius: 12px;
  background-color: rgba(0, 40, 115, 0.81);
}

.methode_card.methoden_combo_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.methode_trenner {
  width: 3%;
  height: 100%;
}

.methode_titel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-13 {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
}

.div-block-34 {
  line-height: 13px;
}

.image-110 {
  display: block;
}

.footer_under {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 25%;
  max-width: 1200px;
  min-width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ddd;
}

.link7x {
  color: #fdfdfd;
  font-size: 13px;
  text-decoration: none;
}

.link7x:hover {
  color: #d6d6d6;
}

.logo_stomp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-107 {
  max-width: 6%;
  margin-top: 7px;
}

.image-105 {
  max-width: 6%;
  min-height: 14px;
  min-width: 14px;
  margin-top: 4px;
}

.text-block-24 {
  margin-top: 10px;
  margin-left: 0px;
  color: #fdfdfd;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.link-31 {
  position: relative;
  color: #fdfdfd;
  font-size: 13px;
  font-style: normal;
  text-decoration: none;
}

.link-31:hover {
  color: #d6d6d6;
}

.footer_above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 82%;
  max-width: 1200px;
  min-width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-8 {
  color: #fdfdfd;
  font-size: 13px;
  text-decoration: none;
}

.link-8:hover {
  color: #d6d6d6;
}

.footer_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242c36;
}

.paragraph-106 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.company_stomp {
  height: 70%;
  max-height: 70%;
  min-height: 70%;
}

.navigation_stomp {
  height: 70%;
  max-height: 70%;
  min-height: 70%;
  margin-right: 0px;
}

.kontakt_stomp {
  height: 70%;
  max-height: 70%;
  min-height: 70%;
}

.image-108 {
  max-width: 6%;
  min-height: 14px;
  min-width: 14px;
  margin-top: 11px;
}

.image-109 {
  max-width: 6%;
  min-height: 14px;
  min-width: 14px;
  margin-top: 7px;
}

.contact-card-line-text-2 {
  position: relative;
  z-index: 33333;
  margin-top: 2px;
  margin-left: 7px;
  color: #fdfdfd;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.contact-card-line-text-2.datenschutzfooter {
  margin-top: 9px;
  margin-left: 0px;
  text-align: left;
}

.contact-card-line-text-2.impressumfooter {
  margin-top: 0px;
  margin-left: 0px;
  text-align: left;
}

.contact-card-line-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  padding-top: 6px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fdfdfd;
}

.footer-bottom-text-left-3 {
  display: block;
  margin-top: 5px;
  margin-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: left;
}

.link-29 {
  color: #fdfdfd;
  text-decoration: none;
}

.link-29:hover {
  color: #d6d6d6;
}

.inner_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: 1200px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-94 {
  margin-left: 9px;
}

.paragraph-85 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.knopf_beratung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 296px;
  height: 55px;
  margin-right: 55px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none;
  border-width: 1px 1px 5px;
  border-color: #afafaf #afafaf #b48c00;
  border-radius: 3px;
  background-color: maroon;
  box-shadow: 1px 4px 0 -1px #500000;
}

.knopf_beratung:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.knopf_beratung.cta_combo1 {
  width: auto;
  height: 40px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #000;
  box-shadow: 1px 1px 3px 0 #000;
  text-decoration: none;
}

.text-span-28 {
  font-weight: 300;
}

.cta-anfragen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #0b0e2b;
}

.paragraph-82 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
}

.paragraph-82.cta_combo2 {
  color: #fff;
  font-size: 16px;
}

.div-block-35 {
  position: relative;
  left: -172px;
  top: 128px;
  bottom: 0px;
  width: 150px;
  height: 20px;
  background-color: red;
}

.bild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-image: url('../images/Daniel-Neuberger.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-36 {
  width: 100%;
  height: 65px;
  padding: 10px;
  border-top: 1px solid #fff;
  background-color: rgba(0, 40, 115, 0.88);
}

.paragraph-107 {
  color: #fff;
  font-size: 16px;
}

.daniel-neuberger-exprten-frame {
  width: 1000px;
  height: auto;
}

.paragraph-108 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 22px;
}

.paragraph-109 {
  margin-bottom: 0px;
}

.paragraph-110 {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}

.paragraph-110.methoden_combo_344 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 26px;
}

.paragraph-110.combo_99 {
  color: #fff;
}

.paragraph-111 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.paragraph-111.methoden_combo_3.methoden_combo_34 {
  margin-bottom: 0px;
  color: #4e4e4e;
  font-size: 16px;
}

.image-111 {
  margin-bottom: 18px;
}

.bold-text {
  text-decoration: underline;
}

.was-wir-machen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.07);
}

.was-wir-machen_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: auto;
  margin-bottom: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 11px -6px #000;
}

.methode_div {
  display: block;
  height: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), url('../images/zimmermannsarbeiten-1024x683.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), url('../images/zimmermannsarbeiten-1024x683.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.methode_inner-div {
  width: 1000px;
  height: 400px;
}

.methode_inner-div.methoden_combo_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-37 {
  width: 30px;
}

.methode_pint {
  width: 100%;
  height: auto;
  padding: 23px;
  background-color: #fff;
  box-shadow: 0 0 8px -4px #000;
  text-align: center;
}

.standort_bild {
  position: static;
  width: 500px;
  height: 300px;
  border-radius: 0px;
  background-image: url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9267.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.49);
}

.zahl {
  color: rgba(0, 40, 115, 0.89);
  font-size: 50px;
  line-height: 55px;
}

.paragraph-112 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.paragraph-113 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(26, 76, 168, 0.82);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.paragraph-114 {
  font-size: 35px;
  line-height: 37px;
  text-align: left;
}

.paragraph-114.combo {
  text-align: center;
}

.line {
  width: 80%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
  text-align: center;
}

.methode_explained {
  width: 700px;
  margin-top: 15px;
  text-align: center;
}

.paragraph-115 {
  margin-bottom: 0px;
  color: #707070;
  font-size: 16px;
}

.paragraph-116 {
  margin-top: 20px;
  margin-bottom: 22px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.paragraph-117 {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.vorteil_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ueber_uns_extra {
  width: 0px;
  height: 0px;
}

.was-machen-wir-extra {
  position: static;
  top: -67px;
  width: 0px;
  height: 0px;
}

.methode_extra-3 {
  position: relative;
  top: -65px;
  width: 0px;
  height: 0px;
  font-family: Lato, sans-serif;
}

.paragraph-118 {
  margin-bottom: 28px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.was-machen-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 45px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.was-machen-rechs {
  width: 90%;
  height: 100%;
}

.was-genau-machen-wir {
  width: 100%;
  height: 100%;
  background-image: url('../images/Grafik2.PNG');
  background-position: 0px 0px;
  background-size: cover;
}

.namens_tag {
  position: relative;
  top: 52px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: auto;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-119 {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}

.was_wir_machen__jump {
  width: 1000px;
  height: 300px;
}

.lellek {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.lellek_2 {
  width: 300px;
  height: 300px;
  background-color: rgba(255, 0, 0, 0.66);
}

.fabienne {
  width: 100%;
  height: 600px;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: 1px 1px 3px 0 #000;
}

.logo-link {
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

.logo-image {
  display: block;
}

.textlerja-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 25px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-14 {
  margin-top: 80px;
  margin-bottom: 50px;
}

.bold-text-10 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.footer2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 40, 115, 0.89);
  box-shadow: 1px 1px 4px 1px #000;
}

.paragraph-54 {
  margin-top: 25px;
  color: #cfcfcf;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-54.comb-0 {
  margin-top: 20px;
  color: hsla(0, 0%, 100%, 0.44);
  font-size: 15px;
}

.paragraph-54.comb-0.comb-008 {
  margin-top: 12px;
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 13px;
  text-align: left;
}

.paragraph-54.comb-0.comb-008.combowmbo21736tasd {
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}

.link-24 {
  color: #fff;
}

.link-24:hover {
  color: #c4c4c4;
}

.linker-disclaimer {
  margin-top: 5px;
  background-color: transparent;
}

.paragraph-63 {
  color: hsla(0, 0%, 100%, 0.88);
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

.flexbox-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  height: auto;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.link-23 {
  color: #fff;
}

.link-23:hover {
  color: #c4c4c4;
}

.rechter-disclaimer {
  margin-top: 20px;
  margin-bottom: 5px;
  background-color: transparent;
}

.paragraph-84 {
  font-size: 17px;
  line-height: 19px;
}

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

.text-span-27 {
  font-weight: 700;
  text-decoration: underline;
}

.text-block-15 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.link-13 {
  color: #fff;
}

.image-38 {
  margin-right: 20px;
  margin-left: 20px;
}

.image-91 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-47 {
  margin-bottom: 0px;
  line-height: 24px;
}

.inner-achtung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-44 {
  margin-top: 5px;
  color: #000;
  font-size: 19px;
  line-height: 23px;
}

.paragraph-44.unterschrift {
  margin-top: 13px;
  margin-bottom: 26px;
  font-family: 'Great Vibes', cursive;
  color: #0067c2;
  font-size: 42px;
  line-height: 60px;
}

.paragraph-44.poersonalkenn {
  margin-bottom: 28px;
  color: #000;
}

.heading-39 {
  margin-top: 0px;
  margin-bottom: 17px;
  color: #2f2f2f;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.bold-text-4 {
  color: #c00;
  font-size: 28px;
}

.bold-text-5 {
  color: #c00;
  font-size: 30px;
}

.spamclass {
  text-decoration: underline;
}

.background-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 1200px;
  min-height: auto;
  min-width: 100%;
  margin-top: 88px;
  padding-top: 163px;
  padding-bottom: 163px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.95);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/211126_GATE56_Shooting_v001_1_NM1900.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/211126_GATE56_Shooting_v001_1_NM1900.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.background-2.combo_danke.combo_danke2 {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
}

.trenner-menner {
  width: 98%;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 24px;
  background-color: #e5e5e5;
}

.italic-text-2 {
  color: #2f2f2f;
  font-size: 17px;
}

.daten {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 25px;
}

.image-42 {
  max-width: 20px;
  min-width: 20px;
  margin-right: 10px;
}

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

.paragraph-48 {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #2f2f2f;
}

.div-block-50.containerclasss-combo {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-50.c21asombov4 {
  margin-top: 25px;
}

.text-block-16 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.text-block-16.flietext {
  margin-bottom: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.text-block-16.nurumdich {
  margin-top: 5px;
  font-size: 19px;
}

.paragraph-45 {
  line-height: 15px;
}

.paragraph-45.pragahasd {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph-45.pragahasd {
  margin-bottom: 0px;
  color: #e2e2e2;
}

.paragraph-45.pragahasd.comboclass7 {
  color: #000;
}

.achtung2 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.arechtediv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: 33%;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.innerer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.innerer-block.untertitel-blocki {
  margin-top: 10px;
}

.innerer-block.untertitel-blocki.lolibob {
  margin-top: 3px;
}

.mittlerer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 800px;
  margin-top: 60px;
  margin-bottom: 36px;
  padding: 30px 45px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88));
  box-shadow: 1px 1px 14px 0 #000;
  font-size: 18px;
}

.mittlerer-text.asdsad.asdasdsad {
  display: block;
}

.image-40 {
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff;
  box-shadow: 1px 1px 5px 0 #000;
}

.text-span-20 {
  text-decoration: underline;
}

.bold-text-3 {
  font-size: 21px;
}

.dergutediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.teilberschrift {
  font-size: 30px;
}

.paragraph-62 {
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #6d3805;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.paragraph-62.combowombo12312asduz {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.paragraph-62.combowombo12312asduz.e5rxtczgvr655rdfv {
  color: #6d3805;
}

.alinkediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 95px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: red;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd43d), to(#fcb138));
  background-image: linear-gradient(180deg, #ffd43d, #fcb138);
  opacity: 1;
  -webkit-transition: opacity 200ms ease, background-color 600ms ease, all 300ms ease-in-out;
  transition: opacity 200ms ease, background-color 600ms ease, all 300ms ease-in-out;
}

.link-block-4:hover {
  background-color: #ffd43d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd43d), to(#ffd43d));
  background-image: linear-gradient(180deg, #ffd43d, #ffd43d);
}

.text-span-9 {
  direction: ltr;
  font-size: 27px;
  line-height: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.text-span-9.berschrift2 {
  font-size: 30px;
  line-height: 34px;
}

.image-112 {
  margin-top: 36px;
}

.checkbox-label-3 {
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  color: #000;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
}

.form1 {
  width: 100%;
  -webkit-perspective: none;
  perspective: none;
}

.form1:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form1.formoben {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form1.formoben.form-combo1 {
  width: 85%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-32 {
  color: #419dd6;
}

.form-block-2 {
  width: 500px;
  height: 520px;
  margin-top: 79px;
  margin-left: 61px;
  background-color: #fff;
}

.form-block-2.formularoben {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 204px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.form-block-2.formularoben:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.form-block-2.formularoben.oben {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  height: 479px;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 400ms ease, transform 200ms ease;
  transition: box-shadow 400ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.form-block-2.formularoben.oben:hover {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.43);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.form-block-2.formularoben.oben.combo-class123x.wombox {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.form-block-2.formularoben.oben.combo-class123x.wombox:hover {
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.paragraph-23 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.paragraph-23.combox21.com2box1 {
  margin-top: 0px;
  padding-right: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.heading-19 {
  margin-top: 5px;
  margin-bottom: 8px;
  padding-bottom: 0px;
  color: #000;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
}

.heading-19.combox1.combox21 {
  padding-bottom: 0px;
  color: #1b1b1b;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
}

.text-field-4 {
  display: block;
  width: 85%;
  height: 55px;
  margin-right: 0px;
  margin-left: 0px;
}

.text-field-4.ccombox1.cbombox1 {
  width: 95%;
}

.rechter-div {
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #f8f8f8;
}

.button-2 {
  height: 48px;
  padding: 11px 24px;
  background-color: #f83f5a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.button-2:hover {
  background-color: #ec2f4b;
}

.button-2.margin-left-right {
  margin-top: -30px;
  margin-right: 10px;
  margin-left: 0px;
  background-color: #a42436;
}

.button-2.margin-left-right.tel-nummer {
  margin-right: -337px;
  margin-left: 17px;
  font-weight: 500;
}

.button-2.margin-left-right.tel-nummer.rueckruf-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  margin: 0px auto 8px;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #419dd6;
  -webkit-transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.button-2.margin-left-right.tel-nummer.rueckruf-button:hover {
  background-color: #3290ca;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.checkbox-field {
  display: block;
  width: 85%;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
}

.checkbox-field.cbcombox1.cb7ombox1 {
  padding-left: 0px;
}

.sicherheit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-106 {
  margin-right: 10px;
}

.paragraph-101 {
  margin-bottom: 0px;
  color: #333;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

.above_the_fold_karriere {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 750px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 8, 24, 0.79)), to(rgba(0, 8, 24, 0.79))), url('../images/background2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 8, 24, 0.79), rgba(0, 8, 24, 0.79)), url('../images/background2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.above_the_fold_karriere_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 200px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 168, 231, 0.22)), to(rgba(51, 168, 231, 0.22)));
  background-image: linear-gradient(180deg, rgba(51, 168, 231, 0.22), rgba(51, 168, 231, 0.22));
}

.paragraph-120 {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.paragraph-121 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
}

.stellen_karriere {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stellen_karriere_inner {
  width: 1000px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.job_raw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  margin-bottom: 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 4px;
}

.div-block-62 {
  width: 100%;
  height: 20px;
}

.job_links {
  width: 80%;
  height: 100%;
}

.job_rechts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50%;
  padding-top: 8px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-33 {
  display: block;
  font-family: Lato, sans-serif;
  color: rgba(10, 59, 151, 0.94);
  font-weight: 700;
  text-decoration: none;
}

.paragraph-122 {
  width: auto;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.button-3 {
  border-radius: 3px;
  background-color: #338ae7;
  box-shadow: 0 0 10px -5px #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.jon_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  padding-bottom: 8px;
  padding-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job_tag_tagged {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 89px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #b3d0f6;
}

.paragraph-123 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: rgba(0, 40, 115, 0.79);
  font-size: 15px;
}

.paragraph-124 {
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.div-block-63 {
  height: 500px;
}

.einzel-paket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ff0808;
  background-color: #fff;
}

.einzel-paket.profi-paket {
  height: 80%;
  border-top-width: 10px;
  border-top-color: red;
  box-shadow: 0 0 8px -3px #000;
}

.einzel-paket.profi-paket.combo123yxd {
  border-top-color: #67c820;
}

.einzel-paket.beginner-paket {
  height: 80%;
  border-top-width: 10px;
  border-top-color: #46b4e7;
  box-shadow: 0 0 8px -3px #000;
}

.einzel-paket.beginner-paket.combo123 {
  border-top-color: red;
}

.einzel-paket.beginner-paket.combo123.lukas_comb.lukas_comb123.lukas_comb1234 {
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.einzel-paket.beginner-paket.combo123.lukas_comb.lukas_comb123.lukas_comb1234.handerweker-comvo {
  border-top-color: #46b4e7;
}

.einzel-paket.starter-paket {
  height: 80%;
  border-top-width: 10px;
  border-top-color: #f49a31;
  box-shadow: 0 0 8px -3px #000;
}

.einzel-paket.starter-paket.comboy-123 {
  border-top-color: #8989fc;
}

.paragraph-125 {
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.button-5 {
  background-color: #000;
  color: #fff;
}

.button-5:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.paket-trenner {
  width: 5%;
  height: 100%;
  background-color: transparent;
}

.abovethefold_2 {
  position: static;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 83vh;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/ATF-background.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.abovethefold_2.paket_combo1.paket_combo2 {
  height: auto;
  min-height: auto;
  padding-top: 77px;
  padding-bottom: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.91)), to(hsla(0, 0%, 100%, 0.91))), url('../images/zimmermannsarbeiten-1024x683.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.91), hsla(0, 0%, 100%, 0.91)), url('../images/zimmermannsarbeiten-1024x683.jpg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
}

.pakete-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 300px;
  max-width: 1150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-11 {
  text-decoration: underline;
}

.bold-text-12 {
  text-decoration: underline;
}

.bold-text-13 {
  text-decoration: underline;
}

.bold-text-14 {
  text-decoration: underline;
}

.bold-text-15 {
  text-decoration: underline;
}

.bold-text-16 {
  text-decoration: underline;
}

.die-ad-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 337px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.aussen_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-113 {
  box-shadow: 0 0 9px -6px #000;
}

.image-114 {
  box-shadow: 0 0 9px -6px #000;
}

.link-block-5 {
  width: 370px;
  height: 600px;
  margin-left: 94px;
  box-shadow: none;
  text-decoration: none;
}

.excel {
  width: 400px;
  height: 600px;
  margin-left: 90px;
  text-decoration: none;
}

.paragraph-127 {
  margin-bottom: 18px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.branchen {
  display: block;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.branchen_inner_div {
  width: 1000px;
  height: 400px;
}

.header_text {
  width: 700px;
  height: auto;
  min-height: 50px;
}

.div-block-66 {
  width: 40%;
  height: 200px;
}

.jose_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/5de7834365d48a4593de536d_Anette-Hegg---Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-67 {
  width: 100%;
  height: 300px;
  background-image: url('../images/5de7834365d48a4593de536d_Anette-Hegg---Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pfeil-div {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.61);
}

.trust1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trust_logo {
  margin-right: 66px;
  margin-left: 66px;
}

.upper_funktional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.willkommen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 80px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(31%, transparent), color-stop(78%, #fff)), -webkit-gradient(linear, left top, left bottom, color-stop(73%, transparent), color-stop(90%, #fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/background-one2.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, transparent 31%, #fff 78%), linear-gradient(180deg, transparent 73%, #fff 90%), linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/background-one2.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0px 0px, 0px 0px, 0% 51%, 0px 0px;
  background-size: auto, auto, auto, cover, auto;
  background-repeat: repeat, repeat, repeat, repeat, repeat;
}

.willkommen.willkommen_combo--11 {
  padding: 60px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.83)), to(hsla(0, 0%, 100%, 0.83))), url('../images/worker-cleaning-windows-2021-08-26-16-34-55-utc-min.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.83), hsla(0, 0%, 100%, 0.83)), url('../images/worker-cleaning-windows-2021-08-26-16-34-55-utc-min.jpg');
  background-position: 0px 0px, 50% 70%;
}

.inner_flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_flex_box.inner_flex_box_combo_1.inner_flex_box_combo_2 {
  width: 100%;
  max-width: 1300px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.left_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-128 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #242c36;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}

.divider_black {
  width: 70%;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #338ae7;
}

.paragraph-129 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: rgba(36, 44, 54, 0.86);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.image_1 {
  width: 120%;
  height: 120%;
  background-image: url('../images/marc-soine-480x319.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.image-115 {
  max-width: 100%;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.49);
}

.echte-experten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #fff), color-stop(41%, transparent)), -webkit-gradient(linear, left bottom, left top, color-stop(78%, transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/background-two2.jpg');
  background-image: linear-gradient(90deg, #fff 20%, transparent 41%), linear-gradient(0deg, transparent 78%, #fff), linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/background-two2.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 100% 100%;
  background-size: auto, auto, auto, cover;
}

.section-title {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.section-title.beralbers {
  padding-right: 129px;
  padding-left: 129px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.section-description-2 {
  display: block;
  width: 70%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #707070;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.section-description-2.berparapraph {
  width: 75%;
  font-family: Montserrat, sans-serif;
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.section-description-2.medium {
  width: 50%;
}

.team-member {
  max-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
}

.team-member-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.team-member-photo:hover {
  box-shadow: inset 0 0 0 500px rgba(46, 50, 60, 0.2);
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}

.section-2.uebersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 81px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 44, 54, 0.97)), to(rgba(36, 44, 54, 0.97))), url('../images/211126_GATE56_Shooting_v001_1_NM1900.jpg');
  background-image: linear-gradient(180deg, rgba(36, 44, 54, 0.97), rgba(36, 44, 54, 0.97)), url('../images/211126_GATE56_Shooting_v001_1_NM1900.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.heading-21 {
  margin-top: 21px;
  color: #f1f1f1;
  font-size: 17.5px;
}

.category-2 {
  display: inline-block;
  height: 24px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 10px;
  background-color: #fff;
  color: #111;
  font-size: 8px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.category-2.team-member-role {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin: 16px;
  background-color: #00c767;
  color: #fff;
}

.category-2.team-member-role {
  position: relative;
  left: 87px;
  top: -40px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin: 16px;
  background-color: #e7333a;
  color: #fff;
}

.category-2.team-member-role.combo_tag1 {
  left: 82px;
  background-color: #e7333a;
}

.category-2.team-member-role.combo_tag1.combo_tag_xxy1 {
  left: 103px;
}

.category-2.team-member-role.combo_tag_2 {
  left: 88px;
}

.category-2.team-member-role.combo_tag_2.combo_tag_xxy1 {
  left: 109px;
}

.category-2.team-member-role.combo_tag_xxy1 {
  left: 83px;
}

.category-2.team-member-role.betriebsleiter {
  left: 85px;
  background-color: #e7333a;
}

.category-2.team-member-role.assistentin {
  left: 85px;
  background-color: #e7333a;
}

.section-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 65px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-title-wrapper.full-centered {
  width: 100%;
}

.team-member-photo-wrapper-2 {
  position: relative;
  margin-bottom: -8px;
  background-color: #ffb567;
}

.container-10 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-22 {
  margin-top: 21px;
  color: #c4c4c4;
  font-size: 18px;
}

.bold-text-17 {
  color: #cacaca;
}

.heading-40 {
  position: static;
  top: -52px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 17.5px;
  text-align: center;
}

.links-im-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-25 {
  position: absolute;
}

.flexbox-infos {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1200px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-84 {
  width: 300px;
  height: auto;
  max-height: 500px;
  max-width: 300%;
  min-height: auto;
  min-width: 300px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.61);
}

.bold-text-18 {
  font-size: 9px;
}

.paragraph-28 {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.66);
  text-align: center;
}

.tag-robert {
  height: 70px;
  margin-top: -30px;
}

.container_div {
  width: 1001px;
  max-width: 90%;
}

.trenner_0x1 {
  width: 40px;
  height: 100%;
}

.unser-prozess-leiter {
  position: relative;
  top: 60px;
  display: block;
  width: 100px;
  height: 1px;
}

.portofilio_atv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.61)), to(rgba(0, 0, 0, 0.61))), url('../images/immobilienrecht-anwaltsbuero-berlin.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)), url('../images/immobilienrecht-anwaltsbuero-berlin.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.paragraph-130 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
}

.paragraph-131 {
  color: #e0e0e0;
}

.link-block-6 {
  margin-top: 50px;
}

.portfolio-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.portfolio-page.combo_2-port.combo__123 {
  background-image: url('../images/modern-white-townhouses-1980x1320.jpg');
}

.portfolio-page.combo_2-port3.combo__sasyy2 {
  background-image: url('../images/immobilienrecht-anwaltsbuero-berlin.jpg');
  background-position: 50% 50%;
}

.divider_portfolio {
  width: 100%;
  height: 5px;
}

.div-block-68 {
  width: 500px;
  height: auto;
  padding: 40px;
  background-color: rgba(22, 22, 22, 0.97);
  color: #000;
}

.heading-41 {
  margin-top: 0px;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  color: gold;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.paragraph-132 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

.gallery-wrapper {
  display: block;
  overflow: hidden;
  padding-top: 6vh;
  padding-bottom: 6vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #101010;
}

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

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding: 1vh 5px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-wrapper.slick-center {
  opacity: 1;
}

.image-39 {
  max-height: 76vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.background-video.background-video_combo {
  display: block;
}

.heading-hero-3 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 106%;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: none;
}

.button-6 {
  padding: 16px 22px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #3348e7;
  -webkit-transition: background-color 200ms cubic-bezier(.25, .46, .45, .94), color 200ms cubic-bezier(.25, .46, .45, .94);
  transition: background-color 200ms cubic-bezier(.25, .46, .45, .94), color 200ms cubic-bezier(.25, .46, .45, .94);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: none;
}

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

.block-heading-hero-2 {
  margin-bottom: 24px;
}

.block-paragraph-hero {
  margin-bottom: 40px;
}

.block-hero---b-2 {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 10% 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-hero {
  max-width: 520px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.65);
  font-size: 18px;
  line-height: 175%;
  font-weight: 400;
}

.paragraph-hero.paragraph-hero-_-combo-1 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 148%;
  font-weight: 300;
}

.paragraph-hero.paragraph-hero-_-combo-1 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 148%;
  font-weight: 300;
}

.paragraph-services-hero-2 {
  max-width: 370px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.65);
}

.block-services-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-hero---b-2 {
  position: relative;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  margin-top: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.15);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, rgba(0, 0, 0, 0.94)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 21%, transparent);
}

.hero---b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 750px;
  padding-top: 165px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.overflow {
  overflow: hidden;
}

.heading-services-hero-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 111%;
  font-style: italic;
  letter-spacing: -0.6px;
  text-transform: uppercase;
}

.text-accent-2 {
  color: #f8b833;
  font-style: italic;
  letter-spacing: -0.8px;
  text-transform: uppercase;
}

.section-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(0, 0, 0, 0.85)), color-stop(44%, rgba(0, 0, 0, 0.66)), to(rgba(0, 48, 99, 0.73))), url('../images/blue-clean-glass-wall-of-modern-skyscraper-2021-08-31-11-31-35-utc-min.jpg');
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 4%, rgba(0, 0, 0, 0.66) 44%, rgba(0, 48, 99, 0.73)), url('../images/blue-clean-glass-wall-of-modern-skyscraper-2021-08-31-11-31-35-utc-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.link-services-hero-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 3vmin 5vmin;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none hsla(0, 0%, 100%, 0.15);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  text-decoration: none;
}

.link-services-hero-2.border-off {
  padding-top: 0vmin;
  padding-bottom: 0vmin;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: none;
}

.icon-services-hero {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.link-34 {
  color: #fff;
}

.rueckruf-button.button-2.margin-left-right.tel-nummer {
  padding-top: 0px;
  background-color: #e7333a;
}

.rueckruf-button.button-2.margin-left-right.tel-nummer:hover {
  background-color: #fff;
  color: #000;
}

.checkbox-label-2 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}

.text-field-2 {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-field {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.checkbox-2 {
  margin-top: 12px;
  margin-left: -20px;
}

.linker-div {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Mitarbeiter_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.text-field-3 {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.heading-17 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 400;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75vw;
  height: 525px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.div-block-12 {
  display: block;
  width: 80%;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.firmen-tag-div {
  position: relative;
  left: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 18%;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(231, 51, 58, 0.78);
}

.paragraph-14 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  font-weight: 400;
}

.rechter-div-2 {
  width: 50%;
  background-color: #f8f8f8;
}

.heading-12 {
  margin-top: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(36, 44, 54, 0);
}

.heading-24 {
  margin-top: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-24 {
  margin-top: 15px;
  margin-right: 160px;
  margin-left: 160px;
  font-family: 'Open Sans', sans-serif;
  color: #e2e2e2;
  font-size: 19px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.checkbox-field-2 {
  margin-bottom: 29px;
}

.welcome-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  max-width: 1200px;
  min-width: 1200px;
  margin-top: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.welcome-flex.kekko {
  display: block;
  width: 70%;
  min-width: 70px;
}

.paragraph-29 {
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 43.5%, 0.7);
  font-size: 14px;
  font-weight: 400;
}

.paragraph-29.gotteshand {
  margin-bottom: 20px;
  font-size: 17px;
}

.paragraph-29.gotteshand.hand2 {
  font-size: 14px;
}

.divider {
  width: 100%;
  height: 5px;
  margin-bottom: 0px;
  background-color: #0f2;
}

.divider.combo-color {
  height: 5px;
  background-color: #0093fa;
}

.divider.combo-color.combo9a {
  width: 200px;
}

.divider.combo-color.combo9a.sad3 {
  width: 190px;
  height: 4px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #e7333a;
}

.divider.combo-color.combo9a.sad3 {
  width: 190px;
  height: 4px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #5178bd;
}

.divider.combo-color.combo9a.sad3 {
  width: 190px;
  height: 4px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #e7333a;
}

.link-35 {
  color: #e2e2e2;
}

.link-35.comboclcass3 {
  color: #000;
}

.link-35.comboclass4 {
  color: #000;
}

.link-14 {
  color: #e2e2e2;
}

.link-14.comboclass5 {
  color: #000;
}

.daten-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 50px 0px 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.daten-2.combocalss1.comboclass2 {
  position: static;
}

.heading-42 {
  margin-bottom: 0px;
  color: #303030;
  font-size: 20px;
  font-weight: 400;
}

.heading-42.combo2 {
  margin-top: 60px;
  margin-bottom: -2px;
  font-size: 20px;
}

.heading-42.combo2.preza {
  margin-top: 20px;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.section-9.comboclass78.comboclass99 {
  height: 100vh;
  margin-top: 0px;
  background-color: #fff;
}

.link-36 {
  color: #e7333a;
}

.prozess {
  position: relative;
  top: 13px;
  width: 1px;
  height: 1px;
}

.unser_team {
  position: relative;
  top: 58px;
  width: 1px;
  height: 1px;
}

.standort_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.background-video-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
}

.background-video-4.dasdasd.asdasd {
  display: none;
}

.background-video-4.dasdasd.asdasd.uzgasdijasd.uzga__2sdijasd {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
}

.hero---b-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 165px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(0, 0, 0, 0.94)), color-stop(44%, rgba(0, 0, 0, 0.66)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 4%, rgba(0, 0, 0, 0.66) 44%, transparent);
  background-position: 0px 0px;
}

.footer_div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 320px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.44);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))), url('../images/blue-clean-glass-wall-of-modern-skyscraper-2021-08-31-11-31-35-utc-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)), url('../images/blue-clean-glass-wall-of-modern-skyscraper-2021-08-31-11-31-35-utc-min.jpg');
  background-position: 0px 0px, 50% 49%;
  background-size: auto, auto;
}

.left_flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_flex_box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner_flex_box-2.inner_flex_box_combo_1.inner_flex_box_combo_2 {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.willkommen-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.81)), to(hsla(0, 0%, 100%, 0.81))), url('../images/cleaning-the-building-2021-08-30-10-02-38-utc-min.jpg'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.81), hsla(0, 0%, 100%, 0.81)), url('../images/cleaning-the-building-2021-08-30-10-02-38-utc-min.jpg'), linear-gradient(180deg, #fff, #fff);
  background-position: 0px 0px, 0% 33%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, repeat, repeat;
}

.echte-experten-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.82)), to(hsla(0, 0%, 100%, 0.82))), url('../images/create-collaborate-corporate-business-people-ha-2022-02-07-22-02-16-utc-min.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.82), hsla(0, 0%, 100%, 0.82)), url('../images/create-collaborate-corporate-business-people-ha-2022-02-07-22-02-16-utc-min.jpg');
  background-position: 0px 0px, 100% 0%;
  background-size: auto, cover;
}

.grid-hero---b-3 {
  position: relative;
  z-index: 50;
  overflow: hidden;
  width: 100%;
  margin-top: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.15);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, rgba(0, 0, 0, 0.94)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 21%, transparent);
}

.heading-hero-4 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 106%;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: none;
}

.navbar-only-logo-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
  box-shadow: 0 0 8px -2px #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.paragraph-133 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-services-hero-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 3vmin 5vmin;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none hsla(0, 0%, 100%, 0.15);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  text-decoration: none;
}

.link-services-hero-3.border-off {
  padding-top: 0vmin;
  padding-bottom: 0vmin;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-style: none;
}

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

.button-7 {
  width: 300px;
  margin-left: 63px;
  text-align: center;
}

.nav-menu {
  margin-right: 0px;
}

.nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  width: 100%;
  height: 90px;
  max-width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
  color: transparent;
}

.nav.nav-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1050px;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-width: 0px;
  background-color: transparent;
  line-height: 20px;
}

.logo {
  position: relative;
  overflow: visible;
  width: 48px;
  height: 48px;
  float: left;
  background-color: transparent;
  background-image: none;
  color: transparent;
}

.logo.w--current {
  overflow: visible;
  margin-right: 0px;
  margin-left: 0px;
  background-color: transparent;
  background-image: none;
}

.nav-link-2 {
  padding: 15px 0px 16px 40px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-link-2:hover {
  color: #55d96f;
}

.nav-link-2.w--current {
  color: #38b1c4;
}

.navbar-6 {
  position: absolute;
  top: 0px;
  display: none;
  width: 100%;
  height: 90px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.btn {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 29px;
  float: none;
  border: 2px solid #55d96f;
  border-radius: 50px;
  background-color: #55d96f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  border-style: solid;
  border-color: #55d96f;
  background-color: transparent;
  color: #55d96f;
}

.btn.btn-menu {
  margin-top: 2px;
  margin-bottom: 5px;
  margin-left: 31px;
  padding: 9px 19px;
  border: 2px solid #38b1c4;
  background-color: #38b1c4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
}

.btn.btn-menu:hover {
  border-color: #55d96f;
  background-color: transparent;
  color: #55d96f;
}

.contact-card-line-text-2-copy {
  margin-top: 2px;
  margin-left: 7px;
  color: #fdfdfd;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.contact-card-line-text-2-copy.datenschutzfooter {
  margin-top: 9px;
  margin-left: 0px;
  text-align: left;
}

.contact-card-line-text-2-copy.impressumfooter {
  margin-top: 0px;
  margin-left: 0px;
  text-align: left;
}

.link-37 {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .above_the_fold {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, rgba(0, 0, 0, 0.93)), color-stop(53%, rgba(0, 0, 0, 0.74)), to(transparent)), url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9126.jpg');
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.93) 29%, rgba(0, 0, 0, 0.74) 53%, transparent), url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9126.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .button {
    display: none;
  }

  .above_the_fold_inner {
    width: 90%;
  }

  .button_erstgespr-ch.button_main_combo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-5 {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .ueber_uns_inner {
    width: 95%;
    height: auto;
    margin-bottom: 30px;
  }

  .paragraph-9 {
    font-size: 13px;
    line-height: 17px;
  }

  .ueber_standort {
    width: 95%;
  }

  .inner_zusammen_arbeit {
    width: 95%;
  }

  .paragraph-11 {
    font-size: 20px;
    text-align: center;
  }

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

  .methode_inner {
    width: 95%;
  }

  .methoden_row {
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .methoden_row.methoden_combo_22 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-34 {
    margin-top: 8px;
  }

  .logo_stomp {
    margin-bottom: 52px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-107 {
    min-height: 14px;
    min-width: 14px;
  }

  .image-105 {
    min-height: 14px;
    min-width: 14px;
  }

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

  .footer_above {
    padding-top: 56px;
    padding-bottom: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .kontakt_inner_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer_div {
    height: auto;
    padding-bottom: 11px;
  }

  .paragraph-106 {
    margin-bottom: 0px;
  }

  .company_stomp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: auto;
    margin-bottom: 30px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation_stomp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .kontakt_stomp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: auto;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .navigation_inner_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-108 {
    min-height: 14px;
    min-width: 14px;
  }

  .image-109 {
    min-height: 14px;
    min-width: 14px;
  }

  .contact-card-line-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-card-line-text-2.datenschutzfooter {
    width: 100px;
  }

  .contact-card-line-text-2.impressumfooter {
    width: 100px;
  }

  .contact-card-line-4 {
    width: 220px;
  }

  .unternehmen_inner_div {
    width: auto;
  }

  .inner_cta {
    width: 95%;
  }

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

  .knopf_beratung.cta_combo1 {
    height: 50px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .paragraph-82 {
    font-size: 18px;
    text-align: center;
  }

  .paragraph-82.cta_combo2 {
    text-align: center;
  }

  .daniel-neuberger-exprten-frame {
    width: 95%;
  }

  .was-wir-machen_inner {
    width: 95%;
  }

  .methode_inner-div.methoden_combo_1 {
    width: 95%;
  }

  .methode_pint {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 182px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-116 {
    width: 50%;
  }

  .div-block-38 {
    width: 95%;
    height: auto;
  }

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

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flexbox-footer {
    width: 100%;
  }

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

  .mittlerer-text {
    width: 90%;
  }

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

  .checkbox-label-3 {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
  }

  .form1 {
    width: 90%;
  }

  .form1.formoben {
    width: 95%;
  }

  .form1.formoben.form-combo1 {
    width: 95%;
  }

  .form-block-2.formularoben {
    height: 560px;
    margin-top: 315px;
    margin-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-block-2.formularoben.oben {
    width: 75%;
    height: 480px;
    margin-top: 0px;
  }

  .paragraph-23 {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-19 {
    margin-top: 0px;
  }

  .text-field-4 {
    position: relative;
    display: block;
    width: 90%;
  }

  .button-2.margin-left-right.tel-nummer {
    margin-top: -57px;
    margin-right: 0px;
    margin-left: 163px;
  }

  .button-2.margin-left-right.tel-nummer.rueckruf-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }

  .sicherheit {
    padding-right: 37px;
    padding-left: 37px;
  }

  .checkbox-3 {
    margin-left: 0px;
  }

  .paragraph-101 {
    line-height: 16px;
  }

  .stellen_karriere_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .job_raw {
    width: 90%;
  }

  .job_links {
    width: 70%;
  }

  .job_rechts {
    width: 30%;
  }

  .button-3 {
    width: auto;
  }

  .einzel-paket.profi-paket {
    width: 400px;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .einzel-paket.beginner-paket {
    width: 400px;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .einzel-paket.starter-paket {
    width: 400px;
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .paket-trenner {
    height: 50px;
  }

  .abovethefold_2 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.61)), to(hsla(0, 0%, 100%, 0.61))), url('../images/ATF-background.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.61), hsla(0, 0%, 100%, 0.61)), url('../images/ATF-background.jpg');
    background-position: 0px 0px, 85% 50%;
    background-size: auto, cover;
  }

  .abovethefold_2.paket_combo1.paket_combo2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pakete-flexbox {
    width: 100%;
    height: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .willkommen {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner_flex_box {
    width: 90%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner_flex_box.inner_flex_box_combo_1.inner_flex_box_combo_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left_flex {
    width: 90%;
  }

  .right_flex {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .right_flex.combo_right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .paragraph-128 {
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph-128.combo_r_1x {
    text-align: right;
  }

  .divider_black {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .paragraph-129.combo_r_2x {
    text-align: right;
  }

  .echte-experten {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-title {
    width: 90%;
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 40px;
  }

  .section-description-2 {
    width: 80%;
    margin-top: 10px;
  }

  .section-description-2.berparapraph {
    width: 82%;
  }

  .section-description-2.medium {
    width: 70%;
  }

  .team-member {
    padding-right: 8px;
    padding-left: 8px;
  }

  .category-2 {
    height: 20px;
    padding-top: 2px;
    padding-right: 10px;
    padding-left: 11px;
    font-size: 8px;
  }

  .category-2.team-member-role {
    left: 85px;
    top: -36px;
  }

  .category-2.team-member-role.combo_tag1 {
    left: 114px;
    top: -36px;
  }

  .category-2.team-member-role.combo_tag_2 {
    left: 112px;
    top: -36px;
  }

  .category-2.team-member-role.betriebsleiter {
    left: 79px;
    top: -36px;
  }

  .category-2.team-member-role.assistentin {
    left: 108px;
    top: -36px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .section-title-wrapper.full-centered {
    margin-bottom: 40px;
  }

  .container-10 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .links-im-div {
    margin-bottom: 33px;
  }

  .flexbox-infos {
    width: 90vw;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video {
    display: block;
    height: 80vh;
  }

  .background-video.background-video_combo {
    display: none;
  }

  .heading-hero-3 {
    font-size: 40px;
  }

  .block-hero---b-2 {
    margin-bottom: 100px;
  }

  .grid-hero---b-2 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(21%, rgba(0, 0, 0, 0.94)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 21%, transparent);
  }

  .hero---b {
    padding-top: 160px;
  }

  .heading-services-hero-2 {
    font-size: 33px;
  }

  .link-services-hero-2 {
    background-image: none;
  }

  .link-services-hero-2.border-off {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .rueckruf-button.button-2.margin-left-right.tel-nummer {
    width: 100%;
    padding-right: 33px;
    padding-left: 33px;
  }

  .checkbox-label-2 {
    margin-bottom: 0px;
  }

  .text-field-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-field {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .linker-div {
    background-position: 50% 0%;
  }

  .text-field-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flex-div {
    width: 95vw;
    height: 525px;
  }

  .firmen-tag-div {
    width: 75%;
  }

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

  .heading-12 {
    font-size: 19px;
    line-height: 24px;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-24 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: -47px;
    margin-left: auto;
  }

  .hero---b-2 {
    padding-top: 160px;
  }

  .section-hero-2 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(0, 0, 0, 0.94)), color-stop(44%, rgba(0, 0, 0, 0.66)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 4%, rgba(0, 0, 0, 0.66) 44%, transparent);
    background-position: 0px 0px;
  }

  .footer_div-2 {
    height: auto;
    padding-bottom: 11px;
  }

  .left_flex-2 {
    width: 90%;
  }

  .inner_flex_box-2 {
    width: 90%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .inner_flex_box-2.inner_flex_box_combo_1.inner_flex_box_combo_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .willkommen-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .echte-experten-2 {
    height: auto;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .heading-hero-4 {
    font-size: 40px;
  }

  .navbar-only-logo-2 {
    display: none;
  }

  .paragraph-133 {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
  }

  .link-services-hero-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .link-services-hero-3.border-off {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    color: transparent;
  }

  .nav-menu {
    position: fixed;
    z-index: 1000;
    width: 100%;
    padding-top: 35%;
    background-color: rgba(56, 147, 196, 0.97);
    text-align: center;
  }

  .nav {
    border-color: #000 #000 hsla(0, 0%, 100%, 0.3);
    border-top-style: none;
    border-top-width: 1px;
    border-right-style: none;
    border-right-width: 1px;
    border-left-style: none;
    border-left-width: 1px;
  }

  .nav.nav-container {
    padding-top: 20px;
    border-style: none;
  }

  .nav-link-2 {
    padding-left: 0px;
    font-size: 30px;
    text-align: center;
  }

  .nav-link-2:hover {
    color: #f5f7fa;
  }

  .nav-link-2.w--current {
    color: #fff;
  }

  .menu-icon-2 {
    margin-right: 0px;
    padding-top: 11px;
    padding-right: 0px;
    padding-bottom: 11px;
  }

  .menu-icon-2.w--open {
    position: relative;
    z-index: 10;
    background-color: transparent;
  }

  .navbar-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
  }

  .navi-icon {
    display: block;
    color: #fff;
  }

  .btn.btn-menu {
    margin-top: 20px;
    margin-left: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #fff;
    background-color: #fff;
    color: #55d96f;
    font-size: 13px;
  }

  .btn.btn-menu:hover {
    border-color: #fff;
    color: #fff;
  }

  .contact-card-line-text-2-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .contact-card-line-text-2-copy.datenschutzfooter {
    width: 100px;
  }

  .contact-card-line-text-2-copy.impressumfooter {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .above_the_fold {
    height: 440px;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.86)), to(rgba(0, 0, 0, 0.86))), url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9125.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9125.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .navlink_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav_link_menu {
    display: none;
  }

  .nav_link_menu.w--current {
    display: none;
  }

  .above_the_fold_inner {
    height: auto;
  }

  .above_links {
    width: 100%;
    padding-top: 0px;
  }

  .above_rechts {
    display: none;
  }

  .button_erstgespr-ch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 37px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button_erstgespr-ch.button_navbar_combo {
    margin-right: 15px;
  }

  .button_erstgespr-ch.button_main_combo {
    height: 48px;
    min-height: 40px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .button_erstgespr-ch.button_main_combo.combo_rest {
    width: auto;
  }

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

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

  .uber_links {
    width: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ueber_rechts {
    width: 90%;
    margin-top: 95px;
  }

  .zusammenarbeit {
    height: auto;
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ueber_standort {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .standort_rechts {
    width: 80%;
    margin-top: 40px;
  }

  .standort_links {
    width: 90%;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inner_zusammen_arbeit {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schritt1 {
    width: 90%;
    max-width: 500px;
    margin-bottom: 33px;
  }

  .methoden_row {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .methode_card {
    width: 80%;
    margin-bottom: 25px;
    padding: 15px;
  }

  .methode_card.methoden_combo_2 {
    width: 80%;
  }

  .div-block-34 {
    margin-top: 5px;
  }

  .image-107 {
    max-width: 4%;
  }

  .image-105 {
    max-width: 4%;
  }

  .text-block-24 {
    margin-bottom: 15px;
    text-align: center;
  }

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

  .kontakt_inner_div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_div {
    padding-bottom: 18px;
  }

  .navigation_inner_div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-108 {
    max-width: 4%;
  }

  .image-109 {
    max-width: 4%;
  }

  .contact-card-line-text-2 {
    font-size: 13px;
  }

  .contact-card-line-text-2.impressumfooter {
    margin-top: 10px;
  }

  .footer-bottom-text-left-3 {
    margin-right: 16px;
  }

  .inner_cta {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-85 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
  }

  .knopf_beratung {
    width: 300px;
    margin-right: 0px;
    margin-bottom: 22px;
  }

  .knopf_beratung.cta_combo1 {
    height: 40px;
    margin-top: 15px;
  }

  .cta-anfragen {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .links-firmen-name {
    margin-top: 0px;
  }

  .paragraph-82.cta_combo2.combo0x {
    font-size: 14px;
  }

  .paragraph-110.combo_99 {
    font-size: 18px;
  }

  .paragraph-111 {
    font-size: 14px;
    line-height: 17px;
  }

  .methode_inner-div.methoden_combo_1 {
    width: 90%;
  }

  .methode_pint {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .methode_explained {
    width: auto;
  }

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

  .was-machen-links {
    width: 90%;
  }

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

  .paragraph-54.comb-0.comb-008.combowmbo21736tasd {
    font-size: 10px;
  }

  .paragraph-44.poersonalkenn {
    font-size: 18px;
  }

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

  .bold-text-5 {
    font-size: 24px;
  }

  .daten {
    margin-top: 5px;
  }

  .div-block-50 {
    width: 98%;
  }

  .arechtediv {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mittlerer-text {
    width: 96%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 0px;
  }

  .bold-text-3 {
    font-size: 19px;
  }

  .dergutediv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-62 {
    font-size: 19px;
  }

  .paragraph-62.combowombo12312asduz.e5rxtczgvr655rdfv {
    font-size: 16px;
  }

  .alinkediv {
    width: 65%;
    margin-bottom: 10px;
  }

  .text-span-9.berschrift2 {
    font-size: 25px;
    line-height: 30px;
  }

  .form1.formoben {
    width: 97%;
  }

  .form-block-2.formularoben {
    width: 100%;
    margin-top: 0px;
  }

  .form-block-2.formularoben.oben {
    width: 90%;
    margin-top: 0px;
  }

  .rechter-div {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-2.margin-left-right.tel-nummer.rueckruf-button {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .paragraph-120 {
    font-size: 30px;
    line-height: 36px;
  }

  .job_links {
    width: 60%;
  }

  .job_rechts {
    width: 40%;
  }

  .link-33 {
    font-size: 15px;
  }

  .einzel-paket.profi-paket {
    width: 90%;
  }

  .einzel-paket.beginner-paket {
    width: 90%;
    min-width: 90%;
  }

  .einzel-paket.starter-paket {
    width: 90%;
  }

  .abovethefold_2 {
    height: 87vh;
    max-height: 87vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.84)), to(hsla(0, 0%, 100%, 0.84))), url('../images/ATF-background.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.84), hsla(0, 0%, 100%, 0.84)), url('../images/ATF-background.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

  .abovethefold_2.paket_combo1.paket_combo2 {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }

  .header_text {
    width: 90%;
  }

  .pfeil-div {
    position: static;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.44);
  }

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

  .trust_logo {
    margin-right: 5px;
    margin-left: 5px;
  }

  .inner_flex_box {
    width: 96%;
  }

  .right_flex {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-128 {
    font-size: 21px;
    line-height: 25px;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 30px;
  }

  .section-title.beralbers {
    padding-right: 68px;
    padding-left: 68px;
  }

  .section-description-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-description-2.berparapraph {
    line-height: 24px;
  }

  .team-member {
    width: 50%;
    padding-bottom: 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .team-member-photo {
    display: block;
    height: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .team {
    margin-bottom: -32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .category-2.team-member-role {
    left: 11px;
    bottom: 0px;
  }

  .category-2.team-member-role {
    left: 85px;
    top: -36px;
    bottom: 0px;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .team-member-photo-wrapper-2 {
    background-color: #f9f9f9;
  }

  .container-10 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flexbox-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-39 {
    max-height: 40vh;
  }

  .background-video {
    height: 80vh;
  }

  .heading-hero-3 {
    font-size: 30px;
  }

  .block-hero---b-2 {
    margin-bottom: 80px;
  }

  .paragraph-hero.paragraph-hero-_-combo-1 {
    font-size: 16px;
  }

  .paragraph-hero.paragraph-hero-_-combo-1 {
    font-size: 15px;
    line-height: 145%;
  }

  .grid-hero---b-2 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hero---b {
    min-height: auto;
    padding-top: 140px;
  }

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

  .link-services-hero-2 {
    padding: 1.5vmin;
    border-top: 1px solid hsla(0, 0%, 100%, 0.15);
    border-left-style: none;
    background-image: none;
  }

  .link-services-hero-2.border-off {
    padding: 1.5vmin;
    border-top-style: solid;
    background-image: none;
  }

  .linker-div {
    width: 95%;
    height: 400px;
    background-position: 50% 7%;
  }

  .heading-17 {
    font-weight: 400;
  }

  .flex-div {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .div-block-12 {
    width: 90%;
  }

  .rechter-div-2 {
    width: 95%;
  }

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-24 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: Lato, sans-serif;
    font-size: 18px;
  }

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

  .hero---b-2 {
    height: auto;
    min-height: auto;
    padding-top: 140px;
  }

  .section-hero-2 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(4%, rgba(0, 0, 0, 0.94)), color-stop(44%, rgba(0, 0, 0, 0.66)), to(transparent));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 4%, rgba(0, 0, 0, 0.66) 44%, transparent);
    background-position: 0px 0px;
  }

  .footer_div-2 {
    padding-bottom: 18px;
  }

  .inner_flex_box-2 {
    width: 96%;
  }

  .willkommen-2 {
    padding-left: 0px;
  }

  .echte-experten-2 {
    padding-right: 0px;
  }

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

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

  .navbar-only-logo-2 {
    display: none;
  }

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

  .link-services-hero-3 {
    padding: 7vmin;
    border-top: 1px none hsla(0, 0%, 100%, 0.15);
    border-left-style: none;
  }

  .link-services-hero-3.border-off {
    display: none;
    border-top-style: none;
  }

  .nav-menu {
    background-color: #3893c4;
  }

  .nav {
    height: 60px;
    border-top: 1px none #000;
    border-right: 1px none #000;
    border-left: 1px none #000;
  }

  .nav.nav-container {
    padding-top: 6px;
  }

  .logo {
    width: 38px;
    height: 38px;
    padding-left: 0px;
  }

  .navbar-6 {
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .navi-icon {
    display: block;
  }

  .contact-card-line-text-2-copy {
    font-size: 13px;
  }

  .contact-card-line-text-2-copy.impressumfooter {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .above_the_fold {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.81)), to(rgba(0, 0, 0, 0.81))), url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9126.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.81)), url('../images/211126_GATE56_Shooting_v001_1_NM_8Z5A9126.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .nav_link_menu.w--current {
    display: none;
  }

  .above_links {
    width: 100%;
    padding-top: 0px;
  }

  .above_rechts {
    display: none;
  }

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

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

  .button_erstgespr-ch.button_navbar_combo {
    display: none;
  }

  .button_erstgespr-ch.button_main_combo.combo_rest {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

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

  .zusammenarbeit {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/image.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/image.jpg');
  }

  .paragraph-10 {
    font-size: 23px;
    line-height: 25px;
  }

  .methode_inner {
    width: 98%;
  }

  .methoden_row {
    margin-bottom: 0px;
  }

  .methode_card {
    width: 90%;
  }

  .methode_card.methoden_combo_2 {
    width: 94%;
  }

  .div-block-34 {
    text-align: center;
  }

  .image-107 {
    display: block;
    max-width: 6%;
  }

  .image-105 {
    max-width: 6%;
  }

  .text-block-24 {
    margin-left: 0px;
    text-align: center;
  }

  .kontakt_inner_div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer_div {
    padding-bottom: 14px;
  }

  .image-108 {
    max-width: 6%;
  }

  .image-109 {
    max-width: 6%;
  }

  .contact-card-line-text-2.impressumfooter {
    margin-top: 10px;
  }

  .footer-bottom-text-left-3 {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 10px;
    line-height: 8px;
    text-align: center;
  }

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

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

  .knopf_beratung {
    width: 100%;
  }

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

  .links-firmen-name {
    margin-bottom: 15px;
  }

  .paragraph-82 {
    font-size: 17px;
    line-height: 18px;
    text-align: center;
  }

  .paragraph-111.methoden_combo_3.methoden_combo_34 {
    font-size: 14px;
  }

  .was-wir-machen_inner {
    width: 93%;
  }

  .methode_inner-div.methoden_combo_1 {
    width: 92%;
  }

  .methode_pint {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .paragraph-114.combo {
    font-size: 22px;
    line-height: 24px;
  }

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

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

  .was-machen-links {
    width: 100%;
    padding: 7px 16px;
  }

  .div-block-38 {
    width: 93%;
  }

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

  .footer2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-54.comb-0.comb-008.combowmbo21736tasd {
    font-size: 13px;
    text-align: center;
  }

  .flexbox-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .link-22 {
    color: #5c5c5c;
  }

  .link-13 {
    line-height: 13px;
  }

  .image-38 {
    position: static;
    display: block;
    margin-right: 7px;
    margin-left: 0px;
    padding-left: 0px;
    clear: none;
  }

  .image-91 {
    margin-bottom: 5px;
  }

  .paragraph-44.unterschrift {
    font-size: 35px;
    line-height: 42px;
  }

  .heading-39 {
    font-size: 20px;
    line-height: 24px;
  }

  .bold-text-5 {
    font-size: 27px;
    line-height: 33px;
  }

  .daten {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .paragraph-48 {
    font-size: 20px;
    text-align: center;
  }

  .div-block-50 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-6 {
    line-height: 28px;
  }

  .paragraph-45.pragahasd {
    line-height: 13px;
  }

  .paragraph-45.pragahasd {
    line-height: 13px;
  }

  .arechtediv {
    width: 90%;
    max-width: 55%;
    min-width: 55%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .innerer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .innerer-block.untertitel-blocki.lolibob {
    margin-left: 0px;
  }

  .mittlerer-text {
    width: 94%;
    margin-top: 45px;
    margin-bottom: 40px;
    padding: 10px 9px 0px;
  }

  .image-40 {
    display: block;
    max-width: 100%;
    margin-left: 10px;
  }

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

  .paragraph-62.combowombo12312asduz.e5rxtczgvr655rdfv {
    display: none;
  }

  .alinkediv {
    width: 100%;
  }

  .link-block-4 {
    height: 89px;
    padding-right: 22px;
    padding-left: 22px;
    border-radius: 5px;
  }

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

  .checkbox-label-3 {
    margin-left: 6px;
  }

  .form1 {
    display: block;
    width: 100%;
  }

  .form1.formoben {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .form1.formoben.form-combo1 {
    width: 99%;
  }

  .form-block-2.formularoben {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .form-block-2.formularoben.oben {
    width: 99%;
    height: 530px;
    max-width: 99%;
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .form-block-2.formularoben.oben.combo-class123x.wombox {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-23 {
    font-size: 19px;
    line-height: 19px;
  }

  .paragraph-23.combox21.com2box1 {
    line-height: 21px;
  }

  .heading-19 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 23px;
    line-height: 31px;
  }

  .heading-19.combox1.combox21 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-field-4 {
    width: 100%;
  }

  .rechter-div {
    width: 100%;
  }

  .button-2.margin-left-right {
    margin-bottom: 20px;
  }

  .button-2.margin-left-right.tel-nummer.rueckruf-button {
    width: 100%;
    font-size: 16px;
  }

  .checkbox-field {
    width: 100%;
  }

  .above_the_fold_karriere_inner {
    width: 90%;
  }

  .paragraph-120 {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-121 {
    font-size: 13px;
    line-height: 15px;
  }

  .job_raw {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job_links {
    width: 100%;
  }

  .job_rechts {
    width: 100%;
    margin-top: 9px;
  }

  .job_name {
    height: 50%;
    padding-left: 14px;
  }

  .link-33 {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 14px;
  }

  .jon_tag {
    padding-left: 14px;
  }

  .paragraph-124 {
    margin-left: 7px;
    font-size: 14px;
  }

  .einzel-paket.profi-paket {
    width: 90%;
  }

  .einzel-paket.beginner-paket {
    width: 90%;
  }

  .einzel-paket.starter-paket {
    width: 90%;
  }

  .abovethefold_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88))), url('../images/ATF-background.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88)), url('../images/ATF-background.jpg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
  }

  .pfeil-div {
    position: static;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trust1 {
    width: 100%;
    height: auto;
    padding: 0px;
  }

  .trust_logo {
    margin: 0px;
  }

  .section-title {
    width: 90%;
    font-size: 30px;
    line-height: 34px;
  }

  .section-title.beralbers {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 31px;
  }

  .section-description-2 {
    width: 90%;
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
  }

  .section-description-2.berparapraph {
    font-size: 16px;
    line-height: 20px;
  }

  .section-description-2.medium {
    font-size: 19px;
    line-height: 24px;
  }

  .team-member {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .team-member-photo {
    height: auto;
    max-width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    padding-top: 50px;
  }

  .category-2.team-member-role {
    left: 12px;
    bottom: 0px;
  }

  .category-2.team-member-role {
    left: 85px;
    bottom: 0px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .links-im-div {
    width: 70%;
    max-width: 70%;
    min-width: 70%;
    margin-right: 0px;
  }

  .paragraph-28 {
    text-align: center;
  }

  .container_div {
    max-width: 95%;
  }

  .image-39 {
    max-height: 65vw;
  }

  .background-video {
    display: none;
  }

  .background-video.background-video_combo {
    display: block;
    height: 96vh;
  }

  .heading-hero-3 {
    font-size: 23px;
  }

  .block-hero---b-2 {
    margin-bottom: 50px;
  }

  .paragraph-hero.paragraph-hero-_-combo-1 {
    font-size: 16px;
    line-height: 143%;
  }

  .paragraph-hero.paragraph-hero-_-combo-1 {
    line-height: 165%;
  }

  .grid-hero---b-2 {
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .hero---b {
    height: auto;
  }

  .heading-services-hero-2 {
    font-size: 28px;
  }

  .text-accent-2 {
    letter-spacing: -0.8px;
  }

  .section-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 19, 60, 0.82))), url('../images/blue-clean-glass-wall-of-modern-skyscraper-2021-08-31-11-31-35-utc-min.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 19, 60, 0.82)), url('../images/blue-clean-glass-wall-of-modern-skyscraper-2021-08-31-11-31-35-utc-min.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }

  .link-services-hero-2 {
    padding-top: 3vmin;
    padding-bottom: 3vmin;
    border-top-style: none;
  }

  .link-services-hero-2.border-off {
    padding-top: 4vmin;
    padding-bottom: 3vmin;
  }

  .linker-div {
    background-position: 50% 2%;
  }

  .heading-17 {
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
  }

  .flex-div {
    width: 98%;
  }

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

  .rechter-div-2 {
    padding-bottom: 14px;
  }

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

  .container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .paragraph-24 {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }

  .link-35 {
    line-height: 13px;
  }

  .daten-2 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .background-video-4 {
    width: 100vw;
  }

  .footer_div-2 {
    padding-bottom: 14px;
  }

  .echte-experten-2 {
    padding-right: 0px;
  }

  .heading-hero-4 {
    font-size: 25px;
  }

  .navbar-only-logo-2 {
    display: none;
  }

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

  .nav-menu {
    width: 100%;
    background-color: rgba(56, 147, 196, 0.98);
  }

  .nav {
    overflow: visible;
    height: 60px;
    border-top: 1px none #000;
    border-right: 1px none #000;
  }

  .nav.nav-container {
    height: 100%;
    padding-top: 6px;
    border-bottom: 1px none #000;
  }

  .image-45 {
    opacity: 0.64;
  }

  .logo {
    padding-left: 0px;
    background-image: none;
  }

  .logo.w--current {
    width: 38px;
    height: 38px;
  }

  .nav-link-2 {
    padding-right: 0px;
    padding-left: 0px;
    opacity: 1;
  }

  .nav-link-2.w--current {
    color: #fff;
  }

  .menu-icon-2 {
    margin-right: 0px;
    padding-right: 0px;
  }

  .menu-icon-2.w--open {
    background-color: transparent;
  }

  .navbar-6 {
    height: 60px;
  }

  .image-44 {
    width: 60px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .navi-icon {
    display: block;
  }

  .btn {
    padding: 10px 15px;
    font-size: 12px;
  }

  .btn.btn-menu {
    border-color: #55585f;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
  }

  .contact-card-line-text-2-copy.impressumfooter {
    margin-top: 10px;
  }
}

