@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 {
  --primary-dark: #161616;
  --eef3e8: #eef3e8;
  --white: white;
  --primary: #c75b39;
  --497f64: #8f7350;
  --primary-light: #f3f9ec;
  --black: black;
  --secondary-dark: #272727;
  --a1cc9f: #e67e22;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --paragraph-gray: #5a3e2b;
  --dark-gray-50\<deleted\|variable-816eb261\>: #afafaf80;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-commerce-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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-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-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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -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-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

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

.w-commerce-commerceaddtocartbutton {
  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-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-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-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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

@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-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, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--primary-dark);
  color: var(--eef3e8);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

h1 {
  color: var(--white);
  letter-spacing: 1.72px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 75px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  color: var(--white);
  letter-spacing: -1.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

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

ul {
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--497f64);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 400;
  display: flex;
}

ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 600;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  text-align: center;
  letter-spacing: -.28px;
  background-image: url('../images/Group.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 15% 15%;
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 67px 0 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  padding-top: 19px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--white);
  padding-bottom: 3px;
}

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

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.overflow-visible {
  overflow: visible;
}

.section.space-bgr {
  background-color: var(--white);
  margin-top: -160px;
  padding-top: 240px;
}

.section.light-bgr-without-bottom-margin {
  background-color: var(--white);
  padding-bottom: 0;
}

.section.without-bottom-space, .section.small-top-space {
  padding-bottom: 0;
}

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

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

.base-container.centered {
  display: flex;
}

.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-title {
  background-color: var(--primary-light);
  color: var(--black);
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  font-size: 18px;
  font-style: italic;
  display: flex;
}

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

.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;
  font-size: 18px;
  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-system-image {
  max-width: 80%;
}

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

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

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

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

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

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

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

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--secondary-dark);
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
}

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

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

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

.primary-light-style-guide {
  border: 1px solid var(--497f64);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
}

