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

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

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

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

:root {
  --dark-2: #202646;
  --text-dark: #021e05;
  --primary: var(--dark-2);
  --new-blue: #131125;
  --white: white;
  --accent-blue: #e7eff7;
  --light-gray: #f0fa99;
  --primary-light: #fff;
  --dark-blue: #3e4c91;
  --pastel-yellow: #fbe44f;
  --accent: #b4e7ff;
  --dark-gray: var(--dark-2);
  --black: black;
  --transparent-0: #fff0;
  --lemon: #d1e437;
  --light-blue: #c1d4ed;
  --dark-gray-50: #afafaf80;
  --yellow: #fbe44f;
  --navy: #131125;
  --gray: var(--primary);
  --white-50: #ffffff80;
  --paragraph-gray: #535353;
  --original-yellow: #f4e95a;
}

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

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 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;
  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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--dark-2);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 76px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--text-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  line-height: 1.5em;
}

a {
  color: var(--text-dark);
  align-items: center;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--primary);
}

ul {
  grid-row-gap: 15px;
  color: var(--primary);
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  font-family: Open Sans, sans-serif;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 3px solid var(--primary);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px 20px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--text-dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 120px;
  display: flex;
}

.section.without-bottom-spacing {
  background-color: var(--new-blue);
  background-image: linear-gradient(#b4e7ff1a, #fff0);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.without-bottom-spacing.banane {
  padding-bottom: 80px;
}

.section.without-bottom-spacing.bilder {
  background-image: none;
  padding-top: 0;
  padding-bottom: 60px;
}

.section.without-bottom-spacing.bilder.weg {
  display: none;
}

.section.without-bottom-spacing.ber-uns {
  background-image: linear-gradient(0deg, #b4e7ff1a, #fff0);
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.section.without-bottom-spacing.notdienst {
  background-color: var(--white);
  background-image: linear-gradient(133deg, #b4e7ff6b, #fff0);
  flex-direction: row;
  align-items: center;
  height: 80vh;
  padding: 0 20px;
  display: flex;
}

.section.without-bottom-spacing.heiz {
  border-top: 9px solid var(--accent-blue);
  background-image: linear-gradient(#b4e7ff21, #fff0);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.without-bottom-spacing.heiz.histiyry {
  background-image: linear-gradient(#b4e7ff1a, #fff0);
  border-top-width: 10px;
  padding-bottom: 100px;
}

.section.without-bottom-spacing.heiz.histiyry._3 {
  background-image: linear-gradient(#0000004a, #fff0);
  border-top-width: 0;
  padding-top: 120px;
}

.section.without-bottom-spacing.birnen {
  background-color: var(--new-blue);
  background-image: linear-gradient(#b4e7ff1a, #fff0);
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.without-bottom-spacing.hi2 {
  background-color: #131125;
  background-image: linear-gradient(180deg, var(--new-blue), #fff0 90%), linear-gradient(to bottom, #0000004a, #0000004a), linear-gradient(180deg, #b4e7ff1a, #fff0), linear-gradient(to bottom, #131125a8, #131125a8);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.dark-background {
  background-color: var(--new-blue);
  background-image: linear-gradient(#b4e7ff12, #fff0);
}

.section.dark-background.weg {
  display: none;
}

.section.dark-background.leistungen {
  background-image: linear-gradient(#b4e7ff00, #fff0);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
}

.section.dark-background.leistungen.unter {
  background-image: none;
  height: 70vh;
  padding-top: 60px;
  padding-bottom: 0;
}

.section.banner-testimonials {
  background-color: var(--text-dark);
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.about-2-banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_266320277_Preview.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 60vh;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 0;
  display: flex;
}

.section.about-2-banner.heiz {
  background-image: linear-gradient(#0e000061, #0e000061), url('../images/Rombach_Sanitär_2024-78.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 60vh;
}

.section.about-2-banner._24h {
  background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_730426049.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 60vh;
}

.section.about-2-banner.solar {
  background-image: linear-gradient(#00000078, #00000078), linear-gradient(#0000, #0000), url('../images/AdobeStock_132507237.jpg');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 60vh;
}

.section.about-2-banner.l-ftung {
  background-image: linear-gradient(#00000054, #00000054), linear-gradient(#0000, #0000), url('../images/AdobeStock_437190814.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.about-2-banner.sanit-r {
  background-image: linear-gradient(#0006, #0006), linear-gradient(#0000, #0000), url('../images/AdobeStock_188386439.jpg');
  background-position: 0 0, 0 0, 50% 20%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section.about-2-banner.sanit-r.new {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Rombach_Sanitär_2024-54.jpg');
  background-position: 0 0, 50% 48%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.about-2-banner.historie {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/1.jpg');
  height: 60vh;
}

.section.about-2-banner.impressum {
  border-bottom: 12px solid var(--white);
  background-image: radial-gradient(circle farthest-corner at 0% 100%, #3e4c9199, var(--new-blue) 92%), linear-gradient(to bottom, var(--new-blue), var(--new-blue));
  border-radius: 0;
  height: 50vh;
}

.section.without-top-spacing.weg {
  display: none;
}

.section.style-guide-section {
  background-color: var(--text-dark);
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.shop-product-section {
  padding-top: 140px;
}

.section.book {
  background-image: linear-gradient(to bottom, var(--new-blue), var(--new-blue));
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 40px 100px;
}

.section.book.new {
  padding-top: 90px;
}

.section.banner-home {
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-top: 220px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.our-team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/woman-gardner-greenhouse.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-gustavo.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.service-details {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.template {
  background-image: linear-gradient(#00000080, #00000080), url('../images/garden-care.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.pricing {
  background-image: linear-gradient(#00000080, #00000080), url('../images/young-woman-working-glass.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.career {
  background-image: linear-gradient(#00000080, #00000080), url('../images/woman-gardner-greenhouse.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.template-career {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.faq {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-julian-bracero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.contact-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/garden-care.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.projects {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-julian-bracero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/garden.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.categories {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-julian-bracero.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 140px;
  display: flex;
}

.section.shop {
  background-image: linear-gradient(#00000080, #00000080), url('../images/garden.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.section.checkout {
  padding-top: 140px;
}

.section._0 {
  padding: 0;
}

.section.gradient {
  background-image: linear-gradient(#b4e7ff69, #fff0 89%);
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.ref {
  background-image: linear-gradient(#b4e7ff59, #fff);
  display: none;
}

.section.rezensionen {
  background-image: linear-gradient(#b4e7ff4d, #b4e7ff4d);
}

.section.rezensionen.weg {
  display: none;
}

.section.team {
  background-image: repeating-linear-gradient(0deg, #b4e7ff4d, #fff);
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section.team.weg {
  display: none;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.base-container.large {
  z-index: 3;
  position: relative;
}

.base-container.relative {
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.base-container.relative.full {
  max-width: none;
  padding: 0;
}

.base-container.position-relative-z-index {
  z-index: 1;
  position: relative;
}

.base-container.sizing {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
}

.base-container.sizing.imp {
  padding-left: 40px;
  padding-right: 40px;
}

.base-container.sizing-relative {
  z-index: 3;
  flex: 1;
  position: relative;
}

.base-container.bilder {
  max-width: 1200px;
  height: 280px;
  padding: 60px 15px 0;
}

.base-container.kontakt {
  padding-top: 100px;
  padding-bottom: 100px;
}

.base-container.ber-uns {
  padding-left: 40px;
  padding-right: 40px;
}

.base-container.leistungen.full {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  margin-top: 50px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-wrapper {
  margin-right: 60px;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 58px;
}

.h2-tablet {
  font-size: 42px;
}

.h1-mobile {
  font-size: 44px;
}

.h2-mobile {
  font-size: 36px;
}

.h3-mobile {
  font-size: 32px;
}

.primary-button {
  border: 2px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 18px 35px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.primary-button:hover {
  border-width: 2px;
  border-color: var(--dark-blue);
  background-color: var(--pastel-yellow);
  opacity: 1;
  color: var(--dark-blue);
}

.primary-button.full-width-mobile {
  display: block;
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.pagination {
  margin-top: 40px;
}

.primary-button.full {
  width: 100%;
}

.primary-button.kontakt {
  margin-top: 40px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.nav-container {
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 20px 12px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--dark-blue);
}

.nav-link.w--current {
  color: var(--accent);
}

.nav-link.dark {
  color: var(--text-dark);
}

.nav-link.dark:hover {
  color: var(--primary);
}

.nav-dropdown-toggle {
  color: var(--black);
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  display: flex;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: var(--dark-blue);
  border: 1px solid #0000002e;
  width: 190px;
  padding: 15px;
  display: none;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 630px;
  margin-left: -300px;
  display: flex;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  color: var(--white);
  text-transform: uppercase;
  width: 100%;
  margin-left: -20px;
  padding: 10px 8px 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--pastel-yellow);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--white);
}

.nav-dropdown-link.w--current:hover {
  color: var(--pastel-yellow);
}

.nav-item-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.nav-item-title.dark {
  color: var(--text-dark);
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid var(--dark-gray);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 320px;
  transition: transform 1s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: 1;
}

.banner-title {
  color: var(--white);
  text-align: center;
}

.banner-title.text-light {
  color: var(--light-gray);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: var(--dark-gray);
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--primary-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  min-width: 280px;
  height: 62px;
  margin-bottom: 10px;
  padding: 18px 15px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.password-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.text-center {
  color: var(--dark-blue);
  text-align: center;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.coming-soon-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  background-color: var(--primary-light);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-post-title {
  margin-bottom: 0;
  transition: color .3s;
}

.blog-post-title:hover {
  color: var(--primary);
}

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

.blog-sidebar-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-sidebar-post-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--light-gray);
  color: var(--primary);
}

.blog-sidebar-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  width: 100%;
  display: grid;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 100px;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.sidebar-recent-post-image {
  object-fit: cover;
  flex: none;
  width: 90px;
  height: 100px;
}

.sidebar-recent-post {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-recent-post-title {
  color: var(--text-dark);
  margin-top: 0;
  transition: color .2s;
}

.blog-recent-post-title:hover {
  color: var(--primary);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.sidebar-recent-posts {
  background-color: var(--primary-light);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 25px 10px;
}

.sidebar-categories {
  background-color: var(--primary-light);
  padding: 15px 25px 25px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.blog-sidebar-post-image:hover {
  transform: scale(1.1);
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.sidebar-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--light-gray);
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s;
  display: inline-block;
}

.sidebar-category:hover {
  color: var(--primary);
  background-color: #0000;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-date {
  color: var(--light-gray);
  margin-top: 20px;
  margin-bottom: 0;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.next-post-arrow {
  color: var(--text-dark);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
}

.footer {
  border-top: 1px solid var(--white);
  background-color: var(--new-blue);
  text-align: center;
  background-image: linear-gradient(#0000, #b4e7ff21);
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.footer-rights {
  color: var(--primary-light);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.footer-copyright {
  color: var(--primary-light);
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: inline;
}

.footer-copyright-link {
  color: var(--primary-light);
  letter-spacing: .2px;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--light-gray);
}

.footer-copyright-link.last {
  margin-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.footer-copyright-link.last:hover {
  color: var(--pastel-yellow);
}

.section-title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--light-gray);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
}

.team-social-icon:hover {
  color: var(--lemon);
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.values-wrapper {
  width: 100%;
  display: flex;
}

.values-image-wrapper {
  width: 50%;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 40px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--dark-gray);
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.values-counter-item {
  background-color: var(--light-blue);
  width: 50%;
  margin-right: 20px;
  padding: 20px;
}

.values-counter-item.last-child {
  background-color: var(--light-blue);
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  background-color: #fffc;
  background-image: linear-gradient(107deg, #b4e7ff70, #fff);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 40px 35px 30px;
  display: flex;
}

.career-position {
  line-height: 24px;
}

.career-position:hover {
  color: var(--primary);
}

.career-location, .career-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.career-button-wrapper {
  text-align: right;
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.career-title-mobile {
  margin-bottom: 5px;
  display: none;
}

.career-position-wrapper {
  width: 30%;
}

.career-location-wrapper {
  width: 25%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.career-type-wrapper {
  width: 20%;
  min-width: 140px;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-large {
  opacity: .8;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.paragraph-large.secondary-color {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.paragraph-large.light-text {
  text-align: left;
  width: 60%;
  font-family: Open Sans, sans-serif;
}

.paragraph-large.light-text.mittig-klein {
  text-align: center;
}

.paragraph-large.light-text.home {
  width: 70%;
}

.paragraph-large.light-text._100 {
  opacity: 1;
  color: var(--primary-light);
  text-transform: none;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-large.light-text._100.middle {
  text-align: center;
  align-self: center;
  width: auto;
}

.paragraph-large.all-caps {
  text-transform: uppercase;
  font-size: 16px;
}

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

.paragraph-large.dark {
  color: var(--black);
}

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

.paragraph-large.uu {
  color: var(--new-blue);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-large.uu._0 {
  margin-top: 0;
  line-height: 1.33;
}

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

.career-customer-item {
  opacity: .6;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-height: 100px;
}

.career-customer-image {
  opacity: .5;
  transition: all .3s;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.text-white {
  color: var(--white);
}

.section-title-description {
  text-align: center;
  margin-top: 20px;
}

.services-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-item {
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

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

.pricing-plan-item {
  background-color: var(--light-gray);
  padding: 30px;
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.pricing-plan-item-title {
  margin-top: 0;
  margin-bottom: 20px;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

.pricing-plan-currency-icon {
  margin-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.comparing-table-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-wrapper {
  width: 33%;
  margin-right: 20px;
  display: none;
}

.comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-features-title {
  background-color: var(--light-gray);
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-list-wrapper {
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-list {
  margin-bottom: 0;
  padding-left: 0;
}

.comparing-table-list-item {
  border-bottom: 1px solid var(--dark-gray-50);
  min-height: 56px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  line-height: 1.5em;
  list-style-type: disc;
}

.comparing-table-plan-title {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  width: 33.33%;
  margin-right: 30px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #1b354626;
}

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border: 1px solid var(--dark-gray-50);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.comparing-table-content-item {
  border-bottom: 1px solid var(--dark-gray-50);
  text-align: center;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.comparing-table-tick-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.comparing-table-button-wrapper {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 35px;
  display: flex;
}

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.workflow-video-wrapper {
  width: 50%;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-profile-name {
  color: var(--light-gray);
  margin-bottom: 0;
}

.workflow-video {
  background-image: url('../images/AdobeStock_188386439.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 960px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
}

.workflow-video._2 {
  background-image: url('../images/AdobeStock_86055982.jpg');
  background-size: cover;
  min-height: 300px;
}

.workflow-video._2.new {
  background-image: url('../images/Rombach_Sanitär_2024-28.jpg');
  min-height: 320px;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.workflow-quote {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  background-color: var(--light-gray);
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.accordion-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-vertical-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dark-background {
  background-color: var(--primary);
}

.more-features-icon {
  color: var(--primary);
  text-align: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 40px;
}

.link-with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--pastel-yellow);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
  display: flex;
}

.link-with-icon:hover {
  color: var(--light-blue);
}

.link-with-icon.light {
  color: var(--light-gray);
}

.link-with-icon.dark {
  color: var(--new-blue);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 70%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 100px;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.contacts-content-wrapper {
  flex: 1;
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--light-gray);
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--dark-gray);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.hidden {
  display: none;
}

.contacts-left-arrow {
  color: var(--dark-gray);
  max-width: 40px;
  padding: 10px 15px;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  color: var(--primary);
}

.contacts-right-arrow {
  color: var(--dark-gray);
  max-width: 40px;
  padding: 10px 15px;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow:hover {
  color: var(--primary);
}

.contacts-slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-arrows-divider {
  background-color: var(--dark-gray);
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-textarea {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 300px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.contacts-textarea::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 1em;
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 40px;
}

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-social-icons-wrapper.weg {
  display: none;
}

.footer-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  padding-left: 0;
}

.footer-social-icon {
  color: var(--primary-light);
  margin-right: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
}

.footer-social-icon:hover {
  color: var(--light-gray);
}

.footer-social-icon.last-child {
  margin-right: 0;
}

.footer-logo {
  height: 44px;
}

.footer-logo._2 {
  height: 70px;
}

.search-wrap-input {
  color: var(--text-dark);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  color: var(--dark-gray);
  margin-bottom: 10px;
  font-size: 18px;
  transition: color .3s;
  display: inline-block;
}

.search-link:hover {
  color: var(--primary);
}

.search-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  height: auto;
  margin-bottom: 0;
  padding: 18px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.search-section {
  margin-bottom: 60px;
  padding-top: 140px;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.footer-brand-description {
  color: var(--primary-light);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--lemon);
  border-left: 1px solid var(--lemon);
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  border-right: 1px solid var(--lemon);
  border-bottom: 1px solid var(--lemon);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  opacity: 1;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 14px;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  background-color: var(--light-gray);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.testimonials-card-position {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonials-card-icon {
  color: var(--primary);
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
}

.testimonials-card-date {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.service-details-content-wrapper {
  width: 70%;
}

.accordion-wrap-one-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-details-sidebar-wrapper {
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 20px 40px 30px;
  display: flex;
  position: sticky;
  top: 100px;
}

.service-details-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.service-details-sidebar-contacts {
  margin-top: 10px;
  margin-bottom: 30px;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  margin-top: 20px;
  padding-bottom: 5px;
  display: flex;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.services-list-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.service-list-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 350px;
  transition: transform 1s;
}

.service-list-image:hover {
  transform: scale(1.1);
}

.service-list-2-item-content {
  flex-direction: column;
  display: flex;
}

.service-list-2-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.service-list-2-item-description {
  margin-top: 0;
  font-size: 18px;
}

.service-list-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.service-list-section-wrap {
  width: 50%;
}

.service-list-section-wrap.first-child {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-list {
  margin-bottom: 40px;
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-tab-link {
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 20px;
}

.portfolio-tab-link:hover {
  color: var(--dark-gray);
}

.portfolio-tab-link.w--current {
  color: var(--dark-gray);
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.portfolio-grid-image {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}

.portfolio-grid-image:hover {
  transform: scale(1.1);
}

.portfolio-grid-collection-item {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.portfolio-grid-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.portfolio-grid-category {
  color: var(--text-dark);
  margin-bottom: 5px;
  font-size: 18px;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.banner-buttons-wrapper {
  grid-column-gap: 30px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.project-template-content {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.project-template-info {
  width: 30%;
  padding-left: 80px;
}

.project-template-content-wrapper {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

.project-template-info-wrap.last-child {
  margin-bottom: 0;
}

.paragraph-gray {
  margin-top: 0;
  margin-bottom: 0;
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--dark-gray-50);
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--dark-gray-50);
  border-left: 1px solid var(--dark-gray-50);
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.nav-dropdown-column {
  width: 33%;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.play-button-hover {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.sidebar-search {
  background-color: var(--primary-light);
  padding: 25px;
}

.sidebar-search-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.sidebar-search-input {
  border: 1px solid var(--dark-gray);
  background-color: var(--transparent-0);
  color: var(--text-dark);
  height: auto;
  min-height: 62px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 16px 22px;
  font-size: 16px;
}

.sidebar-search-input:focus {
  border-color: var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.sidebar-search-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.blog-sidebar-right-wrapper {
  width: 36%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  width: 64%;
}

.home-buttons-wrapper {
  grid-column-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.home-buttons-wrapper.left {
  margin-top: 30px;
}

.home-banner-title {
  color: var(--pastel-yellow);
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 100%;
}

.navbar-absolute {
  background-color: var(--new-blue);
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.empty-state {
  background-color: var(--transparent-0);
}

.empty-state.light {
  color: var(--white);
}

.text-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.text-container.mb-0 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.text-container.mb-0.left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 35px;
}

.text-container.mb-0.okkk {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
}

.text-container.ab, .text-container.ab.mitte {
  justify-content: space-between;
  align-items: flex-end;
}

.description-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.description-container.impressum {
  width: 100%;
}

.title-container {
  width: 70%;
}

.title-container.leistungen {
  width: 59%;
}

.title-container.comparing-table-content-item {
  width: 100%;
  min-height: auto;
}

.title-container.comparing-table-content-item.hallo {
  border-bottom-width: 0;
}

.title-container._100 {
  width: 100%;
}

.banner-section {
  flex-direction: column;
  height: 100vh;
  position: relative;
}

.banner-section.home-6-banner {
  background-image: linear-gradient(#00000059, #fcfcfc00 30%, #fff0), linear-gradient(18deg, #000000d1, #fff0 63%), url('../images/AdobeStock_443443715-2.jpg');
  background-position: 0 0, 0 0, 80%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  justify-content: flex-end;
  max-width: none;
  height: auto;
  min-height: 100vh;
  padding: 110px 0 60px;
  display: flex;
}

.banner-section.home-7-banner {
  height: 100%;
  padding-top: 140px;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.career-collection-list-wrapper {
  width: 100%;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.portfolio-grid-tabs {
  width: 100%;
}

.portfolio-grid-image-link {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.home-4-banner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: 100%;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 15px;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.home-banner {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85%;
  height: 100%;
  display: flex;
  position: relative;
}

.tree-services-wrapper {
  z-index: 5;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.video-lightbox {
  background-image: url('../images/young-woman-working-glass.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 520px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-form-field {
  border: 1px solid var(--light-gray);
  background-color: var(--transparent-0);
  color: var(--light-gray);
  width: 360px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px 17px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.home-form-field:focus {
  border-style: solid;
  border-color: var(--white);
  color: var(--white);
}

.home-form-field::placeholder {
  color: var(--light-gray);
  font-size: 16px;
}

.home-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.sidebar-categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.capabilities-image {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  min-height: auto;
  position: relative;
}

.capabilities-image.l-ftung {
  object-fit: cover;
  object-position: 90% 50%;
}

.capabilities-image._24h {
  box-shadow: 0 2px 5px #0003;
}

.capabilities-image.solar {
  background-image: url('../images/AdobeStock_235134005.jpg');
}

.capabilities-image.autos {
  object-position: 50% 100%;
}

.project-button-link {
  color: var(--text-dark);
  justify-content: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: var(--dark-gray);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-info-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-info-wrapper._245 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.22fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-info-wrap-left {
  justify-content: flex-start;
  align-items: center;
  width: 52%;
  display: flex;
}

.about-info-wrap-left._10 {
  width: 100%;
}

.about-info-wrap-right {
  width: 50%;
  height: 560px;
  margin-top: 0;
}

.about-info-wrap-right.sanit-r {
  justify-content: flex-end;
  align-items: flex-start;
  height: 460px;
  display: block;
  position: relative;
}

.about-info-wrap-right.sanit-r.l {
  height: 460px;
}

.about-info-wrap-right.sanit-r._10 {
  width: 100%;
}

.about-info-wrap-right.h {
  border-radius: 20px;
  height: 420px;
  overflow: hidden;
}

.about-info-wrap-right.smaller {
  border-radius: 6px;
  width: 40%;
  height: 330px;
}

.about-info-wrap-right._240 {
  width: auto;
  height: 420px;
  position: relative;
}

.about-info-wrap-right.jobs {
  height: auto;
}

.about-info-cards-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--white);
  flex-flow: wrap;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  display: none;
}

.about-info-cards-wrap {
  color: var(--white);
  background-color: #f9f7ef00;
  width: 47%;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--pastel-yellow);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-line:hover {
  background-color: var(--light-gray);
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.check-icon {
  color: var(--accent);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 30px;
}

.rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
}

.rich-text-style h5 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
}

.rich-text-style h6 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
}

.rich-text-style img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style.medium-margin-bottom {
  margin-bottom: 40px;
}

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

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-blogs {
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

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

.home-blog-item {
  flex: none;
  width: 350px;
  margin-left: 15px;
  margin-right: 15px;
}

.home-blog-img {
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 300px;
  transition: transform 1s;
}

.home-blog-img:hover {
  transform: scale(1.1);
}

.home-blog-image-link {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.home-blogs-title {
  transition: color .3s;
}

.home-blogs-title:hover {
  color: var(--primary);
}

.home-23-team-item {
  width: 33%;
}

.center-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.home-blog-list {
  max-width: 100%;
}

.heading-hover {
  color: var(--dark-2);
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  transition: color .3s;
}

.heading-hover:hover {
  color: var(--dark-blue);
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.style-guide-tab-link {
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
}

.style-guide-tabs-menu {
  border-left: 1px solid var(--black);
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--primary);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  display: flex;
  position: relative;
}

.album-2-title {
  color: var(--light-gray);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.testimonials-bg-element {
  background-color: var(--text-dark);
  height: 160px;
  position: absolute;
  inset: 0% 0% auto;
}

.shop-collection-item {
  width: 100%;
}

.shop-item-price-on-sale {
  color: var(--dark-gray);
  margin-top: 10px;
  font-size: 18px;
  text-decoration: line-through;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.shop-item-price {
  margin-top: 10px;
  font-size: 18px;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  margin-bottom: 10px;
  display: flex;
}

.shop-details-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.shop-image-lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.shop-item-price-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.shop-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.shop-details-block {
  grid-row-gap: 25px;
  background-color: var(--primary-light);
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
}

.shop-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-preview {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.image-preview.shop {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.image-preview.shop:hover {
  transform: scale(1.2);
}

.shop-image-item {
  width: 100%;
  height: 100%;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.shop-details-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.shop-price-on-sale {
  color: var(--dark-gray);
  text-decoration: line-through;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.collection-list-wrapper-blog-sidebar, .collection-list-wrapper-portfolio {
  width: 100%;
}

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: var(--transparent-0);
  color: var(--text-dark);
  text-align: left;
  padding-left: 0;
  font-size: 18px;
  line-height: 1.6em;
}

.success-message.light {
  color: var(--light-gray);
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.error-message.light {
  color: var(--light-gray);
}

.icon-arrow {
  width: 25px;
}

.button-text-item {
  color: var(--white);
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.button-text-item.dark {
  color: var(--black);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.button-text-item.dark:hover {
  color: var(--primary);
}

.button-text-item.dark.home:hover {
  color: var(--new-blue);
}

.button-text-wrap {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.primary-button-green {
  background-color: var(--dark-blue);
  align-items: center;
  padding: 15px 25px;
  font-style: normal;
  display: flex;
}

.primary-button-green:hover {
  background-color: #3e4c9182;
}

.primary-button-light {
  background-color: var(--accent-blue);
  text-transform: uppercase;
  align-items: center;
  padding: 15px 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: normal;
  display: flex;
}

.primary-button-light:hover {
  border: 0px solid var(--accent-blue);
  background-color: var(--accent);
  color: var(--accent);
}

.primary-button-light._2 {
  background-color: var(--light-blue);
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.secondary-button-light {
  border: 1px solid var(--yellow);
  align-items: center;
  padding: 15px 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: normal;
  display: flex;
}

.secondary-button-light:hover {
  background-color: #fef39240;
}

.background-image {
  z-index: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #021e0580;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0%;
}

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

.paragraph-banner {
  width: 65%;
  display: none;
}

.paragraph-banner.home {
  width: 80%;
}

.collection-services-wrapper {
  width: 100%;
}

.collection-services-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-item-service {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-service {
  opacity: 1;
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 100%;
}

.image-service.filder {
  opacity: 1;
}

.secondary-light-background {
  background-color: var(--primary-light);
}

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

.big-text {
  color: var(--dark-2);
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-counter {
  color: var(--dark-blue);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.flex-horizontal-align-start {
  align-items: flex-start;
  display: flex;
}

.flex-horizontal-align-start.mobile-flex-vertical-center {
  width: 100%;
}

.flex-horizontal-align-start.about {
  background-color: var(--light-gray);
  width: 100%;
  margin-bottom: -80px;
  padding: 20px;
  display: none;
}

.counter-block {
  flex-direction: column;
  display: flex;
}

.desktop-1-4-width-column {
  width: 25%;
}

.arrow-2 {
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
}

.images-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.images-wrapper._1._20m {
  background-image: linear-gradient(to bottom, var(--primary-light), var(--primary-light));
  padding: 20px;
}

.image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.image-full._3 {
  object-position: 50% 100%;
}

.image-full._36 {
  object-fit: cover;
  object-position: 50% 50%;
}

.image-full._84 {
  object-position: 50% 18%;
}

.slider-2 {
  aspect-ratio: 2;
  height: auto;
}

.light-text {
  color: var(--accent);
  text-align: left;
  text-transform: uppercase;
  text-shadow: 3px 3px 15px #1c1c1c36;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 120px;
  font-weight: 500;
}

.light-text.without-margin {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

.light-text.headline {
  text-align: left;
  font-weight: 500;
}

.light-text._32 {
  color: var(--white);
  text-transform: none;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.light-text.mittig {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  font-weight: 600;
}

.light-text.mittig.leistungen {
  color: var(--accent);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 60px;
  display: flex;
}

.light-text.mittig.leistungen.left {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
}

.light-text.mittig.a {
  text-align: left;
  margin-bottom: 40px;
  padding-left: 40px;
}

.light-text.white {
  color: var(--primary-light);
}

.light-text.head {
  font-weight: 500;
}

.light-text.head.oswald {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 1.2em;
}

.light-text.head.oswald.home-4-testimonials-wrapper {
  letter-spacing: 1.25px;
  font-size: 84px;
  line-height: 98px;
}

.light-text.head.oswald.home-4-testimonials-wrapper.hey {
  color: var(--accent);
}

.light-text._18 {
  font-size: 18px;
}

.light-text.ok {
  font-size: 40px;
}

.light-text._2 {
  color: var(--accent);
  font-size: 82px;
}

.light-text._2.desktop {
  font-size: 92px;
  font-weight: 500;
}

.light-text._2.mobile, .light-text.mobil {
  display: none;
}

.light-text.desktop {
  letter-spacing: -2px;
  font-size: 110px;
}

.text-wrapper {
  width: 100%;
}

.text-wrapper.margin-bottom-medium {
  margin-bottom: 50px;
}

.process-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.process-container.new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.process-container.new.m3 {
  display: none;
}

.process-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px solid var(--accent-blue);
  background-image: linear-gradient(#c1d4ed5e, #c1d4ed5e);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 20px;
  display: flex;
}

.process-wrap:hover {
  mix-blend-mode: normal;
  background-image: linear-gradient(#c1d4ed8a, #c1d4ed8a);
}

.process-wrap.new {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_181578305_Preview.jpeg'), linear-gradient(#c1d4ed5e, #c1d4ed5e);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  border-radius: 0;
}

.image-process-wrap {
  align-self: center;
}

.image-process-wrap.new {
  margin-top: 170px;
}

.image-process-wrap.new._3 {
  margin-top: 120px;
}

.image-process {
  height: 166px;
  padding: 0;
}

.image-process._2, .image-process._3 {
  height: 166px;
}

.image-process._3.sani {
  position: relative;
  top: 10px;
}

.image-process._4, .image-process._5 {
  height: 166px;
}

.image-process.heiz {
  position: relative;
  top: 20px;
}

.content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.process-heading {
  flex-direction: column;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

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

.block-right.mt-20 {
  margin-top: 20px;
}

.projects-mask {
  width: 70%;
  max-width: 900px;
  overflow: visible;
}

.empty-state-white {
  background-color: #0000;
}

.arrow-slide {
  color: var(--accent);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.projects-card-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slide-arrow {
  border: 1px solid var(--light-gray);
  color: var(--light-gray);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: color .3s, border-color .3s, background-color .3s;
  display: flex;
  top: -20%;
  left: 2%;
  right: auto;
}

.slide-arrow:hover {
  border-color: var(--light-gray);
  background-color: var(--light-gray);
  color: var(--text-dark);
}

.slide-arrow.right {
  border-color: var(--accent);
  left: auto;
  right: 2%;
}

.slide-arrow.right:hover {
  background-color: var(--dark-2);
}

.slide-arrow.second {
  top: 0%;
}

.slide-arrow.second-right {
  top: 0%;
  left: auto;
  right: 2%;
}

.project-card-bottom {
  z-index: 10;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-top: 20px;
  display: grid;
  position: relative;
}

.project-card-wrapper {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.project-content-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subtitle-category {
  color: var(--dark-blue);
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.image-project {
  z-index: 5;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  position: relative;
}

.image-project:hover {
  transform: scale(1.2);
}

.project-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 95%;
  display: grid;
}

.contact-input {
  border: 1px solid var(--dark-2);
  background-color: var(--transparent-0);
  color: var(--dark-blue);
  width: 100%;
  height: auto;
  padding: 16px 18px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.contact-input:focus {
  border: 1px solid var(--primary);
  color: var(--text-dark);
  font-size: 16px;
}

.contact-input::placeholder {
  color: var(--dark-gray);
  font-size: 16px;
}

.contact-input.half {
  color: var(--dark-gray);
  background-color: #0000;
  width: 50%;
  font-family: Open Sans, sans-serif;
}

.contact-input.larger {
  height: auto;
  font-family: Open Sans, sans-serif;
}

.news-info-content {
  background-color: var(--accent-blue);
  color: var(--black);
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  padding: 40px;
  display: flex;
}

.select-field {
  border: 1px solid var(--dark-gray);
  color: var(--dark-gray);
  background-color: #fff0;
  height: auto;
  margin-bottom: 40px;
  padding: 16px 18px;
  font-size: 16px;
}

.select-field:active {
  color: var(--text-dark);
  font-size: 16px;
}

.select-field:focus {
  border-color: var(--primary);
  color: var(--text-dark);
}

.select-field:focus-visible, .select-field[data-wf-focus-visible] {
  color: var(--text-dark);
}

.select-field.contact {
  margin-bottom: 10px;
}

.select-field.weg {
  display: none;
}

.margin-bottom-small {
  color: var(--dark-blue);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.margin-bottom-small.contakt {
  margin-bottom: 0;
}

.form-book-contacts {
  color: var(--dark-2);
  width: 100%;
  height: auto;
  min-height: 295px;
  margin-bottom: 0;
}

.form-book-contacts.contact-us {
  min-height: 442px;
}

.subscribe-title {
  color: var(--dark-2);
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 0;
}

.form-book {
  color: var(--dark-2);
  width: 100%;
}

.subscribe-image {
  object-fit: cover;
  background-image: url('../images/Rombach_Sanitär_2024-90.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 45%;
  position: relative;
  overflow: hidden;
}

.our-news-container {
  background-color: var(--light-gray);
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.image-cover-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.list-item {
  line-height: 1.5em;
}

.list-item.light-text {
  color: var(--accent);
  text-align: left;
  align-self: flex-start;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.base-container-home {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container-home.position-relative-start {
  z-index: 5;
  align-items: flex-start;
  position: relative;
}

.social-section {
  justify-content: center;
  height: 100%;
  padding-top: 140px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-networks-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.social-networks-block.kontakt {
  width: 100%;
}

.image-cover {
  object-fit: cover;
  background-image: linear-gradient(#212121b3, #212121b3), url('../images/pexels-edmond_1pexels-edmond.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
}

.image-cover.eight {
  aspect-ratio: auto;
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/Rombach_Sanitär_2024-78.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  max-height: none;
  position: relative;
}

.list {
  grid-row-gap: 15px;
  color: #9e9e9e;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 25px;
  margin-left: 0;
  padding-left: 0;
  overflow: hidden;
}

.list.middle {
  grid-row-gap: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  list-style-type: none;
}

.button-light {
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray);
  color: var(--text-dark);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  padding: 18px 35px;
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  transition: border-color .3s, color .3s, background-color .3s;
  display: inline-block;
}

.button-light:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  opacity: 1;
  color: var(--light-gray);
  font-size: 18px;
}

.margin-left-right-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-left-right-auto.text-content-center {
  width: 80%;
}

.margin-top-small {
  margin-top: 20px;
}

.teatimonial-text {
  color: var(--white);
  text-align: center;
  font-size: 32px;
}

.testimonials-slider-style {
  background-color: var(--new-blue);
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-column {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-column.margin-top-medium {
  margin-top: 40px;
}

.team-member-column {
  width: 100%;
}

.team-member-column.second {
  margin-top: 60px;
}

.text-grey {
  color: var(--dark-gray);
}

.text-grey.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.card-side {
  backface-visibility: hidden;
  position: absolute;
  inset: 0%;
}

.card-side.front {
  z-index: 1;
  opacity: 1;
  display: block;
  position: absolute;
  transform: rotate(0);
}

.card-side.back {
  z-index: auto;
  transform-style: preserve-3d;
  height: 100%;
  position: static;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-side-wrapper {
  cursor: pointer;
  height: 100%;
  position: relative;
}

.card-side-wrapper.team {
  height: 500px;
}

.card-side-wrapper.service {
  align-items: flex-end;
  width: 100%;
  height: 350px;
  display: flex;
}

.card-side-wrapper.service-center {
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
}

.card-side-wrapper.team-member, .card-side-wrapper.career {
  height: 400px;
}

.side-button {
  z-index: 2;
  background-color: var(--primary-light);
  border-radius: 50px;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  transition-property: background-color;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.side-button:hover {
  background-color: var(--pastel-yellow);
}

.plus {
  font-family: "Fa solid 900", sans-serif;
}

.side-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.description-block {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--new-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: absolute;
}

.description-block.gap-small {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-left: 20px;
  margin-right: 20px;
}

.description-team {
  margin-top: 20px;
}

.main-logo {
  height: auto;
  min-height: auto;
  max-height: 60px;
  margin-right: 10px;
}

.nav-dropdown-icon-desktop {
  color: var(--white);
  margin-left: 5px;
  margin-right: 0;
  font-size: 14px;
  display: block;
  position: relative;
}

.nav-dropdown-icon-desktop.dark {
  color: var(--text-dark);
}

.cart-block {
  margin-right: 10px;
  display: flex;
}

.button-tablet-block {
  display: none;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-links-wrapper.half-width {
  width: 100%;
}

.footer-links-wrapper.tablet-card-wrapper-small.weg {
  display: none;
}

.footer-title {
  color: var(--pastel-yellow);
  text-align: left;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.footer-links-columns-wrapper-large {
  grid-column-gap: 30px;
  flex-direction: row;
  padding-top: 30px;
  display: flex;
}

.footer-links-columns-wrapper-large.padding-top-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
}

.footer-link-text {
  color: var(--primary-light);
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: color .3s;
}

.footer-link-text:hover {
  color: var(--pastel-yellow);
  -webkit-text-stroke-color: var(--pastel-yellow);
}

.footer-link-text.no-top-padding {
  padding-top: 0;
  font-family: Open Sans, sans-serif;
}

.footer-link-text.no-top-padding:hover {
  -webkit-text-stroke-color: var(--pastel-yellow);
}

.footer-link-text.no-top-padding.w--current {
  font-family: Open Sans, sans-serif;
}

.footer-link-text.referenzen {
  display: none;
}

.display-flex-horizontal {
  display: flex;
}

.display-flex-horizontal.xsmall-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.column-xxsmall-image {
  object-fit: cover;
  width: 60px;
  height: 60px;
}

.column-xxsmall-image.zoom {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.column-xxsmall-image.zoom:hover {
  transform: scale(1.1);
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.small-gap {
  grid-row-gap: 10px;
}

.footer-links {
  color: var(--primary-light);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: color .3s;
}

.footer-links:hover {
  color: var(--yellow);
}

.footer-contacts-icon {
  color: var(--pastel-yellow);
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
}

.work-hours {
  color: #fff;
  text-align: left;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.all-contacts-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.all-contacts-wrapper.contact-wrapper-align-center {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin-top: 5px;
}

.footer-links-large-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.without-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-service {
  color: var(--light-gray);
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  transition: opacity .3s;
}

.heading-service:hover {
  opacity: .8;
  color: var(--light-gray);
}

.not-full.light-color {
  color: var(--light-gray);
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-home-grid {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  display: grid;
  position: relative;
}

.gradient-hero {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.grid-content {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -40px;
  display: grid;
}

.link-block-bottom {
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(#021e0580, #021e0580);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 10px;
  display: flex;
  position: absolute;
}

.section-banner-home {
  background-color: var(--dark-2);
  color: var(--pastel-yellow);
  background-image: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.banner-img-home {
  object-fit: cover;
  object-position: 50% 50%;
  width: 45%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-content-home {
  width: 56%;
  display: block;
}

.container-button {
  padding-bottom: 10px;
}

.paragraph-home {
  width: 85%;
}

.mt-20 {
  margin-top: 20px;
}

.banner-inner-title {
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.banner-inner-title.mb-0 {
  margin-bottom: 0;
}

.background-bottom {
  background-color: var(--text-dark);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-text {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
}

.icon-text.margin-bottom-small {
  color: var(--pastel-yellow);
}

.icon-text.margin-bottom-small.weg {
  display: none;
}

.container-text {
  width: auto;
}

.team-member-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.accordion-icon-circle {
  border: 1px solid var(--text-dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

.collection-list-wrapper-service {
  width: 100%;
}

.link-image-block {
  width: 100%;
  overflow: hidden;
}

.image-services {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.image-services._200.le {
  width: 555px;
  height: 380px;
}

.image-services._200 {
  border-radius: 10px;
}

.service-categories {
  color: var(--light-gray);
  text-transform: uppercase;
}

.service-categories:hover {
  color: var(--lemon);
}

.link-company {
  margin-top: 0;
  margin-bottom: 0;
}

.link-company:hover {
  color: var(--dark-gray);
}

.footer-main {
  background-color: var(--primary);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.process-text-wrap {
  width: 36%;
}

.process-circle {
  grid-row-gap: 10px;
  border: 0px solid var(--text-dark);
  background-color: var(--primary-light);
  color: var(--text-dark);
  border-radius: 50%;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.process-circle.k {
  margin-left: 5px;
}

.process-text {
  border-left: 3px solid var(--light-blue);
  color: var(--white);
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.process-text.right-text {
  border-left: 3px solid var(--light-blue);
  color: var(--white);
  text-align: left;
  padding-left: 16px;
  font-size: 18px;
  line-height: 1.4em;
}

.process-wrapper {
  grid-row-gap: 36px;
  flex-direction: column;
  margin-left: -80px;
  display: flex;
  position: relative;
}

.process-circle-wrap {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  display: flex;
}

.process-circle-wrap.right-position {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.process-container-2 {
  z-index: 4;
  grid-column-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process-container-2.second-process {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.process-container-2.second-process.heute {
  display: none;
}

.card-side-absolute {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: absolute;
}

.card-side-absolute.team {
  z-index: auto;
  height: 500px;
}

.card-side-absolute.services-second {
  height: 350px;
}

.process-illustration {
  border-radius: 20px;
  height: 170px;
  margin-left: 50px;
}

.process-illustration.right {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.block-button {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.light-style-guide {
  background-color: var(--lemon);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.right-block.small-top-margin {
  margin-top: 20px;
}

.collection-list-career {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.tabs-content-projects {
  overflow: visible;
}

.lightbox-link {
  margin-bottom: -7px;
  overflow: hidden;
}

.image-more-services {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform 1s;
}

.image-more-services:hover {
  transform: scale(1.1);
}

.blog-categories {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  width: 100%;
  display: grid;
}

.icon-style-guide-2 {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide-2.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.text-block-404 {
  z-index: 2;
  color: var(--primary);
  font-family: Bricolage Grotesque, sans-serif;
  font-size: 180px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.default-state {
  margin-bottom: 0;
}

.out-of-stock-state, .error-state {
  background-color: var(--transparent-0);
  padding-right: 0;
}

.add-to-cart {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.license-link {
  margin-right: 50px;
}

.license-link:hover {
  color: var(--dark-gray);
}

.license-link.last {
  margin-right: 0;
}

.cart-button {
  background-color: var(--transparent-0);
  color: var(--light-gray);
}

.cart-button:hover {
  color: var(--lemon);
}

.cart-button.dark {
  color: var(--primary);
}

.cart-button.dark:hover {
  color: var(--dark-gray);
}

.cart-quantity {
  background-color: var(--primary-light);
  color: var(--primary);
  margin-top: -20px;
  margin-left: -5px;
}

.cart-quantity.dark {
  background-color: var(--primary);
  color: var(--primary-light);
}

.lightbox-main-image {
  width: 100%;
  height: 400px;
  position: relative;
}

.images-collection-item {
  width: 50%;
  display: flex;
}

.main-image-product {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.zoom-modal {
  z-index: 10;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 5px 50px #333;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.more-image-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.empty-state-event {
  background-color: #0000;
}

.images-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.lightbox-small-image {
  width: 100%;
  height: 160px;
}

.shop-category {
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 18px;
  transition: background-color .3s, border-color .3s;
}

.shop-category:hover {
  border-color: var(--light-gray);
  background-color: var(--light-gray);
}

.field-label-products {
  font-size: 18px;
  font-weight: 600;
}

.default-state-shop {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-color: var(--transparent-0) var(--transparent-0) var(--dark-gray);
  background-color: var(--transparent-0);
  border-radius: 0;
  width: 100%;
  height: 60px;
  padding-left: 20px;
}

.quantity:focus {
  border-color: var(--transparent-0) var(--transparent-0) var(--text-dark);
}

.shop-images-wrapper {
  height: 100%;
}

.heading-container {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.image-cart {
  object-fit: cover;
  width: 90px;
  height: 90px;
}

.cart-quantity-small {
  border-color: var(--dark-gray);
}

.cart-quantity-small:hover, .cart-quantity-small:focus {
  border-color: var(--primary);
}

.text-block-cart {
  font-size: 18px;
  font-weight: 600;
}

.close-button {
  cursor: pointer;
}

.subtotal {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}

.apple-pay, .pay-with-browser {
  height: 60px;
}

.cart-item {
  width: 100%;
}

.checkout-form {
  background-color: var(--transparent-0);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.checkbox {
  margin-top: -10px;
}

.order-field {
  border-color: var(--dark-gray-50);
}

.order-field:focus, .order-field.-wfp-focus {
  border-color: var(--text-dark);
}

.order-item-wrap {
  flex: 1;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--transparent-0);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-social {
  overflow: hidden;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 296px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: 12px;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: 8px;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.div-block-2 {
  background-color: var(--light-blue);
}

.heading {
  color: var(--dark-2);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.heading.ber-uns {
  color: #b4e7ff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
}

.heading.ber-uns.dark {
  color: var(--dark-2);
}

.heading.ber-uns.mobil {
  display: none;
}

.heading.referenzen {
  font-size: 60px;
}

.heading.light {
  color: var(--white);
  text-align: left;
  font-size: 64px;
}

.heading.light.kontakt-1 {
  margin-bottom: 0;
}

.heading.light.jobs {
  color: var(--accent);
  font-size: 60px;
}

.heading.light.mitte {
  text-align: center;
  font-size: 54px;
}

.heading.kontakt {
  color: var(--dark-2);
  text-align: left;
  font-size: 60px;
}

.heading.team {
  text-align: center;
  font-size: 60px;
}

.heading.willkommen {
  font-size: 60px;
}

.heading.unter {
  color: var(--accent);
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 48px;
}

.heading.unter.desktop.fmt {
  width: 80%;
}

.heading.unter.mobile {
  display: none;
}

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

.navbar-border-block {
  z-index: 1;
  background-color: #ffce00;
  border-radius: 50%;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  inset: 45% 3% auto auto;
}

.navbar-border-block.corona {
  z-index: 20;
  border: 0px solid var(--new-blue);
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #fbe44f;
  width: 175px;
  height: 175px;
  position: fixed;
  top: 13%;
  right: 4%;
  transform: rotate(4deg);
}

.navbar-border-block.corona.unter {
  border-radius: 0;
  width: 190px;
  height: 85px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: auto auto -5% 6%;
}

.link-block-3 {
  transform: scale3d(1none, 1none, 1none);
  color: #fbe44f;
  transform-style: preserve-3d;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-7 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: -20px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: 45px;
  text-decoration: none;
  position: static;
  top: 29px;
  left: 25px;
}

.heading-7.corona {
  color: var(--new-blue);
  text-transform: uppercase;
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 31px;
  top: 10px;
  left: 0;
}

.heading-7.corona.test {
  font-size: 16px;
}

.heading-7.current {
  color: var(--accent);
}

.paragraph {
  color: var(--dark-2);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.space-24 {
  height: 20px;
}

.limit-440 {
  max-width: 440px;
}

.master-services {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  display: flex;
}

.master-services.leistungen {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 0;
}

.button {
  color: #150f0b;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.button:hover {
  color: #009fe3;
}

.body-1 {
  color: #3a3837;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.underline-cta {
  z-index: -1;
  background-color: #b4e7ff;
  width: 100%;
  height: 8px;
  margin-top: -8px;
  position: relative;
}

.service-bg {
  height: 100%;
  position: absolute;
  inset: 0 0% 0 auto;
}

.image-cover-2 {
  object-fit: cover;
  border: 0 #000;
  border-radius: 14px;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: 250px;
  margin-top: -2px;
}

.image-cover-2.mobil {
  display: none;
}

.image-cover-2.leistungen {
  min-height: 250px;
  margin-top: 0;
  padding: 30px;
}

.image-cover-2.desktop, .image-cover-2.leistungen {
  margin-top: 0;
}

.section-2 {
  border-bottom: 0 solid #3a3837;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.services-section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section-2.services-section.leistungen {
  background-image: linear-gradient(to top, #3e4c9100 20%, #20264680), linear-gradient(to bottom, var(--black), var(--black));
  border-bottom-width: 0;
  padding-top: 180px;
}

.section-2.services-section.leistungen.weg, .section-2.services-section.leistungen.historie {
  display: none;
}

.sticky-block {
  position: sticky;
  top: 100px;
}

.limit-550 {
  max-width: 1700px;
}

.div-block-4 {
  width: 50%;
  margin-top: 20px;
}

.underline-hover {
  background-color: #009fe3;
  position: absolute;
  inset: 0%;
}

.sticky-wrap {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.big-text-2 {
  font-size: 38px;
  font-weight: 300;
  line-height: 130%;
}

.text-heading-1 {
  color: #150f0b;
  letter-spacing: -.05em;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 85px;
  font-weight: 600;
  line-height: 100%;
}

.text-heading-1.accent {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 84px;
  font-weight: 700;
}

.text-heading-1.leistungen {
  color: #009fe3;
  padding-top: 90px;
  font-size: 74px;
}

.text-heading-1.leistungen.u {
  color: #9eacd0;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-top: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.service-card {
  z-index: 3;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  box-shadow: none;
  background-color: #464e67;
  background-image: linear-gradient(262deg, #555f7a, #b1c4de8a);
  border-radius: 10px 75px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 660px;
  padding: 30px 30px 30px 10px;
  display: grid;
  position: sticky;
  top: 200px;
}

.service-card.n {
  border-radius: 10px;
  grid-template-columns: 1fr;
}

.body-2 {
  letter-spacing: -.02em;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 125%;
}

.main-container {
  width: auto;
  max-width: 1200px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.main-container.leistungen {
  padding-top: 0;
}

.div-block-5 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: none;
}

.div-block-5.weg {
  display: none;
}

.title-wrap {
  z-index: 2;
  position: relative;
}

.cta-secondary {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 600;
  line-height: 133%;
  text-decoration: none;
}

.text-heading-3 {
  color: #fff;
  letter-spacing: -.05em;
  text-transform: uppercase;
  width: 330px;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.text-heading-3.schwarz {
  color: #150f0b;
}

.carousel-bg-2 {
  width: 394px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.logo-moving-logo {
  object-fit: contain;
  min-height: 32px;
}

.logo-moving-logo.bigger-logo {
  min-height: 42px;
}

.section-3 {
  border-bottom: 0 solid #3a3837;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.clients-section {
  color: #3a3837;
  background-color: #150f0b;
  padding-top: 160px;
  padding-bottom: 32px;
  position: relative;
}

.section-3.clients-section._100.weg {
  display: none;
}

.text-heading-2 {
  color: #b4e7ff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-right: 8px;
  font-size: 74px;
  font-weight: 600;
  line-height: 92%;
}

.space-112 {
  height: 112px;
}

.block-relative {
  z-index: 1;
  position: relative;
}

.move-moving-logo {
  grid-column-gap: 180px;
  align-items: center;
  display: flex;
}

.single-moving-logo {
  grid-column-gap: 180px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.limit-670 {
  max-width: 670px;
}

.client-role {
  font-weight: 500;
}

.client-role.opacity-90 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.master-moving-logos {
  flex-direction: column;
  overflow: hidden;
}

.master-moving-logos.weg {
  display: none;
}

.clients-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 24px;
  font-size: 21px;
  display: grid;
}

.clients-grid.home {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.client-image-wrap {
  z-index: 26;
  border-radius: 16px;
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.label {
  color: #009fe3;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.label.accent {
  color: #fff;
  font-size: 20px;
}

.space-40 {
  height: 24px;
}

.carousel-bg {
  z-index: 1;
  opacity: .69;
  mix-blend-mode: normal;
  width: 515px;
  position: absolute;
  inset: 3% 0% auto auto;
}

.space-113 {
  height: 20px;
}

.limit-671 {
  max-width: 440px;
}

.body-3 {
  color: #3a3837;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.section-4 {
  border-bottom: 0 solid #3a3837;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-4.services-section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section-4.services-section.leistungen {
  background-image: linear-gradient(#ebeff3, #ebeff3);
  border-bottom-width: 0;
  padding-top: 180px;
}

.limit-672 {
  max-width: 900px;
}

.div-block-6 {
  width: 50%;
  margin-top: 20px;
}

.big-text-3 {
  font-size: 38px;
  font-weight: 300;
  line-height: 130%;
}

.text-heading-4 {
  color: #150f0b;
  letter-spacing: -.05em;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 85px;
  font-weight: 600;
  line-height: 100%;
}

.text-heading-4.accent {
  color: #009fe3;
  margin-bottom: 20px;
  font-size: 84px;
}

.text-heading-4.leistungen {
  color: #009fe3;
  padding-top: 90px;
  font-size: 74px;
}

.service-card-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #ebeff3;
  border-radius: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 660px;
  padding: 30px;
  display: grid;
  position: sticky;
  top: 200px;
  box-shadow: 0 1px 1px #00000080, 0 0 1px 1px #ffffff40;
}

.body-4 {
  letter-spacing: -.02em;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 125%;
}

.div-block-7 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-11.team-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: stretch;
}

.team-bild {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_646613410_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.team-bild:hover {
  background-image: linear-gradient(#0a0815cc, #0a0815cc), url('../images/AdobeStock_646613410_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-bild._2 {
  background-image: url('../images/AdobeStock_481835240.jpg');
  background-position: 89%;
  background-size: cover;
  height: 360px;
}

.team-bild._2.ok {
  aspect-ratio: 1;
  background-image: url('../images/AdobeStock_481835240.jpg');
  background-size: cover;
  height: auto;
  overflow: hidden;
}

.team-bild._2.ok:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_481835240.jpg');
  background-position: 0 0, 89% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.team-bild._3 {
  background-image: linear-gradient(#00000021, #00000021), url('../images/AdobeStock_646613410.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 450px;
}

.team-bild._3.unter {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  height: 375px;
}

.team-bild._3.d {
  aspect-ratio: 1;
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/Rombach_Sanitär_2024-97.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  overflow: hidden;
}

.team-bild._3.d:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rombach_Sanitär_2024-97.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-bild._4 {
  background-image: url('../images/AdobeStock_132507237.jpg');
  background-position: 40%;
  background-size: cover;
  height: 360px;
}

.team-bild._4.block-relative {
  aspect-ratio: 1;
  background-image: url('../images/AdobeStock_132507237.jpg');
  height: auto;
  overflow: hidden;
}

.team-bild._4.block-relative:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_132507237.jpg');
  background-position: 0 0, 40%;
  background-size: auto, cover;
}

.team-bild._5.unter {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  height: 375px;
}

.team-bild._5.d {
  aspect-ratio: 1;
  background-image: url('../images/AdobeStock_730426049.jpg');
  height: auto;
  overflow: hidden;
}

.team-bild._5.d:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_730426049.jpg');
  background-position: 0 0, 74%;
  background-size: auto, cover;
}

.team-bild._1 {
  background-image: linear-gradient(#0000, #0000), url('../images/AdobeStock_643638565.jpg');
}

.team-bild._1.unter {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  height: 375px;
}

.team-bild._1.d {
  aspect-ratio: 1;
  background-image: url('../images/Rombach_Sanitär_2024-78.jpg');
  background-position: 58%;
  height: auto;
  position: static;
  overflow: hidden;
}

.team-bild._1.d:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Rombach_Sanitär_2024-78.jpg');
  background-position: 0 0, 58%;
  background-size: auto, cover;
}

.team-bild._1.ok {
  background-image: url('../images/AdobeStock_643638565.jpg');
}

.team-bild._1.ok:hover {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_643638565.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-bild._5 {
  background-image: url('../images/AdobeStock_615728041_Preview.jpeg');
  background-position: 74%;
  background-size: cover;
  height: 450px;
}

.team-bild._5:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_615728041_Preview.jpeg');
  background-position: 0 0, 74%;
  background-size: auto, cover;
}

.team-bild._4 {
  background-image: url('../images/AdobeStock_132507237_Preview.jpeg');
  background-position: 40%;
  background-size: cover;
}

.team-bild._4:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_132507237_Preview.jpeg');
  background-position: 0 0, 40%;
  background-size: auto, cover;
}

.team-bild._3 {
  background-image: url('../images/AdobeStock_646613410_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
}

.team-bild._3:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_646613410_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.team-bild._2 {
  background-image: url('../images/AdobeStock_481835240_Preview.jpeg');
  background-position: 89%;
  background-size: cover;
}

.team-bild._2:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_481835240_Preview.jpeg');
  background-position: 0 0, 89%;
  background-size: auto, cover;
}

.team-bild._1 {
  background-image: url('../images/AdobeStock_643638565_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
}

.team-bild._1:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_643638565_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-12 {
  opacity: 0;
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-8 {
  color: #222221;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.heading-8.wir {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.heading-8.wir:hover {
  opacity: 1;
}

.heading-8.wir.d2 {
  display: none;
}

.special-text {
  color: #f2ede9;
  text-align: left;
  margin-bottom: 0;
  padding-right: 75px;
  font-size: 18px;
  line-height: 30px;
}

.special-text.team.neu {
  letter-spacing: -.33px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 21px;
}

.special-text.team {
  text-align: center;
  text-transform: none;
  background-color: #0000;
  background-image: none;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-9 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--black);
  font-family: Oswald, sans-serif;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slide-6 {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/Rombach_Sanitär_2024-98.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.zero {
  opacity: 0;
}

.list-2 {
  grid-row-gap: 10px;
  color: var(--new-blue);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.paragraph-2 {
  color: var(--accent-blue);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-2.unter {
  font-size: 18px;
  line-height: 1.42em;
}

.paragraph-2.mittig {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.paragraph-2.dark {
  color: var(--dark-blue);
  font-weight: 400;
  line-height: 1.5em;
}

.list-item-2 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-15 {
  background-image: url('../images/dsc_5568.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-15._2 {
  background-image: url('../images/dsc_5520.jpeg');
}

.div-block-15._3 {
  background-image: url('../images/dsc_5386-crop-u2289.jpeg');
}

.div-block-15._4 {
  background-image: url('../images/sanitaer.jpeg');
}

.link {
  color: var(--accent);
  -webkit-text-stroke-color: var(--accent);
  font-family: Open Sans, sans-serif;
}

.link:hover {
  color: var(--pastel-yellow);
}

.bold-text {
  font-weight: 800;
}

.div-block-16 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(to bottom, var(--new-blue), var(--new-blue));
  height: 45vh;
  margin-top: -485px;
}

.heading-10 {
  color: var(--black);
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.paragraph-3 {
  color: var(--dark-blue);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.lightbox-link-2 {
  position: relative;
  inset: -24% 0% 0 -8%;
}

.lightbox-link-2.sanit-r {
  top: -31%;
  left: 79%;
}

.lightbox-link-2.ok {
  top: -25%;
  left: -7%;
}

.image-12 {
  opacity: 1;
  direction: ltr;
  mix-blend-mode: normal;
  width: 160px;
  height: 160px;
  margin-top: 29px;
  position: relative;
  top: auto;
  right: auto;
}

.image-12:hover {
  filter: grayscale(85%) brightness(90%);
  mix-blend-mode: hard-light;
}

.image-12:active {
  mix-blend-mode: hard-light;
}

.paragraph-4 {
  color: var(--primary-light);
}

.div-block-17 {
  z-index: 100;
  position: static;
  inset: auto 13% -19% auto;
}

.div-block-17.new {
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 120px;
  display: flex;
}

.container {
  max-width: 1200px;
}

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

.section-6 {
  background-color: var(--new-blue);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-6.slider-weg {
  display: none;
}

.slider-3 {
  aspect-ratio: 2;
  background-color: #ddd0;
  border-radius: 0;
  height: auto;
  padding: 20px 20px 0;
}

.image-13 {
  border: 9px solid var(--accent-blue);
  background-image: linear-gradient(to bottom, var(--new-blue), var(--new-blue));
  border-radius: 222px;
  flex: none;
  width: 200px;
  margin-top: 80%;
}

.weg {
  display: none;
}

.slide-7 {
  background-image: url('../images/AdobeStock_437190814_Preview.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
}

.slide-7.sanit-r1 {
  background-image: url('../images/Rombach_Sanitär_2024-56.jpg');
  background-position: 50% 100%;
}

.slide-7._241 {
  background-image: url('../images/AdobeStock_437190814.jpg');
}

.slide-7._241.l1 {
  background-image: url('../images/Rombach_Sanitär_2024-79.jpg');
  background-position: 50% 59%;
}

.slide-7.h1 {
  background-image: url('../images/Rombach_Sanitär_2024-34.jpg');
}

.slide-8 {
  background-image: url('../images/AdobeStock_546977186_Preview.jpeg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-8.sanit-r2 {
  background-image: url('../images/Rombach_Sanitär_2024-63.jpg');
  background-position: 50% 90%;
}

.slide-8._242 {
  background-image: url('../images/AdobeStock_643638565.jpg');
  background-position: 50% 0;
}

.slide-8._242.l2 {
  background-image: url('../images/Rombach_Sanitär_2024-32.jpg');
}

.slide-8.h2 {
  background-image: url('../images/Rombach_Sanitär_2024-77.jpg');
  background-position: 50% 60%;
}

.slide-9 {
  background-image: url('../images/AdobeStock_481835240_Preview.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-9.sanit-r3 {
  background-image: url('../images/Rombach_Sanitär_2024-72.jpg');
  background-position: 50% 100%;
}

.slide-9._243 {
  background-image: url('../images/AdobeStock_481835240.jpg');
}

.slide-9._243.l3 {
  background-image: url('../images/Rombach_Sanitär_2024-41.jpg');
}

.slide-9._243.l01 {
  background-image: url('../images/Rombach_Sanitär_2024-40.jpg');
  background-position: 50% 60%;
}

.slide-9.h3 {
  background-image: url('../images/Rombach_Sanitär_2024-33.jpg');
  background-position: 50% 0;
}

.slide-10 {
  background-image: url('../images/Rombach_Sanitär_2024-87.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-10.h4 {
  background-image: url('../images/Rombach_Sanitär_2024-81_1.jpg');
  background-position: 50% 30%;
}

.slide-10.l4 {
  background-image: url('../images/AdobeStock_135427700.jpeg');
  background-size: cover;
}

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

.list-item-3 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.slider-4 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.slider-4.mobil, .slider-4.mobil2 {
  display: none;
}

.slide-nav {
  display: none;
  top: 543px;
}

.right-arrow {
  margin-top: -60px;
  margin-right: -30px;
}

.left-arrow {
  margin-top: -60px;
  margin-left: -30px;
}

.solar1 {
  background-image: url('../images/markus-spiske-rNn_TU8dvoY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.solar {
  background-image: url('../images/AdobeStock_434757320.jpg');
  background-position: 0 0;
  background-size: cover;
}

.solar3 {
  background-image: url('../images/AdobeStock_132507237.jpg');
  background-position: 0 0;
  background-size: cover;
}

.solar4 {
  background-image: url('../images/dsc_5357-kopie.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-405 {
  color: var(--dark-2);
  font-family: Open Sans, sans-serif;
}

.text-block-406 {
  color: var(--dark-2);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.text-block-407 {
  color: var(--new-blue);
  font-family: Oswald, sans-serif;
  font-size: 38px;
}

.text-block-407._2 {
  text-transform: uppercase;
  font-size: 32px;
}

.div-block-19 {
  width: 200px;
  height: 170px;
}

.div-block-19._2 {
  height: 210px;
}

.stirich {
  z-index: 1;
  border: 3px solid var(--white);
  height: 87vh;
  position: absolute;
  inset: 9% auto 0% 19%;
}

.stirich.ol {
  height: 840px;
}

.stirich.ol.new {
  height: 1060px;
}

.image-process-2 {
  height: 220px;
  padding: 0;
}

.image-process-2._2, .image-process-2._3 {
  height: 220px;
}

.heading-11 {
  color: #222221;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.heading-11.wir {
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  line-height: 50px;
}

.heading-11.wir:hover {
  opacity: 1;
}

.div-block-21 {
  opacity: 0;
  background-image: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-dropdown-toggle-2 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 6px 20px 12px;
  display: flex;
}

.button-text-item-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.nav-dropdown-icon-desktop-2 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  display: block;
  position: relative;
}

.nav-menu-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-item-title-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.navbar-absolute-2 {
  background-color: #131125;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.primary-button-green-2 {
  background-color: #3e4c91;
  align-items: center;
  padding: 15px 25px;
  font-style: normal;
  display: flex;
}

.primary-button-green-2:hover {
  background-color: #3e4c9182;
}

.nav-dropdown-list-2 {
  background-color: #3e4c91;
  border: 1px solid #0000002e;
  width: 230px;
  padding: 15px;
  display: none;
}

.nav-dropdown-list-2.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.menu-wrap-2 {
  align-items: center;
  display: flex;
}

.nav-dropdown-link-line-2 {
  background-color: #fef392;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.nav-dropdown-link-line-2:hover {
  background-color: #f0fa99;
}

.nav-dropdown-link-2 {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-left: -20px;
  padding: 10px 8px 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link-2:hover {
  color: var(--pastel-yellow);
  margin-left: 0;
}

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

.nav-dropdown-link-2.w--current:hover {
  color: #fef392;
}

.nav-dropdown-icon-2 {
  font-size: 16px;
  display: none;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  padding: 20px 14px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-2:hover {
  color: var(--pastel-yellow);
}

.nav-link-2.w--current {
  color: var(--white);
}

.nav-link-2.w--current:hover {
  color: var(--pastel-yellow);
}

.nav-link-2.referenzen {
  display: none;
}

.primary-button-light-2 {
  text-transform: uppercase;
  background-color: #e7eff7;
  align-items: center;
  padding: 15px 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-style: normal;
  display: flex;
}

.primary-button-light-2:hover {
  color: #b4e7ff;
  background-color: #b4e7ff;
  border: 0 solid #e7eff7;
}

.primary-button-light-2.b {
  justify-content: center;
  align-items: center;
  width: 38%;
}

.button-text-item-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.button-text-item-3.dark {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.button-text-item-3.dark:hover {
  color: #fff;
}

.button-text-item-3.dark.home:hover {
  color: #131125;
}

.about-info-cards-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid #fff;
  flex-flow: wrap;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  display: none;
}

.play-button-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.heading-12 {
  color: #202646;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.heading-12.ber-uns {
  color: #b4e7ff;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
}

.list-3 {
  grid-row-gap: 10px;
  color: #131125;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
}

.icon-text-2 {
  color: #335133;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
}

.icon-text-2.margin-bottom-small {
  color: #fef392;
}

.icon-text-2.margin-bottom-small.weg {
  display: none;
}

.list-item-4 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.section-7 {
  background-image: none;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-7.without-bottom-spacing {
  background-color: #131125;
  background-image: linear-gradient(#b4e7ff1a, #fff0);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-7.without-bottom-spacing.ber-uns {
  background-image: linear-gradient(0deg, #b4e7ff1a, #fff0);
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.section-7.without-bottom-spacing.ber-uns.jobs {
  border-top: 10px solid var(--white);
  background-image: linear-gradient(#b4e7ff21, #fff0);
}

.about-info-cards-wrap-2 {
  color: #fff;
  background-color: #f9f7ef00;
  width: 47%;
}

.play-button-hover-2 {
  z-index: 10;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover-2:hover {
  transform: scale(1);
}

.paragraph-5 {
  color: #e7eff7;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-2 {
  text-align: center;
  text-transform: uppercase;
}

.faq-link {
  color: #150f0b;
}

.faq-link.w--current {
  color: #5892d8;
}

.faq-link.text-heading-5.weg {
  display: none;
}

.text-heading-5 {
  color: #fff;
  letter-spacing: -.05em;
  text-transform: uppercase;
  width: 330px;
  font-size: 28px;
  font-weight: 600;
  line-height: 100%;
}

.text-heading-5.haus.blue {
  color: #009fe3;
  width: auto;
  font-size: 48px;
}

.text-heading-5.haus.blue.job-headline {
  color: var(--dark-gray);
  letter-spacing: 0;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.space-16 {
  height: 16px;
}

.list-item-5 {
  margin-bottom: 10px;
  font-size: 21px;
  list-style-type: square;
}

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

.faq-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
}

.spacer-faq {
  opacity: .1;
  background-color: #150f0b;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.spacer-faq._2 {
  margin-bottom: 20px;
}

.spacer-faq.weiss {
  opacity: 0;
}

.spacer-faq.jobs {
  margin-bottom: 20px;
}

.block-shrink {
  width: 0;
  overflow: hidden;
}

.faq-block.weg {
  display: none;
}

.div-block-23 {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #3a3837;
  border-radius: 20px;
  padding: 25px;
}

.div-block-23.stellenausschreibung {
  margin-bottom: 50px;
  padding: 30px 40px 40px;
}

.grid-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.grid-halves._3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.arrow {
  width: 20px;
  margin-left: -20px;
}

.cta-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fffdf5;
  letter-spacing: -.02em;
  text-transform: none;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 26px;
  font-weight: 600;
  line-height: 133%;
  display: flex;
  box-shadow: inset 0 1px #ffffff40, inset 0 0 1px #00000080;
}

.cta-main:hover {
  background-color: #009fe3;
}

.cta-main.cta-blue {
  min-width: 220px;
  max-width: 100px;
  margin-top: 40px;
  padding-left: 20px;
}

.cta-main.cta-blue.w--current {
  text-transform: capitalize;
}

.cta-main.cta-blue.haus {
  border: 1px solid var(--primary);
  background-color: var(--dark-gray);
  letter-spacing: 0;
  border-radius: 0;
  justify-content: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cta-main.cta-blue.haus:hover {
  border: 1px solid var(--primary);
  background-color: var(--accent-blue);
}

.body-5 {
  letter-spacing: -.02em;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 125%;
}

.body-5.opacity-60 {
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-24 {
  justify-content: flex-end;
  display: flex;
}

.text-heading-6 {
  color: var(--gray);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 125%;
}

.text-heading-6.yellow {
  color: var(--pastel-yellow);
}

.text-heading-6.small {
  color: var(--white);
  text-align: left;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}

.list-4 {
  color: #3a3837;
  padding-left: 25px;
}

.faq-link-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 140px;
}

.faq-link-wrap.weg {
  display: none;
}

.list-item-6 {
  font-family: Open Sans, sans-serif;
}

.rich-text-block {
  border-bottom: 1px solid var(--dark-gray-50);
}

.link-14 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.link-14:hover {
  text-decoration: underline;
}

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

.heading-13.tittle-headline {
  margin: 141px 0 176px;
  padding: 0;
  font-weight: 300;
}

.heading-13.tittle-headline.beduerfnisse {
  color: #f4f5f8;
  text-indent: 5px;
  text-transform: uppercase;
  column-count: 0;
  width: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Oswald, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 86px;
  display: block;
}

.heading-13.tittle-headline.beduerfnisse.jobs {
  letter-spacing: -1px;
  text-indent: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 82px;
}

.section-8 {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-8.clients {
  color: #797979;
  -webkit-text-stroke-color: black;
  background-color: #000;
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/163128244_4140003809400658_7902450097251602011_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: auto;
  height: 440px;
  margin: -30px 0 0;
  padding-top: 83px;
  padding-bottom: 0;
}

.section-8.clients.fachmann {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/176922929_4240352962699075_8126173872683334932_n.jpg');
  height: 400px;
  padding-top: 114px;
}

.section-8.clients.fachmann.jobs {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/sol-tZw3fcjUIpM-unsplash.jpg');
  height: auto;
  margin: 0 20px 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-8.clients.fachmann.jobs.mittig {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_443443715-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.trasnparent-button-3 {
  text-transform: uppercase;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 25px;
  margin-bottom: 60px;
  padding: 8px 30px;
  font-size: 18px;
  transition: all .3s;
}

.trasnparent-button-3:hover {
  color: #000;
  background-color: #fff;
  border-color: #212121;
}

.trasnparent-button-3.bewerben {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--primary);
  text-align: center;
  border-radius: 0;
  width: 240px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.trasnparent-button-3.bewerben:hover {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--light-blue);
  color: var(--primary);
}

.trasnparent-button-3.bewerben:active {
  background-color: var(--accent);
  opacity: 1;
}

.mask-2 {
  overflow: visible;
}

.h5 {
  background-image: url('../images/Rombach_Sanitär_2024-79.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.sanit-r5 {
  background-image: url('../images/Rombach_Sanitär_2024-28.jpg');
  background-position: 50% 14%;
  background-size: cover;
}

.section-9 {
  height: 38vh;
}

.slider-5 {
  height: 100%;
}

.sanit-r-6 {
  background-image: url('../images/Rombach_Sanitär_2024-44.jpg');
  background-position: 50%;
  background-size: cover;
}

.right-arrow-2, .left-arrow-2, .slide-nav-2 {
  display: none;
}

.image-services {
  aspect-ratio: 3 / 2;
  border-radius: 16px;
  width: auto;
  height: 360px;
}

.slide-11 {
  background-image: url('../images/Rombach_Sanitär_2024-77.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Rombach_Sanitär_2024-14.jpg');
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Rombach_Sanitär_2024-65.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask-3 {
  border-radius: 11px;
}

.slide-14 {
  background-image: url('../images/Rombach_Sanitär_2024-99.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Rombach_Sanitär_2024-8.jpg');
  background-position: 80%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/Rombach_Sanitär_2024-34.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/Rombach_Sanitär_2024-16.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/Rombach_Sanitär_2024-22.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/Rombach_Sanitär_2024-81.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-6 {
  height: 100%;
}

.slide-20 {
  background-image: url('../images/Rombach_Sanitär_2024-5.jpg');
  background-position: 50%;
  background-size: cover;
}

._3v {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin: 0 20px;
  display: grid;
}

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

.slide-21 {
  background-color: #0000;
}

.div-block-25 {
  background-image: url('../images/Rombach_Sanitär_2024-100.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-25.he {
  background-image: url('../images/Rombach_Sanitär_2024-18.jpg');
}

.div-block-25._2h1 {
  background-image: url('../images/Rombach_Sanitär_2024-40_1.jpg');
  background-position: 47%;
}

.div-block-25.s1 {
  background-image: url('../images/Rombach_Sanitär_2024-94.jpg');
  background-position: 40%;
}

.div-block-25.s21 {
  background-image: url('../images/52419c24-8c31-43c5-ad7e-21c34f561620.jpg');
}

.div-block-25.s31 {
  background-image: url('../images/Rombach_Sanitär_2024-63.jpg');
  background-position: 30%;
}

.div-block-25._3h1 {
  background-image: url('../images/Rombach_Sanitär_2024-79_1.jpg');
}

.div-block-25.s41 {
  background-image: url('../images/Rombach_Sanitär_2024-31.jpg');
  background-position: 50%;
}

.div-block-25._3hq {
  background-image: url('../images/Rombach_Sanitär_2024-11.jpg');
}

.div-block-25._37 {
  background-image: url('../images/Rombach_Sanitär_2024-37.jpg');
  background-position: 30%;
}

.div-block-25._36 {
  background-image: url('../images/Rombach_Sanitär_2024-36.jpg');
  background-position: 50% 12%;
  background-size: cover;
}

.div-block-26 {
  background-image: url('../images/Rombach_Sanitär_2024-93.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-26.he2 {
  background-image: url('../images/Rombach_Sanitär_2024-17.jpg');
}

.div-block-26._2h3 {
  background-image: url('../images/Rombach_Sanitär_2024-42.jpg');
}

.div-block-26.s2 {
  background-image: url('../images/Rombach_Sanitär_2024-99.jpg');
  background-position: 40%;
}

.div-block-26.s22 {
  background-image: url('../images/110010c2-f125-404d-bde4-136b1b1c8ac6.jpg');
}

.div-block-26.s32 {
  background-image: url('../images/13ae4ffa-d12e-4da4-9716-a17a4d16204d.jpg');
}

.div-block-26._3h3 {
  background-image: url('../images/Rombach_Sanitär_2024-81_1.jpg');
  background-position: 48%;
}

.div-block-26.s42 {
  background-image: url('../images/Rombach_Sanitär_2024-44.jpg');
  background-position: 50%;
}

.div-block-26._3hw {
  background-image: url('../images/Rombach_Sanitär_2024-14.jpg');
}

.div-block-27.he3 {
  background-image: url('../images/Rombach_Sanitär_2024-21.jpg');
  background-position: 43%;
  background-size: cover;
}

.div-block-27._2h2 {
  background-image: url('../images/Rombach_Sanitär_2024-69.jpg');
  background-size: cover;
}

.div-block-27.s3 {
  background-image: url('../images/Rombach_Sanitär_2024-100.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-27.s23 {
  background-image: url('../images/b5f1b559-b92f-4ac9-b019-90bfc1e4759d.jpg');
  background-size: cover;
}

.div-block-27._3h2 {
  background-image: url('../images/Rombach_Sanitär_2024-80.jpg');
  background-size: cover;
}

.div-block-27.s33 {
  background-image: url('../images/bc2eb95c-3770-447b-b396-f07eaea60cba.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Rombach_Sanitär_2024-82.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/Rombach_Sanitär_2024-81_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-23 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
}

.so2 {
  background-image: url('../images/Rombach_Sanitär_2024-33.jpg');
  background-position: 0 0;
  background-size: cover;
}

.d {
  background-image: url('../images/Rombach_Sanitär_2024-33.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/Rombach_Sanitär_2024-70.jpg');
  background-position: 50%;
  background-size: cover;
}

._2v {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.temp {
  display: block;
}

.slide-25 {
  background-image: url('../images/Rombach_Sanitär_2024-19.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.ganzes-bild {
  background-image: url('../images/Rombach_Sanitär_2024-63.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 84px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.changelog-banner {
    padding-top: 160px;
  }

  .section.dark-background.leistungen.unter {
    height: auto;
  }

  .section.banner-testimonials {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.about-2-banner {
    padding-top: 170px;
  }

  .section.style-guide-section {
    padding-top: 180px;
  }

  .section.shop-product-section {
    padding-top: 160px;
  }

  .section.banner-home {
    padding-bottom: 130px;
  }

  .section.our-team, .section.services, .section.service-details, .section.template, .section.pricing, .section.career, .section.template-career, .section.faq, .section.contact-us, .section.projects, .section.blog, .section.categories, .section.shop {
    padding-top: 170px;
  }

  .section.checkout {
    padding-top: 160px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-image-link {
    height: 350px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .values-content-wrapper {
    padding-left: 100px;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  .comparing-table-features-wrapper {
    display: block;
  }

  .comparing-table-plans-wrapper {
    width: 67%;
  }

  .comparing-table-list {
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .comparing-table-content-item-title {
    display: none;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-quote {
    margin-top: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    margin-bottom: 80px;
    padding-top: 160px;
  }

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

  .testimonials-card-item {
    padding: 30px;
  }

  .service-list-image {
    height: 400px;
  }

  .service-list-section-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .project-template-content-wrapper {
    margin-bottom: 80px;
  }

  .home-buttons-wrapper {
    margin-top: 50px;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .text-container {
    margin-bottom: 130px;
  }

  .banner-section.home-6-banner {
    padding-bottom: 60px;
  }

  .portfolio-grid-image-link {
    height: 400px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .tree-services-wrapper {
    margin-top: 100px;
  }

  .video-lightbox {
    margin-bottom: 80px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-info-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-info-wrap-left, .about-info-wrap-right {
    width: 50%;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .shop-details-wrapper {
    grid-column-gap: 80px;
  }

  .shop-details-block {
    margin-top: 120px;
  }

  .shop-details-title {
    font-size: 54px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .paragraph-banner {
    width: 55%;
  }

  .paragraph-banner.home {
    width: auto;
  }

  .text-wrapper {
    margin-bottom: 20px;
  }

  .text-wrapper._100px {
    height: 100px;
  }

  .project-card-wrapper {
    height: 550px;
  }

  .project-content {
    width: 80%;
  }

  .news-info-content {
    width: 51%;
    padding: 60px 80px 60px 60px;
  }

  .subscribe-image {
    width: 49%;
  }

  .social-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .social-networks-block {
    width: 55%;
  }

  .testimonials-slider-style {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-column {
    grid-column-gap: 140px;
  }

  .team-column.margin-top-medium {
    margin-top: 50px;
  }

  .card-side-wrapper.team {
    height: 550px;
  }

  .cart-block {
    margin-right: 20px;
  }

  .banner-home-grid {
    width: 55%;
  }

  .banner-img-home {
    width: 46%;
  }

  .banner-content-home {
    width: 50%;
  }

  .banner-inner-title {
    margin-bottom: 40px;
  }

  .container-text {
    width: auto;
  }

  .footer-main {
    padding-top: 80px;
  }

  .process-circle {
    width: 104px;
    height: 104px;
  }

  .process-circle.k {
    margin-left: 6px;
  }

  .process-wrapper {
    grid-row-gap: 80px;
  }

  .card-side-absolute.team {
    height: 550px;
  }

  .process-illustration {
    margin-left: 75px;
  }

  .process-illustration.right {
    margin-right: 75px;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .slider-3 {
    height: auto;
  }

  .stirich {
    height: 85vh;
    top: 15%;
  }

  .stirich.ol {
    height: 960px;
    top: 11%;
    left: 19.2%;
  }

  .stirich.ol.new {
    height: 1200px;
  }

  .nav-dropdown-toggle-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-7 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.about-2-banner.heiz {
    background-image: linear-gradient(#0000005c, #0000005c), url('../images/Rombach_Sanitär_2024-78.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 60vh;
  }

  .section.about-2-banner.solar {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/AdobeStock_132507237.jpg');
    background-position: 0 0, 0 0, 50%;
  }

  .section.banner-home {
    padding-top: 180px;
  }

  .base-container.align-left, .nav-container {
    max-width: 1300px;
  }

  .nav-link {
    color: var(--primary-light);
  }

  .nav-item-title {
    color: var(--white);
  }

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

  .navbar-absolute {
    background-color: #100c2d;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .home-4-banner {
    margin-left: 70px;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-preview {
    height: 540px;
  }

  .button-text-item {
    color: var(--primary-light);
  }

  .images-wrapper {
    width: 100%;
  }

  .image-full {
    width: 150%;
  }

  .slider-2 {
    aspect-ratio: 2;
    height: auto;
  }

  .light-text {
    color: var(--primary-light);
    font-weight: 500;
  }

  .process-container.new {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-process.heiz {
    top: 4px;
  }

  .slide-arrow.right {
    right: 5%;
  }

  .project-card-wrapper {
    display: flex;
  }

  .banner-img-home {
    width: 40%;
  }

  .banner-content-home {
    width: 50%;
    margin-top: 40px;
  }

  .banner-inner-title {
    margin-bottom: 40px;
  }

  .process-container-2 {
    z-index: 2;
    position: relative;
  }

  .navbar-border-block.corona {
    background-color: var(--yellow);
  }

  .link-block-3 {
    color: var(--yellow);
  }

  .image-cover-2, .image-cover-2.leistungen, .image-cover-2.desktop, .image-cover-2.leistungen {
    margin-top: 0;
  }

  .section-2.services-section.leistungen.historie {
    background-image: linear-gradient(180deg, #3e4c9100, var(--light-blue)), linear-gradient(to bottom, var(--white), var(--white));
  }

  .text-heading-1.leistungen.u {
    color: var(--new-blue);
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: Oswald, sans-serif;
    font-size: 60px;
  }

  .main-container {
    max-width: 1300px;
  }

  .team-bild._2.ok, .team-bild._3.d, .team-bild._4.block-relative, .team-bild._1.d {
    height: auto;
  }

  .heading-8.wir.d2 {
    font-size: 38px;
    display: block;
  }

  .heading-8.wir.d1 {
    display: none;
  }

  .slider-3 {
    aspect-ratio: 2;
    height: auto;
  }

  .slider-4.desktop {
    width: 100%;
  }

  .stirich {
    z-index: 1;
    height: 80vh;
    top: 4%;
    left: 19%;
  }

  .stirich.ol.new {
    height: 1240px;
  }

  .button-text-item-2 {
    color: #f9f7ef;
  }

  .nav-item-title-2 {
    color: #fff;
  }

  .navbar-absolute-2 {
    background-color: #100c2d;
  }

  .nav-link-2 {
    color: #f9f7ef;
  }

  .button-text-item-3 {
    color: #fff;
  }

  .mask-2 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section.without-bottom-spacing.notdienst {
    height: 70vh;
  }

  .section.without-bottom-spacing.heiz, .section.dark-background.leistungen {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.dark-background.leistungen.unter {
    height: auto;
    padding-top: 100px;
  }

  .section.about-2-banner.solar {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/AdobeStock_132507237.jpg');
    background-position: 0 0, 0 0, 50%;
  }

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

  .section.banner-home {
    padding-top: 300px;
  }

  .section.services {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 30%;
  }

  .section.service-details, .section.template {
    min-height: 450px;
  }

  .section.template-career {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 40%;
    min-height: 450px;
  }

  .section.contact-us, .section.projects, .section.blog {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 30%;
  }

  .section.categories {
    min-height: 450px;
  }

  .section.shop {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 50% 30%;
  }

  .base-container {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.align-left {
    max-width: 1700px;
  }

  .base-container.large {
    max-width: 1600px;
  }

  .base-container.relative, .base-container.ber-uns {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.leistungen, .base-container.padding-20 {
    max-width: 1500px;
  }

  .nav-container {
    max-width: 1400px;
  }

  .paragraph-large {
    font-size: 21px;
  }

  .paragraph-large.light-text.home {
    width: auto;
    font-size: 20px;
  }

  .link-with-icon.dark {
    font-size: 21px;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(#0000004d, #fff0 25%), linear-gradient(0deg, #000000d1, #fff0 69%), url('../images/AdobeStock_443443715-2.jpg');
    background-position: 0 0, 0 0, 100%;
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, cover;
    max-width: none;
    padding-bottom: 80px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .home-4-banner {
    margin-left: 80px;
  }

  .home-4-banner._1 {
    margin-left: 220px;
  }

  .home-banner {
    max-width: 55%;
  }

  .about-info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-info-wrapper._245 {
    grid-template-columns: 1fr 1fr;
  }

  .about-info-wrap-right.smaller {
    height: 400px;
  }

  .about-info-wrap-right._240 {
    height: 480px;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

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

  .button-text-item, .button-text-item.dark, .button-text-item.dark.home {
    font-size: 18px;
  }

  .primary-button-light {
    font-size: 21px;
  }

  .paragraph-banner {
    width: 60%;
  }

  .big-text {
    font-size: 64px;
  }

  .text-counter {
    font-size: 21px;
  }

  .slider-2 {
    aspect-ratio: 20 / 9;
    height: auto;
  }

  .light-text.mittig.leistungen {
    font-size: 64px;
  }

  .light-text.mittig.a {
    margin-bottom: 0;
  }

  .light-text.head.oswald.home-4-testimonials-wrapper {
    font-size: 104px;
    line-height: 1.2em;
  }

  .text-wrapper {
    height: auto;
  }

  .text-wrapper._100px {
    height: 100px;
  }

  .image-process, .image-process._2, .image-process._3, .image-process._4, .image-process._5 {
    height: 200px;
  }

  .image-process.heiz {
    top: 0;
  }

  .slide-arrow {
    left: 15%;
  }

  .slide-arrow.right {
    right: 15%;
  }

  .slide-arrow.second {
    left: 2%;
  }

  .subtitle-category {
    font-size: 21px;
  }

  .contact-input {
    margin-bottom: 16px;
  }

  .contact-input.half, .news-info-content, .form-book-contacts, .form-book {
    font-size: 18px;
  }

  .subscribe-image {
    width: 48%;
  }

  .list-item.light-text {
    font-size: 21px;
  }

  .social-section {
    justify-content: flex-end;
  }

  .list {
    list-style: none;
  }

  .card-side-wrapper.team {
    height: 600px;
  }

  .banner-img-home {
    width: 42%;
  }

  .banner-content-home {
    margin-top: 0;
  }

  .banner-inner-title {
    max-width: 90%;
    margin-bottom: 40px;
  }

  .process-circle.k {
    margin-left: 0;
  }

  .process-container-2.second-process {
    grid-column-gap: 40px;
  }

  .card-side-absolute.team {
    height: 600px;
  }

  .heading.ber-uns, .heading.referenzen, .heading.kontakt, .heading.team, .heading.willkommen {
    font-size: 64px;
  }

  .heading.unter {
    font-size: 54px;
  }

  .navbar-border-block.corona {
    width: 200px;
    height: 200px;
  }

  .heading-7.corona {
    font-size: 25px;
    line-height: 32px;
  }

  .team-bild._5.d {
    height: auto;
  }

  .div-block-12 {
    opacity: 0;
  }

  .heading-8.wir {
    opacity: 1;
    white-space: pre;
    word-break: normal;
    overflow-wrap: normal;
  }

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

  .paragraph-2.unter {
    font-size: 18px;
  }

  .list-item-2, .link {
    font-size: 21px;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 18px;
  }

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

  .paragraph-3 {
    font-size: 21px;
  }

  .slider-3 {
    aspect-ratio: 20 / 9;
    height: auto;
  }

  .list-item-3 {
    font-size: 21px;
  }

  .div-block-19 {
    width: 220px;
    height: 180px;
  }

  .stirich {
    height: 60vh;
    left: 22.2%;
  }

  .stirich.ol {
    height: 1000px;
    left: 18.7%;
  }

  .stirich.ol.new {
    height: 1280px;
  }

  .nav-dropdown-toggle-2 {
    padding-left: 12px;
    padding-right: 6px;
  }

  .nav-dropdown-icon-desktop-2 {
    margin-left: 8px;
    margin-right: 10px;
  }

  .nav-item-title-2 {
    font-size: 18px;
  }

  .nav-dropdown-list-2.w--open {
    width: 260px;
  }

  .nav-dropdown-link-2 {
    font-size: 18px;
    line-height: 1.3em;
  }

  .nav-link-2 {
    font-size: 18px;
  }

  .primary-button-light-2 {
    font-size: 21px;
  }

  .button-text-item-3.dark.home {
    font-size: 18px;
  }

  .heading-12.ber-uns {
    font-size: 64px;
  }

  .list-item-4, .paragraph-5 {
    font-size: 21px;
  }

  .section-9 {
    height: 36vh;
  }

  ._3v {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  .section {
    background-image: none;
  }

  .section.changelog-banner {
    min-height: 300px;
  }

  .section.without-bottom-spacing.ber-uns {
    height: auto;
  }

  .section.without-bottom-spacing.notdienst {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.without-bottom-spacing.hi2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.dark-background {
    padding-top: 80px;
  }

  .section.dark-background.leistungen {
    height: auto;
    padding-top: 70px;
  }

  .section.dark-background.leistungen.unter {
    height: auto;
  }

  .section.about-2-banner {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.about-2-banner.solar {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/AdobeStock_132507237.jpg');
    background-position: 0 0, 0 0, 50% 0;
  }

  .section.style-guide-section {
    min-height: 300px;
    padding-top: 120px;
  }

  .section.shop-product-section {
    padding-top: 100px;
  }

  .section.book {
    margin-top: -185px;
  }

  .section.book.new {
    margin-top: 0;
    margin-right: 0;
    padding: 0 20px;
  }

  .section.banner-home {
    height: 100%;
  }

  .section.our-team, .section.services {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.service-details, .section.template {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.pricing, .section.career {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.template-career {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.faq, .section.contact-us, .section.projects, .section.blog {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.categories {
    min-height: 350px;
    padding-top: 100px;
  }

  .section.shop {
    min-height: 400px;
    padding-top: 100px;
  }

  .section.checkout {
    padding-top: 100px;
  }

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

  .base-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .base-container.sizing {
    padding-left: 40px;
  }

  .base-container.kontakt._0 {
    padding-bottom: 80px;
    padding-left: 40px;
  }

  .base-container.ber-uns {
    padding-top: 20px;
  }

  .base-container.leistungen {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .base-container.leistungen.full._20 {
    width: 100%;
  }

  .base-container.leistungen.full.l {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper, .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .primary-button.kontakt {
    margin-top: 20px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: var(--dark-blue);
    flex-direction: column;
    width: 100%;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    color: var(--dark-gray);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 21px;
    line-height: 1.6em;
    display: flex;
  }

  .nav-link:hover {
    color: var(--accent);
  }

  .nav-link.w--current {
    color: var(--dark-gray);
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--dark-2);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-left: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    align-content: flex-end;
    height: auto;
    padding-right: 0;
    overflow: visible;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-item-title {
    color: var(--white);
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-sidebar-left {
    flex: none;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
  }

  .sidebar-recent-post-item {
    display: inline-block;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer-rights, .footer-copyright {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
  }

  .section-title-wrapper {
    max-width: 560px;
    margin-bottom: 40px;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    max-height: 400px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-location, .career-location-wrapper, .career-type-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-large.light-text.home {
    width: auto;
  }

  .paragraph-large.uu {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .career-customer-item {
    text-align: center;
  }

  .career-customers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .services-item {
    width: 354px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-button-wrapper {
    padding-top: 35px;
  }

  .workflow-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .job-position-content-wrapper {
    padding-right: 40px;
  }

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 80px;
  }

  .contacts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contacts-content-wrapper {
    width: 100%;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

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

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-social-icons-wrapper {
    margin-top: 10px;
  }

  .footer-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    margin-bottom: 40px;
    padding-top: 100px;
  }

  .footer-logo-wrapper {
    width: 50%;
  }

  .footer-brand-description {
    font-family: Open Sans, sans-serif;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .service-details-content {
    flex-direction: column;
    align-items: center;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .service-list-2-item-description {
    margin-bottom: 15px;
  }

  .service-list-section-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .service-list-section-wrap {
    width: 100%;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-grid-title-wrapper {
    inset: auto 0% 0%;
  }

  .portfolio-grid-category {
    font-size: 16px;
  }

  .project-template-info {
    margin-left: 40px;
    padding-left: 0;
  }

  .project-template-content-wrapper {
    margin-bottom: 40px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .sidebar-search-wrapper {
    flex-wrap: nowrap;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .home-banner-title {
    font-size: 64px;
  }

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

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .text-container {
    grid-column-gap: 20px;
    margin-bottom: 80px;
  }

  .text-container.mb-0 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .text-container.mb-0.willkommen {
    align-items: flex-start;
  }

  .text-container.mb-0.okkk {
    padding-left: 0;
  }

  .description-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .title-container {
    width: 80%;
  }

  .title-container.leistungen {
    width: 100%;
    margin-bottom: 20px;
  }

  .banner-section {
    padding-top: 60px;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(0deg, #000000d1, #fff0 69%), url('../images/AdobeStock_443443715-2.jpg');
    background-position: 0 0, 69%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .banner-section.home-7-banner {
    padding-top: 100px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .portfolio-grid-image-link {
    height: 300px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .tree-services-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .content {
    margin-bottom: 0;
  }

  .video-lightbox {
    width: 100%;
    min-height: 340px;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .home-form-field {
    width: 300px;
  }

  .capabilities-image {
    min-height: auto;
    max-height: none;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .about-info-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .about-info-wrap-left {
    width: 100%;
  }

  .about-info-wrap-right {
    width: 100%;
    height: 400px;
  }

  .about-info-wrap-right.smaller {
    width: 80%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--new-blue);
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 80px 40px 20px;
    display: grid;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .home-blogs {
    overflow: auto;
  }

  .home-blog-item {
    width: 340px;
    margin-left: 0;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    font-size: 10px;
  }

  .brand-tablet {
    display: block;
    position: relative;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .shop-collection-item {
    width: 47%;
  }

  .shop-collection-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .shop-details-block {
    padding: 30px;
  }

  .image-preview {
    height: 280px;
  }

  .shop-details-content-block {
    width: 100%;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .primary-button-green {
    background-color: var(--new-blue);
  }

  .image-banner {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .paragraph-banner {
    width: 70%;
  }

  .paragraph-banner.home {
    width: 85%;
  }

  .collection-services-wrapper {
    width: 360px;
  }

  .collection-item-service {
    width: 360px;
    height: 300px;
  }

  .big-text {
    font-size: 60px;
  }

  .text-counter {
    font-size: 18px;
  }

  .flex-horizontal-align-start.mobile-flex-vertical-center, .flex-horizontal-align-start.about {
    justify-content: center;
  }

  .desktop-1-4-width-column {
    width: 48%;
  }

  .images-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .images-wrapper._1 {
    margin-bottom: 0;
  }

  .image-full {
    height: 400px;
  }

  .slider-2 {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .light-text {
    font-size: 78px;
  }

  .light-text.mittig {
    font-size: 48px;
  }

  .light-text.mittig.leistungen {
    text-align: center;
    font-size: 54px;
    line-height: 1.3em;
  }

  .light-text.head.oswald.home-4-testimonials-wrapper {
    font-size: 78px;
    line-height: 1.2em;
  }

  .light-text.head.oswald.home-4-testimonials-wrapper.hey {
    font-size: 72px;
  }

  .light-text._2 {
    margin-bottom: 40px;
  }

  .light-text._2.desktop {
    font-size: 64px;
  }

  .light-text.desktop {
    font-size: 72px;
  }

  .process-container {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .process-container.new {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .projects-mask {
    width: 60%;
  }

  .slide-arrow {
    top: -35%;
  }

  .project-card-bottom {
    width: 100%;
  }

  .project-card-wrapper {
    height: 350px;
  }

  .news-info-content {
    border-top-left-radius: 0;
    border-bottom-right-radius: 10px;
    align-items: center;
    width: 100%;
    padding-right: 40px;
  }

  .select-field {
    margin-bottom: 30px;
  }

  .margin-bottom-small.center {
    text-align: center;
  }

  .form-book-contacts {
    height: auto;
    min-height: auto;
  }

  .subscribe-title {
    text-align: center;
  }

  .subscribe-image {
    background-position: 50% 70%;
    width: 100%;
    height: 400px;
  }

  .our-news-container {
    flex-direction: column;
  }

  .base-container-home.position-relative-start {
    z-index: 3;
  }

  .social-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-networks-block {
    width: 70%;
  }

  .image-cover.eight {
    background-image: linear-gradient(to bottom, null, null), url('../images/bg.webp');
    background-position: 0 0, 100%;
  }

  .teatimonial-text {
    font-size: 28px;
  }

  .team-column {
    grid-column-gap: 50px;
  }

  .card-side-wrapper.team {
    height: 400px;
  }

  .card-side-wrapper.career {
    height: 350px;
  }

  .nav-dropdown-icon-desktop {
    margin-right: 1.5px;
    display: none;
    inset: 0% 0 0% auto;
  }

  .block-button-header {
    display: none;
  }

  .cart-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    margin-right: 0;
  }

  .button-tablet-block {
    margin-top: 40px;
    display: block;
  }

  .footer-links-wrapper {
    width: 30%;
  }

  .footer-links-wrapper.tablet-card-wrapper-small {
    width: 25%;
  }

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

  .flex-vertical-card {
    background-image: none;
  }

  .footer-links-large-wrapper {
    width: 35%;
  }

  .banner-home-grid {
    width: 85%;
  }

  .section-banner-home {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 100px;
  }

  .banner-img-home {
    width: 100%;
    height: 420px;
    position: static;
    inset: 0% 0% auto;
  }

  .banner-content-home {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .banner-inner-title {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .background-bottom {
    height: 80%;
  }

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

  .image-services {
    height: 350px;
  }

  .process-text-wrap {
    width: 38%;
  }

  .process-text {
    border-left-width: 0;
  }

  .process-text.right-text {
    border-left-width: 0;
    margin-right: -20px;
  }

  .process-wrapper {
    grid-row-gap: 60px;
    margin-left: 0;
  }

  .process-circle-wrap {
    width: 48%;
  }

  .process-container-2, .process-container-2.second-process {
    grid-column-gap: 20px;
  }

  .card-side-absolute.career {
    height: 350px;
  }

  .card-side-absolute.team {
    height: 400px;
  }

  .card-side-absolute.services, .card-side-absolute.services-second {
    height: 300px;
  }

  .blog-categories {
    flex: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .text-block-404 {
    font-size: 160px;
  }

  .zoom-wrapper {
    display: none;
  }

  .more-image-block {
    width: 100%;
    position: static;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .shop-category {
    font-size: 16px;
  }

  .heading-container {
    grid-column-gap: 20px;
    margin-bottom: 40px;
  }

  .column {
    flex: 0 auto;
    width: 100%;
  }

  .row {
    flex-wrap: wrap;
  }

  .order-item-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .text-block-price {
    margin-left: 16px;
  }

  .hire-popup-wrap {
    display: none;
  }

  .heading {
    font-size: 48px;
    line-height: 1.1em;
  }

  .heading.ber-uns {
    font-size: 54px;
  }

  .heading.ber-uns.dark {
    margin-bottom: 30px;
  }

  .heading.light.kontakt-1 {
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 54px;
  }

  .heading.willkommen {
    font-size: 54px;
    line-height: 1.3em;
  }

  .navbar-border-block {
    flex-wrap: nowrap;
    place-content: flex-start space-between;
    width: 150px;
    height: 150px;
    margin-left: 80px;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    right: 10%;
  }

  .navbar-border-block.corona {
    width: 140px;
    height: 140px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
    padding-left: 0;
    top: 13%;
    right: 6%;
  }

  .heading-7 {
    font-size: 35px;
    line-height: 36px;
    top: 0;
    left: 16px;
  }

  .heading-7.corona {
    margin-top: -11px;
    padding-top: 0;
    font-size: 18px;
    line-height: 26px;
    top: 0;
    left: 0;
  }

  .heading-7.corona.test {
    font-size: 12px;
  }

  .master-services {
    flex-direction: column;
  }

  .body-1 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-2.services-section.leistungen {
    padding-top: 100px;
  }

  .sticky-block {
    position: static;
  }

  .sticky-wrap {
    align-items: flex-start;
  }

  .big-text-2 {
    font-size: 36px;
  }

  .text-heading-1 {
    font-size: 80px;
  }

  .text-heading-1.accent {
    font-size: 74px;
  }

  .text-heading-1.leistungen {
    padding-top: 0;
    font-size: 74px;
  }

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

  .text-heading-3 {
    font-size: 36px;
  }

  .carousel-bg-2 {
    width: 250px;
  }

  .logo-moving-logo {
    object-fit: contain;
    max-width: 180px;
    max-height: 70px;
  }

  .text-heading-2 {
    font-size: 50px;
  }

  .client-role.opacity-90 {
    line-height: 28px;
  }

  .master-moving-logos {
    grid-row-gap: 100px;
  }

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

  .client-image-wrap {
    width: 100%;
  }

  .carousel-bg {
    z-index: 0;
    opacity: .4;
    width: 400px;
    top: -10%;
  }

  .body-3 {
    font-size: 20px;
    line-height: 28px;
  }

  .section-4.services-section.leistungen {
    padding-top: 100px;
  }

  .big-text-3 {
    font-size: 36px;
  }

  .text-heading-4 {
    font-size: 80px;
  }

  .text-heading-4.accent {
    font-size: 74px;
  }

  .text-heading-4.leistungen {
    padding-top: 0;
    font-size: 74px;
  }

  .div-block-11.team-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .team-bild {
    height: 420px;
  }

  .team-bild._2 {
    height: 380px;
  }

  .team-bild._2.ok {
    height: auto;
    overflow: hidden;
  }

  .team-bild._3 {
    background-image: linear-gradient(#0000001f, #0000001f), url('../images/AdobeStock_646613410.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 360px;
  }

  .team-bild._3:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_646613410.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .team-bild._3.ok {
    aspect-ratio: 1;
    height: auto;
    overflow: hidden;
  }

  .team-bild._4 {
    background-image: url('../images/AdobeStock_132507237.jpg');
    height: 380px;
  }

  .team-bild._4:hover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_132507237.jpg');
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .team-bild._4.ok {
    aspect-ratio: 1;
    height: auto;
    overflow: hidden;
  }

  .team-bild._5.d.ok {
    height: auto;
    overflow: hidden;
  }

  .team-bild._1 {
    background-image: url('../images/AdobeStock_643638565.jpg');
    width: auto;
    height: 360px;
  }

  .team-bild._1:hover {
    background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_643638565.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .team-bild._1.ok {
    aspect-ratio: 1;
    height: auto;
    overflow: hidden;
  }

  .team-bild._5 {
    height: 410px;
  }

  .team-bild._4, .team-bild._3, .team-bild._2, .team-bild._1 {
    height: 380px;
  }

  .div-block-12 {
    opacity: 0;
    border-radius: 0;
  }

  .heading-8.wir {
    margin-bottom: 10px;
    line-height: 40px;
  }

  .special-text {
    padding-right: 0;
  }

  .special-text.team {
    margin-top: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-9 {
    font-size: 54px;
  }

  .section-5 {
    margin-top: -696px;
  }

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

  .lightbox-link-2 {
    top: -130px;
    right: -74px;
  }

  .lightbox-link-2.ok {
    top: -117%;
    left: 80%;
    right: 0;
  }

  .image-12 {
    margin-top: 9px;
  }

  .slider-3 {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .image-13 {
    width: 160px;
    margin-top: 30%;
  }

  .slider-4.mobil {
    width: auto;
    height: auto;
    display: block;
  }

  .slider-4.desktop {
    display: none;
  }

  .right-arrow {
    margin-top: -70px;
    margin-right: -10px;
  }

  .left-arrow {
    margin-top: -70px;
    margin-left: -10px;
  }

  .stirich {
    height: 90vh;
    top: 13%;
  }

  .stirich.ol {
    height: 1000px;
    left: 12.25%;
  }

  .stirich.ol.new {
    height: 1200px;
  }

  .heading-11.wir {
    margin-bottom: 0;
    line-height: 40px;
  }

  .div-block-21 {
    opacity: 0;
    border-radius: 0;
  }

  .mask {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .mask._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-toggle-2 {
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .button-text-item-2 {
    color: var(--primary);
  }

  .nav-dropdown-icon-desktop-2 {
    margin-right: 1.5px;
    display: none;
    inset: 0% 0 0% auto;
  }

  .tablet-menu-2 {
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--navy);
    color: var(--navy);
    flex-direction: column;
    width: 100%;
    inset: 0% auto 0% 0%;
  }

  .nav-item-title-2 {
    color: #fff;
  }

  .navbar-absolute-2 {
    background-color: var(--navy);
  }

  .primary-button-green-2 {
    background-color: var(--accent);
    color: var(--primary);
  }

  .primary-button-green-2:hover {
    background-color: var(--white);
  }

  .nav-dropdown-list-2 {
    background-color: var(--navy);
    border-style: none;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 10px 40px 10px 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .nav-dropdown-list-2.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .menu-wrap-2 {
    background-color: var(--navy);
    flex-direction: column;
    align-items: flex-start;
    height: 60vh;
    padding: 40px 30px 20px;
    display: flex;
  }

  .image-burger-2 {
    filter: saturate(154%) hue-rotate(335deg);
  }

  .nav-dropdown-link-line-2 {
    display: none;
  }

  .nav-dropdown-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .nav-dropdown-icon-2 {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-link-2 {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.5em;
    transition-property: none;
    display: flex;
  }

  .nav-link-2:hover {
    color: var(--yellow);
  }

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

  .nav-close-icon-2 {
    z-index: 15;
    align-self: stretch;
    width: 24px;
  }

  .heading-12 {
    font-size: 48px;
    line-height: 1.1em;
  }

  .heading-12.ber-uns {
    font-size: 54px;
  }

  .section-7 {
    background-image: none;
  }

  .section-7.without-bottom-spacing.ber-uns {
    height: auto;
  }

  .text-heading-5 {
    font-size: 24px;
    line-height: 105%;
  }

  .text-heading-5.haus.blue.job-headline {
    font-size: 40px;
  }

  .spacer-faq, .spacer-faq.weiss {
    display: none;
  }

  .grid-halves {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .grid-halves._3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-main.cta-blue.haus {
    margin-top: 0;
  }

  .body-5.opacity-60 {
    margin-bottom: 0;
    font-size: 23px;
  }

  .text-heading-6 {
    max-width: none;
    font-size: 22px;
  }

  .faq-link-wrap {
    position: static;
    overflow: hidden;
  }

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

  .heading-13.tittle-headline.beduerfnisse {
    width: auto;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 50px;
    line-height: 66px;
    display: block;
  }

  .heading-13.tittle-headline.beduerfnisse.jobs {
    font-size: 66px;
    line-height: 82px;
  }

  .section-8.clients {
    width: auto;
    height: 440px;
    padding-top: 40px;
    padding-bottom: 167px;
  }

  .section-8.clients.fachmann {
    width: 100%;
    height: 400px;
  }

  .section-8.clients.fachmann.jobs {
    height: 380px;
    padding-top: 70px;
  }

  .trasnparent-button-3 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 24px;
  }

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

  .section.without-bottom-spacing.notdienst {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.without-bottom-spacing.heiz {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section.banner-testimonials {
    padding-top: 120px;
  }

  .section.about-2-banner.solar {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/AdobeStock_132507237.jpg');
    background-position: 0 0, 10% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.about-2-banner.impressum {
    padding-bottom: 20px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    min-height: 250px;
    padding-top: 100px;
  }

  .section.shop-product-section {
    padding-top: 80px;
  }

  .section.book {
    margin-top: 0;
    padding-top: 0;
  }

  .section.banner-home {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .section.service-details, .section.template, .section.template-career, .section.categories {
    min-height: 300px;
  }

  .section.ref {
    padding-left: 10px;
    padding-right: 10px;
  }

  .base-container.position-relative-z-index.k {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.sizing {
    padding-bottom: 20px;
  }

  .base-container.kontakt {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.kontakt._0 {
    padding: 60px 20px;
  }

  .base-container.leistungen {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.padding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

  .primary-button.kontakt {
    padding: 12px 30px;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-sidebar-left {
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .career-position {
    margin-top: 0;
    margin-bottom: 0;
  }

  .career-button-wrapper {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .career-title-mobile {
    display: block;
  }

  .career-position-wrapper, .career-location-wrapper, .career-type-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .paragraph-large.light-text.home {
    line-height: 1.4em;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .services-item {
    width: 100%;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    text-align: center;
  }

  .workflow-video {
    min-height: 300px;
  }

  .accordion-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-item {
    padding: 10px 20px;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .contacts-content-wrapper {
    padding-right: 0;
  }

  .contacts-form-wrapper {
    padding: 20px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-form-title, .contacts-title {
    margin-bottom: 20px;
  }

  .footer-social-icons-wrapper {
    width: 100%;
    margin-top: 30px;
  }

  .footer-wrapper {
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .customer-wrapper {
    height: 240px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    position: static;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .service-list-section-wrap {
    width: 100%;
  }

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

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .portfolio-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-grid-collection-list {
    grid-template-columns: 1fr;
  }

  .banner-buttons-wrapper {
    grid-column-gap: 15px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .sidebar-search-wrapper {
    flex-wrap: wrap;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .text-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-container.mb-0 {
    padding-right: 0;
  }

  .text-container.mb-0.okkk {
    padding-left: 0;
  }

  .description-container {
    width: 100%;
  }

  .title-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-container.leistungen {
    width: 100%;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(0deg, #000000d1, #fff0 69%), url('../images/AdobeStock_437190814.jpg');
    background-position: 0 0, 23%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    padding-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .home-4-banner {
    margin-left: 40px;
    margin-right: 10px;
  }

  .home-banner {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .tree-services-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .video-lightbox {
    min-height: 280px;
    margin-bottom: 40px;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-form {
    flex-wrap: wrap;
  }

  .capabilities-image {
    object-position: 50% 50%;
    min-height: 320px;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-info-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-info-wrap-left {
    width: 100%;
  }

  .about-info-wrap-right {
    width: 100%;
    height: 350px;
  }

  .about-info-wrap-right.sanit-r._2 {
    height: 320px;
  }

  .about-info-wrap-right.smaller {
    width: 100%;
    height: 320px;
  }

  .about-info-cards-wrapper {
    margin-top: 20px;
    padding-top: 30px;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style.medium-margin-bottom {
    margin-bottom: 20px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-blog-item {
    width: 508px;
  }

  .home-blog-image-link {
    width: 100%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .shop-collection-item {
    width: 100%;
  }

  .main-shop-list-item {
    text-align: center;
  }

  .shop-collection-list {
    grid-template-columns: 1fr;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-images-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .shop-details-block {
    margin-top: 60px;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button-green {
    background-color: var(--new-blue);
  }

  .primary-button-light, .secondary-button-light {
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-image {
    height: 70%;
  }

  .image-banner {
    object-position: 50% 50%;
    height: 70%;
  }

  .paragraph-banner.home {
    width: 95%;
  }

  .collection-services-wrapper, .collection-item-service {
    width: 100%;
  }

  .big-text {
    font-size: 54px;
  }

  .flex-horizontal-align-start.mobile-flex-vertical-center, .flex-horizontal-align-start.about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .desktop-1-4-width-column {
    width: 46%;
  }

  .image-full {
    height: 350px;
  }

  .slider-2 {
    height: auto;
  }

  .light-text {
    font-size: 70px;
  }

  .light-text.head.oswald.home-4-testimonials-wrapper {
    font-size: 64px;
  }

  .light-text._2 {
    margin-bottom: 10px;
  }

  .light-text._2.desktop {
    display: none;
  }

  .light-text._2.mobile {
    margin-bottom: 10px;
    font-size: 64px;
    font-weight: 500;
    display: block;
  }

  .light-text.desktop {
    font-size: 64px;
  }

  .text-wrapper.margin-bottom-medium {
    margin-bottom: 30px;
  }

  .process-container {
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

  .process-container.new {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .process-wrap {
    width: 100%;
  }

  .image-process-wrap.new {
    margin-top: 120px;
  }

  .image-process {
    height: auto;
  }

  .image-process._1 {
    height: 166px;
  }

  .projects-mask {
    width: 95%;
    overflow: hidden;
  }

  .project-slide {
    margin-right: 15px;
  }

  .slide-arrow {
    left: 5%;
  }

  .slide-arrow.right {
    right: 5%;
  }

  .slide-arrow.second {
    left: 2%;
  }

  .slide-arrow.second-right {
    right: 2%;
  }

  .subtitle-category {
    margin-top: 0;
  }

  .news-info-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-image {
    height: 350px;
  }

  .our-news-container {
    background-color: var(--accent-blue);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .social-networks-block {
    width: 100%;
  }

  .margin-left-right-auto.text-content-center {
    width: 75%;
  }

  .teatimonial-text {
    font-size: 24px;
  }

  .testimonials-slider-style {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .team-member-column {
    padding-top: 0;
  }

  .team-member-column.second {
    margin-top: 20px;
  }

  .description-team {
    margin-top: 10px;
  }

  .main-logo {
    height: 36px;
  }

  .cart-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-links-wrapper, .footer-links-wrapper.tablet-card-wrapper-small {
    width: 47%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-links-large-wrapper {
    align-items: center;
    width: 100%;
  }

  .not-full {
    width: 85%;
  }

  .banner-home-grid {
    width: 100%;
  }

  .banner-img-home {
    height: 300px;
  }

  .banner-content-home {
    width: 90%;
    margin-bottom: 50px;
  }

  .container-button {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .paragraph-home {
    width: 100%;
  }

  .banner-inner-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .background-bottom {
    height: 90%;
  }

  .container-text {
    width: 100%;
  }

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

  .process-text-wrap {
    width: auto;
  }

  .process-circle {
    flex-flow: row;
    order: -1;
    align-self: auto;
  }

  .process-circle.k {
    margin-left: 0;
  }

  .process-text {
    padding-left: 0;
  }

  .process-text.right-text {
    text-align: left;
    margin-right: 0;
    padding-left: 0;
  }

  .process-wrapper {
    grid-row-gap: 50px;
  }

  .process-circle-wrap {
    order: -1;
    width: auto;
  }

  .process-container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    flex-direction: row-reverse;
    order: 2;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .process-container-2.second-process {
    grid-column-gap: 10px;
    flex-flow: row;
    order: 2;
  }

  .process-container-2._3 {
    grid-template-columns: .5fr 1fr;
  }

  .process-illustration {
    display: none;
  }

  .blog-categories {
    column-count: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-block-404 {
    font-size: 140px;
  }

  .license-link {
    margin-right: 20px;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

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

  .heading.unter.desktop.fmt {
    width: 100%;
  }

  .navbar-border-block {
    display: none;
    top: 8%;
    right: 17%;
  }

  .body-1 {
    font-size: 20px;
  }

  .image-cover-2 {
    width: 100%;
  }

  .image-cover-2.leistungen {
    max-width: none;
  }

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

  .big-text-2 {
    height: 10px;
    font-size: 28px;
  }

  .text-heading-1 {
    font-size: 64px;
  }

  .text-heading-1.leistungen {
    padding-top: 0;
    font-size: 64px;
  }

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

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

  .main-container {
    max-width: 550px;
  }

  .text-heading-3 {
    font-size: 32px;
  }

  .text-heading-3.schwarz {
    width: auto;
  }

  .logo-moving-logo {
    max-width: 150px;
    max-height: 57px;
  }

  .section-3.clients-section._100 {
    padding-top: 100px;
  }

  .text-heading-2 {
    font-size: 64px;
  }

  .master-moving-logos {
    grid-row-gap: 70px;
  }

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

  .client-image-wrap {
    height: 360px;
  }

  .carousel-bg {
    display: none;
  }

  .body-3 {
    font-size: 20px;
  }

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

  .big-text-3 {
    height: 10px;
    font-size: 28px;
  }

  .text-heading-4 {
    font-size: 64px;
  }

  .text-heading-4.leistungen {
    padding-top: 0;
    font-size: 64px;
  }

  .service-card-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .body-4 {
    max-width: none;
  }

  .team-bild, .team-bild._2 {
    height: 300px;
  }

  .team-bild._2.ok {
    height: auto;
  }

  .team-bild._3 {
    height: 300px;
  }

  .team-bild._3.unter {
    height: 320px;
  }

  .team-bild._3.ok {
    height: auto;
  }

  .team-bild._4 {
    height: 300px;
  }

  .team-bild._4.ok {
    height: auto;
  }

  .team-bild._5.unter {
    height: 320px;
  }

  .team-bild._5.d {
    height: 300px;
  }

  .team-bild._5.d.ok {
    height: auto;
  }

  .team-bild._1 {
    height: 300px;
  }

  .team-bild._1.unter {
    height: 320px;
  }

  .team-bild._1.ok {
    aspect-ratio: 1;
    height: auto;
  }

  .team-bild._5, .team-bild._4, .team-bild._3, .team-bild._2, .team-bild._1 {
    height: 360px;
  }

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

  .special-text {
    padding-right: 0;
  }

  .special-text.team {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
  }

  .special-text.team.neu {
    font-weight: 400;
  }

  .special-text.team {
    font-weight: 700;
    line-height: 24px;
  }

  .paragraph-2.mittig {
    margin-bottom: 20px;
  }

  .lightbox-link-2 {
    top: -106px;
    bottom: 164px;
    right: -268px;
  }

  .lightbox-link-2.v1 {
    top: -114px;
  }

  .image-12 {
    top: auto;
    right: auto;
  }

  .div-block-17.new {
    display: none;
  }

  .slider-3 {
    height: auto;
  }

  .image-13 {
    opacity: 1;
    margin-top: 32%;
  }

  .slider-4.mobil {
    height: auto;
  }

  .right-arrow, .left-arrow {
    margin-top: 0;
  }

  .div-block-19 {
    display: none;
  }

  .stirich {
    height: 70vh;
    left: 15%;
  }

  .stirich.ol {
    height: 850px;
    top: 6%;
    left: 9.5%;
  }

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

  .image-process-2 {
    height: auto;
  }

  .heading-11.wir {
    font-size: 24px;
    line-height: 30px;
  }

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

  .nav-link-2 {
    margin-left: 0;
  }

  .primary-button-light-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-info-cards-wrapper-2 {
    margin-top: 20px;
    padding-top: 30px;
  }

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

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

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

  .cta-main.cta-blue {
    min-width: 190px;
    max-width: none;
    margin-top: 20px;
  }

  .body-5 {
    max-width: none;
  }

  .body-5.opacity-60 {
    font-size: 20px;
  }

  .text-heading-6 {
    font-size: 21px;
  }

  .heading-13.tittle-headline.beduerfnisse {
    width: auto;
    margin-top: 0;
    font-size: 46px;
    line-height: 60px;
  }

  .heading-13.tittle-headline.beduerfnisse.jobs {
    margin-bottom: 0;
    font-size: 56px;
    line-height: 70px;
  }

  .section-8.clients {
    height: 400px;
  }

  .section-8.clients.fachmann {
    height: 330px;
    padding-top: 72px;
  }

  .section-8.clients.fachmann.jobs {
    height: 320px;
    margin-bottom: -60px;
    padding-top: 80px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section.changelog-banner {
    padding-top: 100px;
  }

  .section.without-bottom-spacing.ber-uns {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.without-bottom-spacing.notdienst {
    padding-top: 60px;
  }

  .section.without-bottom-spacing.heiz {
    padding-top: 100px;
  }

  .section.without-bottom-spacing.birnen {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.without-bottom-spacing.hi2 {
    padding-bottom: 60px;
  }

  .section.dark-background.leistungen.unter {
    height: auto;
  }

  .section.about-2-banner.heiz {
    height: 50vh;
  }

  .section.about-2-banner.solar {
    background-image: linear-gradient(#00000069, #00000069), url('../images/AdobeStock_132507237.jpg');
    background-position: 0 0, 10%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.about-2-banner.impressum {
    padding-bottom: 40px;
  }

  .section.book {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.book.new {
    padding: 0;
  }

  .section.services, .section.service-details, .section.template, .section.template-career, .section.contact-us, .section.projects, .section.blog, .section.categories, .section.shop {
    background-image: linear-gradient(to bottom, null, null), url('../images/pexels-gustavo.webp');
    background-position: 0 0, 70%;
  }

  .section.ref {
    padding-left: 10px;
    padding-right: 10px;
  }

  .base-container, .base-container.relative {
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container.position-relative-z-index {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.sizing {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container.sizing.imp {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
  }

  .base-container.kontakt._0 {
    padding: 0;
  }

  .base-container.ber-uns {
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container.leistungen {
    padding-left: 0;
    padding-right: 0;
  }

  .base-container.leistungen.full._20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .base-container.padding-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    width: auto;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-icon {
    color: var(--white);
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .nav-close-icon {
    color: var(--light-gray);
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 38px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-copyright-link.last {
    font-family: Open Sans, sans-serif;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .values-counter-item {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

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

  .paragraph-large.light-text.home {
    line-height: 1.4em;
  }

  .paragraph-large.light-text._100, .paragraph-large.dark {
    font-size: 17px;
  }

  .paragraph-large.dark.small {
    font-size: 15px;
  }

  .paragraph-large.uu {
    line-height: 1.4em;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    padding: 20px;
  }

  .pricing-plan-list {
    margin-bottom: 30px;
  }

  .workflow-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .workflow-quote {
    font-size: 20px;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-logo-wrapper {
    padding-right: 0;
  }

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

  .service-list-image {
    height: 300px;
  }

  .service-list-section-wrap {
    border-radius: 0;
    width: 100%;
  }

  .service-list-section-wrap.first-child {
    flex-flow: column;
  }

  .service-list {
    grid-row-gap: 10px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .banner-buttons-wrapper, .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--dark-gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--dark-gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-buttons-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .home-buttons-wrapper.left {
    justify-content: flex-start;
  }

  .home-banner-title {
    font-size: 48px;
  }

  .navbar-absolute {
    background-color: var(--dark-2);
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .text-container {
    margin-bottom: 10px;
  }

  .text-container.mb-0.okkk {
    padding-left: 0;
  }

  .text-container.ab {
    margin-bottom: 0;
    padding-left: 0;
  }

  .title-container, .title-container._0 {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-section.home-6-banner {
    background-image: linear-gradient(0deg, #000000d1, #fff0 69%), url('../images/AdobeStock_437190814.jpg');
    background-position: 0 0, 28%;
    background-size: auto, cover;
    padding-bottom: 60px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .home-4-banner {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .home-form {
    justify-content: center;
  }

  .capabilities-image {
    min-height: auto;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .about-info-wrap-right {
    height: 280px;
  }

  .about-info-wrap-right.sanit-r {
    height: 250px;
  }

  .about-info-wrap-right.h {
    height: 280px;
  }

  .about-info-wrap-right.smaller {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }

  .about-info-wrap-right._240 {
    height: 240px;
  }

  .about-info-cards-wrap {
    width: 100%;
  }

  .menu-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
  }

  .home-blog-item {
    width: 300px;
  }

  .home-23-team-item {
    width: 100%;
  }

  .center-title {
    text-align: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

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

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-section-title {
    width: 100%;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .primary-button-green {
    background-color: var(--new-blue);
  }

  .primary-button-light._2 {
    font-size: 16px;
  }

  .paragraph-banner, .paragraph-banner.home {
    width: 100%;
  }

  .big-text {
    font-size: 48px;
  }

  .text-counter {
    font-size: 17px;
  }

  .flex-horizontal-align-start.mobile-flex-vertical-center {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .desktop-1-4-width-column {
    width: 46%;
  }

  .image-full {
    height: 260px;
  }

  .slider-2 {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .light-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    display: block;
  }

  .light-text.mittig {
    font-size: 40px;
  }

  .light-text.mittig.leistungen {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .light-text.mittig.leistungen.left {
    margin-bottom: 0;
    font-size: 40px;
  }

  .light-text.head.oswald.home-4-testimonials-wrapper, .light-text.head.oswald.home-4-testimonials-wrapper.hey, .light-text._2 {
    font-size: 48px;
  }

  .light-text._2.mobile {
    margin-bottom: 0;
    font-size: 48px;
  }

  .light-text.mobil {
    font-size: 48px;
    display: block;
  }

  .light-text.desktop {
    display: none;
  }

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

  .process-container.new {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .process-container.new.m3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .image-process-wrap.new {
    height: 220px;
    margin-top: 176px;
  }

  .image-process {
    position: static;
  }

  .slide-arrow.second {
    display: none;
  }

  .slide-arrow.second-right {
    display: none;
    right: 2%;
  }

  .project-card-wrapper {
    height: 300px;
  }

  .contact-input {
    padding: 12px;
  }

  .contact-input.half {
    padding: 12px 12px 12px 16px;
  }

  .news-info-content {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subscribe-title {
    width: 100%;
  }

  .subscribe-image {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    height: auto;
  }

  .our-news-container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .list {
    grid-row-gap: 0px;
    list-style: none;
  }

  .margin-left-right-auto.text-content-center {
    width: 90%;
  }

  .teatimonial-text {
    font-size: 20px;
  }

  .team-member-column.second {
    margin-top: 10px;
  }

  .card-side-wrapper.team, .card-side-wrapper.team-member {
    height: 350px;
  }

  .main-logo {
    height: 34px;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-links-wrapper.half-width {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-links-wrapper.tablet-card-wrapper-small {
    width: 100%;
  }

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

  .footer-links-columns-wrapper-large {
    align-items: center;
    width: 100%;
  }

  .footer-links-columns-wrapper-large.padding-top-small {
    justify-content: center;
  }

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

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.small-gap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .work-hours {
    text-align: left;
  }

  .all-contacts-wrapper.contact-wrapper-align-center {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-links-large-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .not-full, .banner-home-grid {
    width: 100%;
  }

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

  .banner-inner-title {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .accordion-icon-circle {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }

  .image-services._240 {
    height: 170px;
  }

  .image-services._200 {
    height: 180px;
  }

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

  .process-text-wrap {
    width: 100%;
  }

  .process-circle {
    grid-row-gap: 0px;
    width: 70px;
    height: 70px;
    font-size: 16px;
  }

  .process-text {
    text-align: left;
    letter-spacing: -.2px;
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .process-text.right-text {
    text-align: left;
    letter-spacing: -.2px;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.44em;
  }

  .process-wrapper {
    grid-row-gap: 30px;
  }

  .process-circle-wrap {
    width: 100%;
  }

  .process-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: row-reverse wrap-reverse;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .process-container-2.second-process {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-columns: .45fr 1fr;
  }

  .process-container-2.second-process._2 {
    grid-template-columns: .45fr 1fr;
  }

  .process-container-2._3 {
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: .45fr 1fr;
  }

  .card-side-absolute, .card-side-absolute.team {
    height: 350px;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .lightbox-small-image {
    height: 150px;
  }

  .block-header {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .heading.ber-uns {
    font-size: 40px;
    line-height: 1.25em;
  }

  .heading.ber-uns.mobil {
    letter-spacing: .25px;
    margin-bottom: 24px;
    line-height: 1.25em;
    display: block;
  }

  .heading.ber-uns.desktop {
    display: none;
  }

  .heading.referenzen {
    font-size: 48px;
  }

  .heading.light.kontakt-1 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 1.3em;
  }

  .heading.light.jobs, .heading.light.mitte {
    font-size: 48px;
  }

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

  .heading.team {
    font-size: 40px;
    line-height: 1.2em;
  }

  .heading.willkommen {
    letter-spacing: .25px;
    margin-top: 0;
    font-size: 48px;
    line-height: 1.2em;
  }

  .heading.unter {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.2em;
  }

  .heading.unter.desktop {
    display: none;
  }

  .heading.unter.mobile {
    font-size: 34px;
    line-height: 1.2em;
    display: block;
  }

  .navbar-border-block {
    width: 100px;
    height: 100px;
    margin-top: 71px;
    margin-left: 80px;
    margin-right: 40px;
    padding-left: 0;
    display: flex;
    inset: 0% 10% auto auto;
  }

  .navbar-border-block.corona {
    width: 110px;
    height: 110px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    top: 13%;
    right: 7%;
  }

  .navbar-border-block.corona.unter {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    top: 30%;
  }

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

  .heading-7.corona {
    letter-spacing: -.4px;
    margin-top: -4px;
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
    top: -4px;
    left: 2px;
  }

  .heading-7.corona.test {
    font-size: 20px;
    display: none;
  }

  .body-1 {
    font-size: 20px;
  }

  .image-cover-2.desktop {
    width: auto;
  }

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

  .big-text-2 {
    font-size: 26px;
  }

  .text-heading-1 {
    font-size: 40px;
  }

  .text-heading-1.accent {
    margin-bottom: 10px;
    font-size: 64px;
  }

  .text-heading-1.leistungen {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .service-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 660px;
    padding: 24px;
  }

  .body-2 {
    max-width: none;
    line-height: 125%;
  }

  .main-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-heading-3 {
    width: auto;
    font-size: 24px;
  }

  .text-heading-2 {
    font-size: 38px;
    line-height: 94%;
  }

  .move-moving-logo.third-moving, .single-moving-logo {
    grid-column-gap: 100px;
  }

  .limit-670 {
    max-width: 287px;
  }

  .client-role.opacity-90 {
    padding-left: 0;
    padding-right: 10px;
    font-weight: 400;
  }

  .client-image-wrap {
    height: 300px;
  }

  .body-3 {
    font-size: 20px;
  }

  .div-block-6 {
    width: 70%;
  }

  .big-text-3 {
    font-size: 26px;
  }

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

  .text-heading-4.accent {
    margin-bottom: 10px;
    font-size: 64px;
  }

  .text-heading-4.leistungen {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .service-card-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    max-width: 660px;
    padding: 24px;
  }

  .body-4 {
    max-width: none;
    line-height: 125%;
  }

  .div-block-11.team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-bild._2, .team-bild._3 {
    height: 350px;
  }

  .team-bild._3.unter {
    height: 300px;
  }

  .team-bild._4, .team-bild._5 {
    height: 350px;
  }

  .team-bild._5.unter {
    height: 300px;
  }

  .team-bild._1 {
    width: auto;
    height: 320px;
  }

  .team-bild._1.unter {
    height: 300px;
  }

  .team-bild._5, .team-bild._4 {
    height: 280px;
  }

  .team-bild._3 {
    background-image: linear-gradient(#00000021, #00000021), url('../images/AdobeStock_646613410.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 280px;
  }

  .team-bild._3:hover {
    background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_646613410.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .team-bild._2 {
    background-image: url('../images/AdobeStock_481835240.jpg');
    height: 280px;
  }

  .team-bild._2:hover {
    background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_481835240.jpg');
    background-position: 0 0, 89%;
    background-size: auto, cover;
  }

  .team-bild._1 {
    height: 280px;
    overflow: hidden;
  }

  .heading-8 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
  }

  .heading-8.wir {
    margin-bottom: 5px;
    font-size: 30px;
  }

  .special-text {
    padding-right: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .special-text.team {
    font-weight: 400;
  }

  .heading-9 {
    font-size: 48px;
  }

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

  .paragraph-2.unter {
    font-size: 16px;
    line-height: 1.5em;
  }

  .paragraph-2.mittig {
    font-size: 17px;
  }

  .paragraph-2.dark {
    letter-spacing: -.2px;
  }

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

  .lightbox-link-2 {
    top: -89px;
    right: -143px;
  }

  .lightbox-link-2.sanit-r {
    top: -47%;
    left: 55%;
  }

  .lightbox-link-2.ok {
    top: -31%;
    left: 64%;
  }

  .lightbox-link-2.v1 {
    inset: -107px 0 167px 52%;
  }

  .image-12 {
    top: auto;
    right: auto;
  }

  .image-12.ok {
    width: 120px;
    height: 120px;
  }

  .slider-3 {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .image-13 {
    opacity: 0;
  }

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

  .list-item-3 {
    font-size: 17px;
  }

  .slider-4.mobil {
    display: none;
  }

  .slider-4.mobil2 {
    width: 100vw;
    display: block;
  }

  .right-arrow {
    margin-right: 10px;
  }

  .left-arrow {
    margin-left: 10px;
  }

  .text-block-407 {
    font-size: 30px;
  }

  .stirich {
    height: 70vh;
    top: 11%;
    left: 16%;
  }

  .stirich.ol {
    height: 670px;
    display: none;
    left: 11%;
  }

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

  .image-process-2 {
    height: 180px;
  }

  .image-process-2._5 {
    margin-top: -10px;
  }

  .image-process-2._2, .image-process-2._3 {
    height: 180px;
  }

  .heading-11 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 50px;
  }

  .heading-11.wir {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .nav-menu-2 {
    width: auto;
  }

  .navbar-absolute-2 {
    background-color: #202646;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-wrap-2 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
  }

  .nav-dropdown-icon-2 {
    color: #fff;
  }

  .nav-link-2 {
    width: 99%;
  }

  .nav-close-icon-2 {
    color: #f0fa99;
  }

  .heading-12.ber-uns {
    font-size: 40px;
    line-height: 1.25em;
  }

  .section-7.without-bottom-spacing.ber-uns {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-info-cards-wrap-2 {
    width: 100%;
  }

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

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

  .text-heading-5 {
    width: auto;
    font-size: 24px;
    line-height: 110%;
  }

  .text-heading-5.haus.blue.job-headline {
    margin-top: 0;
    font-size: 24px;
    line-height: 120%;
  }

  .div-block-23.stellenausschreibung {
    padding: 10px 20px 25px;
  }

  .grid-halves {
    grid-template-rows: auto auto;
  }

  .cta-main.cta-blue {
    max-width: 210px;
  }

  .body-5 {
    max-width: none;
    font-size: 18px;
    line-height: 125%;
  }

  .body-5.opacity-60 {
    font-size: 18px;
  }

  .text-heading-6 {
    max-width: 271px;
    margin-bottom: 0;
    font-size: 21px;
  }

  .list-4.jobs {
    max-width: 250px;
  }

  .heading-13.tittle-headline.beduerfnisse {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
  }

  .heading-13.tittle-headline.beduerfnisse.jobs {
    font-size: 48px;
    line-height: 62px;
  }

  .section-8.clients {
    height: 450px;
    margin-top: -12px;
  }

  .section-8.clients.fachmann {
    height: 500px;
    margin-top: -75px;
    margin-bottom: 10px;
  }

  .section-8.clients.fachmann.jobs {
    height: 400px;
    margin-bottom: -60px;
    padding-bottom: 0;
  }

  .trasnparent-button-3 {
    text-align: center;
    line-height: 26px;
  }

  .image-services {
    aspect-ratio: 3 / 2;
    width: auto;
    height: auto;
  }
}

#w-node-_28171603-f444-415d-e647-2548c1362264-b3c48c9a, #w-node-_28171603-f444-415d-e647-2548c13622a4-b3c48c9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#services.w-node-_28171603-f444-415d-e647-2548c13622f6-b3c48c9a {
  justify-self: auto;
}

#w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c0a3-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c0c0-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c0c9-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c0b5-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c0db-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c0f8-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c103-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c0ef-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c112-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c124-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c12d-b3c48d0e, #w-node-ba5c2480-64b1-5bc3-7495-5b1d9766c136-b3c48d0e, #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b654-d4c65ad0, #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b65d-d4c65ad0, #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b66f-d4c65ad0, #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b678-d4c65ad0, #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b68a-d4c65ad0, #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b693-d4c65ad0, #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b6a5-d4c65ad0, #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b6ae-d4c65ad0, #w-node-_0aed8e30-4562-9231-2d87-8d1bd4c65b4d-d4c65ad0, #w-node-_0aed8e30-4562-9231-2d87-8d1bd4c65b5f-d4c65ad0, #w-node-_0aed8e30-4562-9231-2d87-8d1bd4c65b68-d4c65ad0, #w-node-_0aed8e30-4562-9231-2d87-8d1bd4c65b71-d4c65ad0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7b51db80-3f80-1592-06b0-e78ee0b6772f-de9c8546 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4d23152c-f220-3d83-ac1a-241a9ac8b689-d4c65ad0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-af48aa2d-9d5e-1cb6-703f-0b7489c03cdb-5ccd8e74 {
    order: -9999;
  }
}


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