:root {
  --page_typo: Montserrat, sans-serif;
  --beck_blue: #114cb6;
  --white_tone: #fff;
  --headline: 32px;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --conversion-flow-library-light-coral: #ff5e69;
  --jetzt-anrufen: #e0a900;
  --black_tone: #0d0e10;
  --bigheadline_blue: 48px;
  --button: 20px;
  --mobile_button: 14px;
  --darker_beck_transparent_button: var(--beck_blue);
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library--coral: #ff8a56;
  --box_line_color: #e4ebf3;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --webtext_size: 16px;
  --headline_mobile_version: 24px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block {
  width: 50%;
  color: #ff7070;
  justify-content: space-around;
  display: flex;
}

.div-block-2 {
  width: 50%;
  color: #00096d;
  justify-content: space-around;
  display: flex;
}

.div-block-3 {
  width: 50%;
  color: #ff0f0f;
}

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

.left_block {
  position: static;
}

.grid {
  grid-column-gap: 177px;
  grid-template: ". Area"
                 ". ." 40px
                 / .25fr .25fr .25fr 1fr;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  color: #000;
  font-style: normal;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-transform: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.phone_number {
  color: #000;
}

.columns {
  max-width: 20%;
}

.high_leftbox {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.high_rightbox {
  display: block;
}

.hero_box1 {
  font-family: var(--page_typo);
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  font-weight: 600;
  display: flex;
}

.h {
  align-items: center;
  display: flex;
}

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

.deep_leftbox1 {
  color: #fff;
  margin-right: 5px;
  display: block;
}

.deep_rightbox1 {
  color: #fff;
  text-decoration: none;
  display: block;
}

.banner {
  background-color: var(--beck_blue);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
}

.section {
  background-image: url('../images/AdobeStock_403709265.jpeg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-2 {
  max-height: 100%;
  position: -webkit-sticky;
  position: sticky;
}

.image-2 {
  max-height: 100%;
  opacity: 1;
  border-radius: 0;
  position: -webkit-sticky;
  position: sticky;
}

.cf-navigation-1-link {
  color: #0d0e10;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .2s;
  display: block;
}

.cf-navigation-1-link:hover {
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.cf-navigation-1-arrow-image {
  margin-left: 10px;
}

.cf-navigation-1-line {
  width: 100%;
  height: 1px;
  background-color: #0d0e10;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-navigation-1-link-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 100%;
}

.cf-navigation-1-number-subtext {
  color: rgba(13, 14, 16, .4);
  margin-top: 7px;
  margin-right: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.cf-navigation-headings-contain {
  width: 100%;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cf-dropdown-links {
  width: 31%;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.cf-navigation-1-dropdown-container {
  width: 97%;
  max-width: 1440px;
  grid-column-gap: 30px;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-dropdown-list-full-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 180px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-lists {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  top: 72px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 50px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-lists.w--open {
  width: 100%;
  box-shadow: none;
  padding-top: 8px;
  top: 72px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.cf-dropdown-arrow {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  position: static;
}

.cf-navigation-1-dropdown {
  grid-column-gap: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-right: 0;
  padding: 20px 0 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  position: static;
}

.cf-navigation-1-dropdown.w--open {
  border-bottom: 1px solid #000;
}

.cf-navigation-1-dropdown-wrapper {
  padding-bottom: 8px;
  position: static;
}

.cf-navigation-1-links-contain {
  grid-column-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.cf-navigation-1-links-wrapper {
  position: static;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-navigation-1-logo {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-navigation-1-wrapper {
  width: 95%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.cf-navigation-1-bar {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
  font-size: 16px;
}

.cf-growth-para-text-18px {
  color: var(--white_tone);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.cf-growth-heading-32px {
  color: var(--white_tone);
  font-family: Montserrat, sans-serif;
  font-size: var(--headline);
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 40px;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-growth-wrapper {
  width: 100%;
  max-width: 360px;
  background-color: var(--beck_blue);
  border-radius: 22px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.cf-growth-wrapper.large {
  max-width: 100%;
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 55px 60px;
  display: flex;
}

.cf-growth-para-text-20px {
  opacity: .7;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.cf-text-opacity-70-italic {
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(109deg, #134cb6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-h2-heading-56px {
  color: #fff;
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  display: block;
  overflow: visible;
}

.cf-growth-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-wrapper-1160 {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  width: 100%;
  max-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-growth-section {
  z-index: 0;
  margin-top: 5vw;
  position: relative;
}

.cf-logos-social {
  width: 40px;
  height: 40px;
  cursor: pointer;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-logos-social:hover {
  background-color: var(--conversion-flow-library-sandy-brown);
}

.cf-logos-social.open-nav {
  width: 76px;
  height: 76px;
}

.cf-logos-social.open-nav-middle {
  width: 76px;
  height: 76px;
  margin-left: 40px;
  margin-right: 40px;
}

.cf-nav-4-social-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.cf-nav-4-social-icons.open-navigation {
  margin-top: 40px;
  margin-right: 0;
}

.cf-connect-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cf-connect-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  display: flex;
}

.cf-link-text-navbar-4 {
  letter-spacing: -.8px;
  margin-left: 0;
}

.cf-pink-line {
  width: 46px;
  height: 2px;
  background-color: #ff4f11;
  margin-right: 20px;
}

.cf-pink-line.animate {
  width: 0;
  background-color: var(--conversion-flow-library-light-coral);
  margin-right: 20px;
}

.cf-navigation-4-link {
  color: #000;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 187%;
  text-decoration: none;
  display: flex;
}

.cf-navigation-4-link.w--current {
  color: #1c0309;
  padding-left: 0;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.cf-nav-4-links-right-container {
  width: 230px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.cf-nav-4-links-left-container {
  width: 230px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.cf-nav-4-links-container {
  width: auto;
  justify-content: space-between;
  margin-top: 460px;
  margin-left: 60px;
  display: flex;
}

.cf-close-text {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.cf-close-contain {
  width: 27px;
  height: 27px;
  background-image: url('../images/cross-icon.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.cf-close-button {
  cursor: pointer;
  background-color: #fff;
  align-items: center;
  padding: 25px 44px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 58px;
  bottom: auto;
  left: auto;
  right: 111px;
}

.cf-close-button:hover {
  opacity: .8;
}

.cf-navigation-logo-2 {
  object-fit: contain;
}

.cf-brand-logo-nav-menu {
  cursor: pointer;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.cf-brand-logo-nav-menu.w--current {
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 85px;
  right: auto;
}

.cf-menu-navigation-wrap {
  z-index: 10000000;
  width: 100vw;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  opacity: 0;
  pointer-events: auto;
  background-color: #e9e9e9;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 52px 111px 150px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.cf-menu-line._2 {
  width: 26.5px;
  height: 2px;
  color: #000;
  background-color: #1c0309;
  margin-bottom: 0;
  transform: scale(1);
}

.cf-menu-line._1 {
  width: 14px;
  height: 2px;
  color: #000;
  background-color: #1c0309;
  margin-bottom: 10px;
  transform: translate(0);
}

.cf-menu-icon {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.cf-menu-text {
  color: #000;
  letter-spacing: .8px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.cf-nav-4-menu {
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-nav-4-menu:hover {
  opacity: 1;
}

.cf-nav-4-right-container {
  align-items: stretch;
  display: flex;
}

.cf-brand-logo-4 {
  cursor: pointer;
}

.cf-navigation-4-container {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.container-2, .container-3 {
  max-width: 90%;
}

.usingcontainer {
  z-index: 0;
  max-width: 100%;
  margin-left: 75px;
  margin-right: 75px;
  position: relative;
}

.video {
  width: 100%;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-3-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.cf-features-section-2-heading {
  max-width: 100%;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.using {
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: block;
}

.cf-error-message {
  color: #fff;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message.darker {
  background-color: var(--beck_blue);
  pointer-events: auto;
  color: #fff;
  border-radius: 100px;
  margin-top: 20px;
  padding: 0;
  font-weight: 600;
}

.cf-success-message {
  background-color: var(--beck_blue);
  color: #fff;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  overflow: visible;
}

.cf-form-gradient-submit {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit.fixed-width {
  height: 60px;
  max-width: 210px;
  background-image: linear-gradient(to bottom, var(--beck_blue), var(--beck_blue));
  text-align: left;
  border-radius: 70px;
  padding-left: 55px;
}

.cf-form-gradient-submit.fixed-width:active {
  background-color: var(--beck_blue);
  background-image: none;
  overflow: visible;
}

.cf-form-gradient-submit.fixed-width:focus {
  background-image: linear-gradient(to bottom, var(--beck_blue), var(--beck_blue));
  color: var(--white_tone);
}

.cf-checkbox-label {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-checkbox {
  width: 100%;
  height: 100%;
  border: 1px #000;
  border-radius: 80px;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-checkbox:hover {
  border: 2px solid var(--jetzt-anrufen);
  color: var(--black_tone);
}

.cf-checkbox.w--redirected-checked {
  border: 3px solid var(--beck_blue);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

.cf-checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(255, 94, 105, .1);
}

.cf-checkbox-field {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 80px;
  margin-bottom: 0;
  padding: 18px 32px;
  display: flex;
  position: relative;
}

.cf-checkbox-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.cf-contact-field-label {
  color: var(--beck_blue);
  letter-spacing: 3.84px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
  display: block;
}

.cf-contact-field-label.budget {
  margin-top: 60px;
}

.cf-contact-form-field {
  height: 70px;
  color: #0d0e10;
  letter-spacing: -.16px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 78px;
  margin-bottom: 32px;
  margin-right: 32px;
  padding: 21px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-contact-form-field:active, .cf-contact-form-field:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-contact-form-field::-ms-input-placeholder {
  color: rgba(13, 14, 16, .6);
}

.cf-contact-form-field::placeholder {
  color: rgba(13, 14, 16, .6);
}

.cf-contact-form-field.message {
  height: 160px;
  border-radius: 24px;
  margin-right: 0;
}

.cf-contact-form-field.no-margin {
  margin-right: 0;
}

.cf-fields-contain {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.cf-form-paragraph {
  color: rgba(0, 0, 0, .8);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 156%;
  display: block;
}

.cf-form-heading {
  float: none;
  font-family: var(--page_typo);
  color: var(--beck_blue);
  font-size: var(--bigheadline_blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-forms-section-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0%;
}

.cf-faq-answer {
  color: rgba(13, 14, 16, .75);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 156%;
}

.cf-down-arrow {
  filter: sepia();
}

.cf-faq-question {
  color: #000;
  margin-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.cf-faq-question-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-faq-wrapper {
  max-width: 530px;
  cursor: pointer;
  border-bottom: 1px rgba(0, 0, 0, .1);
}

.faq-right-contain {
  width: 50%;
  max-width: 556px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.cf-faq-left-contain {
  width: 50%;
  max-width: 530px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.cf-faq-contain {
  width: 100%;
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  display: flex;
}

.cf-h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-h2-heading.left {
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-faq-main-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 160px;
  display: flex;
}

.cf-faq-section-1 {
  padding: 40px;
  position: relative;
}

.cf-webflow-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.cf-webflow-link:hover {
  color: #599ffa;
  text-decoration: none;
}

.cf-webflow-link.black {
  color: #0d0e10;
}

.cf-webflow-link.black:hover {
  color: #2a70cc;
}

.cf-copyright-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.cf-copyright-text.black {
  color: #0d0e10;
  letter-spacing: -.16px;
}

.cf-footer-cf-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.cf-footer-cf-link:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.cf-footer-cf-link.black {
  color: #0d0e10;
}

.cf-footer-cf-link.black:hover {
  color: #ff8a56;
}

.cf-footer-bottom-wrapper {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-footer-bottom-wrapper.white {
  width: 90%;
  max-width: 1240px;
  border-top-style: none;
  border-top-color: rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cf-footer-link-18px {
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.cf-footer-link-18px:hover {
  color: #fff;
  border: 1px #000;
}

.cf-footer-link-18px.black {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
}

.cf-footer-paragraph-18px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.cf-footer-paragraph-18px.heading {
  letter-spacing: .16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cf-footer-paragraph-18px.heading.black {
  color: var(--white_tone);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.cf-footer-paragraph-18px.heading.black:hover {
  color: var(--jetzt-anrufen);
}

.cf-footer-column {
  width: 100%;
}

.cf-footer-grid {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.cf-form-submit-button {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ArrowRight_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-form-submit-button:hover {
  background-color: rgba(255, 94, 105, .2);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-form-submit-button.black {
  pointer-events: auto;
  background-color: #fff;
  background-image: url('../images/ArrowRight.svg');
  transition: background-color .2s;
  overflow: visible;
}

.cf-form-submit-button.black:hover {
  background-color: var(--jetzt-anrufen);
  background-image: url('../images/ArrowRight_1.svg');
  background-position: 50%;
  background-size: auto;
}

.cf-form-text-field {
  color: #fff;
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.cf-form-text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.cf-form-text-field::placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.cf-form-text-field.black {
  color: #0d0e10;
  background-image: url('../images/EnvelopeSimple.svg');
}

.cf-form-text-field.black::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-text-field.black::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-email-form {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white_tone);
  color: #0d0e10;
  padding-bottom: 19px;
  position: relative;
}

.cf-subscribe-form-block {
  margin-bottom: 0;
}

.cf-subscribe-text {
  color: var(--white_tone);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.cf-footer-top-right {
  width: 100%;
  max-width: 400px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-footer-link-gradient-hover-black-copy-no-margin {
  width: 44px;
  height: 44px;
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-copy-no-margin:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black:hover {
  background-color: var(--conversion-flow-library-sandy-brown);
}

.cf-footer-link-gradient-hover {
  width: 44px;
  height: 44px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover:hover {
  background-color: var(--jetzt-anrufen);
}

.cf-footer-links-contain {
  display: flex;
}

.cf-footer-paragraph-16px {
  color: var(--white_tone);
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 175%;
}

.cf-logo-text {
  color: var(--white_tone);
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.cf-logo-line-3 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-2 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-1 {
  width: 24px;
  height: 24px;
}

.cf-logo-lines-contain {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.cf-navigation-1-logo-2 {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-footer-top-left {
  max-width: 324px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-top-wrapper {
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 150px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-main-contain {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-footer-section-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divboxtripple {
  display: block;
}

.container-4 {
  justify-content: space-between;
  display: flex;
}

.usingcontainertripple {
  max-width: 85%;
  display: flex;
}

.cf-webflow-link-2 {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.cf-webflow-link-2:hover {
  color: #599ffa;
  text-decoration: none;
}

.cf-webflow-link-2.black {
  color: #0d0e10;
}

.cf-webflow-link-2.black:hover {
  color: #2a70cc;
}

.cf-copyright-text-2 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.cf-copyright-text-2.black {
  color: var(--white_tone);
  text-align: left;
  letter-spacing: -.16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cf-footer-cf-link-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--jetzt-anrufen), var(--white_tone));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.cf-footer-cf-link-2:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.cf-footer-cf-link-2.black {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white_tone), var(--jetzt-anrufen));
  color: #0d0e10;
}

.cf-footer-cf-link-2.black:hover {
  color: #ff8a56;
}

.cf-footer-bottom-wrapper-2 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-footer-bottom-wrapper-2.white {
  width: 100%;
  max-width: 100%;
  border-top-style: none;
  border-top-color: rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cf-footer-link-18px-2 {
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.cf-footer-link-18px-2:hover {
  color: #fff;
  border: 1px #000;
}

.cf-footer-link-18px-2.black {
  color: rgba(13, 14, 16, .75);
}

.cf-footer-link-18px-2.black:hover {
  color: #ff5e69;
}

.cf-footer-paragraph-18px-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.cf-footer-paragraph-18px-2.heading {
  letter-spacing: .16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cf-footer-paragraph-18px-2.heading.black {
  color: #0d0e10;
  font-family: Montserrat, sans-serif;
}

.cf-footer-column-2 {
  width: 100%;
}

.cf-footer-grid-2 {
  width: 90%;
  max-width: 1240px;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.cf-error-message-2 {
  color: #fff;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message-2.darker {
  color: #bd333d;
}

.cf-success-message-2 {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-submit-button-2 {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ArrowRight_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-form-submit-button-2:hover {
  background-color: rgba(255, 94, 105, .2);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-form-submit-button-2.black {
  background-image: url('../images/ArrowRight.svg');
}

.cf-form-text-field-2 {
  color: #fff;
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.cf-form-text-field-2::-ms-input-placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.cf-form-text-field-2::placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.cf-form-text-field-2.black {
  color: #0d0e10;
  background-image: url('../images/EnvelopeSimple.svg');
}

.cf-form-text-field-2.black::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-text-field-2.black::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-email-form-2 {
  color: #0d0e10;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 19px;
  position: relative;
}

.cf-subscribe-form-block-2 {
  margin-bottom: 0;
}

.cf-subscribe-text-2 {
  color: #0d0e10;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.cf-footer-top-right-2 {
  width: 100%;
  max-width: 400px;
}

.cf-features-section-1-image-contai-2 {
  object-fit: contain;
  border-radius: 100%;
}

.cf-footer-link-gradient-hover-black-copy-no-margin-2 {
  width: 44px;
  height: 44px;
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-copy-no-margin-2:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black-2 {
  width: 44px;
  height: 44px;
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-2:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-2 {
  width: 44px;
  height: 44px;
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-2:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-links-contain-2 {
  display: flex;
}

.cf-footer-paragraph-16px-2 {
  color: #0d0e10;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 175%;
}

.cf-logo-text-2 {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.cf-logo-line-4 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-5 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-6 {
  width: 24px;
  height: 24px;
}

.cf-logo-lines-contain-2 {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.cf-navigation-1-logo-3 {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-footer-top-left-2 {
  max-width: 324px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-top-wrapper-2 {
  width: 90%;
  max-width: 1240px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 150px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-main-contain-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-footer-section-white-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_footer {
  background-color: var(--beck_blue);
}

.cf-form-text-field---white {
  color: #fff;
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.cf-form-text-field---white::-ms-input-placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.cf-form-text-field---white::placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.cf-form-text-field---white.black {
  color: var(--white_tone);
  background-image: url('../images/EnvelopeSimple.svg');
  background-repeat: no-repeat;
}

.cf-form-text-field---white.black::-ms-input-placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-form-text-field---white.black::placeholder {
  color: rgba(13, 14, 16, .4);
}

.high_midbox {
  margin-right: 30px;
  display: block;
}

.callbutton {
  border-radius: var(--button);
  background-color: var(--jetzt-anrufen);
  font-family: var(--page_typo);
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
}

.individual-growth-wrapper {
  width: 100%;
  max-width: 360px;
  background-color: #f9f9f9;
  border-radius: 22px;
  padding: 48px 40px;
  display: none;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.individual-growth-wrapper.large {
  max-width: 760px;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-faq-answer-white {
  color: rgba(13, 14, 16, .75);
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-faq-question-white {
  color: #000;
  margin-right: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 142%;
}

.cf-service-paragraph-2 {
  color: var(--white_tone);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 156%;
}

.cf-service-heading-2 {
  color: var(--white_tone);
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap-2 {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-2-icon-wrap-2.cf-absolute {
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell-2 {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-grid-cell-2.homepage-3 {
  max-width: 353px;
  align-items: flex-start;
}

.cf-features-section-2-grid-2 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.cf-features-section-2-heading-2 {
  max-width: 100%;
  color: var(--white_tone);
  font-family: Montserrat, sans-serif;
  font-size: var(--bigheadline_blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 80px;
  font-weight: 700;
  line-height: 115%;
  display: block;
}

.cf-features-section-2-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-2 {
  background-color: var(--beck_blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.cf-features-section-1-block-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 14px 100px rgba(0, 0, 0, .05);
}

.cf-features-section-1-grid-cell.black {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

.cf-58px-heading---white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: var(--bigheadline_blue);
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 50px;
  font-weight: 700;
  line-height: 110%;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cf-features-section-1 {
  background-color: var(--beck_blue);
}

.cf-achievement-card-item-subtext {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.cf-achievement-card-item-heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 56px;
}

.cf-achievement-card-icon {
  height: 70px;
  margin-bottom: 40px;
}

.cf-achievements-card {
  background-image: linear-gradient(to bottom, var(--beck_blue), var(--beck_blue));
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.cf-achievements-card-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  padding-top: 22rem;
  display: grid;
}

.cf-achievement-heading {
  max-width: 800px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.cf-wrapper {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper.achievement-wrapper {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}

.cf-achievements-section {
  background-color: #000;
}

.wbs-blog-image-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.wbs-blog-image {
  border-radius: 10px;
}

.wbs-button-link-icon-image {
  height: 20px;
  filter: invert();
  color: #fff;
}

.wbs-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  margin-bottom: 0%;
  display: grid;
}

.wbs-blog-item {
  color: #010b15;
  text-decoration: none;
}

.wbs-blog-title {
  color: #fff;
  margin-top: 0;
}

.text-block-10 {
  color: #fff;
}

.wbs-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.wbs-blog-content {
  margin-bottom: 30px;
}

.wbs-button-link-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #010b15;
  border-radius: 6px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.wbs-blog-info {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.cf-nav-2-button {
  color: #f0f9f5;
  letter-spacing: .4px;
  background-color: #000;
  border-radius: 12px;
  padding: 16px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .23s;
}

.cf-nav-2-button:hover {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple) 18%, var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library--coral) 82%, var(--conversion-flow-library-sandy-brown));
}

.cf-navigation-right-contain {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.cf-navigation-2-link {
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .26s;
  display: flex;
}

.cf-navigation-2-link:hover {
  color: var(--conversion-flow-library-medium-purple);
}

.cf-navigation-2-link.w--current {
  color: #007e60;
}

.cf-nav-underline {
  width: 100%;
  height: 2px;
  background-color: #0b141f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-nav-arrow-icon {
  width: 24px;
  height: 24px;
}

.cf-resource-block-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.cf-nav-visual-text-block {
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.cf-resource-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf-resource-visual-block {
  max-width: 80px;
  margin-bottom: 32px;
}

.cf-resource-visual-item {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-resources-visual-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-nav-dropdown-title-para {
  color: #0b141f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-nav-dropdown-title {
  color: #0b141f;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.cf-nav-dropdown-top {
  border-bottom: 1px solid rgba(11, 20, 31, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 45px;
  display: flex;
}

.cf-navigation-drop-container {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.cf-dropdown-list-contain {
  width: 100%;
  max-width: none;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-list-nav {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-list-nav.w--open {
  width: 100%;
  box-shadow: none;
  padding-top: 25px;
  top: 55px;
  overflow: visible;
}

.cf-dropdown-arrow---nav-3 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-dropdown-toggle-div {
  grid-column-gap: 10px;
  color: #04121f;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle-div:hover {
  color: var(--conversion-flow-library-medium-purple);
  font-weight: 500;
}

.cf-dropdown-wrapper {
  position: static;
}

.cf-visual-features-item-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-nav-visual-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cf-visual-features-item-image {
  width: 100%;
  height: 150px;
  margin-bottom: 28px;
  overflow: hidden;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container.price-nav {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-nav-2-menu {
  grid-column-gap: 32px;
  color: #283338;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  margin-right: auto;
  font-size: 15px;
  display: flex;
  position: static;
}

.cf-navigation-logo-3 {
  object-fit: contain;
}

.cf-brand-2 {
  width: auto;
  height: 40px;
  object-fit: contain;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.cf-navigation-2-left-contain {
  align-items: center;
  display: flex;
}

.cf-navigation-2-wrapper {
  width: 95%;
  height: 100%;
  max-width: 1340px;
  min-height: 40px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.menubar_classic {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  align-items: center;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.menubar_page {
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .26s;
  display: flex;
}

.menubar_page:hover {
  color: var(--conversion-flow-library-medium-purple);
}

.menubar_page.w--current {
  color: #007e60;
}

.headbar_container {
  max-width: 85%;
}

.cf-benefits-pointer-line {
  height: 2px;
  background-color: rgba(177, 108, 234, .1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.cf-benefits-pointer-line._3 {
  background-color: rgba(209, 211, 213, .2);
}

.cf-text-block-2 {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2._16-px {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.cf-case-study-number-text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-benefits-pointer-number {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--jetzt-anrufen), #ffc514);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.cf-benefits-pointer-heading-and-number {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-benefits-pointer-item {
  max-width: 300px;
  padding-top: 24px;
  padding-bottom: 56px;
  position: relative;
}

.cf-benefits-pointers-right {
  margin-top: 120px;
}

.cf-video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
}

.cf-benefits-image {
  width: 50%;
  height: 560px;
  max-width: 400px;
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
  position: relative;
  left: 0%;
}

.cf-wrapper-1161 {
  z-index: 10;
  width: 85%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
}

.cf-wrapper-1161.benefits-wrapper {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.cf-wrapper-1161.simple_component {
  width: 100%;
  font-family: var(--page_typo);
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section_story {
  border-bottom: 1px solid var(--box_line_color);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
}

.section_team {
  border-bottom: 1px solid var(--box_line_color);
  background-color: var(--beck_blue);
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  font-family: var(--page_typo);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 24px;
}

.team-member-image-two {
  border-radius: 20px;
  margin-bottom: 18px;
}

.team-block-info {
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.team-member-name-two {
  color: var(--white_tone);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.team-member-text {
  color: var(--white_tone);
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: center;
  margin-top: 24px;
  font-size: 8px;
  display: flex;
  position: static;
  bottom: -60px;
}

.section_certificates {
  font-family: var(--page_typo);
  border-bottom: 1px #e4ebf3;
  padding: 80px 0;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.cf-benefits-pointer-number-copy {
  background-image: linear-gradient(84deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 54%, var(--conversion-flow-library-sandy-brown));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.headline_components {
  background-image: linear-gradient(299deg, var(--beck_blue), var(--darker_beck_transparent_button) 90%);
  color: var(--white_tone);
  font-family: Montserrat, sans-serif;
  font-size: var(--bigheadline_blue);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px rgba(17, 76, 182, .5);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 60px;
  font-weight: 700;
  line-height: 56px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  border-bottom: 1px solid var(--box_line_color);
}

.spline-scene {
  font-family: Droid Sans, sans-serif;
}

.navbar-2 {
  z-index: 3;
  background-color: var(--white_tone);
  padding: 10px 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
}

.header_container_new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.nav-menu-2 {
  font-family: var(--page_typo);
  font-weight: 500;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo_menubar {
  object-fit: contain;
}

.nr1_header_mobile {
  color: #fff;
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  display: block;
  overflow: visible;
}

.nr1_header_web {
  color: #fff;
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  display: none;
  overflow: visible;
}

.ourservice_header {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.menubar_link:hover {
  color: var(--jetzt-anrufen);
}

.menubar_link.w--current, .menubar_link.w--current:hover {
  color: var(--beck_blue);
}

.cf-checkbox-label-copy {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-checkbox-label-copy:hover {
  color: var(--black_tone);
}

.clickable_checkbox {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 80px;
  margin-bottom: 0;
  padding: 18px 32px;
  display: flex;
  position: relative;
}

.clickable_checkbox:hover {
  border-width: 1px;
  border-color: var(--jetzt-anrufen);
  color: var(--black_tone);
}

.background-video-2 {
  z-index: 0;
}

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

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

.div-block-8 {
  width: 50%;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
}

.image-5 {
  max-height: 500px;
  max-width: none;
  min-width: 100%;
}

.header_montserrat {
  font-family: var(--page_typo);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
}

.bold-text {
  letter-spacing: 0;
  font-weight: 600;
}

.textfield_montserrat {
  direction: ltr;
  font-family: var(--page_typo);
  letter-spacing: 1px;
  text-transform: none;
  overflow-wrap: normal;
  margin-top: 8px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}

.bold-text-2 {
  color: var(--beck_blue);
  font-size: 18px;
}

.div-block-10 {
  width: 100%;
  height: 50vw;
  justify-content: space-around;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.div-block-11 {
  height: 100%;
  background-color: var(--darker_beck_transparent_button);
  padding-right: 0;
}

.div-block-12 {
  width: 50%;
  background-color: var(--darker_beck_transparent_button);
}

.div-block-13 {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.section_story-copy {
  border-bottom: 1px solid var(--box_line_color);
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
}

.section_philosophy {
  border-bottom: 1px solid var(--box_line_color);
  background-color: var(--beck_blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_team-copy {
  border-bottom: 1px solid var(--box_line_color);
  background-color: var(--white_tone);
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
  position: relative;
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 35svw;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rl_gallery21_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_gallery21_arrow-right {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.rl_gallery21_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  width: 80%;
  border: 1px solid var(--box_line_color);
  border-radius: 20px;
  margin-right: 0;
  padding-right: 0;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global {
  padding-left: 0%;
  padding-right: 5%;
}

.rl_section_gallery21 {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.cf-text-block-2-copy {
  font-family: Montserrat, sans-serif;
}

.cf-text-block-2-copy._16-px {
  font-size: var(--webtext_size);
  font-weight: 600;
  line-height: 140%;
}

.cf-growth-para-text-20px-bold {
  opacity: .7;
  margin-top: 26px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.big_box {
  width: 100%;
  max-width: 360px;
  background-color: var(--beck_blue);
  border-radius: 22px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.big_box.large {
  max-width: 100%;
  background-color: var(--black_tone);
  color: #fff;
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 55px 60px;
  display: flex;
}

.rl_layout28_image {
  border-radius: 20px;
}

.rl-text-style-regular {
  font-family: var(--page_typo);
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  font-family: var(--page_typo);
  color: var(--relume-library-lite--rl-black);
  font-size: var(--headline);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, 0);
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

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

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  font-family: var(--page_typo);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-2 {
  padding-left: 0%;
  padding-right: 0%;
}

.rl_section_layout28 {
  background-color: var(--relume-library-lite--rl-white);
}

.heading-2 {
  float: none;
  font-family: var(--page_typo);
  color: var(--beck_blue);
  font-size: var(--headline);
  text-align: center;
}

.section_workingphilosophy {
  border-bottom: 1px solid var(--box_line_color);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_joboffers {
  padding-top: 80px;
  padding-bottom: 80px;
}

.rl_footer3_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer3_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_line-divider {
  width: 100%;
  height: 1px;
  background-color: var(--relume-library-lite--rl-black);
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer3_link {
  color: var(--relume-library-lite--rl-black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-small {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.rl_footer3_text {
  color: var(--relume-library-lite--rl-black);
  font-size: var(--headline);
  font-weight: 600;
  line-height: 1.5;
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.rl_footer3_left-wrapper {
  font-family: var(--page_typo);
  border: 1px #000;
  font-size: 18px;
  font-weight: 500;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  font-family: var(--page_typo);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer3_component {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_layout1_image {
  max-width: 80%;
  border-radius: 20px;
}

.rl-button-link-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
}

.rl-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl_layout1_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.rl_layout1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  font-size: var(--headline);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_section_layout1 {
  background-color: var(--relume-library-lite--rl-white);
}

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

.service_box {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-bottom: 1px none var(--box_line_color);
  font-family: var(--page_typo);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.rl-text-style-link {
  color: var(--white_tone);
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact20_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  width: 3rem;
  height: 3rem;
  filter: invert();
}

.rl_contact20_item {
  width: 100%;
  text-align: center;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  color: var(--white_tone);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
  color: var(--beck_blue);
  font-size: var(--bigheadline_blue);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact20_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

.rl_contact20_component {
  font-family: var(--page_typo);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_section_contact20 {
  background-color: var(--relume-library-lite--rl-white);
}

.section_contactus {
  background-color: var(--beck_blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.service_box_top {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--box_line_color);
  font-family: var(--page_typo);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: grid;
}

.service_box_bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  border-bottom: 1px none var(--box_line_color);
  font-family: var(--page_typo);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.whitebackground_headline_component {
  background-image: linear-gradient(to bottom, var(--white_tone), var(--white_tone));
  color: var(--white_tone);
  font-family: Montserrat, sans-serif;
  font-size: var(--bigheadline_blue);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px rgba(17, 76, 182, .5);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 60px;
  font-weight: 700;
  line-height: 56px;
}

.whitebackground_headline_component_top {
  background-image: linear-gradient(to bottom, var(--white_tone), var(--white_tone));
  color: var(--white_tone);
  font-family: Montserrat, sans-serif;
  font-size: var(--bigheadline_blue);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px rgba(17, 76, 182, .5);
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: 0;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 56px;
}

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

.section_metallbau {
  padding-bottom: 40px;
}

.section_apparatebau {
  background-color: var(--beck_blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_schwei-technik {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bb_rl-heading-style-h2-2 {
  color: var(--white_tone);
  font-size: var(--headline);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.bb_rl-text-style-medium-2 {
  color: var(--white_tone);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.section_galerie {
  border-bottom: 1px none var(--box_line_color);
  background-color: var(--white_tone);
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 0;
  position: relative;
}

.textfield {
  width: 100%;
  max-width: 360px;
  background-color: var(--beck_blue);
  border-radius: 22px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px rgba(199, 199, 199, .25);
}

.textfield.large {
  max-width: 100%;
  box-shadow: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 55px 60px;
  display: flex;
}

.textfield.greater {
  max-width: 100%;
  box-shadow: none;
  color: var(--white_tone);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Highlight_03.svg');
  background-position: 38px 38px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 60px 55px;
  display: flex;
}

.text-block-12 {
  font-family: var(--page_typo);
  color: var(--white_tone);
  font-size: 20px;
}

.section-4 {
  background-color: var(--beck_blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.cf-growth-para-text-20px-white {
  opacity: .7;
  color: var(--white_tone);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.team-member-email {
  color: var(--white_tone);
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.footersiteinfo {
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.footersiteinfo:hover {
  color: #fff;
  border: 1px #000;
}

.footersiteinfo.bonusfooter {
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
}

.footersiteinfo_top {
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.footersiteinfo_top:hover {
  color: #fff;
  border: 1px #000;
}

.footersiteinfo_top.bonusfooter {
  color: rgba(255, 255, 255, .8);
  margin-top: 35px;
  font-size: 16px;
}

.footersiteinfo_top.bonusfooter:hover {
  color: rgba(255, 255, 255, .8);
}

.joboffers_button {
  border-radius: var(--button);
  background-color: var(--beck_blue);
  font-family: var(--page_typo);
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
}

.joboffers_button:hover {
  background-color: var(--jetzt-anrufen);
}

.container-11 {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.rl_gallery3_image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery3_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

.rl_gallery3_gallery-grid {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_gallery3_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_gallery3_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery3_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

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

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery3 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_gallery21_slide-nav-2 {
  height: 1.75rem;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 0%;
  font-size: .5rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_arrow-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_gallery21_arrow-right-2 {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left-2 {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.rl_gallery21_image-2 {
  width: 70%;
  height: 100%;
  border: 1px solid var(--box_line_color);
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_image-wrapper-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
}

.rl_gallery21_lightbox-link-2 {
  width: 100%;
  display: block;
}

.rl_gallery21_slide-2 {
  padding-right: 0;
}

.rl_gallery21_mask-2 {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_spacing-block-1-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_blog33_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_gallery21_heading-wrapper-2 {
  width: 100%;
  max-width: 48rem;
}

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

.rl_section_gallery21-2 {
  background-color: var(--relume-library-lite--rl-white);
  overflow: hidden;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  border: 1px solid var(--box_line_color);
  border-radius: 20px;
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.heading-4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
}

.container-13 {
  max-width: 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.small_header {
  font-size: 16px;
  text-decoration: underline;
}

.succes {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.succes.left {
  color: #fdfdfd;
  text-align: center;
  letter-spacing: -1px;
  align-items: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  display: flex;
}

.succesfully_contactform {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form {
  display: block;
}

.form-block {
  display: block;
  overflow: visible;
}

.section-5, .section-6 {
  padding-bottom: 32px;
  display: flex;
}

.cf-contact-form-field-copy {
  height: 70px;
  color: #0d0e10;
  letter-spacing: -.16px;
  border: 1px solid rgba(13, 14, 16, .1);
  border-radius: 78px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-contact-form-field-copy:active, .cf-contact-form-field-copy:focus {
  border-color: rgba(13, 14, 16, .2);
}

.cf-contact-form-field-copy::-ms-input-placeholder {
  color: rgba(13, 14, 16, .6);
}

.cf-contact-form-field-copy::placeholder {
  color: rgba(13, 14, 16, .6);
}

.cf-contact-form-field-copy.message {
  height: 160px;
  border-radius: 24px;
  margin-right: 0;
}

.cf-contact-form-field-copy.no-margin {
  margin-right: 0;
}

.mask {
  overflow: visible;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 0;
}

.team-member-image-two-3 {
  border: 1px solid var(--box_line_color);
  pointer-events: auto;
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 0;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.cf-error-message-new {
  background-color: var(--darker_beck_transparent_button);
  color: #fff;
  border-radius: 100px;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message-new.darker {
  background-color: var(--beck_blue);
  pointer-events: auto;
  color: #fff;
  border-radius: 100px;
  margin-top: -90px;
  padding: 20px 40px;
  font-weight: 600;
}

.section_impressum {
  background-color: var(--white_tone);
  color: var(--black_tone);
  padding-top: 80px;
  padding-bottom: 80px;
}

.impressum_h2 {
  color: var(--white_tone);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.impressum_h1 {
  background-image: linear-gradient(to bottom, var(--white_tone), var(--white_tone));
  color: var(--beck_blue);
  font-family: Montserrat, sans-serif;
  font-size: var(--bigheadline_blue);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px rgba(17, 76, 182, .5);
  margin-top: 80px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 60px;
  font-weight: 700;
  line-height: 56px;
}

.impressum_spacing {
  width: 100%;
  padding-bottom: 1rem;
}

.impressum_text {
  color: var(--white_tone);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.impressum_link {
  font-family: var(--page_typo);
  color: var(--white_tone);
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.text-block-13 {
  font-family: var(--page_typo);
  font-size: 18px;
  font-weight: 500;
}

.text-block-14 {
  font-family: var(--page_typo);
  font-size: 20px;
  font-weight: 600;
}

.text-block-15 {
  font-family: var(--page_typo);
}

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

@media screen and (min-width: 1280px) {
  .high_leftbox {
    align-items: center;
    display: flex;
  }

  .banner {
    object-fit: fill;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .link-2 {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: 0 100px 100px rgba(64, 69, 79, .1);
  }

  .cf-growth-para-text-18px, .cf-growth-heading-32px {
    color: #fff;
  }

  .cf-growth-wrapper {
    background-color: var(--beck_blue);
  }

  .cf-growth-wrapper.large {
    max-width: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 65px;
  }

  .cf-growth-para-text-20px {
    font-size: 20px;
    font-weight: 400;
  }

  .cf-text-opacity-70-italic {
    background-image: linear-gradient(to bottom, var(--beck_blue), #294bc7 0%, white);
    display: block;
  }

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

  .cf-navigation-logo-2 {
    flex: 0 auto;
  }

  .cf-navigation-4-container {
    position: static;
    top: 0;
  }

  .usingcontainer {
    max-width: 100%;
    border-bottom-color: #000;
    margin-left: 75px;
    margin-right: 75px;
    position: -webkit-sticky;
    position: sticky;
  }

  .menu_bar {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .cf-error-message.darker {
    background-color: var(--beck_blue);
    pointer-events: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px 10px 0;
  }

  .cf-success-message {
    padding-left: 20px;
    overflow: visible;
  }

  .cf-form-gradient-submit.fixed-width:hover {
    background-image: linear-gradient(to bottom, var(--jetzt-anrufen), var(--jetzt-anrufen));
  }

  .cf-contact-field-label {
    color: var(--beck_blue);
  }

  .cf-faq-question {
    display: block;
  }

  .cf-faq-question-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .cf-faq-question-wrapper:hover {
    color: var(--jetzt-anrufen);
  }

  .cf-faq-left-contain {
    justify-content: flex-start;
    align-items: stretch;
  }

  .cf-faq-contain {
    margin-bottom: 100px;
  }

  .cf-h2-heading.left {
    color: #fff;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .cf-faq-main-wrapper {
    padding-bottom: 60px;
  }

  .cf-faq-section-1 {
    margin-bottom: 0;
  }

  .cf-footer-cf-link.black {
    background-color: var(--beck_blue);
    background-image: none;
  }

  .cf-footer-link-18px.black {
    color: rgba(255, 255, 255, .75);
  }

  .cf-footer-link-18px.black:hover {
    color: var(--jetzt-anrufen);
  }

  .cf-footer-paragraph-18px.heading.black {
    color: #fff;
  }

  .cf-footer-paragraph-18px.heading.black:hover {
    pointer-events: none;
  }

  .cf-footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 130px;
  }

  .cf-form-submit-button.black {
    pointer-events: auto;
    mix-blend-mode: normal;
    background-color: #fff;
    background-image: url('../images/ArrowRight.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .cf-form-submit-button.black:hover {
    background-color: var(--jetzt-anrufen);
    background-image: url('../images/ArrowRight_1.svg');
  }

  .cf-form-text-field.black {
    color: #fff;
  }

  .cf-email-form {
    color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #fff;
  }

  .cf-subscribe-form-block {
    border-width: 4px;
  }

  .cf-subscribe-text {
    color: #fff;
  }

  .cf-features-section-1-image-contai {
    border-bottom: 1px #fff;
  }

  .cf-features-section-1-image-contai:hover {
    color: #fff;
  }

  .cf-footer-link-gradient-hover-black-copy-no-margin {
    background-color: var(--black_tone);
  }

  .cf-footer-link-gradient-hover-black {
    background-color: var(--white_tone);
    border-radius: 20px;
  }

  .cf-footer-link-gradient-hover-black:hover {
    background-color: var(--jetzt-anrufen);
    background-image: linear-gradient(to bottom, var(--jetzt-anrufen), var(--jetzt-anrufen));
    color: var(--jetzt-anrufen);
    -webkit-text-stroke-color: var(--conversion-flow-library-sandy-brown);
  }

  .cf-footer-link-gradient-hover {
    background-color: #fff;
  }

  .cf-footer-link-gradient-hover:hover {
    background-image: linear-gradient(to bottom, var(--jetzt-anrufen), var(--jetzt-anrufen));
  }

  .cf-footer-paragraph-16px, .cf-logo-text, .cf-footer-top-left {
    color: #fff;
  }

  .cf-footer-top-wrapper {
    align-items: center;
  }

  .submit-button {
    background-color: #a29fc2;
  }

  .cf-webflow-link-2.black {
    color: #fff;
  }

  .cf-webflow-link-2.black:hover {
    color: var(--jetzt-anrufen);
  }

  .cf-copyright-text-2.black {
    color: #fff;
  }

  .cf-footer-cf-link-2.black {
    background-image: linear-gradient(to bottom, var(--white_tone), var(--white_tone));
  }

  .cf-footer-bottom-wrapper-2.white {
    width: 100%;
    max-width: 100%;
    align-items: center;
    margin-top: 100px;
  }

  .background-video {
    border-radius: 0;
  }

  .section_footer {
    background-image: linear-gradient(to bottom, var(--beck_blue), var(--beck_blue));
  }

  .cf-form-text-field---white.black {
    filter: invert();
    pointer-events: auto;
    color: #fff;
    background-image: url('../images/EnvelopeSimple.svg');
  }

  .text-block-9 {
    font-size: 16px;
  }

  .button {
    background-color: var(--jetzt-anrufen);
    border-radius: 20px;
    padding: 15px 30px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .callbutton {
    background-color: var(--jetzt-anrufen);
    font-family: var(--page_typo);
    border-radius: 20px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
  }

  .callbutton:hover {
    background-color: var(--white_tone);
    color: var(--black_tone);
  }

  .individual-growth-wrapper {
    background-color: var(--beck_blue);
    background-image: url('../images/2A1A9685-FF95-4974-903D-B76178A048D5.JPEG');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: cover;
    display: block;
  }

  .cf-faq-answer-white {
    color: rgba(255, 255, 255, .75);
  }

  .cf-faq-question-white {
    color: #fff;
    display: block;
  }

  .cf-service-paragraph-2 {
    color: rgba(255, 255, 255, .9);
  }

  .cf-service-heading-2 {
    color: #fff;
  }

  .cf-features-section-2-icon-wrap-2.cf-absolute {
    background-image: linear-gradient(to bottom, var(--jetzt-anrufen), var(--jetzt-anrufen));
  }

  .cf-features-section-2-heading-2 {
    float: none;
    color: #fff;
    font-size: var(--bigheadline_blue);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cf-features-section-2-wrapper {
    width: 100%;
  }

  .cf-features-section-2 {
    background-color: var(--beck_blue);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-block-h5-heading {
    font-size: 46px;
  }

  .cf-features-section-1-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-features-section-1 {
    background-color: var(--beck_blue);
  }

  .cf-achievement-card-item-subtext {
    color: var(--white_tone);
  }

  .cf-achievement-card-item-heading {
    color: #fff;
    margin-top: 16px;
    font-size: 30px;
  }

  .cf-achievements-card {
    background-image: linear-gradient(to bottom, var(--darker_beck_transparent_button), var(--darker_beck_transparent_button));
    border-radius: 10px;
    position: static;
  }

  .cf-achievements-card-container {
    padding-top: 22rem;
  }

  .cf-achievement-heading {
    color: #000;
  }

  .cf-wrapper.achievement-wrapper {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .wbs-blog-grid {
    margin-top: 0%;
    margin-bottom: 2%;
  }

  .cf-nav-2-menu {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-end;
    margin-right: 0;
    display: flex;
  }

  .cf-navigation-2-left-contain {
    align-items: center;
  }

  .cf-navigation-2-wrapper {
    box-shadow: none;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menubar_classic {
    z-index: 1;
    background-color: var(--white_tone);
    padding-top: 20px;
    padding-bottom: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .menubar_page:hover {
    color: var(--jetzt-anrufen);
  }

  .menubar_page.w--current, .menubar_page.w--current:hover {
    color: var(--beck_blue);
  }

  .headbar_container {
    width: 95%;
    max-width: 100%;
    border-bottom-color: #000;
    padding-left: 25px;
    padding-right: 25px;
    position: -webkit-sticky;
    position: sticky;
  }

  .cf-text-block-2._16-px {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
  }

  .cf-benefits-pointer-number {
    background-image: linear-gradient(to right, var(--jetzt-anrufen), #ffc514);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cf-wrapper-1161.benefits-wrapper {
    padding-top: 80px;
  }

  .cf-wrapper-1161.simple_component {
    width: 100%;
    max-width: 1920px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .section_story {
    border-bottom: 1px solid #e4ebf3;
    margin-top: 0;
    padding-bottom: 80px;
  }

  .section_team {
    background-color: var(--beck_blue);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Montserrat, sans-serif;
  }

  .container-5 {
    max-width: 100%;
    padding-top: 0;
  }

  .team-slider-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .team-member-text {
    font-size: 20px;
    font-weight: 600;
  }

  .container-6 {
    max-width: 100%;
    padding-top: 0;
  }

  .cf-benefits-pointer-number-copy {
    background-image: linear-gradient(to right, var(--beck_blue), var(--darker_beck_transparent_button));
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .headline_components {
    background-image: linear-gradient(to right, var(--beck_blue), var(--darker_beck_transparent_button));
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .container-7 {
    max-width: 100%;
    padding-top: 0;
  }

  .navbar-2 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 50px;
    display: block;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .2);
  }

  .header_container_new {
    float: none;
    clear: none;
    aspect-ratio: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    overflow: visible;
  }

  .body-3 {
    max-width: 100%;
  }

  .nav-menu-2 {
    justify-content: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .container-9 {
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-10 {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .logo_menubar {
    flex: 0 auto;
  }

  .nr1_header_mobile {
    display: none;
  }

  .nr1_header_web {
    display: block;
  }

  .image-5 {
    min-width: 100%;
  }

  .header_montserrat {
    margin-bottom: 10px;
    font-size: 48px;
  }

  .textfield_montserrat {
    margin-top: 15px;
  }

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

  .div-block-10 {
    width: 100%;
    height: 50vh;
    max-height: none;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .div-block-11 {
    height: 100%;
    background-color: var(--darker_beck_transparent_button);
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-12 {
    width: 50%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    display: flex;
  }

  .section_story-copy {
    border-bottom: 1px solid #e4ebf3;
    margin-top: 0;
    padding-bottom: 80px;
  }

  .section_philosophy {
    background-color: var(--beck_blue);
  }

  .section_team-copy {
    background-color: var(--white_tone);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Montserrat, sans-serif;
  }

  .rl_gallery21_slide-nav {
    padding-left: 39svw;
  }

  .cf-text-block-2-copy._16-px {
    margin-top: 25px;
  }

  .text-block-11 {
    font-family: var(--page_typo);
    font-size: var(--webtext_size);
    margin-top: 25px;
    font-weight: 700;
  }

  .cf-growth-para-text-20px-bold {
    font-weight: 600;
  }

  .big_box {
    background-color: var(--beck_blue);
  }

  .big_box.large {
    max-width: none;
    background-color: var(--black_tone);
    padding-left: 65px;
  }

  .rl-text-style-regular {
    font-size: 20px;
    font-weight: 400;
  }

  .rl_layout1_image {
    max-width: 80%;
  }

  .service_box {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl-text-style-link {
    font-size: 16px;
  }

  .rl-text-style-regular-2 {
    font-size: 20px;
    font-weight: 400;
  }

  .service_box_top {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .service_box_bottom {
    padding-top: 0;
    padding-bottom: 0;
  }

  .whitebackground_headline_component {
    background-image: linear-gradient(to bottom, var(--white_tone), var(--white_tone));
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .whitebackground_headline_component_top {
    background-image: linear-gradient(to bottom, var(--white_tone), var(--white_tone));
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

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

  .section_metallbau {
    padding-bottom: 80px;
  }

  .section_apparatebau {
    background-color: var(--beck_blue);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_schwei-technik {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bb_rl-heading-style-h2-2, .bb_rl-text-style-medium-2 {
    color: var(--white_tone);
  }

  .section_galerie {
    background-color: var(--white_tone);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: Montserrat, sans-serif;
  }

  .textfield {
    background-color: var(--beck_blue);
  }

  .textfield.large {
    max-width: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 65px;
  }

  .textfield.greater {
    max-width: none;
    box-shadow: none;
    color: var(--white_tone);
    background-color: rgba(0, 0, 0, 0);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 65px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-12 {
    font-family: var(--page_typo);
    color: var(--white_tone);
    font-weight: 400;
  }

  .section-4 {
    background-color: var(--beck_blue);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cf-growth-para-text-20px-white, .team-member-email {
    font-size: 20px;
    font-weight: 400;
  }

  .footersiteinfo.bonusfooter, .footersiteinfo_top.bonusfooter {
    color: rgba(255, 255, 255, .75);
  }

  .joboffers_button {
    background-color: var(--beck_blue);
    font-family: var(--page_typo);
    border-radius: 20px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
  }

  .joboffers_button:hover {
    background-color: var(--jetzt-anrufen);
    color: var(--white_tone);
  }

  .succes.left {
    color: #fff;
    flex-direction: row;
    align-items: center;
    font-size: 35px;
    display: flex;
  }

  .succesfully_contactform {
    padding-bottom: 0;
  }

  .cf-error-message-new.darker {
    background-color: rgba(255, 24, 0, .46);
  }

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

  .impressum_h1 {
    background-image: linear-gradient(to bottom, var(--white_tone), var(--white_tone));
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

@media screen and (max-width: 991px) {
  .banner {
    background-color: #114cb6;
  }

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

  .navbar-no-shadow-container {
    color: #000;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .cf-menu-button {
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    display: flex;
    transform: rotate(-90deg);
  }

  .cf-navigation-1-link {
    display: flex;
  }

  .cf-navigation-1-arrow-image {
    width: 40px;
  }

  .cf-navigation-1-link-heading {
    font-size: 36px;
  }

  .cf-navigation-1-number-subtext {
    margin-right: 20px;
    font-size: 18px;
  }

  .cf-navigation-headings-contain {
    width: auto;
  }

  .cf-dropdown-links {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-navigation-1-dropdown-container {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cf-dropdown-list-full-wrapper {
    box-shadow: none;
  }

  .cf-dropdown-lists.w--open {
    width: 80%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-navigation-1-dropdown {
    margin-left: 0;
  }

  .cf-navigation-1-dropdown.w--open {
    border: 1px #000;
  }

  .cf-navigation-1-dropdown-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .cf-navigation-1-links-contain {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .cf-navigation-1-links-wrapper {
    background-color: #fff;
    position: absolute;
    box-shadow: 0 140px 120px rgba(0, 0, 0, .12);
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-navigation-1-wrapper {
    width: 90%;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-wrapper {
    max-width: 100%;
    padding: 40px 30px;
  }

  .cf-growth-wrapper.large {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cf-growth-para-text-20px {
    margin-top: 0;
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

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

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-connect-wrapper {
    margin-top: 100px;
  }

  .cf-nav-4-links-left-container {
    margin-right: 140px;
  }

  .cf-nav-4-links-container {
    margin-left: 0;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
  }

  .cf-close-button {
    top: 52px;
    right: 85px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 85px;
    display: none;
  }

  .cf-navigation-4-container {
    max-width: 650px;
  }

  .usingcontainer {
    margin-left: 50px;
    margin-right: 50px;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-checkbox-label {
    font-size: 16px;
  }

  .cf-checkbox-field {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-checkbox-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-faq-wrapper {
    max-width: none;
  }

  .faq-right-contain {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .cf-faq-left-contain {
    width: 100%;
    max-width: none;
    margin-right: 0;
  }

  .cf-faq-contain {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 42px;
  }

  .cf-footer-link-18px.black {
    font-size: 14px;
  }

  .cf-footer-paragraph-18px.heading {
    margin-bottom: 20px;
  }

  .cf-footer-paragraph-18px.heading.black {
    font-size: 16px;
  }

  .cf-footer-grid {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .cf-subscribe-text {
    max-width: 100%;
    align-items: flex-start;
    margin-bottom: 0;
    font-size: 22px;
    display: block;
  }

  .cf-footer-top-right {
    max-width: 300px;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .cf-navigation-1-logo-2 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-footer-top-wrapper {
    align-items: stretch;
  }

  .cf-footer-paragraph-18px-2.heading {
    margin-bottom: 20px;
  }

  .cf-footer-grid-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-subscribe-text-2 {
    max-width: 200px;
    font-size: 22px;
  }

  .cf-footer-top-right-2 {
    max-width: 300px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .cf-navigation-1-logo-3 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-footer-top-wrapper-2 {
    align-items: stretch;
  }

  .callbutton {
    float: none;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    display: inline-block;
  }

  .individual-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-service-heading-2 {
    text-align: center;
  }

  .cf-features-section-2-grid-2 {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading-2 {
    max-width: 100%;
    font-size: var(--bigheadline_blue);
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-features-section-1-grid {
    max-width: 400px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

  .cf-achievement-card-icon {
    margin-bottom: 10px;
  }

  .cf-achievements-card {
    flex-direction: column;
    align-items: center;
    font-size: 20px;
  }

  .cf-achievements-card-container {
    grid-column-gap: 50px;
    grid-row-gap: 70px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: stretch;
    align-items: start;
    justify-items: stretch;
  }

  .cf-achievement-heading {
    font-size: 28px;
  }

  .cf-wrapper.achievement-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wbs-blog-image {
    width: 100%;
  }

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

  .cf-navigation-2-link {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-resource-visual-block {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-resources-visual-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-nav-dropdown-title-para {
    font-size: 15px;
  }

  .cf-nav-dropdown-title {
    font-size: 40px;
  }

  .cf-nav-dropdown-title-container {
    max-width: 280px;
  }

  .cf-navigation-drop-container {
    flex-direction: column;
  }

  .cf-dropdown-list-contain {
    box-shadow: none;
    padding: 0;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-arrow---nav-3 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-dropdown-toggle-div {
    width: 90%;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-visual-features-items-container {
    max-width: 500px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container.nav {
    width: 100%;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: 0;
    display: grid;
  }

  .cf-nav-2-menu {
    background-color: #fff;
    display: none;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  }

  .cf-navigation-2-left-contain {
    display: flex;
  }

  .cf-navigation-2-wrapper {
    width: 90%;
  }

  .menubar_page {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-benefits-pointer-line {
    display: none;
  }

  .cf-benefits-pointer-number {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--jetzt-anrufen), #ffc514);
  }

  .cf-benefits-image {
    display: none;
  }

  .cf-wrapper-1161.benefits-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cf-wrapper-1161.simple_component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_story {
    margin-top: 0;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-3, .image-4 {
    display: block;
  }

  .container-8 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .menu-button-2 {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .navbar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-right: 50px;
    display: block;
  }

  .container-8-copy {
    margin-left: 50px;
    margin-right: 50px;
  }

  .header_container_new {
    margin-left: 25px;
    margin-right: 25px;
  }

  .brand, .nav-menu-2 {
    flex: 1;
  }

  .container-9 {
    max-width: 100%;
    justify-content: space-between;
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }

  .div-block-5 {
    align-items: center;
    display: flex;
  }

  .nr1_header_mobile, .nr1_header_web {
    line-height: 100%;
  }

  .cf-checkbox-label-copy {
    font-size: 16px;
  }

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

  .header_montserrat {
    font-size: 48px;
  }

  .textfield_montserrat {
    margin-top: 20px;
  }

  .bold-text-2 {
    color: var(--white_tone);
    font-size: 36px;
  }

  .div-block-10 {
    justify-content: flex-start;
    padding-left: 0;
  }

  .div-block-12 {
    display: none;
  }

  .div-block-13 {
    width: 100%;
    background-color: var(--beck_blue);
    justify-content: center;
  }

  .div-block-14 {
    align-items: flex-start;
  }

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

  .rl_gallery21_slide-nav {
    padding-left: 26svw;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cf-growth-para-text-20px-bold {
    font-size: 18px;
    line-height: 150%;
  }

  .big_box {
    max-width: 100%;
    padding: 40px 30px;
  }

  .big_box.large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl_layout1_image {
    max-width: 100%;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_layout1_component, .service_box {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-3 {
    font-size: var(--bigheadline_blue);
  }

  .service_box_top, .service_box_bottom {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .whitebackground_headline_component {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .whitebackground_headline_component_top {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .bb_rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .textfield {
    max-width: 100%;
    padding: 40px 30px;
  }

  .textfield.large, .textfield.greater {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .cf-growth-para-text-20px-white {
    margin-top: 0;
    font-size: 18px;
    line-height: 150%;
  }

  .footersiteinfo.bonusfooter, .footersiteinfo_top.bonusfooter {
    font-size: 14px;
  }

  .joboffers_button {
    float: none;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    display: inline-block;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_gallery21_spacing-block-1-2 {
    padding-bottom: 4.5rem;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .succes {
    font-size: 42px;
  }

  .succes.left {
    font-size: 30px;
  }

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

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .impressum_h1 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .deep_rightbox1 {
    line-height: 15px;
  }

  .link-2 {
    font-size: 8px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .cf-menu-button.w--open {
    color: #b16cea;
  }

  .cf-navigation-1-arrow-image {
    width: 34px;
  }

  .cf-navigation-1-link-heading {
    font-size: 32px;
  }

  .cf-navigation-1-number-subtext {
    font-size: 16px;
  }

  .cf-dropdown-links {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-growth-para-text-20px {
    margin-top: 0;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-center-logo.open-nav {
    width: 22px;
  }

  .cf-center-logo.open-nav.facebook {
    width: 15px;
  }

  .cf-logos-social.open-nav, .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
  }

  .cf-nav-4-social-icons {
    margin-right: 20px;
    display: none;
  }

  .cf-nav-4-social-icons.open-navigation {
    display: flex;
  }

  .cf-connect-wrapper {
    margin-left: 20px;
  }

  .cf-link-text-navbar-4 {
    font-size: 26px;
  }

  .cf-nav-4-links-right-container {
    width: auto;
    align-items: center;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    align-items: center;
    margin-right: 20px;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 650px;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    background-image: url('../images/cross-icon.svg');
    background-position: 50%;
    background-size: auto;
    margin-right: 0;
  }

  .cf-close-button {
    border-radius: 100px;
    padding: 16px;
    top: 52px;
    right: 60px;
  }

  .cf-brand-logo-nav-menu {
    padding-left: 0;
    top: 52px;
    left: 60px;
  }

  .cf-brand-logo-nav-menu.w--current {
    left: 60px;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: none;
  }

  .cf-navigation-4-container {
    width: 90%;
    max-width: 550px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-success-message {
    border-radius: 120px;
  }

  .cf-checkbox-label {
    font-size: 14px;
  }

  .cf-checkbox-field {
    padding: 16px 18px;
  }

  .cf-checkbox-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cf-contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cf-fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-faq-question {
    margin-right: 0;
    font-size: 20px;
  }

  .cf-faq-contain {
    margin-top: 60px;
  }

  .cf-h2-heading {
    max-width: 400px;
    text-align: center;
    font-size: 40px;
  }

  .cf-h2-heading.left {
    text-align: left;
    font-size: 40px;
  }

  .cf-faq-main-wrapper {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-faq-section-1 {
    padding: 25px;
  }

  .cf-webflow-link {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
  }

  .cf-webflow-link:hover {
    color: #599ffa;
  }

  .cf-copyright-text {
    font-size: 16px;
  }

  .cf-footer-bottom-wrapper.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .cf-footer-grid {
    max-width: 500px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-subscribe-text {
    max-width: none;
    margin-bottom: 40px;
    font-size: 20px;
  }

  .cf-footer-top-right {
    max-width: 400px;
    justify-content: space-around;
  }

  .cf-footer-paragraph-16px {
    text-align: center;
  }

  .cf-footer-top-left {
    max-width: 400px;
    align-items: center;
    margin-bottom: 60px;
  }

  .cf-footer-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .cf-webflow-link-2 {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
  }

  .cf-webflow-link-2:hover {
    color: #599ffa;
  }

  .cf-copyright-text-2 {
    font-size: 16px;
  }

  .cf-footer-cf-link-2 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--jetzt-anrufen), var(--white_tone));
  }

  .cf-footer-cf-link-2.black {
    background-image: linear-gradient(to bottom, var(--beck_blue), var(--beck_blue));
  }

  .cf-footer-bottom-wrapper-2.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .cf-footer-grid-2 {
    max-width: 500px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-subscribe-text-2 {
    max-width: none;
    font-size: 20px;
  }

  .cf-footer-top-right-2 {
    max-width: 400px;
  }

  .cf-footer-paragraph-16px-2 {
    text-align: center;
  }

  .cf-footer-top-left-2 {
    max-width: 400px;
    align-items: center;
    margin-bottom: 60px;
  }

  .cf-footer-top-wrapper-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .callbutton {
    padding: 5px 20px;
    font-size: 10px;
  }

  .individual-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-faq-question-white {
    margin-right: 0;
    font-size: 20px;
  }

  .cf-service-paragraph-2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading-2 {
    max-width: 100%;
    font-size: var(--bigheadline_blue);
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 46px;
  }

  .cf-achievement-card-item-subtext {
    font-size: 20px;
  }

  .cf-achievement-card-item-heading {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .cf-achievement-card-icon {
    margin-bottom: 10px;
  }

  .cf-achievements-card-container {
    grid-column-gap: 41px;
  }

  .cf-achievement-heading {
    margin-bottom: 60px;
    font-size: 24px;
  }

  .cf-wrapper {
    width: 90%;
  }

  .wbs-blog-image {
    width: 100%;
  }

  .wbs-blog-content {
    margin-bottom: 15px;
  }

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

  .cf-resource-visual-block {
    width: 30%;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-resources-visual-grid {
    grid-column-gap: 30px;
  }

  .cf-nav-dropdown-title-container {
    margin-bottom: 20px;
  }

  .cf-nav-dropdown-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
  }

  .cf-visual-features-item-heading {
    font-size: 23px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 20px;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-visual-features-items-container {
    width: 100%;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    max-width: 400px;
    max-width: 400px;
    grid-template-columns: 1fr;
  }

  .cf-benefits-pointer-line {
    display: none;
  }

  .cf-benefits-pointers-right {
    margin-top: 0;
  }

  .cf-wrapper-1161 {
    width: 90%;
  }

  .cf-wrapper-1161.benefits-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .cf-wrapper-1161.simple_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_story {
    margin-top: 60px;
  }

  .section_team {
    padding: 60px 15px;
  }

  .team-member-name-two {
    text-align: center;
  }

  .section_certificates {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-3, .image-4 {
    display: none;
  }

  .header_container_new {
    margin-left: 25px;
    margin-right: 25px;
    display: block;
  }

  .container-9 {
    max-width: 100%;
  }

  .nr1_header_mobile, .nr1_header_web {
    font-size: 45px;
  }

  .cf-checkbox-label-copy {
    font-size: 14px;
  }

  .clickable_checkbox {
    padding: 16px 18px;
  }

  .header_montserrat {
    margin-bottom: 0;
    font-size: 20px;
  }

  .textfield_montserrat {
    margin-top: 0;
  }

  .bold-text-2 {
    font-size: 10px;
  }

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

  .section_team-copy {
    padding: 60px 15px;
  }

  .rl_gallery21_slide-nav {
    padding-left: 40%;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

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

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .big_box.large {
    background-position: 16px 25px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .rl_layout28_image {
    display: none;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .rl_footer3_credit-text {
    margin-top: 2rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl_layout1_image {
    max-width: 100%;
  }

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

  .rl_layout1_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

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

  .rl_layout1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component, .service_box {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact20_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

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

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-3 {
    font-size: var(--bigheadline_blue);
  }

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .service_box_top, .service_box_bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bb_rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

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

  .section_galerie {
    padding: 60px 15px;
  }

  .textfield.large, .textfield.greater {
    background-position: 16px 25px;
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cf-growth-para-text-20px-white {
    margin-top: 0;
  }

  .joboffers_button {
    padding: 5px 20px;
    font-size: 10px;
  }

  .rl_gallery3_gallery-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rl_gallery3_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-4 {
    font-size: 1rem;
  }

  .rl_gallery3_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-4 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_gallery21_arrow-left-2 {
    right: 3.5rem;
  }

  .rl_gallery21_slide-2 {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask-2 {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1-2 {
    padding-bottom: 3rem;
  }

  .rl_blog33_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .succes {
    max-width: 400px;
    text-align: center;
    font-size: 40px;
  }

  .succes.left {
    text-align: center;
    font-size: 30px;
  }

  .succesfully_contactform {
    width: 90%;
    padding-bottom: 0;
  }

  .cf-contact-form-field-copy {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

  .impressum_spacing {
    padding-bottom: 1.25rem;
  }

  .impressum_link {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .high_leftbox {
    display: none;
  }

  .hero_box1 {
    justify-content: center;
  }

  .link-2 {
    display: none;
    overflow: visible;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .cf-navigation-1-link {
    font-size: 16px;
  }

  .cf-navigation-1-arrow-image {
    width: 30px;
  }

  .cf-navigation-1-link-heading {
    font-size: 28px;
  }

  .cf-navigation-1-number-subtext {
    margin-top: 5px;
    margin-right: 16px;
  }

  .cf-dropdown-links {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 10px;
  }

  .cf-navigation-1-dropdown-container {
    grid-template-columns: 1fr;
  }

  .cf-navigation-1-dropdown {
    font-size: 16px;
  }

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

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    max-height: 100%;
    max-width: 100%;
    background-position: 8px 25px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 40px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
  }

  .cf-logos-social {
    display: none;
  }

  .cf-logos-social.open-nav {
    width: 60px;
    height: 60px;
    background-image: none;
    display: flex;
  }

  .cf-logos-social.open-nav-middle {
    width: 60px;
    height: 60px;
    background-image: none;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .cf-connect-text {
    font-size: 18px;
  }

  .cf-connect-wrapper {
    margin-top: 60px;
    margin-left: 30px;
  }

  .cf-nav-4-links-left-container {
    width: auto;
    margin-right: 0;
  }

  .cf-nav-4-links-container {
    flex-direction: column;
    margin-top: 500px;
    margin-left: 0;
  }

  .cf-close-text {
    display: none;
  }

  .cf-close-contain {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .cf-close-button {
    padding: 16px;
    top: 40px;
    right: 20px;
  }

  .cf-brand-logo-nav-menu {
    width: 50%;
    padding-left: 0;
    display: none;
    position: absolute;
    top: auto;
    bottom: -15px;
    left: 75px;
    right: 0%;
  }

  .cf-menu-navigation-wrap {
    opacity: 0;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 30px;
    display: none;
  }

  .cf-brand-logo-4 {
    width: 50%;
    padding-left: 0;
  }

  .cf-navigation-4-container {
    max-width: none;
  }

  .usingcontainer {
    margin-left: 25px;
    margin-right: 25px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-success-message {
    border-radius: 70px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-checkbox-field {
    padding: 12px 14px;
  }

  .cf-contact-field-label.budget {
    margin-top: 40px;
  }

  .cf-contact-form-field {
    height: 60px;
    margin-bottom: 32px;
    margin-right: 0;
    padding-left: 20px;
  }

  .cf-fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-faq-answer {
    font-size: 16px;
  }

  .cf-faq-question {
    padding-right: 20px;
    font-size: 18px;
  }

  .cf-h2-heading, .cf-h2-heading.left {
    font-size: 36px;
  }

  .cf-faq-section-1 {
    padding: 15px 0;
  }

  .cf-copyright-text {
    max-width: 300px;
  }

  .cf-footer-link-18px.black {
    font-size: 18px;
  }

  .cf-footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cf-logo-text {
    font-size: 24px;
  }

  .cf-logo-lines-contain {
    margin-right: 5px;
  }

  .cf-footer-top-left {
    margin-bottom: 80px;
  }

  .cf-copyright-text-2 {
    max-width: 300px;
  }

  .cf-copyright-text-2.black {
    text-align: left;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .cf-footer-link-18px-2.black {
    font-size: 18px;
  }

  .cf-footer-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cf-logo-text-2 {
    font-size: 24px;
  }

  .cf-logo-lines-contain-2 {
    margin-right: 5px;
  }

  .cf-footer-top-left-2 {
    margin-bottom: 80px;
  }

  .background-video {
    max-height: 100%;
    max-width: 100%;
  }

  .high_midbox {
    display: none;
  }

  .callbutton {
    font-size: var(--mobile_button);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .individual-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .individual-growth-wrapper.large {
    max-height: 100%;
    max-width: 100%;
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-faq-answer-white {
    font-size: 16px;
  }

  .cf-faq-question-white {
    padding-right: 20px;
    font-size: 18px;
  }

  .cf-features-section-2-icon-wrap-2 {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-58px-heading---white {
    font-size: 40px;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 100px;
  }

  .cf-features-section-1 {
    background-color: var(--beck_blue);
  }

  .cf-achievement-card-item-subtext {
    font-size: 18px;
  }

  .cf-achievements-card {
    background-image: linear-gradient(rgba(17, 76, 182, .4), rgba(17, 76, 182, .4));
    font-size: 18px;
  }

  .cf-achievements-card-container {
    grid-row-gap: 25px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .cf-achievement-heading {
    font-size: 22px;
  }

  .cf-wrapper.achievement-wrapper {
    padding-top: 0;
  }

  .cf-nav-2-button {
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .cf-nav-arrow-icon {
    width: 20px;
    height: 20px;
  }

  .cf-resource-block-text {
    font-size: 18px;
  }

  .cf-resource-visual-block {
    width: 20%;
    margin-bottom: 10px;
  }

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

  .cf-nav-dropdown-title-para {
    line-height: 22px;
  }

  .cf-nav-dropdown-title {
    font-size: 28px;
    line-height: 32px;
  }

  .cf-nav-dropdown-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cf-dropdown-toggle-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cf-visual-features-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 10px;
  }

  .cf-visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-items-container.nav {
    max-width: 230px;
    max-width: none;
    max-width: none;
  }

  .cf-brand-2 {
    max-width: 140px;
  }

  .cf-benefits-pointer-line {
    display: none;
  }

  .cf-text-block-2._16-px {
    font-size: 14px;
    line-height: 26px;
  }

  .cf-benefits-pointer-number {
    font-size: 30px;
  }

  .cf-benefits-pointer-heading-and-number {
    justify-content: flex-start;
  }

  .cf-benefits-pointer-item {
    max-width: none;
    padding-top: 0;
  }

  .cf-wrapper-1161.benefits-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .cf-wrapper-1161.simple_component {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .headline_components {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .menu-button-2 {
    align-items: center;
  }

  .navbar-2 {
    background-color: var(--white_tone);
    padding-left: 10px;
    padding-right: 25px;
  }

  .header_container_new {
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .logo_menubar {
    width: 50svw;
    max-width: none;
  }

  .nr1_header_mobile, .nr1_header_web {
    font-size: 40px;
  }

  .clickable_checkbox {
    padding: 12px 14px;
  }

  .header_montserrat {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .textfield_montserrat, .bold-text-2 {
    font-size: 6px;
  }

  .section_story-copy {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_gallery21_slide-nav {
    padding-left: 30%;
  }

  .cf-text-block-2-copy._16-px {
    line-height: 26px;
  }

  .cf-growth-para-text-20px-bold {
    font-size: 16px;
  }

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

  .big_box.large {
    max-height: 100%;
    max-width: 100%;
    background-position: 8px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rl_layout28_image {
    display: none;
  }

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

  .rl_footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .rl_layout1_image {
    float: none;
    text-align: left;
    text-decoration: none;
    display: inline-block;
  }

  .rl_layout1_image-wrapper {
    justify-content: center;
    text-decoration: none;
    display: flex;
  }

  .rl_layout1_component, .service_box, .rl_contact20_content {
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h2-3 {
    font-size: 30px;
  }

  .service_box_top, .service_box_bottom {
    grid-template-columns: 1fr;
  }

  .whitebackground_headline_component {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .whitebackground_headline_component_top {
    font-size: 30px;
  }

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

  .textfield.large, .textfield.greater {
    max-height: 100%;
    max-width: 100%;
    background-position: 8px 25px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-para-text-20px-white {
    font-size: 16px;
  }

  .footersiteinfo.bonusfooter, .footersiteinfo_top.bonusfooter {
    font-size: 18px;
  }

  .joboffers_button {
    font-size: var(--mobile_button);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rl_gallery21_slide-nav-2 {
    padding-left: 0%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

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

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .heading-4 {
    font-size: 18px;
  }

  .succes {
    font-size: 36px;
  }

  .succes.left {
    font-size: 20px;
  }

  .cf-contact-form-field-copy {
    height: 60px;
    margin-bottom: 32px;
    margin-right: 0;
    padding-left: 20px;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .impressum_h1 {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 30px;
  }

  .impressum_link {
    font-size: 16px;
  }
}

#w-node-cd735631-a3b7-d242-3167-cf4bfef3e2af-16bd62ef, #w-node-cd735631-a3b7-d242-3167-cf4bfef3e2c2-16bd62ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd735631-a3b7-d242-3167-cf4bfef3e2c8-16bd62ef, #w-node-_1174c0fc-56d2-5c07-3175-ec453d63f883-16bd62ef, #w-node-_1174c0fc-56d2-5c07-3175-ec453d63f88f-16bd62ef, #w-node-_1174c0fc-56d2-5c07-3175-ec453d63f89b-16bd62ef, #w-node-ceabba10-1983-035f-948f-6613830a7f0b-830a7ee4, #w-node-ceabba10-1983-035f-948f-6613830a7f16-830a7ee4, #w-node-ceabba10-1983-035f-948f-6613830a7f28-830a7ee4, #w-node-ceabba10-1983-035f-948f-6613830a7f2f-830a7ee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67c4b88d-0f06-c692-77c1-fae6e3c95f48-830a7ee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_06817e24-9220-3829-8a18-2886f5168871-16bd62f9 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1280px) {
  #w-node-cd735631-a3b7-d242-3167-cf4bfef3e2c2-16bd62ef, #w-node-ceabba10-1983-035f-948f-6613830a7f0b-830a7ee4, #w-node-ceabba10-1983-035f-948f-6613830a7f28-830a7ee4, #w-node-ceabba10-1983-035f-948f-6613830a7f2f-830a7ee4, #w-node-_67c4b88d-0f06-c692-77c1-fae6e3c95f48-830a7ee4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cd735631-a3b7-d242-3167-cf4bfef3e2bc-16bd62ef, #w-node-cd735631-a3b7-d242-3167-cf4bfef3e2c8-16bd62ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cd735631-a3b7-d242-3167-cf4bfef3e2af-16bd62ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f6524a3-9c79-53df-4511-f1122a90831e-16bd62f6 {
    align-self: auto;
    justify-self: auto;
  }
}