.white-style-guide {
  border: 1px solid var(--497f64);
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

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

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

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

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

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

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

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.primary-button {
  background-color: var(--primary-dark);
  color: var(--white);
  text-align: center;
  letter-spacing: .32px;
  text-transform: uppercase;
  border-radius: 14px;
  flex: none;
  padding: 18px 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--497f64);
  opacity: 1;
  color: var(--white);
}

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

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.navbar {
  background-color: #ddd0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.navbar.fixed {
  position: fixed;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  background-color: #272727;
  border-radius: 14px;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu.without-bgr {
  background-color: #27272700;
  border-radius: 0;
}

.nav-link {
  color: var(--white);
  text-transform: capitalize;
  padding: 15px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.nav-link:hover {
  opacity: 1;
  color: var(--a1cc9f);
}

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

.nav-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  line-height: 1.2em;
  display: flex;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.nav-dropdown-list {
  border: 1px solid var(--primary-dark);
  background-color: #272727;
  border-radius: 14px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  margin-top: -5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-dropdown-list.megamenu.w--open {
  width: 530px;
  display: flex;
  right: 0;
}

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

.nav-dropdown-link {
  color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2em;
}

.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 #5e5e5e80;
  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 {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

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

.licensing-image-link {
  border-radius: 42px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

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

.license-link {
  color: var(--white);
  font-style: italic;
  font-weight: 600;
}

.license-link:hover {
  color: var(--a1cc9f);
}

.license-link.last-child {
  color: var(--white);
  margin-right: 0;
  font-style: italic;
}

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

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

.icon-style-guide {
  color: var(--a1cc9f);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  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(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

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

.utility-page-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
  display: flex;
}

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

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

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

._404-paragraph {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-style: italic;
}

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

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

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

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

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

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

.coming-soon-page-wrap {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.coming-soon-heading {
  text-transform: capitalize;
  margin-top: 50px;
  font-size: 70px;
}

.blog-grid-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.blog-grid-collection-list.two-column {
  grid-template-columns: 1fr 1fr;
}

.blog-grid-image-link {
  width: 100%;
  height: 450px;
  position: relative;
}

.blog-grid-item-date {
  font-size: 16px;
  font-style: italic;
}

.blog-grid-content-wrapper {
  z-index: 1;
  flex-direction: column;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.blog-grid-item {
  width: 100%;
  display: inline-block;
  box-shadow: 0 5px 20px #0000000f;
}

.blog-grid-item-title {
  color: var(--primary-dark);
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  transition-property: none;
}

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

.blog-grid-post-wrapper {
  border-radius: 42px;
  position: relative;
  overflow: hidden;
}

.blog-sidebar-post-category {
  background-color: var(--497f64);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 14px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

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

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

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

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

.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 {
  color: var(--primary-dark);
  text-align: right;
  font-style: italic;
}

.footer {
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-bottom-wrapper {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #eef3e899;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #eef3e899;
  width: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  display: flex;
}

.footer-copyright-link {
  color: #eef3e899;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

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

.section-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-card-image {
  color: var(--primary);
  object-fit: cover;
  border-radius: 50%;
  flex: none;
  width: 260px;
  height: 260px;
}

.team-card-image.position {
  object-position: 0% 50%;
}

.team-card-content-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  padding-top: 15px;
  display: flex;
}

.team-member-position {
  font-size: 18px;
  font-style: italic;
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.process-item-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  border-radius: 42px;
  flex: none;
  width: 100%;
  max-width: 500px;
  height: 420px;
  overflow: hidden;
}

.process-content {
  width: 100%;
}

.process-paragraph {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
}

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

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

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

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

.values-counter-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--497f64);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding-top: 30px;
  display: grid;
}

.values-counter-item {
  background-color: #272727;
  border-radius: 15px;
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
}

.career-list-item-wrapper {
  background-color: var(--white);
  border-radius: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.career-position {
  color: var(--primary-dark);
  margin-bottom: 10px;
  transition: color .35s;
}

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

.career-location {
  background-color: var(--497f64);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

.career-location:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}

.career-type {
  background-color: var(--primary-dark);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 10px 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.banner-title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 650px;
  display: flex;
}

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

.text-white.last-child {
  margin-bottom: 0;
}

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

.accordion-list {
  background-color: #0000;
  width: 100%;
  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: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

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

.accordion-item {
  background-color: #272727;
  border-radius: 14px;
  width: 100%;
  padding: 10px 30px;
  position: static;
}

.accordion-icon {
  color: var(--primary-light);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 24px;
}

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

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.accordion-title {
  font-weight: 400;
  line-height: 1.4em;
}

.mb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.light-background {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
}

.coming-soon-image {
  object-fit: cover;
  border-radius: 42px;
  max-width: 300px;
  height: 500px;
}

.link-with-icon {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  font-style: italic;
  font-weight: 600;
  display: flex;
  position: relative;
}

.link-with-icon:hover {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--a1cc9f);
}

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

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

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

.link-with-icon.black:hover {
  color: var(--497f64);
}

.job-position-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 100%;
}

.job-position-sidebar-wrapper {
  border-top: 1px solid var(--497f64);
  border-bottom: 1px solid var(--497f64);
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  padding: 30px 20px;
  display: flex;
  position: sticky;
  top: 120px;
}

.hidden {
  display: none;
}

.footer-link {
  opacity: .6;
  color: var(--eef3e8);
  text-transform: none;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  transition: all .3s;
}

.footer-link:hover {
  opacity: 1;
  color: var(--eef3e8);
}

.footer-link.white-link {
  opacity: 1;
}

.footer-link.white-link:hover {
  color: var(--a1cc9f);
}

.footer-social-icons-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 480px;
  display: flex;
}

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

.footer-brand.w--current {
  color: #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  color: var(--497f64);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 27px;
  text-decoration: none;
  transition: all .3s;
}

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

.footer-links-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-links-wrapper.margin {
  border-top: 1px solid var(--497f64);
  margin-top: 30px;
  padding-top: 30px;
}

.button-header {
  align-items: center;
  display: flex;
}

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

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

.search-link {
  color: var(--white);
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  color: var(--white);
  background-color: #fff0;
  border: 1px solid #fff6;
  border-radius: 14px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  font-style: italic;
}

.search-input:focus {
  border: 1px solid var(--white);
  color: var(--white);
}

.search-input::placeholder {
  color: #ffffff80;
}

.search-input.margin-bottom {
  margin-bottom: 10px;
}

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

.footer-logo-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 46px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

.customer-wrapper {
  opacity: .5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

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

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

.testimonials-card-item {
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--eef3e8);
  text-align: center;
  background-image: url('../images/Group.svg');
  background-position: 5% 8%;
  background-repeat: no-repeat;
  background-size: 15% 0%;
  border-radius: 42px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 80px 20px 30px;
}

.testimonials-card-title {
  color: var(--primary-dark);
  font-size: 40px;
}

.testimonials-card-content {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
}

.service-details-content-wrapper {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.dark-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.customer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

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

.customer-grey-image:hover {
  opacity: 1;
}

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

.about-2-three-column-section {
  display: flex;
  overflow: hidden;
}

.about-2-first-column {
  background-color: var(--secondary-dark);
  width: 33.33%;
  padding: 120px 30px 120px 40px;
}

.about-2-first-column-list {
  margin-top: 40px;
  margin-bottom: 50px;
}

.about-2-second-column {
  background-image: url('../images/Bodenheizung-Bild-Preview.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.33%;
}

.about-2-third-column {
  background-color: var(--primary-light);
  width: 33.33%;
  padding: 120px 40px 120px 30px;
}

.about-2-progress-bar-wrapper {
  margin-top: 50px;
}

.about-2-progress-bar-item {
  margin-bottom: 30px;
}

.progressbar-gray-line {
  background-color: var(--dark-gray-50\<deleted\|variable-816eb261\>);
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--497f64);
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.about-2-progress-bar-active-element {
  background-color: var(--497f64);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto -10px 15px auto;
  transform: rotate(-45deg);
}

.progress-bar-number {
  color: var(--white);
  padding-left: 3px;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  transform: rotate(45deg);
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--497f64);
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.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-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

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

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

.project-template-content {
  width: 65%;
}

.project-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 20%;
  font-style: italic;
  display: flex;
}

.project-template-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.project-template-info-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-template-banner-image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

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

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

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

.progress-bar-98 {
  background-color: var(--497f64);
  width: 98%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

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

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

.secondary-button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .32px;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 18px 30px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--a1cc9f);
  color: var(--white);
}

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

.author-position {
  color: var(--a1cc9f);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
}

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

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

.team-wrap {
  background-color: #adc9ab;
  background-image: linear-gradient(0deg, #10241acc, #fff0 70%);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.blog-details-link-title {
  color: var(--primary);
}

.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-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(--a1cc9f);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 30px;
  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;
}

.bold-text {
  letter-spacing: -4px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 66px;
  font-style: italic;
  font-weight: 800;
  line-height: 1em;
}

.bold-text.green {
  color: var(--a1cc9f);
}

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

.position {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-wrap {
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.rich-text-style {
  text-transform: none;
  text-decoration: none;
}

.rich-text-style h2 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 45px;
}

.rich-text-style h3, .rich-text-style h4, .rich-text-style h5, .rich-text-style h6 {
  margin-top: 25px;
  margin-bottom: 15px;
}

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

.rich-text-style p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

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

.rich-text-style blockquote {
  width: 80%;
  margin: 50px auto;
}

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

.rich-text-style.margin-top-25 {
  margin-top: 25px;
}

.rich-text-style strong {
  font-style: italic;
  font-weight: 600;
}

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

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

.black-overlay {
  z-index: 1;
  background-color: #00000059;
  background-image: linear-gradient(346deg, #00000080, #0000 52%);
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.brand-tablet {
  display: none;
}

.brand {
  background-color: #272727;
  border-radius: 14px;
  flex: none;
  padding: 10px 20px;
}

.brand.without-bgr {
  background-color: #27272700;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-gray-style-guide {
  background-color: var(--a1cc9f);
  width: 75px;
  height: 75px;
}

.shop-category-tabs {
  width: 100%;
}

.sessions-tab-link {
  background-color: var(--primary-light);
  color: var(--primary-dark);
  text-transform: uppercase;
  border-radius: 14px;
  padding: 10px 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}

.sessions-tab-link.w--current {
  background-color: var(--497f64);
  color: #fff;
}

.shop-category-tabs-content {
  overflow: visible;
}

.shop-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shop-tabs {
  width: 100%;
}

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

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

.shop-links-wrapper {
  border-radius: 42px;
  position: relative;
  overflow: hidden;
}

.shop-item-price {
  color: var(--white);
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.on-sale-tag {
  z-index: 999;
  color: var(--a1cc9f);
  border-radius: 4px;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  box-shadow: 0 10px 50px #0000000d;
}

.on-sale-tag:hover {
  color: var(--497f64);
}

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

.shop-item-price-on-sale {
  color: #fff9;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  text-decoration: line-through;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

.details-page-title {
  font-size: 60px;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

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

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

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.success-message {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  padding: 10px 0;
  font-style: italic;
  font-weight: 600;
}

.error-message {
  color: #f33d3d;
  text-align: center;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-style: italic;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-homepage {
  padding-top: 60px;
}

.section-homepage.home-2 {
  min-height: 720px;
  padding-top: 170px;
  position: relative;
  overflow: hidden;
}

.heading-wrap {
  width: 100%;
  max-width: 500px;
}

.heading-wrap.home-2 {
  max-width: 700px;
}

.right-block-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.banner-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.numbers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-light);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 30px;
  display: flex;
}

.block-with-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.numbers {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-large-green {
  color: var(--497f64);
  flex: none;
  font-size: 46px;
  font-weight: 700;
}

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

.dark-text.maxw {
  max-width: 720px;
}

.dark-text.width {
  max-width: 600px;
}

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

.image-span {
  background-image: url('../images/Group-20.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 98px;
  height: 62px;
  margin-left: 20px;
  margin-right: 30px;
  display: inline-flex;
}

.homepage-text {
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.homepage-text.home-2 {
  min-width: 999px;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.grid-2.margin-top-0 {
  margin-top: 0;
}

.cart-wrap {
  border-radius: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-wrap.second {
  background-image: url('../images/Image-Home-01.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-start;
}

.cart-wrap.third {
  background-color: var(--a1cc9f);
  justify-content: space-between;
}

.cart-wrap.last {
  background-image: url('../images/Image-Home-02.webp');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
}

.cart-wrap.green {
  background-color: var(--primary);
}

.line-bottom {
  text-decoration: underline;
}

.large-terxt {
  font-size: 22px;
}

.large-terxt.space {
  margin-top: 30px;
  margin-bottom: 50px;
}

.large-terxt.primary-with-space {
  color: var(--primary);
  margin-top: 30px;
  margin-bottom: 50px;
}

.large-terxt.margin-top {
  margin-top: 30px;
}

.uppercase-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.uppercase-text.magin {
  margin-top: 20px;
  margin-bottom: 10px;
}

.uppercase-text.last-cart {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4em;
}

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

.div-block-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.title-horizontal {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-horizontal.align-down {
  justify-content: space-between;
  align-items: flex-end;
}

.title-horizontal.gap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.maxw-500 {
  width: 100%;
  max-width: 300px;
}

.projects-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 410px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 42px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 320px;
  display: flex;
}

.background-video.height {
  height: 100%;
}

.play-pause-button {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: static;
}

.project-item {
  border-radius: 42px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 320px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-cover.position {
  object-position: 50% 80%;
}

.link-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.grid-with-image {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-top: 50px;
  display: flex;
}

.image-left {
  border-radius: 42px;
  flex: none;
  width: 370px;
  overflow: hidden;
}

.grid-cart {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.green-block-with-image {
  background-color: var(--497f64);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-color {
  color: var(--paragraph-gray);
}

.paragraph-color.margin {
  margin-top: 15px;
  margin-bottom: 25px;
}

.grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}

.grid-wrap.clients {
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.link-cms {
  color: var(--black);
  letter-spacing: -.3px;
  font-size: 25px;
  font-style: italic;
  font-weight: 600;
}

.link-cms:hover {
  color: var(--497f64);
}

.link-cms.white {
  color: var(--white);
}

.link-cms.white:hover {
  color: var(--a1cc9f);
}

.top-image-bgr {
  height: 20px;
}

.dark-section {
  z-index: 1;
  background-color: var(--primary-dark);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  min-height: 360px;
  margin-top: -20%;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: relative;
}

.dark-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.description-dark-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

.grid-3.space-0 {
  margin-top: 0;
}

.image-services {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.collection-item-3 {
  border-radius: 42px;
  justify-content: flex-start;
  align-items: flex-end;
  height: 540px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .55s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-large-cms {
  color: var(--white);
  text-transform: uppercase;
  max-width: 250px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  position: relative;
}

.link-large-cms:hover {
  color: var(--a1cc9f);
}

.link-large-cms.maxw {
  max-width: none;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-with-arrow {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 13px 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
}

.link-with-arrow:hover {
  color: var(--primary-dark);
  background-color: #fff;
}

.rotate {
  transform: rotate(48deg);
}

.gradient-overlay {
  background-image: linear-gradient(0deg, #00000080, #fff0);
  position: absolute;
  inset: 0%;
}

.maxw-700 {
  max-width: 700px;
}

.grid-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: 480px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.description-team {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 0%;
}

.small-text {
  font-size: 16px;
}

.small-text.margin {
  margin-bottom: 10px;
}

.text-block-2 {
  letter-spacing: -.18px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 15px;
}

.contacts-form {
  background-image: url('../images/Bodenheizung-Bild-Preview.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 42px;
  max-width: 1400px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 80px 15px;
  overflow: hidden;
}

.div-block-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-reviews {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
}

.reviews-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews-author {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.author-image-block {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  overflow: hidden;
}

.author-name {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.arrow-reviews {
  background-color: var(--primary-dark);
  width: 30px;
  transition: all .3s;
  display: flex;
}

.arrow-reviews:hover {
  left: 10px;
}

.arrow-reviews.right:hover {
  left: auto;
  right: 10px;
}

.reverse-image {
  transform: rotate(180deg);
}

.maxw-430 {
  color: var(--paragraph-gray);
  max-width: 350px;
}

.maxw-desktop {
  color: var(--paragraph-gray);
}

.mask-5 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.slide-reviews {
  margin-right: 30px;
}

.div-block-10 {
  background-color: var(--497f64);
  width: 100%;
  height: 1px;
}

.logo-top-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.italic-text {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.italic-text.margin-top {
  margin-top: 15px;
  margin-bottom: 0;
}

.italic-text.dark-list {
  background-color: var(--primary-dark);
  margin-top: 15px;
  margin-bottom: 0;
}

.green-button {
  background-color: var(--497f64);
  opacity: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: .32px;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 15px 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1em;
}

.green-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.green-button.margin-top {
  margin-top: 35px;
}

.heading-footer {
  color: var(--white);
  letter-spacing: -.16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.links-wrap {
  line-height: 1.3em;
}

.small-footer-text {
  opacity: .6;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.small-footer-text.white-text {
  opacity: 1;
}

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

.div-block-12 {
  z-index: 2;
  background-color: var(--primary-dark);
  height: 60px;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow-11 {
  background-color: #272727;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
  inset: auto 80px 0% auto;
}

.image-2 {
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto 0% 0;
}

.icon {
  background-color: #0000;
}

.number {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
  position: relative;
  inset: auto 0% 0% auto;
}

.large-image-content {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.description-cms {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 56%;
  height: 70%;
  margin-left: 50px;
  display: flex;
}

.secondary-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.medium-image {
  z-index: 3;
  width: 400px;
  height: 70%;
  margin-left: -191px;
  position: relative;
  inset: auto auto auto 0%;
  overflow: visible;
}

.right-arrow-11 {
  background-color: #272727;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-size: 20px;
  display: flex;
  inset: auto 0% 0% auto;
}

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

.dark-block {
  background-color: var(--primary-dark);
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider-home-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-3 {
  object-fit: cover;
  object-position: 70% 50%;
  border-radius: 42px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.name-block-cms {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  padding-right: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-2 {
  background-color: #ddd0;
  height: 620px;
}

.number-block {
  justify-content: center;
  align-items: center;
  padding-bottom: 13px;
  display: flex;
  position: absolute;
  bottom: 3%;
  right: -20%;
  overflow: hidden;
}

.title-home-3 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
}

.green-bgr {
  z-index: 1;
  display: block;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-2, .collection-list-2, .collection-item-4 {
  height: 100%;
}

.inner-page {
  background-color: var(--primary);
  background-image: url('../images/Fußbodenheizung-Bild-Preview.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 42px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-page.team {
  background-image: linear-gradient(#0006, #0006), url('../images/2147844319_12147844319.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.inner-page.pricing {
  background-image: linear-gradient(#0006, #0006), url('../images/4156_14156.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.inner-page.process {
  background-image: linear-gradient(#0006, #0006), url('../images/150308-1_1150308 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.top-block {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bottom-block {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hover-green {
  transition: color .35s;
}

.hover-green:hover {
  color: var(--a1cc9f);
}

.cart-button {
  background-color: #3898ec00;
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-quantity {
  color: var(--a1cc9f);
  background-color: #fff0;
  margin-top: -15px;
  margin-right: -10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-cart-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.full-block {
  width: 100%;
}

.dark-text-style h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
}

.dark-text-style h5, .dark-text-style h6 {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 10px;
}

.dark-text-style p {
  color: var(--primary-dark);
  font-size: 18px;
}

.dark-text-style h3, .dark-text-style h4 {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 10px;
}

.dark-text-style blockquote {
  color: var(--primary-dark);
  width: 80%;
  margin: 30px auto;
}

.dark-text-style ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--primary-dark);
  flex-flow: column;
  margin-top: 10px;
  padding-left: 40px;
  display: flex;
}

.dark-text-style ul {
  grid-row-gap: 10px;
  background-color: var(--primary-dark);
  color: var(--497f64);
  padding-left: 40px;
}

.dark-text-style strong {
  letter-spacing: 0;
  font-style: italic;
}

.dark-text-style.margin-bottom {
  margin-bottom: 20px;
}

.blog-template-prev {
  color: var(--primary-dark);
  font-style: italic;
}

.team-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sticky-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 350px;
  display: flex;
  position: sticky;
  top: 130px;
}

.inner-full-image-section {
  background-image: linear-gradient(#0006, #0006), url('../images/Image-Home-02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.inner-full-image-section.career {
  background-image: linear-gradient(#0006, #0006), url('../images/Überschrift-Präsentation.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.inner-full-image-section.without-image {
  background-image: linear-gradient(#0006, #0006);
}

.space {
  margin-top: 15px;
}

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

.top-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.maxw-400 {
  max-width: 400px;
}

.none-transitions {
  transition-property: none;
}

.details-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 30px;
  display: flex;
}

.plan_pricing_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-top: 150px;
  display: flex;
}

.plan_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-dark);
  text-align: left;
  flex-direction: column;
  padding-left: 0;
  font-size: 16px;
  list-style-type: none;
  display: flex;
}

.plan_list.white {
  background-color: var(--white);
}

.most-popular-button {
  background-color: var(--white);
  color: var(--primary-dark);
  text-transform: uppercase;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 15rem;
  margin-left: auto;
  margin-right: auto;
  padding: .4rem 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  inset: -1.1rem 0% auto;
}

.pricing_price {
  color: var(--primary-dark);
  letter-spacing: -1px;
  margin-top: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

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

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-weight-bold {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.plan_item {
  background-image: url('../images/66716b39abb931a48046d62f_65c06d87870e4e91e52567dc_Vector2.svg-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-left: 25px;
}

.plan_item.white-icon {
  background-image: url('../images/Vector_1.svg');
}

.plan_pricing-card {
  background-color: var(--primary-light);
  color: var(--primary-dark);
  text-align: center;
  border-radius: 42px;
  width: 100%;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 2px .5625rem -.0625rem #0003;
}

.plan_pricing-card.growth {
  background-color: var(--497f64);
  color: #fff;
  margin-top: -5rem;
  padding-top: 50px;
}

.pricing-card-top {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 50px;
  display: flex;
}

.span-price {
  margin-right: 10px;
  font-size: 30px;
}

.pricing-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.list-italic {
  margin-top: 30px;
  margin-bottom: 0;
  font-style: italic;
}

.input-label {
  z-index: 2;
  background-color: var(--secondary-dark);
  color: var(--white);
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.grid-contacts {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

.form-inner {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.border-wrap {
  background-color: var(--secondary-dark);
  border-radius: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  min-height: 400px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.input-2 {
  color: var(--eef3e8);
  background-color: #fff0;
  border: 1px solid #f3f9ec66;
  border-radius: 14px;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 16px;
  transition: all .35s;
}

.input-2:hover {
  border-color: var(--primary-light);
  box-shadow: none;
}

.input-2:focus {
  border: 1px solid var(--primary-light);
  color: var(--white);
}

.input-2::placeholder, .input-2.select {
  color: #eef3e899;
}

.input-2.textarea {
  height: 100px;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._30-bottom {
  margin-bottom: 30px;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.span-testimonials {
  color: var(--497f64);
  font-size: 18px;
}

.button-tablet {
  display: none;
}

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

.shop-list._3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.details-products {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 10px;
  display: flex;
}

.add-to-cart {
  z-index: 1;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.default-state {
  margin-bottom: 0;
}

.cart-container {
  background-color: var(--secondary-dark);
  border-radius: 14px;
}

.cart-header {
  border-bottom-color: #fff3;
}

.close-button {
  filter: invert();
}

.image-cart {
  object-fit: cover;
  border-radius: 14px;
  height: 60px;
}

.remove-button {
  color: var(--a1cc9f);
  margin-top: 5px;
  font-size: 16px;
}

.remove-button:hover {
  color: var(--white);
}

.product-name {
  font-style: italic;
  font-weight: 600;
}

.price-small {
  font-size: 16px;
  font-style: italic;
  line-height: 1.2em;
}

.cart-item {
  justify-content: flex-start;
  align-items: center;
}

.cart-quantity-2 {
  background-color: #fafafa00;
  border-color: #fff3;
  border-radius: 14px;
}

.cart-quantity-2:focus {
  border-color: var(--497f64);
}

.cart-footer {
  border-top-color: #fff3;
}

.total-price {
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.projects-list-wrap {
  width: 100%;
}

.quick-stack {
  width: 100%;
  padding: 0;
}

.heading-2 {
  z-index: 2;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
}

.small-dark-text {
  color: var(--primary-dark);
  font-size: 16px;
  font-style: italic;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: start center;
  width: 100%;
}

.lightbox-link-product {
  border-radius: 42px;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.lightbox-link-product.hidden-mobile {
  position: relative;
}

.lightbox-link-product.descktop-hidden {
  display: none;
}

.product-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.right-wrapper-shop {
  position: relative;
}

.info-shop {
  position: sticky;
  top: 100px;
}

.collection-list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.left-wrapper-shop {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 130px;
}

.price-wrap {
  grid-column-gap: 5px;
  border-top: 1px solid var(--497f64);
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
}

.default-state-details {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.details-wrap {
  margin-top: 40px;
}

.out-of-stock-state {
  color: var(--a1cc9f);
  text-align: center;
  text-transform: uppercase;
  background-color: #ddd0;
  font-style: italic;
  font-weight: 600;
}

.add-to-cart-product {
  margin-top: 20px;
}

.quantity {
  background-color: #0000;
  border-color: #fff9;
  border-radius: 10px;
  margin-bottom: 0;
}

.quantity:hover {
  border-color: var(--497f64);
}

.quantity:focus {
  border-color: #0047ff;
}

.category-product {
  grid-column-gap: 5px;
  border-bottom: 1px solid var(--497f64);
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph {
  margin-top: 20px;
}

.div-block-67 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.details-title {
  text-transform: capitalize;
  font-size: 50px;
}

.div-block-68 {
  border-radius: 42px;
  height: 500px;
  margin-top: 50px;
  overflow: hidden;
}

.checkout-form {
  background-color: #f5f5f500;
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 0;
}

.block-header {
  background-color: #fff0;
  border-color: #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.block-content {
  background-color: #fff0;
  border-bottom-color: #fff3;
  border-left-color: #fff3;
  border-right-color: #fff3;
}

.input-checkout {
  color: var(--white);
  background-color: #fafafa00;
  border-color: #ffffff80;
  border-radius: 14px;
}

.input-checkout:focus, .input-checkout.-wfp-focus {
  border-color: var(--white);
  color: var(--white);
}

.shipping-method {
  background-color: #fff0;
  border-bottom-color: #fff3;
}

.shipping-method-list {
  border-left-color: #fff3;
  border-right-color: #fff3;
}

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

.checkbox {
  margin-top: 0;
}

.image-checkout {
  object-fit: cover;
  border-radius: 14px;
  height: 60px;
}

.name-product {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2em;
}

.sticky-block-checkout {
  top: 110px;
}

.empty-state {
  background-color: #fff0;
  border-bottom-color: #fff3;
  border-left-color: #fff3;
  border-right-color: #fff3;
}

.order-item {
  justify-content: flex-start;
  align-items: center;
}

.collapsing-cards-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.banner-image-home-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-7, .collection-item-5, .image-bgr {
  width: 100%;
  height: 100%;
}

.button-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.subtitle-home-2 {
  max-width: 430px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.circle-home-2 {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  border: 2px solid #ffffff80;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 179px;
  height: 179px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.circle-home-2._01 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-style: none;
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-bottom: 100px;
  margin-right: 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.number-white {
  color: var(--white);
  letter-spacing: -3px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

.text-block-3 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2em;
}

.circle {
  border: 2px solid #ffffff80;
  border-radius: 50%;
  width: 179px;
  height: 179px;
  margin-right: -40px;
}

.circle._03 {
  margin-right: -80px;
  position: absolute;
}

.circle._02 {
  margin-right: -40px;
  position: absolute;
}

.collection-list-wrapper-6 {
  width: 50%;
}

.collection-list-wrapper-7, .collection-list-wrapper-8, .collection-list-wrapper-9 {
  width: 20%;
}

.links {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  display: flex;
}

.link {
  color: var(--white);
  font-style: italic;
  font-weight: 600;
}

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

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  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;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.text-block {
  font-size: 14px;
}

.block-quote {
  background-image: url('../images/Group.svg');
  background-position: 50% 0;
  background-size: 14% 14%;
}

.bold-text-2 {
  text-align: center;
}

.slide-6 {
  background-image: url('../images/1642440470516.jpg');
  background-position: 50%;
  background-size: auto;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.flowappz-cookie-consent-hide-popup {
  display: none;
}

.italic-text-2 {
  font-size: 40px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 86px;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.space-bgr {
    padding-top: 280px;
  }

  .section.small-top-space {
    padding-top: 80px;
  }

  .base-container {
    max-width: 1400px;
    padding-left: 15px;
    overflow: clip;
  }

  .base-container.small {
    max-width: 1200px;
  }

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

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .nav-link, .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .coming-soon-page-wrap {
    justify-content: center;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-template-wrapper {
    width: 80%;
  }

  .footer {
    padding-top: 130px;
  }

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

  .team-card-image {
    width: 360px;
    height: 360px;
  }

  .process-item-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .process-image-wrapper {
    max-width: 650px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .values-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .coming-soon-image {
    max-width: 500px;
  }

  .job-position-wrapper, .footer-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .customer-wrapper {
    height: 300px;
  }

  .testimonials-card-item {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-2-first-column {
    padding-left: 80px;
    padding-right: 50px;
  }

  .about-2-third-column {
    padding-left: 50px;
    padding-right: 80px;
  }

  .about-2-progress-bar-active-element {
    margin-left: 20px;
  }

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

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .black-overlay {
    padding: 30px;
  }

  .center-title {
    padding-right: 140px;
  }

  .heading-wrap {
    max-width: 500px;
  }

  .heading-wrap.home-2 {
    width: 100%;
    max-width: 800px;
  }

  .right-block-wrap {
    max-width: 560px;
  }

  .banner-content {
    justify-content: space-between;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 130px;
  }

  .maxw-500 {
    max-width: 500px;
  }

  .projects-content {
    margin-top: 70px;
  }

  .image-cover.position-top {
    object-position: 50% 0%;
  }

  .grid-with-image {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-top: 70px;
  }

  .top-image-bgr {
    height: 450px;
  }

  .dark-section {
    padding-left: 100px;
    padding-right: 100px;
  }

  .dark-content {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-top: 70px;
  }

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

  .collection-item-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-large-cms {
    font-size: 24px;
  }

  .grid-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 70px;
  }

  .description-team {
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-text.width {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-form {
    padding: 130px 80px;
  }

  .slider-reviews {
    padding-top: 60px;
  }

  .maxw-430 {
    max-width: 420px;
  }

  .mask-5 {
    width: 75%;
  }

  .grid-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: .5fr .5fr .5fr;
  }

  .large-image-content {
    width: 100%;
  }

  .description-cms {
    margin-left: 100px;
  }

  .inner-page {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .button-cart-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .inner-full-image-section {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .plan_pricing-card {
    padding: 50px 40px;
  }

  .grid-contacts {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .shop-wrap {
    grid-column-gap: 100px;
  }

  .out-of-stock-state {
    background-color: #faf7f2;
  }

  .collapsing-cards-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 80px;
  }
}

@media screen and (min-width: 1440px) {
  h4 {
    margin-bottom: 10px;
  }

  .base-container {
    overflow: visible;
  }

  .nav-link {
    padding-right: 20px;
  }

  .coming-soon-wrapper {
    margin-right: 100px;
  }

  .blog-grid-image-link {
    height: 550px;
  }

  .blog-grid-content-wrapper {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog-template-wrapper {
    width: 75%;
  }

  .values-counter-item {
    padding-right: 30px;
  }

  .about-2-second-column {
    background-image: url('../images/Bodenheizung-Bild-Preview.jpeg');
  }

  .about-2-progress-bar-active-element {
    margin-left: 70px;
  }

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

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-wrap.home-2 {
    max-width: 800px;
  }

  .title-horizontal.gap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .top-image-bgr {
    height: 500px;
  }

  .dark-section {
    margin-left: auto;
    margin-right: auto;
  }

  .collection-item-3 {
    height: 640px;
  }

  .contacts-form {
    background-image: url('../images/Fußbodenheizung-Bild-Preview.jpeg');
    background-position: 50% 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-reviews {
    padding-right: 0;
  }

  .reverse-image {
    max-width: 100%;
    margin-right: auto;
    padding-right: 0;
  }

  .maxw-430 {
    color: var(--black);
    -webkit-text-stroke-color: var(--secondary-dark);
  }

  .maxw-desktop {
    color: var(--497f64);
    max-width: 600px;
  }

  .mask-5 {
    width: 70%;
  }

  .description-cms {
    width: 100%;
    max-width: 715px;
  }

  .title-home-3 {
    font-size: 80px;
  }

  .inner-page {
    background-image: url('../images/Fußbodenheizung-Bild-Preview.jpeg');
    margin-left: 40px;
    margin-right: 40px;
  }

  .dark-text-style blockquote {
    width: 70%;
  }

  .shop-list {
    grid-row-gap: 50px;
  }

  .details-title {
    font-size: 55px;
  }

  .link-block-2 {
    background-image: url('../images/fi-rr-call-outgoing.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }
}

@media screen and (min-width: 1920px) {
  .blog-template-image {
    max-height: 650px;
  }

  .about-2-first-column {
    padding-left: 120px;
    padding-right: 80px;
  }

  .about-2-second-column {
    background-image: url('../images/Bodenheizung-Bild-Preview.jpeg');
  }

  .about-2-third-column {
    padding-left: 80px;
    padding-right: 120px;
  }

  .about-2-progress-bar-wrapper {
    max-width: 360px;
  }

  .about-2-progress-bar-active-element {
    margin-left: 80px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .section-homepage.home-2 {
    min-height: 100vh;
    padding-top: 200px;
  }

  .image-cover.position {
    object-position: 50% 80%;
  }

  .top-image-bgr {
    height: 650px;
  }

  .dark-section {
    margin-top: -15%;
  }

  .grid-3.space-0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .number {
    font-size: 130px;
  }

  .description-cms {
    width: 100%;
  }

  .slider-2 {
    height: 89vh;
  }

  .number-block {
    bottom: 5%;
  }

  .inner-page {
    margin-left: 70px;
    margin-right: 70px;
  }

  .inner-page.pricing {
    background-image: linear-gradient(#0006, #0006), url('../images/4156_14156.webp');
    background-position: 0 0, 50% 10%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .inner-full-image-section.career {
    opacity: 1;
    mix-blend-mode: normal;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Bodenheizung-Bild-Preview-1.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0;
  }

  .input-2.select {
    width: 97%;
    overflow: clip;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 45px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

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

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .nav-menu {
    background-color: var(--primary-dark);
    border-radius: 0;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-menu.without-bgr {
    background-color: var(--primary-dark);
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-dark);
    border-style: none;
    border-radius: 0;
    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: auto;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .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;
    font-size: 15px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
  }

  .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-page-wrap {
    justify-content: center;
    align-items: center;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-grid-collection-list {
    column-count: 2;
    grid-template-columns: 1fr 1fr;
  }

  .blog-template-image {
    max-height: 400px;
  }

  .blog-template-date {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-grid-large {
    grid-row-gap: 30px;
  }

  .process-item-wrapper {
    flex-flow: column-reverse;
  }

  .process-item-wrapper.display {
    flex-flow: column;
  }

  .process-image-wrapper {
    max-width: none;
    height: 350px;
  }

  .process-content {
    width: 100%;
  }

  .style-guide-buttons-wrapper {
    grid-column-gap: 30px;
    flex-flow: wrap;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    height: 450px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
  }

  .values-counter-item {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .coming-soon-image {
    display: none;
  }

  .job-position-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .job-position-sidebar-wrapper {
    top: 80px;
  }

  .footer-wrapper {
    flex-flow: column;
  }

  .footer-brand-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .button-header {
    display: none;
  }

  .search-link {
    font-size: 24px;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .footer-logo-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand-description {
    text-align: center;
  }

  .customer-wrapper {
    height: 180px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .customer-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

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

  .about-2-three-column-section {
    flex-wrap: wrap;
  }

  .about-2-first-column {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-2-second-column {
    width: 50%;
  }

  .about-2-third-column {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .project-template-info {
    flex: none;
    width: 25%;
  }

  .project-template-banner-image {
    height: 50vh;
  }

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

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

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

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

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

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

  .bold-text.green {
    font-size: 50px;
  }

  .menu-wrap {
    background-color: var(--primary-dark);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text-style blockquote {
    width: 85%;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
  }

  .brand-tablet {
    background-color: #272727;
    border-radius: 14px;
    padding: 10px 20px;
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .section-homepage.home-2 {
    padding-top: 140px;
  }

  .heading-wrap.home-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .banner-content {
    text-align: center;
    flex-flow: column;
  }

  .homepage-text {
    justify-content: center;
    align-items: center;
  }

  .homepage-text.home-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-horizontal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-horizontal.align-down {
    justify-content: space-between;
    align-items: center;
    max-width: 650px;
  }

  .title-horizontal.gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .maxw-500 {
    max-width: none;
  }

  .projects-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 250px 1fr;
  }

  .image-cover.position {
    object-position: 50% 70%;
  }

  .grid-with-image {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-left {
    width: 100%;
    height: 350px;
  }

  .grid-wrap.clients {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .top-image-bgr {
    height: 300px;
  }

  .dark-section {
    min-height: auto;
    padding: 60px 30px;
  }

  .dark-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .collection-item-3 {
    height: 450px;
  }

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

  .div-block-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .maxw-430 {
    max-width: none;
  }

  .mask-5 {
    width: 80%;
  }

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

  .large-image-content {
    width: 80%;
  }

  .description-cms {
    max-width: none;
  }

  .medium-image {
    flex: none;
    width: 300px;
  }

  .slider-2 {
    height: 650px;
  }

  .number-block {
    right: -35%;
  }

  .title-home-3 {
    font-size: 50px;
  }

  .button-cart-wrap {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }

  .dark-text-style h2 {
    font-size: 35px;
  }

  .dark-text-style h5 {
    font-size: 22px;
  }

  .dark-text-style h3 {
    font-size: 30px;
  }

  .dark-text-style h4 {
    font-size: 25px;
  }

  .dark-text-style blockquote {
    width: 90%;
  }

  .team-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .sticky-block {
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .inner-full-image-section {
    padding-top: 150px;
  }

  .maxw-400 {
    max-width: none;
  }

  .plan_pricing_wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    margin-top: 0;
  }

  .most-popular-button {
    width: 10rem;
  }

  .plan_pricing-card {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .plan_pricing-card.growth {
    margin-top: 20px;
  }

  .grid-contacts {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .border-wrap {
    min-width: 600px;
  }

  .content-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 500px;
  }

  .button-tablet {
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .shop-list, .shop-list._3-column {
    grid-template-columns: 1fr;
  }

  .shop-wrap {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1.25fr;
  }

  .lightbox-link-product {
    height: 400px;
  }

  .info-shop {
    top: 83px;
  }

  .details-title {
    font-size: 45px;
  }

  .checkout-form {
    padding-top: 50px;
  }

  .sticky-block-checkout {
    top: 90px;
  }

  .row {
    flex-flow: column;
  }

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

  .circle-home-2._01 {
    margin-bottom: 60px;
    margin-right: 60px;
  }

  .collection-list-wrapper-6, .collection-list-wrapper-7, .collection-list-wrapper-8, .collection-list-wrapper-9 {
    width: 100%;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 22px;
  }

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

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

  .section.space-bgr {
    margin-top: -400px;
    padding-top: 460px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .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;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    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-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

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

  .style-guide-body-wrapper {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 40px;
  }

  .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 {
    max-width: 300px;
  }

  .password-image {
    width: 100px;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-grid-collection-list {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .blog-grid-collection-list.two-column {
    grid-template-columns: 1fr;
  }

  .blog-grid-item {
    width: 100%;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    align-items: center;
  }

  .footer-copyright {
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-image-wrapper, .process-content {
    width: 100%;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .job-position-sidebar-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

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

  .footer-brand-description {
    text-align: center;
  }

  .customer-wrapper {
    height: 180px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    padding-top: 100px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

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

  .customer-grey-image {
    width: 130px;
  }

  .about-2-first-column, .about-2-third-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-info {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .project-template-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap-reverse;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

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

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .team-wrap {
    max-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%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style h2 {
    font-size: 35px;
  }

  .rich-text-style h3 {
    font-size: 30px;
  }

  .rich-text-style h4 {
    font-size: 26px;
  }

  .rich-text-style blockquote {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
  }

  .shop-price-wrapper {
    justify-content: center;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .details-page-title {
    font-size: 40px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .heading-wrap.home-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .homepage-text.home-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

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

  .grid-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .top-image-bgr {
    height: 220px;
  }

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

  .description-dark-block.reverse {
    flex-flow: column-reverse wrap;
  }

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

  .contacts-form {
    padding: 60px 30px;
  }

  .mask-5 {
    width: 75%;
  }

  .green-button.margin-top {
    margin-top: 15px;
  }

  .heading-footer {
    margin-bottom: 10px;
  }

  .div-block-11 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .number {
    font-size: 80px;
  }

  .large-image-content {
    width: auto;
  }

  .medium-image {
    width: 200px;
    margin-left: -90px;
  }

  .dark-block {
    flex: none;
    width: 20%;
  }

  .name-block-cms {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .number-block {
    right: -20%;
  }

  .inner-full-image-section {
    padding-bottom: 60px;
  }

  .collection-list-career {
    grid-template-columns: 1fr;
  }

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

  .plan_pricing-card {
    max-width: none;
  }

  .pricing-card-top {
    margin-bottom: 30px;
  }

  .border-wrap {
    width: 100%;
    min-width: auto;
  }

  .shop-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    display: flex;
  }

  .lightbox-link-product.hidden-mobile {
    display: none;
  }

  .lightbox-link-product.descktop-hidden {
    margin-bottom: 50px;
    display: block;
  }

  .right-wrapper-shop {
    justify-content: center;
    align-items: center;
  }

  .info-shop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .details-wrap.last {
    margin-top: 20px;
  }

  .collapsing-cards-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    height: auto;
  }

  .button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .circle-home-2._01 {
    margin-top: 50px;
    margin-right: 0;
    position: relative;
  }

  .promotion-label-left {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 0;
  }

  .section.space-bgr {
    margin-top: -550px;
    padding-top: 610px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

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

  .text-span {
    aspect-ratio: auto;
    width: auto;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .navbar.fixed {
    height: 65px;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .utility-page-content {
    max-width: none;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-flow: column;
    justify-content: center;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .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-rights {
    text-align: center;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-wrapper {
    grid-template-columns: 1fr;
  }

  .values-counter-item {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-title-wrapper {
    max-width: 300px;
  }

  .job-position-sidebar-wrapper {
    max-width: none;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-brand-description {
    font-size: 35px;
  }

  .testimonials-card-item {
    background-position: 5% 4%;
    border-radius: 20px;
    max-width: 100%;
    height: 100%;
    padding-top: 20px;
    overflow: hidden;
  }

  .testimonials-card-title {
    font-size: 35px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

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

  .about-2-first-column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .about-2-second-column {
    width: 100%;
    height: 350px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-info {
    flex-flow: column;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .team-wrap {
    margin-top: 0;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

  .center-title, .sessions-tab-link {
    text-align: center;
  }

  .shop-link-block {
    height: 300px;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

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

  .right-block-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .block-with-button {
    flex-flow: column;
  }

  .numbers {
    justify-content: center;
    align-items: center;
  }

  .dark-text.maxw {
    max-width: 300px;
    max-height: 3000px;
    font-size: 30px;
  }

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

  .homepage-text.home-2 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    min-width: 0;
    max-width: 310px;
    padding-top: 0;
    padding-right: 0;
    font-size: 29px;
    display: flex;
    overflow: hidden;
  }

  .maxw-500 {
    font-size: 19px;
  }

  .image-cover.position {
    object-position: 50% 0%;
  }

  .grid-wrap.clients {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .top-image-bgr {
    height: 80px;
  }

  .dark-section {
    margin-top: -40%;
  }

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

  .contacts-form {
    background-position: 50% 0;
  }

  .arrow-reviews {
    width: 20px;
  }

  .mask-5 {
    width: 70%;
  }

  .logo-top-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .description-cms {
    text-align: center;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }

  .medium-image {
    margin-left: 0;
    display: none;
  }

  .dark-block {
    display: none;
  }

  .name-block-cms {
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

  .flex-row-outer {
    flex-flow: column;
  }

  .input-wrapper._15p-right {
    margin-right: 0;
    margin-bottom: 0;
  }

  .details-products {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection-list-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cart-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-2 {
    max-width: 290px;
    padding-right: 40px;
  }

  .right-wrapper-shop {
    text-align: center;
    display: flex;
  }

  .info-shop {
    text-align: left;
    display: flex;
  }

  .collection-list-6 {
    flex-flow: wrap;
  }

  .price-wrap {
    width: 100%;
  }

  .default-state-details {
    text-align: center;
  }

  .details-wrap {
    margin-top: 20px;
  }

  .add-to-cart-product, .category-product {
    width: 100%;
  }

  .block-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .centered-title-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
  }

  .order-item {
    flex-flow: column;
  }

  .button-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .subtitle-home-2 {
    font-size: 17px;
  }

  .circle-home-2._01 {
    padding-left: 0;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .image-4 {
    width: 22px;
    height: 20px;
    padding-top: 0;
  }

  .navbar-2 {
    height: 22px;
  }

  .navbar-3 {
    height: 70px;
  }

  .italic-text-2 {
    font-size: 35px;
  }

  .bold-text-3 {
    max-width: 300px;
    min-height: 300px;
    font-size: 28px;
    overflow: hidden;
  }

  .heading-3 {
    min-width: 200px;
    max-width: 300px;
    font-size: 30px;
    overflow: clip;
  }

  .heading-4 {
    min-width: 10px;
    max-width: 320px;
    font-size: 35px;
  }
}

#w-node-e0d86d6f-2706-4bd2-a307-6e1ea58521c1-e31df9c2, #w-node-e0d86d6f-2706-4bd2-a307-6e1ea58521e5-e31df9c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9540bc30-935c-2b41-e0d5-3c1d27445ecc-e31df9c3, #w-node-e94bdbb7-bd0a-a316-5a22-727a80cd0a6b-e31df9c3, #w-node-eaff44b8-c474-6ee6-5de6-9a967a7aab95-e31df9c3, #w-node-e5ea9190-bb89-1c3c-ee0c-d0ddaff7602e-e31df9c3, #w-node-_06b0eadf-0fec-df19-def3-5550b1d693ae-e31df9c3, #w-node-a98e9d09-bc96-5ec2-a9a4-29a4fb497e4e-e31df9c3, #w-node-_12d74e65-e642-f5fe-266d-0c1e7a6261ac-e31df9c3, #w-node-_894e4074-11e8-2659-539f-21e6594f6536-e31df9c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-e31df9c8, #w-node-fb1b4b42-e70a-c931-d89f-ee0c6a4f79e3-e31df9c8, #w-node-_533cab3b-1f1d-097d-2e21-eb0d4897c936-e31df9c8, #w-node-_671c9fbf-f8dc-dd61-73cf-88bab2eecb7c-e31df9c8, #w-node-b5f40b44-cec2-c939-d1a8-b907f3605923-e31df9c8, #w-node-_10c8efe5-7735-16a7-5550-fa872365bf3a-e31df9c8, #w-node-_1b4dd759-7f55-ed56-f7f5-03566d65d5ea-e31df9c8, #w-node-_2f0e72e7-7964-e96c-2b4b-802574f07626-e31df9c8, #w-node-b7079e2d-a448-e9a9-52a5-dd69a54afb70-e31df9c8, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785bc-e31df9ca, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785d0-e31df9ca, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785e4-e31df9ca, #w-node-f0db91c0-10c3-ca63-744b-5ca4aa03f79e-e31df9ca, #w-node-_439fa4cb-c528-5f81-9c0c-4a89dc2ddc31-e31df9ca, #w-node-c15972c4-ad84-f3b4-86e3-a349a11a9dc4-e31df9ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7b0f7de-1409-3e3f-dd37-89df0d9ce137-e31df9cd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7b0f7de-1409-3e3f-dd37-89df0d9ce153-e31df9cd, #w-node-a02bd916-9a86-e4cc-288f-59fd8e99fb78-e31df9cd, #w-node-_0c970781-fc02-78a8-76a2-1bc29a373908-e31df9cd, #w-node-_63a2371f-fa45-7305-7657-86c78497c57a-e31df9cd, #w-node-_93876653-9a92-c17a-41b7-b3dab1d52784-e31df9cd, #w-node-_6a078d37-a03b-58b0-5746-bd390040e948-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-e31df9ce, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-e31df9ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feb64539-05fd-9189-8093-19b0756c4dbb-e31df9d2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c809798e-c5b2-b0f1-10b7-0d6854090ea3-e31df9d2, #w-node-e9db9c42-ca6d-35a0-2105-317b634d697b-e31df9d2, #w-node-_9faf6897-1a92-c907-babb-2782e5af260b-e31df9d2 {
  grid-column: span 2 / span 2;
}

#w-node-c10d66cc-e532-67de-c5f3-00ca4fcbe2a8-e31df9d8, #w-node-c10d66cc-e532-67de-c5f3-00ca4fcbe2b3-e31df9d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feb64539-05fd-9189-8093-19b0756c4dbb-c9c64ee5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c809798e-c5b2-b0f1-10b7-0d6854090ea3-c9c64ee5, #w-node-e9db9c42-ca6d-35a0-2105-317b634d697b-c9c64ee5, #w-node-_9faf6897-1a92-c907-babb-2782e5af260b-c9c64ee5 {
  grid-column: span 2 / span 2;
}

#w-node-e0d86d6f-2706-4bd2-a307-6e1ea58521c1-015b34ff, #w-node-e0d86d6f-2706-4bd2-a307-6e1ea58521e5-015b34ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e7b0f7de-1409-3e3f-dd37-89df0d9ce153-e31df9cd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4d5e90e8-f011-fc12-fe64-4257889932cc-889932c9 {
    justify-self: start;
  }

  #w-node-_4d5e90e8-f011-fc12-fe64-4257889932ce-889932c9 {
    align-self: center;
  }

  #w-node-_4d5e90e8-f011-fc12-fe64-425788993389-889932c9 {
    justify-self: end;
  }

  #w-node-_835e7a36-0bd9-c0ee-0eee-ba31bc15d127-72cc13b5 {
    justify-self: start;
  }

  #w-node-_835e7a36-0bd9-c0ee-0eee-ba31bc15d129-72cc13b5 {
    align-self: center;
  }

  #w-node-ef21b7a9-5abe-b65a-ecf3-6c59ff75c636-72cc13b5 {
    justify-self: end;
  }

  #w-node-e7b0f7de-1409-3e3f-dd37-89df0d9ce153-e31df9cd, #w-node-a02bd916-9a86-e4cc-288f-59fd8e99fb78-e31df9cd, #w-node-_0c970781-fc02-78a8-76a2-1bc29a373908-e31df9cd, #w-node-_63a2371f-fa45-7305-7657-86c78497c57a-e31df9cd, #w-node-_93876653-9a92-c17a-41b7-b3dab1d52784-e31df9cd {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e7b0f7de-1409-3e3f-dd37-89df0d9ce153-e31df9cd {
    grid-column: span 2 / span 2;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-e31df9d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-feb64539-05fd-9189-8093-19b0756c4dbb-e31df9d2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c809798e-c5b2-b0f1-10b7-0d6854090ea3-e31df9d2, #w-node-e9db9c42-ca6d-35a0-2105-317b634d697b-e31df9d2, #w-node-_9faf6897-1a92-c907-babb-2782e5af260b-e31df9d2 {
    grid-column: span 1 / span 1;
  }

  #w-node-feb64539-05fd-9189-8093-19b0756c4dbb-c9c64ee5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c809798e-c5b2-b0f1-10b7-0d6854090ea3-c9c64ee5, #w-node-e9db9c42-ca6d-35a0-2105-317b634d697b-c9c64ee5, #w-node-_9faf6897-1a92-c907-babb-2782e5af260b-c9c64ee5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-5ade6a4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e7b0f7de-1409-3e3f-dd37-89df0d9ce137-e31df9cd, #w-node-e7b0f7de-1409-3e3f-dd37-89df0d9ce153-e31df9cd, #w-node-a02bd916-9a86-e4cc-288f-59fd8e99fb78-e31df9cd, #w-node-_0c970781-fc02-78a8-76a2-1bc29a373908-e31df9cd, #w-node-_63a2371f-fa45-7305-7657-86c78497c57a-e31df9cd, #w-node-_93876653-9a92-c17a-41b7-b3dab1d52784-e31df9cd {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c86-634f2c73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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

/* ============================================
   NEUE NAVBAR & MOBILE MENU
   ============================================ */

/* Alte Webflow Navbar verstecken */
.navbar.fixed.navbar-2.w-nav {
  display: none !important;
}

/* === NEUE NAVBAR === */
.new-navbar {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 1100px;
  background: rgba(22, 22, 22, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: all 0.3s ease;
}

.new-navbar.scrolled {
  top: 10px;
  background: rgba(22, 22, 22, 0.95);
}

.new-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.new-navbar-logo img {
  height: 26px;
  display: block;
}

.new-navbar-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.new-navbar-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.new-navbar-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.new-navbar-link.active {
  color: #fff;
}

.new-navbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new-navbar-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
}

.new-navbar-phone:hover {
  background: rgba(255, 255, 255, 0.15);
}

.new-navbar-phone img {
  width: 18px;
  height: 18px;
}

.new-navbar-cta {
  background: var(--497f64);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}

.new-navbar-cta:hover {
  background: #fff;
  color: #161616;
}

/* Hamburger Button */
.new-navbar-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  gap: 5px;
  padding: 0;
}

.new-navbar-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.new-navbar-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.new-navbar-toggle.active span:nth-child(2) {
  opacity: 0;
}

.new-navbar-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* === MOBILE MENU === */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #161616;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-menu-logo img {
  height: 26px;
}

.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.mobile-menu-close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 40px 24px;
}

.mobile-menu-link {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 20px;
  transition: all 0.2s ease;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
  color: #fff;
}

.mobile-menu-footer {
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-menu-cta {
  display: block;
  background: var(--497f64);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 18px 24px;
  border-radius: 60px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.mobile-menu-phone {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.mobile-menu-phone:hover {
  color: #fff;
}

/* === RESPONSIVE === */
@media screen and (max-width: 991px) {
  .new-navbar-menu {
    display: none;
  }

  .new-navbar-cta {
    display: none;
  }

  .new-navbar-toggle {
    display: flex;
  }

  .new-navbar {
    top: 12px;
    width: calc(100% - 24px);
  }

  .new-navbar-inner {
    padding: 10px 16px;
  }
}

@media screen and (max-width: 479px) {
  .new-navbar {
    top: 8px;
    width: calc(100% - 16px);
    border-radius: 12px;
  }

  .new-navbar-inner {
    padding: 8px 12px;
  }

  .new-navbar-logo img {
    height: 22px;
  }

  .new-navbar-toggle {
    width: 40px;
    height: 40px;
  }

  .mobile-menu-link {
    font-size: 26px;
  }
}

/* ============================================
   2026 MODERNISIERUNG - Kritische Verbesserungen
   ============================================ */

/* Smooth Scrolling für die gesamte Seite */
html {
  scroll-behavior: smooth;
}

/* Ken Burns Effekt für Hero-Hintergrundbild */
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}

/* Fullscreen Hero */
.section-homepage.home-2 {
  height: 100vh;
  height: 100svh;
  min-height: 600px;
}

.section-homepage.home-2 .image-bgr .image-cover {
  animation: kenBurns 20s ease-out forwards;
}

/* Scroll-Indikator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  z-index: 10;
  animation: fadeIn 1s ease 1.2s forwards;
  opacity: 0;
}

.scroll-indicator-text {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.scroll-indicator-mouse {
  width: 26px;
  height: 42px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 13px;
  position: relative;
}

.scroll-indicator-mouse::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: var(--primary);
  border-radius: 2px;
  animation: scrollWheel 2s ease-in-out infinite;
}

@keyframes scrollWheel {
  0%, 100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(12px);
  }
}

/* Mobile Scroll-Indikator */
@media screen and (max-width: 767px) {
  .scroll-indicator {
    bottom: 25px;
  }

  .scroll-indicator-mouse {
    width: 22px;
    height: 36px;
  }

  .scroll-indicator-text {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .scroll-indicator {
    bottom: 20px;
  }
}

/* Verbessertes Overlay mit Gradient */
.section-homepage.home-2 .black-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Text-Reveal Animationen */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.homepage-text.home-2 {
  animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
  opacity: 0;
}

.subtitle-home-2 {
  animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
  opacity: 0;
}

.heading-wrap.home-2 .button-wrap {
  animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
  opacity: 0;
}

/* Größere, impactfullere Headline */
@media screen and (min-width: 992px) {
  .homepage-text.home-2 {
    font-size: 85px;
    letter-spacing: -2px;
  }

  .homepage-text.home-2 .text-span {
    font-size: 90px;
  }

  /* Mehr Platz für Floating Navbar */
  .section-homepage.home-2 {
    padding-top: 180px;
  }
}

@media screen and (min-width: 1280px) {
  .homepage-text.home-2 {
    font-size: 95px;
  }

  .homepage-text.home-2 .text-span {
    font-size: 100px;
  }

  .section-homepage.home-2 {
    padding-top: 200px;
  }
}

/* Moderne Button-Hover-Effekte */
.secondary-button,
.primary-button,
.green-button {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.secondary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(22, 22, 22, 0.3);
}

.green-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(143, 115, 80, 0.4);
}

/* Button Ripple-Effekt Basis */
.secondary-button::after,
.primary-button::after,
.green-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.secondary-button:hover::after,
.primary-button:hover::after,
.green-button:hover::after {
  width: 300px;
  height: 300px;
}

/* Floating Navbar */
.navbar.fixed.navbar-2 {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1100px;
  height: auto !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: rgba(22, 22, 22, 0.8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
}

.navbar.fixed.navbar-2.scrolled {
  top: 10px;
  background: rgba(22, 22, 22, 0.92);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

/* Navbar Container - flacher */
.navbar.fixed.navbar-2 .nav-container {
  padding: 10px 24px !important;
}

.navbar.fixed.navbar-2 .nav-menu-wrapper {
  gap: 12px;
  align-items: center;
}

/* Nav Links flacher */
.navbar.fixed.navbar-2 .nav-link {
  padding: 6px 14px !important;
  font-size: 14px !important;
}

/* Buttons in Navbar flacher */
.navbar.fixed.navbar-2 .green-button {
  padding: 10px 18px !important;
  font-size: 13px !important;
}

.navbar.fixed.navbar-2 .button-header .green-button {
  margin: 0;
}

/* Logo kleiner */
.navbar.fixed.navbar-2 .brand img {
  height: 24px !important;
}

/* Tablet & Mobile: Floating Navbar anpassen */
@media screen and (max-width: 991px) {
  .navbar.fixed.navbar-2 {
    /* Kein transform auf Mobile - bricht sonst das Overlay */
    position: fixed;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    transform: none;
    max-width: none;
    border-radius: 12px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .navbar.fixed.navbar-2 .nav-container {
    padding: 8px 12px !important;
    min-height: 50px;
  }

  /* Menu Button sichtbar und richtig positioniert */
  .navbar.fixed.navbar-2 .menu-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 8px !important;
  }

  .navbar.fixed.navbar-2 .menu-button .image-burger {
    height: 20px !important;
    width: auto;
  }

  /* Button Header auf Mobile verstecken */
  .navbar.fixed.navbar-2 .button-header {
    display: none !important;
  }

  /* Logo Größe auf Mobile */
  .navbar.fixed.navbar-2 .brand img {
    height: 22px !important;
  }

  /* Nav Menu Wrapper */
  .navbar.fixed.navbar-2 .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  /* Button Cart Wrap */
  .navbar.fixed.navbar-2 .button-cart-wrap {
    gap: 8px;
  }

}

@media screen and (max-width: 479px) {
  .navbar.fixed.navbar-2 {
    top: 8px;
    left: 8px;
    right: 8px;
    border-radius: 10px;
  }

  .navbar.fixed.navbar-2 .nav-container {
    padding: 6px 10px !important;
    min-height: 46px;
  }

  .navbar.fixed.navbar-2 .brand img {
    height: 20px !important;
  }

  .navbar.fixed.navbar-2 .menu-button .image-burger {
    height: 18px !important;
  }

}


/* Link Hover-Effekte */
.link-with-icon {
  transition: all 0.3s ease;
}

.link-with-icon:hover {
  transform: translateX(5px);
}

.line-bottom {
  position: relative;
}

.line-bottom::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s ease;
}

.link-with-icon:hover .line-bottom::after {
  width: 100%;
}

/* Scroll-basierte Animationen für Sektionen */
@keyframes revealSection {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  opacity: 0;
  animation: revealSection 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.section:nth-of-type(1) { animation-delay: 0s; }
.section:nth-of-type(2) { animation-delay: 0.1s; }
.section:nth-of-type(3) { animation-delay: 0.2s; }

/* Verbesserte Card-Hover-Effekte */
.grid-cart,
.project-item,
.team-card {
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.grid-cart:hover,
.project-item:hover {
  transform: translateY(-8px);
}

/* Bilder mit Hover-Zoom */
.image-services,
.link-block {
  overflow: hidden;
}

.image-services .image-cover,
.link-block .image-cover {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.image-services:hover .image-cover,
.link-block:hover .image-cover {
  transform: scale(1.05);
}

/* Focus States für Accessibility */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
}

/* ============================================
   RESPONSIVE VERBESSERUNGEN
   ============================================ */

/* Tablet */
@media screen and (max-width: 991px) {
  .homepage-text.home-2 {
    font-size: 48px !important;
    min-width: auto !important;
  }

  .homepage-text.home-2 .text-span {
    font-size: 50px !important;
  }

  .subtitle-home-2 {
    font-size: 16px;
    max-width: 100%;
  }

  .section-homepage.home-2 {
    height: auto !important;
    padding-top: 120px !important;
    min-height: auto !important;
    padding-bottom: 60px;
  }

  .heading-wrap.home-2 {
    max-width: 100% !important;
  }

  .title-horizontal {
    flex-direction: column;
    gap: 20px;
  }

  .base-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Footer Spacing reduzieren */
  .footer-wrapper {
    gap: 30px;
  }

  /* Grid anpassen */
  .grid-with-image {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  .image-left {
    max-height: 400px;
    overflow: hidden;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .homepage-text.home-2 {
    font-size: 38px !important;
    line-height: 1.15 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .homepage-text.home-2 .text-span {
    font-size: 40px !important;
    display: block;
    width: 100%;
  }

  .heading-wrap.home-2 {
    max-width: 100% !important;
  }

  .subtitle-home-2 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 100% !important;
  }

  .section-homepage.home-2 {
    height: auto !important;
    min-height: 100svh !important;
    padding-top: 100px !important;
    padding-bottom: 50px;
  }

  .button-wrap {
    flex-direction: column;
    gap: 12px !important;
    align-items: stretch;
    width: 100%;
  }

  .secondary-button,
  .primary-button,
  .green-button {
    width: 100%;
    text-align: center;
  }

  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  p {
    font-size: 16px;
  }

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

  .grid-wrap {
    grid-template-columns: 1fr !important;
  }

  .grid-cart {
    padding: 20px;
  }

  /* Footer */
  .footer {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
  }

  .footer-wrapper {
    gap: 40px !important;
  }

  .grid-5 {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  /* Banner Content */
  .banner-content {
    gap: 30px !important;
  }

  /* Projects */
  .projects-content {
    flex-direction: column;
  }

  /* Circle Badge */
  .circle-home-2._01 {
    position: relative !important;
    margin: 30px auto 0 auto !important;
    inset: auto !important;
  }

  .circle-home-2 {
    width: 120px !important;
    height: 120px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .number-white {
    font-size: 30px !important;
    letter-spacing: -2px;
  }

  .text-block-3 {
    font-size: 10px !important;
    line-height: 1.1em;
  }

  .circle._02,
  .circle._03 {
    width: 120px !important;
    height: 120px !important;
  }

  .circle._02 {
    margin-right: -25px;
  }

  .circle._03 {
    margin-right: -50px;
  }
}

/* Small Mobile */
@media screen and (max-width: 479px) {
  .homepage-text.home-2 {
    font-size: 32px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    line-height: 1.15 !important;
  }

  .homepage-text.home-2 .text-span {
    font-size: 34px !important;
    display: block;
    width: 100%;
  }

  .subtitle-home-2 {
    font-size: 14px !important;
    max-width: 100% !important;
  }

  .heading-wrap.home-2 {
    max-width: 100% !important;
    text-align: left !important;
    align-items: flex-start !important;
  }

  .section-homepage.home-2 {
    height: auto !important;
    min-height: 100svh !important;
    padding-top: 90px !important;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .circle-home-2._01 {
    margin: 20px auto 0 auto !important;
  }

  .circle-home-2 {
    width: 100px !important;
    height: 100px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .number-white {
    font-size: 26px !important;
  }

  .text-block-3 {
    font-size: 9px !important;
  }

  .circle._02,
  .circle._03 {
    width: 100px !important;
    height: 100px !important;
  }

  h2 {
    font-size: 24px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  p {
    font-size: 15px;
  }

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

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

  .secondary-button,
  .primary-button,
  .green-button {
    padding: 12px 18px !important;
    font-size: 13px !important;
  }

  /* Footer kleiner */
  .footer-brand-description {
    font-size: 20px !important;
  }

  .footer-wrapper {
    gap: 30px !important;
  }

  /* Title horizontal */
  .title-horizontal {
    gap: 16px !important;
  }

  .title-horizontal.align-down {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  /* Max-widths aufheben */
  .maxw-500,
  .maxw-430,
  .maxw-desktop {
    max-width: 100% !important;
  }

  /* Services Grid */
  .services-content {
    flex-direction: column !important;
    gap: 20px !important;
  }

  .services-item {
    width: 100% !important;
  }
}

/* Reduzierte Bewegung für Accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  .section-homepage.home-2 .image-bgr .image-cover {
    animation: none;
  }
}

/* ============================================
   NEUER FOOTER 2026
   ============================================ */

.new-footer {
  background: linear-gradient(180deg, #0a0a0a 0%, #161616 100%);
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
}

.new-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 176, 105, 0.3), transparent);
}

.new-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.new-footer-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.new-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.new-footer-logo {
  display: inline-block;
}

.new-footer-logo img {
  height: 40px;
  width: auto;
}

.new-footer-tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.new-footer-social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.new-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.new-footer-social-link:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

.new-footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.new-footer-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.new-footer-heading {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
}

.new-footer-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.5;
}

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

.new-footer-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.new-footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.new-footer-cta:hover {
  background: #6a9c59;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(127, 176, 105, 0.3);
}

.new-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.new-footer-copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  margin: 0;
}

.new-footer-legal-links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.new-footer-legal {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.new-footer-legal:hover {
  color: var(--primary);
}

/* Footer Responsive */
@media screen and (max-width: 991px) {
  .new-footer {
    padding: 60px 0 0;
  }

  .new-footer-top {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .new-footer-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .new-footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .new-footer-column:last-child {
    grid-column: span 2;
  }
}

@media screen and (max-width: 479px) {
  .new-footer {
    padding: 48px 0 0;
  }

  .new-footer-container {
    padding: 0 16px;
  }

  .new-footer-top {
    gap: 40px;
    padding-bottom: 40px;
  }

  .new-footer-links {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .new-footer-column:last-child {
    grid-column: span 1;
  }

  .new-footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .new-footer-cta {
    width: 100%;
  }
}

/* ============================================
   GRID-CARDS MAKEOVER - "Warum uns vertrauen?"
   ============================================ */

/* Verbesserte Card-Container */
.grid-cart {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.grid-cart::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #a1cc9f);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid-cart:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: transparent;
}

.grid-cart:hover::before {
  opacity: 1;
}

/* Verbessertes Icon-Styling */
.green-block-with-image {
  background: linear-gradient(135deg, var(--primary) 0%, #6a9c59 100%);
  border-radius: 16px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(127, 176, 105, 0.25);
  transition: all 0.3s ease;
}

.grid-cart:hover .green-block-with-image {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(127, 176, 105, 0.35);
}

.green-block-with-image img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
}

/* Verbesserte Typografie */
.grid-cart .link-cms {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.3px;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
  transition: color 0.2s ease;
}

.grid-cart:hover .link-cms {
  color: var(--primary);
}

.grid-cart .paragraph-color {
  font-size: 15px;
  line-height: 1.65;
  color: #666;
  margin: 0;
}

/* Grid-Layout Verbesserungen */
.grid-wrap {
  gap: 24px;
}

/* Section-Hintergrund verbessern */
.section.light-background {
  background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

/* Image-Left mit besserem Styling */
.grid-with-image .image-left {
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.grid-with-image .image-left img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.grid-with-image:hover .image-left img {
  transform: scale(1.03);
}

/* Responsive Anpassungen */
@media screen and (max-width: 991px) {
  .grid-cart {
    padding: 28px 24px;
  }

  .grid-cart .link-cms {
    font-size: 18px;
  }

  .green-block-with-image {
    width: 54px;
    height: 54px;
  }

  .green-block-with-image img {
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .grid-cart {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .grid-cart .link-cms {
    font-size: 17px;
  }

  .grid-cart .paragraph-color {
    font-size: 14px;
  }

  .green-block-with-image {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 16px;
  }
}

/* ============================================
   SERVICE-CARDS MAKEOVER - "Anwendung Frästechnik"
   ============================================ */

/* Verbesserte Card-Container */
.collection-item-3 {
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-item-3:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

/* Verbessertes Gradient-Overlay */
.collection-item-3 .gradient-overlay {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.1) 70%,
    transparent 100%
  );
  transition: all 0.4s ease;
}

.collection-item-3:hover .gradient-overlay {
  background: linear-gradient(
    0deg,
    rgba(127, 176, 105, 0.9) 0%,
    rgba(127, 176, 105, 0.3) 35%,
    transparent 60%
  );
}

/* Bild-Zoom bei Hover */
.collection-item-3 .image-services img {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-item-3:hover .image-services img {
  transform: scale(1.08);
}

/* Verbesserter Titel */
.collection-item-3 .link-large-cms {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.2px;
  line-height: 1.4;
  max-width: 280px;
  transition: all 0.3s ease;
}

.collection-item-3:hover .link-large-cms {
  color: #fff;
}

/* Verbesserter Arrow-Button */
.collection-item-3 .link-with-arrow {
  width: 52px;
  height: 52px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.collection-item-3:hover .link-with-arrow {
  background: #fff;
  border-color: #fff;
  transform: rotate(0deg) scale(1.1);
}

.collection-item-3 .link-with-arrow .rotate {
  transition: transform 0.3s ease;
}

.collection-item-3:hover .link-with-arrow .rotate {
  transform: rotate(0deg);
}

/* Content-Bereich */
.collection-item-3 .div-block-7 {
  padding: 28px;
  transition: all 0.3s ease;
}

.collection-item-3:hover .div-block-7 {
  padding-bottom: 32px;
}

/* Cards-Wrapper Spacing */
.collapsing-cards-wrapper {
  gap: 24px;
}

/* Section Hintergrund */
.section.space-bgr {
  background: linear-gradient(180deg, #fff 0%, #f5f7f5 100%);
}

/* Responsive */
@media screen and (max-width: 991px) {
  .collection-item-3 {
    border-radius: 20px;
  }

  .collection-item-3 .link-large-cms {
    font-size: 16px;
  }

  .collection-item-3 .link-with-arrow {
    width: 46px;
    height: 46px;
  }

  .collection-item-3 .div-block-7 {
    padding: 24px;
  }
}

@media screen and (max-width: 479px) {
  .collection-item-3 {
    border-radius: 16px;
    height: 400px;
  }

  .collection-item-3 .link-large-cms {
    font-size: 15px;
    max-width: 220px;
  }

  .collection-item-3 .link-with-arrow {
    width: 42px;
    height: 42px;
  }

  .collection-item-3 .div-block-7 {
    padding: 20px;
  }

  .collapsing-cards-wrapper {
    gap: 16px;
  }
}

/* ============================================
   CTA-SECTION MAKEOVER - "Mach dein Zuhause bereit"
   ============================================ */

.contacts-form {
  position: relative;
  border-radius: 32px;
  padding: 100px 40px;
  margin: 0 24px 40px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/* Dunkles Overlay mit Gradient */
.contacts-form::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(22, 22, 22, 0.92) 0%,
    rgba(22, 22, 22, 0.85) 50%,
    rgba(127, 176, 105, 0.3) 100%
  );
  z-index: 1;
}

/* Subtiles Muster-Overlay */
.contacts-form::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 30px 30px;
  z-index: 2;
  pointer-events: none;
}

/* Content über Overlays */
.contacts-form .div-block-9 {
  position: relative;
  z-index: 3;
  text-align: center;
  align-items: center;
  gap: 32px;
  max-width: 700px;
  margin: 0 auto;
}

.contacts-form .title-horizontal.gap {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

/* Headline Styling */
.contacts-form .maxw-desktop {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  max-width: 100%;
}

/* Subtext Styling */
.contacts-form .maxw-430 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.6;
  max-width: 500px;
}

/* CTA Button */
.contacts-form .secondary-button {
  background: var(--primary);
  color: #fff;
  padding: 18px 40px;
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(127, 176, 105, 0.4);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.contacts-form .secondary-button:hover {
  background: #6a9c59;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(127, 176, 105, 0.5);
}

/* Grüner Akzent-Glow */
.contacts-form .div-block-9::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(127, 176, 105, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .contacts-form {
    padding: 80px 32px;
    margin: 0 16px 50px;
    border-radius: 24px;
  }

  .contacts-form .maxw-desktop {
    font-size: 34px;
  }

  .contacts-form .maxw-430 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .contacts-form {
    padding: 60px 24px;
    margin: 0 12px 40px;
    border-radius: 20px;
  }

  .contacts-form .maxw-desktop {
    font-size: 28px;
    letter-spacing: -0.5px;
  }

  .contacts-form .maxw-430 {
    font-size: 15px;
  }

  .contacts-form .secondary-button {
    width: 100%;
    padding: 16px 32px;
  }

  .contacts-form .div-block-9 {
    gap: 24px;
  }
}

/* ============================================
   STATS-SECTION MAKEOVER - "-30%, 0€, +10°C"
   ============================================ */

.dark-section {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0f0f0f 100%);
  border-radius: 28px;
  padding: 70px 60px;
  margin: 0 24px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

/* Subtiler grüner Glow im Hintergrund */
.dark-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 200%;
  background: radial-gradient(ellipse, rgba(127, 176, 105, 0.06) 0%, transparent 60%);
  pointer-events: none;
}

/* Grid Layout */
.dark-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  position: relative;
}

/* Statistik-Block */
.description-dark-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 30px;
  gap: 16px;
  position: relative;
  transition: all 0.4s ease;
}

/* Vertikale Trennlinien */
.description-dark-block:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.1), transparent);
}

/* Hover-Effekt */
.description-dark-block:hover {
  background: rgba(127, 176, 105, 0.05);
  border-radius: 20px;
}

/* Große Zahlen */
.description-dark-block .bold-text {
  font-size: 72px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: -3px;
  line-height: 1;
  background: linear-gradient(135deg, var(--primary) 0%, #a1cc9f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
}

.description-dark-block:hover .bold-text {
  transform: scale(1.05);
}

.description-dark-block .bold-text.green {
  background: linear-gradient(135deg, var(--primary) 0%, #a1cc9f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Beschreibungstext */
.description-dark-block > div:not(.bold-text) {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.5;
  max-width: 200px;
}

/* Reverse Layout fix */
.description-dark-block.reverse {
  flex-direction: column-reverse;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .dark-section {
    padding: 50px 40px;
    margin: 0 16px;
    border-radius: 24px;
  }

  .dark-content {
    gap: 20px;
  }

  .description-dark-block {
    padding: 30px 20px;
  }

  .description-dark-block .bold-text {
    font-size: 56px;
  }

  .description-dark-block > div:not(.bold-text) {
    font-size: 14px;
  }

  .description-dark-block:not(:last-child)::after {
    height: 50%;
  }
}

@media screen and (max-width: 767px) {
  .dark-content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .description-dark-block {
    padding: 35px 20px;
  }

  /* Horizontale Trennlinien statt vertikal */
  .description-dark-block:not(:last-child)::after {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
  }

  .description-dark-block .bold-text {
    font-size: 52px;
  }
}

@media screen and (max-width: 479px) {
  .dark-section {
    padding: 40px 24px;
    margin: 0 12px;
    border-radius: 20px;
  }

  .description-dark-block {
    padding: 30px 16px;
  }

  .description-dark-block .bold-text {
    font-size: 46px;
    letter-spacing: -2px;
  }

  .description-dark-block > div:not(.bold-text) {
    font-size: 13px;
    max-width: 180px;
  }
}

/* ============================================
   SECTION MAKEOVER - "Nachträgliche Fußbodenheizung"
   ============================================ */

/* Title-Bereich */
.section > .base-container > .title-horizontal:first-child {
  margin-bottom: 50px;
}

.section .heading-3 {
  font-size: 42px;
  line-height: 1.15;
  letter-spacing: -1px;
  max-width: 450px;
}

.section .heading-3 .bold-text-3 {
  font-style: normal;
  font-weight: 700;
}

.section .maxw-500 {
  max-width: 420px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

/* Projects Content Grid */
.projects-content {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 0;
}

/* Video-Container */
.projects-content .background-video {
  border-radius: 24px;
  height: 380px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.projects-content .background-video::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.3) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Play/Pause Button */
.projects-content .play-pause-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
}

.projects-content .play-pause-button:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.08);
}

/* Projekt-Bild */
.projects-content .project-item {
  border-radius: 24px;
  height: 380px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.projects-content .project-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.projects-content .project-item .image-cover {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.projects-content .project-item:hover .image-cover {
  transform: scale(1.05);
}

/* Link mit Icon */
.projects-content .link-with-icon {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  padding: 14px 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 2;
}

.projects-content .link-with-icon:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.projects-content .link-with-icon .line-bottom {
  border-bottom: none;
}

/* Gradient Overlay für Projekt-Bild */
.projects-content .project-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .section .heading-3 {
    font-size: 34px;
    max-width: 350px;
  }

  .section .maxw-500 {
    max-width: 350px;
    font-size: 15px;
  }

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

  .projects-content .background-video,
  .projects-content .project-item {
    height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .section > .base-container > .title-horizontal:first-child {
    flex-direction: column;
    gap: 20px;
  }

  .section .heading-3 {
    font-size: 30px;
    max-width: 100%;
  }

  .section .maxw-500 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section .heading-3 {
    font-size: 26px;
  }

  .section .maxw-500 {
    font-size: 14px;
  }

  .projects-content .background-video,
  .projects-content .project-item {
    height: 280px;
    border-radius: 20px;
  }

  .projects-content .play-pause-button {
    width: 48px;
    height: 48px;
    bottom: 16px;
    right: 16px;
  }

  .projects-content .link-with-icon {
    bottom: 16px;
    left: 16px;
    padding: 12px 20px;
    font-size: 13px;
  }
}

/* ============================================
   SPACING & TYPOGRAPHY FIXES
   ============================================ */

/* Fix: Konsistente Abstände zwischen allen Sections */
.section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.section.light-background {
  padding-bottom: 100px !important;
}

.section.light-bgr-without-bottom-margin {
  padding-bottom: 80px !important;
}

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

.section.without-bottom-space {
  padding-bottom: 80px !important;
}

.section.without-space {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.section.without-top-spacing {
  padding-top: 0 !important;
}

.section.space-bgr {
  padding-top: 240px !important;
}

.section.service-detail-intro,
.section.service-detail-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.dark-section {
  margin-top: 80px !important;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .section.light-background {
    padding-bottom: 80px !important;
  }

  .section.light-bgr-without-bottom-margin,
  .section.without-bottom-spacing,
  .section.without-bottom-space {
    padding-bottom: 60px !important;
  }

  .section.without-space,
  .section.licensing-fonts {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section.without-top-spacing {
    padding-top: 0 !important;
  }

  .dark-section {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .section.light-background,
  .section.light-bgr-without-bottom-margin,
  .section.without-bottom-spacing,
  .section.without-bottom-space {
    padding-bottom: 50px !important;
  }

  .section.without-space,
  .section.licensing-fonts {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section.without-top-spacing {
    padding-top: 0 !important;
  }

  .dark-section {
    margin-top: 50px !important;
  }

  .section.space-bgr {
    margin-top: 0 !important;
    padding-top: 50px !important;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .section.light-background,
  .section.light-bgr-without-bottom-margin,
  .section.without-bottom-spacing,
  .section.without-bottom-space {
    padding-bottom: 40px !important;
  }

  .section.without-space,
  .section.licensing-fonts {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section.without-top-spacing {
    padding-top: 0 !important;
  }

  .dark-section {
    margin-top: 40px !important;
  }

  .section.space-bgr {
    margin-top: 0 !important;
    padding-top: 40px !important;
  }
}

/* Fix: Überschrift in Section 1 besser lesbar machen */
.section .heading-3 .bold-text-3 {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

/* Grüner Akzent für die Überschrift */
.section .heading-3 {
  position: relative;
}

.section .heading-3::before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 50px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
}

/* Top-image-bgr verstecken (macht nur Whitespace) */
.top-image-bgr {
  display: none;
}

/* ============================================
   PAGE HEADERS MAKEOVER - Über uns, Services, etc.
   ============================================ */

/* Basis-Styling für alle Page Headers */
.inner-full-image-section {
  height: auto;
  min-height: 360px;
  max-height: none;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* Verbessertes Gradient-Overlay */
.inner-full-image-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
}

/* Grüner Akzent-Glow */
.inner-full-image-section::after {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(127, 176, 105, 0.15) 0%, transparent 60%);
  z-index: 1;
  pointer-events: none;
}

/* Content über Overlays */
.inner-full-image-section .base-container {
  position: relative;
  z-index: 2;
}

/* Video-Hintergrund Styling */
.inner-full-image-section .background-video-2 {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.inner-full-image-section .background-video-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Banner Title Wrapper */
.banner-title-wrapper {
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
  gap: 24px;
}

/* H1 Styling */
.banner-title-wrapper h1 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}

/* Grüner Akzent unter H1 */
.banner-title-wrapper h1::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--primary);
  margin: 24px auto 0;
  border-radius: 2px;
}

/* Beschreibungstext */
.banner-title-wrapper p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  max-width: 550px;
  margin: 0 auto;
}

/* Animation */
.banner-title-wrapper h1,
.banner-title-wrapper p {
  animation: fadeSlideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}

.banner-title-wrapper h1 {
  animation-delay: 0.1s;
}

.banner-title-wrapper p {
  animation-delay: 0.25s;
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Career/Services Variante */
.inner-full-image-section.career {
  background-size: cover;
  background-position: center;
}

/* Without-image Variante (mit Video) */
.inner-full-image-section.without-image {
  background: #0a0a0a;
}

.inner-full-image-section.without-image::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

/* Responsive */
@media screen and (max-width: 991px) {
  .inner-full-image-section {
    height: auto;
    min-height: 300px;
    max-height: none;
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .banner-title-wrapper h1 {
    font-size: 44px;
    letter-spacing: -1.5px;
  }

  .banner-title-wrapper p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .inner-full-image-section {
    height: auto;
    min-height: 260px;
    max-height: none;
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .banner-title-wrapper h1 {
    font-size: 36px;
    letter-spacing: -1px;
  }

  .banner-title-wrapper h1::after {
    width: 50px;
    height: 3px;
    margin-top: 20px;
  }

  .banner-title-wrapper p {
    font-size: 15px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 479px) {
  .inner-full-image-section {
    height: auto;
    min-height: 220px;
    max-height: none;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .banner-title-wrapper h1 {
    font-size: 30px;
  }

  .banner-title-wrapper p {
    font-size: 14px;
  }
}

/* ============================================
   ANWENDUNGSBEREICHE - INTERAKTIVE TABS
   ============================================ */

/* Header */
.anwendungen-header {
  text-align: center;
  margin-bottom: 50px;
}

.anwendungen-title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.anwendungen-subtitle {
  font-size: 18px;
  color: #666;
}

/* Tabs Container */
.anwendungen-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

/* Einzelner Tab */
.anwendungen-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 28px;
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.anwendungen-tab:hover {
  background: #eee;
}

.anwendungen-tab.active {
  background: #fff;
  border-color: var(--primary);
  box-shadow: 0 4px 20px rgba(127, 176, 105, 0.2);
}

.tab-number {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  transition: color 0.3s ease;
}

.anwendungen-tab.active .tab-number {
  color: var(--primary);
}

.tab-text {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* Content Container */
.anwendungen-content {
  position: relative;
  min-height: 450px;
}

/* Panel */
.anwendungen-panel {
  display: none;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.anwendungen-panel.active {
  display: grid;
  opacity: 1;
  transform: translateY(0);
}

/* Panel Bild */
.panel-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.panel-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

/* Panel Info */
.panel-info {
  padding: 20px 0;
}

.panel-info h3 {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.panel-info p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.panel-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  transition: gap 0.3s ease;
}

.panel-link:hover {
  gap: 14px;
}

/* CTA */
.anwendungen-cta {
  text-align: center;
  margin-top: 50px;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .anwendungen-title {
    font-size: 34px;
  }

  .anwendungen-tabs {
    flex-wrap: wrap;
  }

  .anwendungen-tab {
    padding: 12px 20px;
  }

  .anwendungen-panel.active {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .panel-image img {
    height: 300px;
  }

  .panel-info h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .anwendungen-title {
    font-size: 28px;
  }

  .anwendungen-subtitle {
    font-size: 16px;
  }

  .anwendungen-tabs {
    flex-direction: column;
    gap: 8px;
  }

  .anwendungen-tab {
    justify-content: center;
  }

  .panel-image img {
    height: 250px;
  }

  .panel-info h3 {
    font-size: 24px;
  }

  .panel-info p {
    font-size: 15px;
  }
}

/* ============================================
   SERVICE DETAIL PAGES
   ============================================ */

/* Breadcrumb */
.service-breadcrumb {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
}

.service-breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

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

/* Intro Section */
.service-detail-intro {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ============================================
   MODERN FAQ ACCORDION (<details>/<summary>)
   ============================================ */
.faq-accordion {
  max-width: 760px;
  margin: 40px auto 0;
}

.faq-item {
  border-bottom: 1px solid #e8e8e8;
}

.faq-item:first-child {
  border-top: 1px solid #e8e8e8;
}

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4px;
  cursor: pointer;
  list-style: none;
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  gap: 16px;
  user-select: none;
  transition: color 0.2s ease;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '+';
  font-size: 26px;
  font-weight: 300;
  color: #7fb069;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
  width: 28px;
  text-align: center;
}

.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] summary { color: #7fb069; }

.faq-answer {
  padding: 4px 40px 24px 4px;
  color: #555;
  line-height: 1.75;
  font-size: 16px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.service-detail-lead {
  font-size: 22px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}

.service-detail-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
}

.service-detail-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.service-detail-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* Section Styles */
.service-detail-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.service-detail-section.dark-section {
  background: #1a1a1a;
}

.service-detail-section.light-bgr {
  background: #f8f8f8;
  margin-top: 40px !important;
}

.service-section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 50px;
  letter-spacing: -1px;
}

.dark-section .service-section-title {
  color: #fff;
}

/* Feature Cards (Leistungen) */
.service-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.service-feature-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.service-feature-icon {
  width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.service-feature-icon svg {
  stroke: #fff;
}

.service-feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.service-feature-card p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

/* Benefits Grid (Vorteile) */
.service-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.service-benefit-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.service-benefit-check {
  width: 36px;
  height: 36px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}

.service-benefit-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.service-benefit-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

/* Why L.A. Service */
.service-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-why-item {
  text-align: center;
  padding: 20px;
}

.service-why-number {
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: var(--primary);
  opacity: 0.3;
  margin-bottom: 10px;
}

.service-why-item h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.service-why-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .service-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .service-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-feature-card {
    padding: 24px;
  }

  .service-benefit-item {
    padding: 20px;
  }

  .service-features-grid {
    gap: 24px;
  }

  .service-benefits-grid {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .service-detail-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-detail-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-section-title {
    font-size: 28px;
    margin-bottom: 35px;
  }

  .service-features-grid,
  .service-benefits-grid,
  .service-why-grid {
    grid-template-columns: 1fr;
  }

  .service-feature-card {
    padding: 20px;
  }

  .service-benefit-item {
    padding: 16px;
    gap: 16px;
  }

  .service-detail-lead {
    font-size: 18px;
  }
}

/* 2-Spalten Grid für weniger Leistungen */
.service-features-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .service-features-grid-2 {
    grid-template-columns: 1fr;
  }
}

/* ============ SERVICE-CARDS NEU - Dienstleistung ============ */

.service-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.service-card-image {
  display: block;
  height: 280px;
  overflow: hidden;
}

.service-card-image .image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-card:hover .service-card-image .image-cover {
  transform: scale(1.05);
}

.service-card-content {
  padding: 28px;
}

.service-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

.service-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--paragraph-gray);
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-card-link {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #7fb069;
  text-decoration: none;
  transition: gap 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.service-card-link:hover {
  color: #6a9a56;
}

@media screen and (max-width: 991px) {
  .service-card-image {
    height: 240px;
  }

  .service-card-content {
    padding: 24px;
  }

  .service-card-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .service-card-image {
    height: 200px;
  }

  .service-card-content {
    padding: 20px;
  }

  .service-card-title {
    font-size: 18px;
  }

  .service-card-desc {
    font-size: 14px;
  }
}

/* ============ PROJEKTE DYNAMIC - Cards & Detail Page ============ */

/* Grid */
.projekte-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Loading */
.projekte-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
}

.projekte-loading p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #999 !important;
  -webkit-text-fill-color: #999 !important;
}

.projekte-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: #7fb069;
  border-radius: 50%;
  animation: projekte-spin 0.8s linear infinite;
}

@keyframes projekte-spin {
  to { transform: rotate(360deg); }
}

/* Error */
.projekte-error {
  text-align: center;
  padding: 80px 20px;
}

.projekte-error {
  background: #fff;
  border-radius: 20px;
}

.projekte-error p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #999 !important;
  -webkit-text-fill-color: #999 !important;
}

/* Project Card */
.projekt-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.projekt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.projekt-card-image {
  display: block;
  height: 280px;
  overflow: hidden;
}

.projekt-card-image .image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.projekt-card:hover .projekt-card-image .image-cover {
  transform: scale(1.05);
}

.projekt-card-content {
  padding: 28px;
}

.projekt-card-date {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #7fb069;
  background: rgba(127, 176, 105, 0.1);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.projekt-card-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

.projekt-card-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: var(--paragraph-gray);
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Detail Page Header */
.projekt-detail-header {
  height: auto !important;
  min-height: 420px !important;
  max-height: none !important;
  display: flex;
  align-items: flex-end;
  padding-top: 160px !important;
  padding-bottom: 60px !important;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.projekt-detail-header::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.6) 100%
  ) !important;
}

.projekt-detail-header .banner-title-wrapper {
  position: relative;
  z-index: 2;
  text-align: left !important;
  align-items: flex-start !important;
  margin: 0 !important;
  max-width: 750px;
}

.projekt-detail-header .banner-title-wrapper h1 {
  color: #fff;
  text-align: left !important;
}

.projekt-detail-header .banner-title-wrapper h1::after {
  margin: 24px 0 0 !important;
}

.projekt-detail-header .banner-title-wrapper p {
  color: rgba(255, 255, 255, 0.85);
  text-align: left !important;
  margin: 0 !important;
  max-width: 600px;
}

/* Breadcrumb */
.projekt-breadcrumb {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.projekt-breadcrumb a {
  color: rgba(255, 255, 255, 0.7) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.projekt-breadcrumb a:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.projekt-breadcrumb span {
  color: rgba(255, 255, 255, 0.5) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.5) !important;
}

/* Detail Content Wrapper - heller Hintergrund */
#projekt-content .section {
  background: #fff;
}

/* Detail Intro */
.projekt-detail-intro {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 50px;
  align-items: start;
}

.projekt-detail-text p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #444 !important;
  -webkit-text-fill-color: #444 !important;
  line-height: 1.7;
}

/* Meta Card */
.projekt-detail-meta {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
}

.projekt-meta-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.projekt-meta-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.projekt-meta-label {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #999 !important;
  -webkit-text-fill-color: #999 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.projekt-meta-value {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
  line-height: 1.4;
}

/* Rich Text Content */
.projekt-rich-text {
  max-width: none;
  margin: 0;
}

.projekt-rich-text > p:first-child {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #444 !important;
  -webkit-text-fill-color: #444 !important;
  line-height: 1.8;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}

.projekt-rich-text p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #444 !important;
  -webkit-text-fill-color: #444 !important;
  line-height: 1.8;
  margin-bottom: 20px;
}

.projekt-rich-text h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 24px;
  letter-spacing: -0.3px;
  text-transform: none;
  background: linear-gradient(135deg, #f5f9f2 0%, #eef5e9 100%);
  border-left: 4px solid #7fb069;
  border-radius: 0 12px 0 0;
}

.projekt-rich-text h3 strong {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}

.projekt-rich-text ul {
  list-style: none;
  padding: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 30px;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  color: #444 !important;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.projekt-rich-text ul li {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #444 !important;
  -webkit-text-fill-color: #444 !important;
  line-height: 1.7;
  padding: 16px 20px 16px 48px;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
}

.projekt-rich-text ul li:last-child {
  border-bottom: none;
}

.projekt-rich-text ul li:hover {
  background: #fafafa;
}

.projekt-rich-text ul li strong {
  color: #1a1a1a !important;
  -webkit-text-fill-color: #1a1a1a !important;
}

.projekt-rich-text ul li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 22px;
  width: 10px;
  height: 10px;
  background: #7fb069;
  border-radius: 50%;
}

/* Ergebnis-Section Styling */
.projekt-rich-text > h3:last-of-type {
  background: linear-gradient(135deg, #fdf6f3 0%, #faeee9 100%);
  border-left-color: var(--primary);
}

.projekt-rich-text > p:last-child {
  font-size: 17px;
  color: #333 !important;
  -webkit-text-fill-color: #333 !important;
  line-height: 1.8;
  padding: 24px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid var(--primary);
  margin-top: 0;
}

/* Testimonial Block */
.projekt-testimonial {
  margin: 40px 0 32px;
  padding: 32px 36px;
  background: linear-gradient(135deg, #f4f9f2 0%, #eef5e9 100%);
  border-left: 4px solid #7fb069;
  border-radius: 0 12px 12px 0;
  position: relative;
}
.projekt-testimonial::before {
  content: '\201C';
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 72px;
  line-height: 1;
  color: #7fb069;
  opacity: 0.25;
  font-family: Georgia, serif;
}
.projekt-testimonial-quote {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.75;
  color: #333 !important;
  -webkit-text-fill-color: #333 !important;
  margin: 0 0 12px 0;
  border: none;
  padding: 0;
}
.projekt-testimonial-author {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: #7fb069 !important;
  -webkit-text-fill-color: #7fb069 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .projekte-grid {
    gap: 24px;
  }

  .projekt-card-image {
    height: 240px;
  }

  .projekt-card-content {
    padding: 24px;
  }

  .projekt-card-title {
    font-size: 20px;
  }

  .projekt-detail-intro {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .projekt-detail-meta {
    max-width: 400px;
  }

  .projekt-detail-header {
    min-height: 350px !important;
    padding-top: 140px !important;
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .projekte-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .projekt-detail-header {
    min-height: 300px !important;
    padding-top: 130px !important;
    padding-bottom: 40px !important;
  }

  .projekt-detail-text p {
    font-size: 16px;
  }

  .projekt-detail-meta {
    max-width: 100%;
  }

  .projekt-rich-text h3 {
    font-size: 18px;
    padding: 16px 20px;
  }

  .projekt-rich-text ul li {
    padding: 14px 16px 14px 42px;
    font-size: 14px;
  }

  .projekt-rich-text ul li::before {
    left: 16px;
    top: 19px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 479px) {
  .projekt-card-image {
    height: 200px;
  }

  .projekt-card-content {
    padding: 20px;
  }

  .projekt-card-title {
    font-size: 18px;
  }

  .projekt-card-desc {
    font-size: 14px;
  }

  .projekt-detail-header {
    min-height: 260px !important;
    padding-top: 120px !important;
    padding-bottom: 30px !important;
  }

  .projekt-detail-meta {
    padding: 24px;
  }

  .projekt-rich-text > p:first-child {
    font-size: 15px;
  }

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

  .projekt-rich-text h3 {
    font-size: 16px;
    padding: 14px 16px;
  }

  .projekt-rich-text ul li {
    font-size: 14px;
    padding: 12px 14px 12px 38px;
  }

  .projekt-rich-text ul li::before {
    left: 14px;
  }

  .projekt-rich-text > p:last-child {
    padding: 20px;
    font-size: 15px;
  }
}
