@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akkrg Pro 1 Ns";
  src: url('../fonts/AkkRg_Pro_1_ns.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akklg Pro 1 Ns";
  src: url('../fonts/AkkLg_Pro_1_ns.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akkbd Pro 1 Ns";
  src: url('../fonts/AkkBd_Pro_1_ns.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-cream: #fcf9f3;
  --warm-dark-grey: #333;
  --black: black;
  --brand-color: #ffcb06;
  --dark-cream: #f7eee3;
  --transparent: #0000;
  --background-white: white;
  --desktop-space: 0px;
  --tablet-space: 0px;
  --landscape-mobile-space: 0px;
  --portrait-mobile-space: 60px;
  --light-grey: #d9d8d8;
  --dark-grey: #8e8d8d;
  --cold-dark-grey: #293b45;
}

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

.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-layout-hflex {
  flex-direction: row;
  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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

.w-pagination-previous, .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-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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@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(--background-cream);
  color: var(--warm-dark-grey);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.35;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 300;
  line-height: 100%;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 150%;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--warm-dark-grey);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  text-align: center;
  border: 1px solid #ddceb2;
  border-radius: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 40px;
  font-size: 18px;
  line-height: 150%;
}

.container {
  align-self: flex-start;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.container.alt {
  background-color: var(--brand-color);
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.container.alt.footer {
  margin-top: 0;
  padding-left: 64px;
  padding-right: 64px;
}

.container.alt.footer.black {
  background-color: var(--black);
}

.container.alt.footer.landing {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.cta {
  background-color: var(--brand-color);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container.normal.alt {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.hero {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.faq {
  background-color: var(--brand-color);
}

.container.testimonials {
  padding-bottom: 200px;
}

.container.testimonials.alt {
  margin-top: 120px;
}

.container.testimonials.ipad {
  padding-bottom: 140px;
}

.container.testimonials.workshops {
  margin-top: 120px;
  padding-bottom: 140px;
}

.container.workshop {
  margin-top: 0;
}

.container.nav {
  cursor: default;
  margin-top: 0;
}

.container.gallery {
  margin-top: 120px;
}

.container.research-entwicklung {
  flex-flow: row;
  display: block;
}

.container.shop-landing {
  padding-left: 0;
  padding-right: 0;
}

.container.testimonial-desktop {
  padding-bottom: 140px;
}

.header {
  pointer-events: auto;
  cursor: auto;
}

.navbar {
  cursor: auto;
  background-color: #0000;
  border-bottom: 1px solid #ddceb2;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-wrap {
  cursor: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand, .brand.w--current {
  cursor: auto;
}

.nav-menu {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: static;
  left: auto;
}

.nav-menu-wrap {
  flex: 0 auto;
  margin-right: 0;
  position: absolute;
  left: 200px;
  transform: translate(-50%);
}

.nav-link {
  color: #000;
  letter-spacing: .65px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.nav-link.dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 102px;
  padding-right: 0;
}

.nav-link.dropdown:hover {
  color: var(--brand-color);
}

.nav-link.dropdown.w--current {
  color: #000;
}

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

.nav-link.dropdown.bottom {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.nav-right {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.nav-btn {
  background-color: var(--dark-cream);
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  padding: 10px 24px;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.nav-btn:hover {
  background-color: var(--brand-color);
  color: #fff;
}

.nav-btn.mobile {
  display: none;
}

.nav-btn.alt {
  background-color: var(--transparent);
  letter-spacing: .75px;
  padding-top: 12px;
  font-size: 12px;
  font-weight: 700;
}

.nav-btn.alt:hover {
  color: var(--brand-color);
}

.cart-wrap {
  background-color: var(--transparent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.cart-wrap:hover {
  background-color: #f7eee3;
}

.cart-wrap.alt:hover {
  background-color: var(--transparent);
}

.cart {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.cart-item {
  background-color: var(--black);
  color: var(--background-white);
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  inset: -10px -12px auto auto;
}

.humburg-menu {
  margin-left: 10px;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 2px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 2px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 2px;
  margin-top: 6px;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-sub-title {
  grid-column-gap: 10px;
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.line {
  background-color: #000;
  width: 1px;
  height: 12px;
}

.main-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

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

.page-data {
  margin-bottom: var(--desktop-space);
  padding-left: 24px;
  padding-right: 24px;
}

.page-data.shop {
  flex-flow: column;
  display: block;
}

.sg-fonts {
  margin-bottom: var(--desktop-space);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-font {
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.sg-titles {
  margin-bottom: var(--desktop-space);
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #0003;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.body-large {
  font-size: 18px;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.sg-section {
  margin-bottom: var(--desktop-space);
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--dark-cream);
  border-radius: 4px;
  width: 120px;
  height: 120px;
}

.color-main.body {
  background-color: #333;
}

.color-main.title {
  background-color: var(--black);
  border: 1px solid #0000001a;
}

.color-main.bg {
  background-color: var(--background-cream);
  border: 1px solid #0000001a;
}

.button-wrap {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.center {
  justify-content: center;
}

.primary-btn {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.primary-btn.fill {
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 0;
  transition: color .3s, background-color .3s;
}

.primary-btn.fill.alt {
  grid-column-gap: 0px;
  border-width: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}

.primary-btn.fill.alt:hover {
  border-width: 0;
  border-color: var(--transparent);
  background-color: var(--transparent);
  color: var(--brand-color);
  -webkit-text-stroke-color: var(--transparent);
}

.primary-btn.fill.kontakt {
  padding-top: 15px;
  padding-bottom: 15px;
}

.primary-btn.alt {
  border-width: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.primary-btn.fill {
  transition: color .3s, background-color .3s;
}

.primary-btn.fill:hover {
  color: #fff;
  background-color: #000;
}

.btn-arrow {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  display: flex;
}

.btn-arrow.white {
  background-color: #fff;
}

.btn-arrow.alt {
  border-width: 0;
  border-color: var(--transparent);
  background-color: var(--transparent);
  -webkit-text-stroke-color: var(--transparent);
  border-radius: 0%;
  min-width: 25px;
  max-width: 25px;
  min-height: 25px;
  max-height: 25px;
}

.btn-arrow.alt:hover {
  -webkit-text-stroke-color: var(--transparent);
}

.btn-arrow.alt.nav {
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding-left: 0;
}

.secondary-btn {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  background-color: var(--transparent);
  text-align: center;
}

.footer-wrap {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.footer-wrap.alt {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 0 solid #0000;
  flex-flow: row;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-left {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 55%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-left.alt {
  max-width: 93%;
  padding-top: 0;
  padding-bottom: 20px;
}

.footer-right {
  width: 100%;
  max-width: 30%;
  padding-top: 60px;
}

.footer-right.alt {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-menu-title {
  color: var(--black);
  letter-spacing: .75px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.footer-menu-title.black {
  color: var(--background-white);
  text-align: left;
  margin-bottom: 5px;
}

.footer-link-wrap {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrap.black {
  color: var(--background-white);
}

.footer-link {
  color: var(--black);
  letter-spacing: 1px;
  -webkit-text-stroke-color: var(--black);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  filter: invert();
  border-radius: 0;
  font-weight: 400;
}

.footer-link.alt {
  margin-top: 30px;
  text-decoration: underline;
}

.footer-link.black {
  color: var(--background-white);
}

.footer-link.black:hover {
  opacity: 1;
  filter: none;
  color: var(--brand-color);
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 0;
}

.footer-info {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 70ch;
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.footer-info.desktop {
  color: var(--black);
  margin-top: 4px;
}

.footer-info.desktop.black {
  color: var(--background-white);
  text-align: left;
}

.newsletter {
  border: 0 solid #000;
  margin: 25px auto 40px;
}

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

.footer-form-wrap {
  border: 0 solid #000;
  border-radius: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.footer-form-wrap.black {
  color: var(--background-white);
}

.footer-form-wrap.black:active {
  filter: invert();
}

.footer-input {
  opacity: 1;
  color: var(--black);
  letter-spacing: .5px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--transparent);
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 0 solid #0000;
  border-radius: 0;
  align-self: auto;
  height: auto;
  margin-bottom: 0;
  padding: 5px 30px 5px 0;
  font-weight: 400;
}

.footer-input:hover {
  color: var(--black);
  -webkit-text-stroke-color: var(--transparent);
}

.footer-input:focus {
  border-bottom-color: #ffffff80;
}

.footer-input::placeholder {
  color: var(--black);
  -webkit-text-stroke-color: var(--transparent);
  font-size: 14px;
}

.footer-input.black {
  opacity: 1;
  filter: invert();
  color: var(--background-white);
  overflow-wrap: normal;
  cursor: default;
  mix-blend-mode: normal;
}

.footer-input.black:hover {
  opacity: 100;
}

.footer-input.black:active {
  opacity: .01;
  filter: none;
}

.submit-btn {
  background-color: #0000;
  background-image: url('../images/arrow-icon-right-3.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 75%;
  margin-right: -10px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-btn:hover, .submit-btn.black {
  filter: invert();
}

.submit-btn.black:hover {
  filter: invert();
  background-image: url('../images/arrow-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.success-message {
  float: none;
  background-color: var(--brand-color);
  color: var(--black);
  text-align: center;
  border: 0 #fff3;
  border-radius: 0;
  padding: 9px 0;
  overflow: visible;
}

.success-message.kontakt {
  padding-top: 15px;
  padding-bottom: 15px;
}

.success-message.shop {
  margin-top: 20px;
}

.error-message {
  background-color: var(--black);
  text-align: center;
  margin-top: 0;
  padding: 9px 0;
}

.error-message.kontakt {
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.error-message.shop-checkout {
  background-color: var(--black);
}

.error-message.shop {
  background-color: var(--black);
  margin-top: 20px;
}

.social-wrap {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.social-link {
  background-color: #0000;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #ffffff1a;
}

.social-link:focus {
  background-color: #ffffff0a;
  border-color: #fff3;
}

.footer-btm {
  color: #999;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.footer-btm.alt {
  -webkit-text-stroke-color: #fff0;
  border: 1px solid #0000;
  margin-top: 20px;
}

.footer-btm-link {
  color: var(--black);
  text-decoration: none;
  transition: color .3s;
}

.footer-btm-link:hover {
  color: #fff;
}

.footer-btm-link.black {
  color: var(--background-white);
}

.footer-btm-link.black:hover {
  color: var(--brand-color);
}

.single-text {
  margin-bottom: 0;
  line-height: 1.5;
}

.single-text.alt {
  margin-bottom: 120px;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.rp-check-list {
  margin-bottom: 20px;
  padding-left: 30px;
  line-height: 1.5;
  list-style-type: disc;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.license-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.disclamer {
  grid-row-gap: 10px;
  border: 1px solid #ddceb2;
  border-radius: 12px;
  flex-direction: column;
  margin-bottom: 60px;
  padding: 30px;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.licensing-title {
  margin-bottom: 0;
  font-size: 20px;
}

.info-inner {
  padding-bottom: 30px;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.cs-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 900;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

.plain-link {
  font-weight: 500;
  text-decoration: none;
}

.plain-link:hover {
  color: var(--brand-color);
  font-weight: 500;
  text-decoration: none;
}

.plain-link.shop {
  font-weight: 400;
}

.utility-page-wrap {
  background-image: url('../images/4_XL2_1080.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.alt {
  background-image: url('../images/3_XL3_1080.jpg');
  background-position: 0 0;
  background-size: cover;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 55px 60px;
  display: flex;
}

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

.error-data {
  background-color: var(--transparent);
  text-align: center;
  background-image: url('../images/404.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 550px;
  height: 40%;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.error-text {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
}

.pass-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.field-label {
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.input {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--black);
  color: var(--warm-dark-grey);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 8px;
}

.input:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
}

.input::placeholder {
  color: #666;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.contact-info {
  margin-bottom: var(--desktop-space);
}

.contact-wrap {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.contact-wrap.alt {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  margin-top: 0;
  display: flex;
  position: static;
}

.contact-img {
  background-color: var(--dark-cream);
  border-radius: 12px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.section-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.section-image.f-hrungen.alt {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}

.section-image.f-hrungen.vertical {
  aspect-ratio: auto;
  object-position: 100% 50%;
  flex: 1;
  order: 1;
  align-self: auto;
  overflow: hidden;
}

.section-image.f-hrungen.horizontal {
  flex: 1;
  max-height: 100%;
  overflow: hidden;
}

.section-image.research-entwicklung {
  clear: none;
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 1;
  align-self: auto;
  width: 100%;
  min-height: auto;
  position: static;
  overflow: hidden;
}

.contact-right {
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.contact-link {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.contact-block {
  border: 1px solid var(--transparent);
  padding-bottom: 20px;
}

.contact-social {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.social {
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  display: flex;
}

.social-link-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.address {
  width: 100%;
  max-width: 40%;
  margin-bottom: 0;
}

.contact-form {
  margin-bottom: 0;
}

.contact-form.alt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-self: stretch;
  margin-top: 35px;
  display: block;
}

.contact-form.alt.kontakt {
  margin-top: 100px;
}

.contact-left {
  width: 100%;
  max-width: 100%;
}

.contact-text {
  margin-bottom: 40px;
}

.field-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 45px;
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  min-width: 0;
  margin-top: 0;
  margin-right: 0;
  display: grid;
  position: static;
}

.textarea {
  color: var(--warm-dark-grey);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ddceb2;
  border-radius: 0;
  height: auto;
  min-height: 100px;
  margin-bottom: 0;
  padding: 0 0 8px;
}

.textarea:focus {
  border-bottom-color: #ddceb2;
}

.textarea::placeholder {
  color: #666;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}

.textarea.kontakt {
  border-width: 0 0 2px;
  border-color: #000;
}

.form-btn {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.form-btn.alt {
  justify-content: flex-start;
  align-items: center;
}

.form-btn.alt.kontakt {
  margin-top: 20px;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 12px;
  display: flex;
}

.checkbox {
  border-color: #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

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

.contact, .faq-section {
  margin-bottom: var(--desktop-space);
}

.section-title {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 45px;
  display: flex;
}

.section-title.normal {
  border: 1px solid #0000;
  margin-top: 40px;
  margin-bottom: 55px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-title.normal.about {
  margin-top: 10px;
  margin-bottom: 25px;
}

.section-title.normal.faq {
  padding-left: 0;
  padding-right: 0;
}

.section-title.normal.workshops {
  margin-bottom: 30px;
}

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

.title {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.sub-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}

.faq-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.faq-wrap.permaculture {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  cursor: default;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
}

.faq-wrap.permaculture:lang(en) {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
}

.faq-img {
  background-color: var(--dark-cream);
  border-radius: 12px;
  width: 100%;
  max-width: 45%;
  overflow: hidden;
}

.faq {
  z-index: 1;
  background-color: var(--transparent);
  border-bottom: 2px solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  display: block;
}

.faq.top {
  z-index: 1;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  position: static;
}

.faq.permaculture {
  background-color: var(--brand-color);
  border-bottom-width: 0;
  margin-bottom: 0;
  padding: 0 64px 65px;
}

.horizontal-line {
  background-color: #000;
  width: 15px;
  height: 2px;
}

.ans-text {
  letter-spacing: .2px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.ans-text.medien {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
}

.ans-text.medien:hover {
  color: var(--background-white);
}

.ans-text.medien.last {
  margin-bottom: 20px;
}

.ans-text.faq-desktop {
  margin-top: 0;
}

.que {
  grid-column-gap: 24px;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  cursor: default;
  background-clip: border-box;
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: static;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-bottom: 25px;
  display: flex;
}

.vertical-line {
  background-color: #000;
  width: 2px;
  height: 15px;
  position: absolute;
}

.que-title {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
}

.ans {
  background-color: #0000;
  margin-bottom: 0;
  padding-right: 200px;
  line-height: 1.5;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans.w--open {
  position: relative;
}

.ans.faq-desktop {
  margin-top: 0;
}

.faq-data {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
}

.ans-box {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  display: flex;
}

.ans-box.medien {
  letter-spacing: .5px;
  flex-flow: column;
  margin-bottom: 10px;
  padding-top: 0;
  font-weight: 700;
  display: flex;
}

.faq-title {
  grid-column-gap: 20px;
  border-bottom: 0 solid #000;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.instagram {
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.insta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  display: grid;
}

.insta-block {
  text-decoration: none;
  position: relative;
}

.insta-block.option-2:hover {
  background-image: none;
}

.insta-image {
  background-color: var(--dark-cream);
  width: 100%;
}

.insta-img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/instagram.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
}

.insta-img.option-2 {
  filter: brightness();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/instagram.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.insta-img.option-2:hover {
  opacity: 1;
  filter: brightness(80%);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/instagram.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.insta-btn {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  width: 100%;
  max-width: 60%;
  padding: 8px 18px;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.insta-btn.option-2 {
  background-color: var(--transparent);
  top: 50%;
  bottom: auto;
}

.insta-btn.option-3 {
  background-color: var(--transparent);
  border-radius: 0;
}

.inst-title {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.reviews {
  margin-bottom: var(--desktop-space);
}

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

.review-item {
  display: flex;
}

.review-block {
  grid-row-gap: 100px;
  background-color: #fbf6ed;
  border: 0 solid #ddceb2;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 35px;
  display: flex;
}

.review-block.alt {
  margin-bottom: 120px;
}

.review-text {
  margin-bottom: 0;
  line-height: 1.5;
}

.review-data {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.review-img {
  background-color: #fff;
  border-radius: 50%;
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
}

.client-name {
  color: #000;
}

.client-name.permaculture {
  letter-spacing: .2px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

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

.pagination {
  justify-content: flex-end;
  margin-top: 40px;
}

.cta {
  margin-bottom: var(--desktop-space);
}

.cta.permaculture {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.cta-wrap {
  background-image: url('../images/cta.jpg'), linear-gradient(#00000026, #00000026);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.cta-wrap.permaculture {
  background-color: var(--brand-color);
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
}

.cta-title {
  color: var(--black);
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.cta-text {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.cta-data {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 42%;
  display: flex;
}

.cta-data.permaculture {
  grid-row-gap: 0px;
  width: auto;
}

.cta-btn {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.cta-btn:hover {
  background-color: #ffffff26;
}

.cta-btn-arrow {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  display: flex;
}

.featured-blog {
  margin-bottom: 60px;
}

.fp-link {
  grid-column-gap: 60px;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fp-img {
  background-color: var(--dark-cream);
  border-radius: 12px;
  width: 100%;
  max-width: 52%;
  overflow: hidden;
}

.fp-data {
  width: 100%;
  max-width: 48%;
}

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

.post-date {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.fp-title {
  margin-top: 12px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 130%;
}

.blogs {
  margin-bottom: var(--desktop-space);
  padding-bottom: 120px;
}

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

.post-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.post-link {
  width: 100%;
  text-decoration: none;
}

.post-img {
  background-color: var(--dark-cream);
  border-radius: 0;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 340px;
  max-height: 340px;
}

.post-data {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.post-title {
  letter-spacing: .2px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.policy-text {
  margin-bottom: 30px;
  line-height: 1.5;
}

.blog-title {
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.post-main {
  margin-bottom: var(--desktop-space);
}

.post-main-img {
  background-color: var(--dark-cream);
  border-radius: 0;
  margin-bottom: 60px;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.post-main-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}

.category {
  margin-bottom: var(--desktop-space);
}

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

.category-link {
  background-color: var(--dark-cream);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 480px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-data {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 230px;
  padding: 40px;
  display: flex;
}

.category-name {
  margin-bottom: 2px;
}

.category-image {
  object-fit: cover;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.products {
  margin-bottom: var(--desktop-space);
}

.product-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  justify-items: stretch;
  display: grid;
  overflow: clip;
}

.product-item {
  display: flex;
}

.product-item.shop {
  flex-flow: column;
}

.product-link {
  width: 100%;
  text-decoration: none;
}

.product-link.shop {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.product-img {
  background-color: var(--dark-cream);
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.product-image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  min-height: 340px;
  max-height: 100%;
}

.product-image.landing {
  aspect-ratio: 1;
  object-fit: cover;
  min-height: auto;
  max-height: none;
  overflow: hidden;
}

.product-image.landing.alt {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: auto;
  display: inline-block;
  position: static;
}

.product-data {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.product-data.shop {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.price-wrap {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.price-wrap.v2 {
  justify-content: flex-start;
}

.price-wrap.shop {
  text-align: left;
  letter-spacing: .2px;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.old-price {
  color: #999;
  text-decoration: line-through;
}

.old-price.shop {
  text-align: left;
  margin-top: auto;
}

.product-title {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.product-title.shop {
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
}

.cart-icon {
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(-50%, -50%);
}

.product-wrap {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.info-title {
  color: #000;
  font-size: 18px;
}

.info-title.shop {
  font-size: 16px;
}

.product-short-info {
  margin-bottom: 0;
}

.product-short-info.shop {
  max-width: 75ch;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.quantity-field {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: #ddceb2;
  border-radius: 12px;
  width: 65px;
  height: 45px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.quantity-field.shop {
  border-radius: 0;
  font-size: 14px;
}

.product-main-name.shop {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

.sale-price {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.product-main {
  margin-bottom: 60px;
  padding-top: 60px;
}

.product-price-box {
  grid-column-gap: 15px;
  margin-top: 40px;
  display: flex;
}

.product-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 730px;
  max-height: 730px;
}

.product-main-image.shop {
  min-height: auto;
  max-height: none;
}

.product-main-image.shop.alt {
  min-height: 800px;
  max-height: 800px;
  overflow: clip;
}

.product-info {
  width: 100%;
  max-width: 55%;
}

.product-info.shop {
  padding-right: 0;
}

.product-info.shop.alt {
  max-width: 100%;
}

.product-plus {
  background-color: #fff;
  background-image: url('../images/ic-product-plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  transition: transform .5s;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.product-plus:hover {
  transform: rotate(90deg);
}

.p-none {
  display: none;
}

.product-information {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.cart-btn {
  color: #fff;
  background-color: #000;
  background-image: url('../images/ic-cart-white.svg');
  background-position: 100px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  padding: 12px 50px 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.cart-btn:hover {
  color: #000;
  background-color: #0000;
  background-image: url('../images/ic-cart.svg');
}

.cart-btn.shop {
  text-align: left;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-width: 0;
  border-radius: 0;
  padding-right: 24px;
  font-size: 14px;
}

.cart-btn.shop:hover {
  background-color: var(--brand-color);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-width: 0;
  font-size: 14px;
  font-weight: 500;
}

.product-detail {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.default-state {
  grid-column-gap: 15px;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.product-image-img {
  background-color: var(--dark-cream);
  border-radius: 12px;
  width: 100%;
  max-width: 45%;
  position: relative;
  overflow: hidden;
}

.product-image-img.shop {
  border-radius: 0;
}

.product-image-img.shop.alt {
  object-fit: fill;
  max-width: 100%;
}

.add-to-cart {
  align-items: center;
}

.product-details {
  margin-bottom: var(--desktop-space);
}

.product-richtext ul {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.product-richtext.shop {
  letter-spacing: .2px;
  font-size: 18px;
  line-height: 1.5;
}

.product-description {
  max-width: 75ch;
  margin-bottom: 80px;
}

.about {
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}

.about-wrap {
  grid-column-gap: 50px;
  align-items: center;
  min-height: 680px;
  display: flex;
}

.about-img {
  background-color: var(--dark-cream);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
  max-width: 45%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.product-features {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.product-feature-info {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.about-right {
  width: 100%;
  max-width: 52%;
  margin-left: auto;
}

.about-title {
  margin-top: 8px;
  margin-bottom: 15px;
}

.about-data {
  margin-bottom: 50px;
}

.about-images {
  grid-column-gap: 20px;
  margin-bottom: 50px;
  display: flex;
}

.about-thumb {
  background-color: var(--dark-cream);
  border-radius: 12px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.about-image {
  object-fit: cover;
  width: 100%;
  min-height: 240px;
  max-height: 240px;
}

.about-contact {
  grid-column-gap: 60px;
  align-items: center;
  display: flex;
}

.ac-link {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

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

.facts {
  margin-bottom: var(--desktop-space);
}

.fact-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

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

.fact-text {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  margin-bottom: 6px;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.vision {
  margin-bottom: var(--desktop-space);
}

.section-wrap {
  grid-column-gap: 24px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.section-wrap.alt {
  margin-top: 0;
}

.section-wrap.f-hrungen {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.section-wrap.f-hrungen.alt {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
}

.section-img {
  background-color: var(--background-white);
  border-radius: 0;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.section-img.f-hrungen {
  flex: 1;
  align-self: flex-start;
  min-width: 60%;
  max-width: none;
  max-height: none;
  display: flex;
}

.section-img.f-hrungen.alt {
  object-fit: cover;
  object-position: 50% 50%;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  min-width: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: static;
}

.section-img.f-hrungen.alt.vertical {
  object-fit: fill;
  flex: 1;
  align-self: flex-start;
  min-width: 60%;
  max-width: none;
  min-height: auto;
  max-height: none;
  display: flex;
  position: relative;
}

.section-data {
  align-self: center;
  width: 100%;
  max-width: 50%;
}

.section-data.f-hrungen, .section-data.f-hrungen.alt {
  align-self: flex-start;
}

.vision-tag-wrap {
  grid-column-gap: 8px;
  margin-top: 35px;
  display: flex;
}

.vision-tag {
  grid-column-gap: 8px;
  background-color: #0000000a;
  border-radius: 50px;
  align-items: center;
  padding: 6px 16px;
  font-size: 12px;
  display: flex;
}

.innovation {
  margin-bottom: var(--desktop-space);
}

.innovation-checklist {
  grid-column-gap: 50px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 228px 228px;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
}

.innovation-chek-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 30px;
}

.our-culture {
  margin-bottom: var(--desktop-space);
  background-color: var(--dark-cream);
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.culture-images {
  grid-column-gap: 16px;
  display: flex;
}

.culture-img {
  background-color: #ffffff80;
  border-radius: 12px;
  min-width: 600px;
  max-width: 600px;
  overflow: hidden;
}

.culture-image {
  object-fit: cover;
  width: 100%;
  min-height: 420px;
  max-height: 420px;
}

.process {
  margin-bottom: var(--desktop-space);
}

.process-wrap {
  grid-column-gap: 50px;
  background-color: var(--dark-cream);
  border: 1px solid #ddceb2;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  display: flex;
}

.process-block {
  grid-row-gap: 20px;
  color: #000;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.process-icon {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.team {
  margin-bottom: var(--desktop-space);
}

.team-wrap {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.team-block {
  border-bottom: 1px solid #ddceb2;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  display: flex;
}

.team-img {
  background-color: var(--dark-cream);
  border-radius: 50%;
  width: 100%;
  max-width: 75px;
  min-height: 75px;
  max-height: 75px;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 75px;
  max-height: 75px;
}

.team-data {
  grid-column-gap: 25px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.team-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.team-contact {
  grid-column-gap: 12px;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.dot {
  background-color: #33333380;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.video-section {
  margin-bottom: 24px;
}

.video-wrap {
  background-image: linear-gradient(#00000026, #00000026), url('../images/video.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 395px;
  padding: 80px;
  display: flex;
  overflow: hidden;
}

.video-title {
  color: #fff;
  margin-bottom: 25px;
}

.video-btn {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ffffff4d;
  background-image: url('../images/ic-play.svg');
  background-position: 58%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: background-color .3s;
}

.video-btn:hover {
  background-color: #ffffff80;
}

.hero {
  margin-bottom: var(--desktop-space);
  aspect-ratio: auto;
  overflow: hidden;
}

.hero-wrap {
  border-bottom: 1px solid #ddceb2;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 895px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-img {
  background-color: var(--dark-cream);
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.hero-image {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: static;
  overflow: clip;
}

.hero-data {
  flex-direction: column;
  width: auto;
  padding-bottom: 0;
}

.hero-title {
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 130%;
}

.hero-inner {
  grid-column-gap: 50px;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.hero-thumb {
  background-color: var(--background-cream);
  border-radius: 12px;
  min-width: 280px;
  max-width: 280px;
  position: relative;
  overflow: hidden;
}

.hero-thumb-img {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.hero-text {
  margin-bottom: 0;
}

.hero-btn-wrap {
  margin-top: 40px;
  display: flex;
}

.hero-btn {
  grid-column-gap: 10px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.hero-btn:hover {
  color: #000;
  background-color: #0000;
}

.hero-facts {
  grid-column-gap: 35px;
  margin-top: 60px;
  display: flex;
}

.hf-text {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
}

.banner {
  margin-bottom: var(--desktop-space);
}

.banner-left {
  background-color: var(--dark-cream);
  background-image: linear-gradient(#0003, #0003), url('../images/banner-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  width: 100%;
  max-width: 65%;
  padding: 40px;
  overflow: hidden;
}

.banner-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.banner-right {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 35%;
  display: flex;
}

.banner-block {
  background-color: var(--dark-cream);
  background-image: url('../images/banner-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  max-height: 50%;
  padding: 25px;
  overflow: hidden;
}

.banner-block.plant {
  background-image: url('../images/banner-03.jpg');
}

.banner-data {
  grid-row-gap: 218px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.banner-subtitle {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}

.banner-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 46px;
}

.banner-tag {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0d;
  border-radius: 50px;
  margin-top: 40px;
  padding: 10px 18px;
  font-size: 14px;
  display: inline-block;
}

.banner-heading {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 100%;
}

.banner-link {
  grid-column-gap: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  align-items: center;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.features {
  margin-bottom: var(--desktop-space);
  background-color: var(--dark-cream);
  padding-top: 60px;
  padding-bottom: 60px;
}

.features-erap {
  grid-column-gap: 55px;
  align-items: center;
  display: flex;
}

.features-data {
  width: 100%;
  max-width: 46%;
}

.features-title {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 140%;
}

.feature-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.feature-inner {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.feature-block {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.feature-icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  display: flex;
}

.feature-info-text {
  color: #000;
  padding-bottom: 2px;
  font-size: 18px;
}

.feature-image {
  width: 100%;
  max-width: 45%;
}

.latest-product {
  margin-bottom: var(--desktop-space);
}

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

.plant-link {
  grid-column-gap: 20px;
  border-bottom: 1px solid #ddceb2;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.plant-img {
  background-color: var(--dark-cream);
  border-radius: 12px;
  width: 100%;
  max-width: 46%;
  overflow: hidden;
}

.plant-image {
  object-fit: cover;
  width: 100%;
  min-height: 220px;
  max-height: 220px;
}

.plant-data {
  width: 100%;
  max-width: 54%;
}

.testimonials {
  margin-bottom: var(--desktop-space);
  background-color: var(--brand-color);
  padding-bottom: 0;
  overflow: hidden;
}

.review-slider {
  background-color: #0000;
  height: auto;
  position: relative;
}

.review-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.review-wrap.permaculture {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.review-wrap.permaculture.test {
  grid-column-gap: 0px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.review-wrap.permaculture.alt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.review-wrap.permaculture.testimonials {
  flex-flow: row;
}

.review-wrap.permaculture.testimonials.alt {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
}

.review-wrap.permaculture.testimonials.alt.ipad {
  background-color: var(--transparent);
  margin-top: 0;
}

.review-wrap.permaculture.testimonial.alt {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
}

.review-slide {
  width: 100%;
  max-width: 100%;
  margin-right: 40px;
}

.testimonial-img {
  background-color: var(--dark-cream);
  border-radius: 0;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.testimonial-img.permaculture {
  float: left;
  background-color: var(--transparent);
  width: 35%;
  display: block;
  overflow: hidden;
}

.testimonial-img.permaculture.alt {
  width: auto;
  margin-right: 0;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  min-height: auto;
  max-height: none;
}

.testimonial-image.permaculture {
  box-sizing: content-box;
  float: left;
  object-fit: cover;
  max-width: 65%;
  min-height: 50px;
  max-height: 50px;
  overflow: clip;
}

.testimonial-image.permaculture.alt {
  box-sizing: border-box;
  float: none;
  aspect-ratio: 1;
  border-radius: 200px;
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.testimonial-image.alt {
  border-radius: 150px;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  min-height: 0;
  max-height: none;
  display: flex;
}

.testimonial-data {
  grid-row-gap: 60px;
  background-color: #fbf6ed;
  border: 1px solid #ddceb2;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  padding: 30px;
  display: flex;
}

.testimonial-data.permaculture {
  grid-column-gap: 104px;
  grid-row-gap: 37px;
  background-color: var(--transparent);
  border-width: 0;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: .65fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: start stretch;
  padding: 0;
  display: grid;
}

.testimonial-data.permaculture.alt {
  grid-row-gap: 20px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: .6fr;
  place-content: center;
  place-items: start stretch;
  margin-top: -75px;
}

.review-location {
  font-size: 12px;
}

.review-mask {
  overflow: visible;
}

.review-mask.testimonials {
  margin-top: 0;
  padding-top: 25px;
}

.d-none {
  display: none;
  overflow: visible;
}

.left-arrow {
  background-color: var(--transparent);
  border: 0 solid #ddceb2;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color .3s;
  display: flex;
  inset: auto 0% 250px -94%;
}

.left-arrow:hover {
  background-color: var(--transparent);
  opacity: 1;
  filter: invert();
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.left-arrow.testimonial {
  bottom: 120px;
}

.left-arrow.testimonial.ipad {
  bottom: 250px;
}

.right-arrow {
  background-color: var(--transparent);
  border: 0 solid #ddceb2;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color .3s;
  display: flex;
  inset: auto -94% 250px 0%;
}

.right-arrow:hover {
  background-color: var(--transparent);
  filter: invert();
}

.right-arrow.testimonial {
  bottom: 120px;
}

.right-arrow.testimonial.ipad {
  bottom: 250px;
}

.testimonial-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.testimonial-text.alt {
  text-align: center;
  min-width: auto;
}

.checkout-form {
  background-color: #0000;
  padding: 0;
}

.cart-title {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.default-input:focus, .default-input.-wfp-focus {
  border-color: #ddd;
}

.order-confirmation {
  background-color: #0000;
  padding: 0;
}

.on-scroll {
  background-color: var(--background-cream);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.purchase-badge {
  z-index: 9999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px #0000001a, 0 0 0 1px #0000001a;
}

.dropdown-list {
  z-index: auto;
  border-right: 0px solid var(--background-cream);
  background-color: var(--background-cream);
  text-align: left;
  letter-spacing: .65px;
  text-transform: uppercase;
  cursor: auto;
  border-radius: 0;
  flex: 0 auto;
  padding-left: 72px;
  font-weight: 700;
  inset: 0% 0% 0% 50px;
}

.dropdown-list.w--open {
  align-self: auto;
  margin-top: -4px;
  padding-left: 195px;
  inset: 100% 0% auto -31%;
}

.dropdown-toggle {
  cursor: auto;
  padding-right: 20px;
}

.image {
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
}

.bodycopy-intro-descriptor {
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  max-width: 62ch;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  position: static;
}

.paragraph {
  letter-spacing: .1px;
  max-width: 80ch;
  font-size: 16px;
  line-height: 1.35;
}

.bodycopy-intro {
  letter-spacing: .2px;
  flex-flow: column;
  align-items: center;
  max-width: 85ch;
  margin-top: 0;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
}

.bodycopy-intro.extra-space {
  margin-top: 25px;
  margin-bottom: 45px;
}

.bodycopy-intro._2-cloumns {
  text-align: left;
  object-fit: fill;
  max-width: 40ch;
  margin-top: 0;
  padding-left: 0;
  font-weight: 400;
}

.bodycopy-intro._2-cloumns.right {
  flex: 0 auto;
  max-width: 140ch;
  padding-left: 100px;
}

.bodycopy-intro._2-cloumns.alt {
  max-width: 70ch;
  margin-bottom: 45px;
}

.bodycopy-intro._2-cloumns.alt.team {
  margin-top: 20px;
  margin-bottom: 30px;
}

.bodycopy-intro.alt {
  margin-top: 0;
}

.bodycopy-intro.testimonials {
  text-align: left;
  padding-bottom: 0;
}

.bodycopy-intro.landing {
  margin-top: 25px;
}

.bodycopy-intro.workshop {
  max-width: 65ch;
  margin-top: 0;
  font-size: 16px;
}

.bodycopy-intro.f-hrung.alt {
  max-width: 55ch;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
}

.bodycopy-intro.f-hrungen {
  font-size: 16px;
}

.bodycopy-intro.research-entwicklung {
  margin-top: 15px;
  padding-left: 0;
}

.bodycopy-intro.downloads-more {
  margin-top: 20px;
}

.bodycopy-link {
  background-color: var(--background-cream);
  color: var(--black);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  position: static;
}

.bodycopy-link:hover {
  color: var(--brand-color);
  text-decoration: underline;
}

.bodycopy-link.normal {
  margin-top: 45px;
}

.bodycopy-link.normal.alt {
  margin-left: 0;
  text-decoration: none;
}

.bodycopy-link.cta {
  background-color: var(--transparent);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  margin-top: 0;
}

.bodycopy-link.cta:hover {
  color: var(--background-white);
}

.bodycopy-link.workshop, .bodycopy-link.f-hrungen {
  margin-top: 40px;
}

.bodycopy-link.downloads-more {
  clear: none;
  margin-top: 0;
  transform: translate(0);
}

.bodycopy-link.lower {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block {
  grid-column-gap: 175px;
  grid-row-gap: 175px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  min-width: 0;
  margin-bottom: 45px;
  display: flex;
  position: static;
}

.flex-block.normal {
  grid-column-gap: 175px;
  grid-row-gap: 175px;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
  margin-top: 45px;
}

.flex-block.images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  object-fit: cover;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: start center;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  overflow: visible;
}

.flex-block.images.workshop {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: .5fr 1fr;
  place-content: stretch;
  place-items: end center;
}

.flex-block.images.research {
  flex-flow: row;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-block.images.f-hrungen {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 2.39;
  object-fit: cover;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: end center;
  max-height: none;
  margin-bottom: 45px;
  display: grid;
  overflow: visible;
}

.flex-block.images.kontakt {
  aspect-ratio: auto;
  object-fit: cover;
  margin-bottom: 45px;
}

.flex-block.images.gallery {
  box-sizing: border-box;
  aspect-ratio: 2;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch;
  margin-top: 55px;
  margin-bottom: 0;
  position: static;
  overflow: hidden;
}

.flex-block.images.studium {
  margin-top: 100px;
}

.flex-block.images.research-entwicklung {
  margin-top: 85px;
  margin-bottom: 20px;
}

.flex-block.images.downloads-more {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  place-items: start stretch;
  margin-top: 55px;
  margin-bottom: 30px;
  overflow: hidden;
}

.flex-block.images.landing {
  grid-template-columns: 1fr 1fr 1fr;
}

.ch-bio-logo {
  margin-left: 0;
}

.shift-idiom-logo {
  margin-right: 0;
}

.text-block-pricing {
  font-weight: 400;
  line-height: 1.35;
}

.heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
}

.heading.kontakt {
  text-align: left;
  align-self: auto;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 0;
  display: block;
}

.heading.kontakt.test {
  margin-bottom: 0;
}

.heading.blog {
  margin-top: 40px;
}

.heading.testimonials {
  background-color: var(--transparent);
  margin-top: 60px;
  padding-bottom: 0;
}

.heading.instagram {
  margin-top: 60px;
}

.heading.research-entwicklung.title {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.heading.downloads-more {
  margin-top: 0;
}

.heading._404 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

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

.image-4, .image-5 {
  object-fit: cover;
}

.research-entwicklung-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  flex: 1;
  width: 100%;
}

.image-7 {
  object-fit: cover;
  object-position: 71% 50%;
}

.image-8 {
  object-fit: cover;
  object-position: 48% 50%;
}

.image-9, .image-10 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

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

.columns {
  aspect-ratio: auto;
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-top: 20px;
  padding-right: 0;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.quick-stack {
  min-width: 40px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.normal {
  flex-flow: column;
  margin-left: 0;
  display: block;
}

.link-block {
  display: block;
}

.link-block.shop:hover {
  color: var(--brand-color);
  text-decoration: underline;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 100px;
  padding-right: 100px;
  display: grid;
}

.div-block.kontakt {
  grid-column-gap: 108px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: 1fr .3fr;
  grid-template-columns: .75fr .75fr;
  margin-top: 0;
  margin-left: 40px;
  margin-right: auto;
  padding-top: 25px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block.kontakt.landing {
  grid-column-gap: 108px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.div-block.kontakt.alt {
  grid-column-gap: 62px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr .3fr;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block.kontakt.alt.hidden {
  display: block;
}

.div-block.research-entwicklung {
  grid-column-gap: 108px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.div-block.research-entwicklung.test {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr 2.25fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  padding-left: 0;
  display: grid;
}

.div-block-2 {
  flex-flow: column;
  padding-left: 85px;
  display: flex;
}

.container-2 {
  max-width: none;
  display: flex;
}

.container-2.kontakt {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 45px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container-2.kontakt.about {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2.kontakt.alt {
  justify-content: center;
  align-items: stretch;
  margin-top: 45px;
  margin-bottom: 60px;
}

.container-2.kontakt.landing {
  margin-top: 40px;
  padding-top: 0;
}

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

.container-2.f-hrungen {
  background-color: var(--black);
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  max-width: 15%;
  margin: 65px -36px auto auto;
  padding: 12px 20px;
  display: block;
  position: static;
  top: 0;
  transform: rotate(-90deg);
}

.container-2.f-hrungen.alt {
  background-color: var(--transparent);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-2.fhrung {
  padding-bottom: 0;
}

.container-2.research-entwicklung {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 85px;
  margin-bottom: 85px;
  padding-left: 0;
  padding-right: 0;
}

.container-2.research-entwicklung.alt {
  flex-flow: column;
  margin-top: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.container-2.research-entwicklung.alt.version {
  padding-left: 0;
  padding-right: 0;
}

.container-2.research-entwicklung.alt.test {
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.container-2.kontakt-form {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
}

.container-2.kontakt-form.about {
  margin-top: 100px;
}

.fehlgeschlagene-absendung {
  border: 0px solid var(--black);
  color: var(--background-white);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--transparent);
  padding-bottom: 0;
}

.fehlgeschlagene-absendung.black {
  color: var(--black);
}

.div-block-3 {
  background-color: var(--black);
  height: 2px;
  margin-top: 20px;
  margin-bottom: -16px;
  padding-bottom: 0;
}

.divider-line {
  background-color: var(--black);
  height: 2px;
  margin-top: -25px;
  padding-bottom: 0;
}

.divider-line.email {
  background-color: var(--black);
  margin-top: -20px;
  margin-bottom: 0;
  text-decoration: none;
}

.divider-line.email.alt {
  background-color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.divider-line.email.alt.black, .divider-line.email.black {
  background-color: var(--background-white);
}

.divider-line.alt2 {
  max-width: 100%;
  margin-top: 7px;
  margin-bottom: 12px;
}

.divider-line.alt2.black {
  background-color: var(--background-white);
}

.text-block-3 {
  color: var(--black);
  letter-spacing: .5px;
}

.text-block-3.black {
  color: var(--background-white);
}

.text-block-4 {
  color: var(--black);
}

.text-block-4.black {
  color: var(--background-white);
}

.div-block-4 {
  flex: 1;
  align-self: flex-end;
  max-width: 100%;
  margin-top: 2px;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.footer-menu-block, .footer-menu-block.alt {
  min-width: 33%;
}

.link-block-cta.alt {
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 35px;
  padding-bottom: 0;
  text-decoration: underline;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-6 {
  margin-top: 35px;
}

.div-block-7 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin: 0 auto 40px;
  text-decoration: underline;
  display: flex;
  position: static;
}

.div-block-8 {
  background-color: var(--black);
  align-self: stretch;
  min-height: 2px;
}

.divider-line-full {
  background-color: var(--black);
  align-self: stretch;
  min-height: 1.75px;
  margin-top: 0;
  margin-bottom: 10px;
}

.divider-line-full.alt {
  margin-top: 20px;
  margin-bottom: 0;
}

.divider-line-full.fuhrung {
  margin-bottom: 22px;
  margin-left: 24px;
  margin-right: 24px;
}

.divider-line-full.fuhrung.middle {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.divider-line-full.f-hrungen {
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider-line-full.f-hrungen.middle {
  margin-top: 50px;
}

.divider-line-full.research-entwicklung {
  margin-top: 220px;
}

.divider-line-full.downloads-more.middle {
  margin-top: 0;
}

.divider-line-full.downloads-more.middle.alt {
  margin-bottom: 120px;
}

.divider-line-full.spacer {
  background-color: var(--background-cream);
  margin-bottom: 120px;
}

.heading-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-2.contact {
  padding-bottom: 40px;
}

.heading-2.alt {
  text-align: center;
}

.heading-2.alt.name {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.heading-2.testimonial {
  font-size: 16px;
}

.heading-2.research-entwicklung {
  margin-top: 45px;
  padding-left: 0;
}

.heading-2.research-entwicklung.alt.test {
  text-align: left;
  margin-top: 0;
}

.heading-2.research-entwicklung.title {
  margin-top: 0;
  padding-left: 60px;
}

.heading-2.research-entwicklung.downloads-more {
  margin-top: 0;
}

.heading-2.about {
  align-self: flex-start;
  margin-top: 45px;
}

.heading-3 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.person-company-testimonial {
  margin-left: 80px;
}

.person-company-testimonial.alt {
  margin-left: auto;
  margin-right: auto;
}

.company-name {
  margin-top: -3px;
  font-size: 18px;
  line-height: 1.5;
}

.company-name.alt {
  text-align: center;
}

.company-name.alt.company {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
}

.company-name.testimonial {
  font-size: 16px;
}

.date-of-review {
  margin-top: 0;
  font-size: 18px;
}

.bodycopy-link-spam, .text-span-3 {
  text-decoration: underline;
}

.testimonial-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  float: none;
  margin-top: 40px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  margin-bottom: 0;
}

.slider {
  min-width: 100vh;
  min-height: 100vh;
  overflow: clip;
}

.slide-nav {
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: block;
}

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

.image-11 {
  filter: invert();
  position: absolute;
  top: 400px;
}

.arrow-left {
  float: none;
  filter: invert();
  vertical-align: baseline;
  margin-right: -25px;
  padding-top: 0;
  display: inline-block;
  position: static;
  top: 400px;
}

.arrow-right {
  filter: invert();
  text-align: left;
  object-fit: fill;
  margin-left: -25px;
  padding-top: 0;
  text-decoration: none;
  position: static;
  top: 400px;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.slider-2 {
  height: 80vh;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask {
  overflow: hidden;
}

.permaculture-logo {
  max-width: 40%;
}

.nathalie-bild {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  line-height: 2;
}

.text-block-5 {
  letter-spacing: .2px;
}

.text-block-6 {
  color: var(--background-white);
  text-decoration: none;
}

.form-block {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: block;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: auto;
  min-height: auto;
  display: block;
}

.div-block-11 {
  flex: 1;
  align-self: auto;
}

.arrow-right-permaculture {
  filter: grayscale();
  width: 2%;
  margin-left: 10px;
}

.arrow-right-permaculture:hover {
  filter: invert();
}

.form-block-link {
  margin-top: 0;
  text-decoration: none;
  display: flex;
}

.form-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-top: 30px;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.form-block-2.kontakt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
}

.text-field {
  letter-spacing: .5px;
  background-color: #e5e5e5;
  border: 1px solid #0000;
  min-height: 55px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.text-field:hover {
  background-color: var(--brand-color);
}

.text-field:focus {
  background-color: var(--brand-color);
  color: var(--black);
  line-height: 1.5;
}

.text-field::placeholder, .text-field:lang(en) {
  color: var(--black);
}

.text-field.alt {
  white-space: normal;
  overflow-wrap: normal;
  min-height: 100px;
  padding-bottom: 60px;
}

.text-field.kontakt {
  white-space: normal;
  overflow-wrap: normal;
  padding-top: 15px;
  padding-bottom: 15px;
}

.form-2 {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  display: block;
  position: static;
}

.success-message-2 {
  background-color: var(--brand-color);
  min-height: 55px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.error-message-2 {
  background-color: var(--black);
  min-height: 55px;
  margin-top: 0;
}

.error-message-2.kontakt {
  margin-top: 0;
  padding: 15px 20px;
}

.text-block-7 {
  border: 0px solid var(--transparent);
  color: var(--background-white);
  text-align: center;
  -webkit-text-stroke-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: block;
}

.submit-button {
  background-color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  min-height: 45px;
  margin-top: 20px;
}

.submit-button:hover {
  background-color: var(--brand-color);
}

.submit-button.kontakt {
  background-color: var(--transparent);
  color: var(--black);
  letter-spacing: .5px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.submit-button.kontakt:hover {
  color: var(--brand-color);
}

.submit-button.kontakt:active, .submit-button.kontakt:focus, .submit-button.kontakt:lang(en) {
  -webkit-text-stroke-color: var(--transparent);
}

.google-maps-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.google-maps-link.kontakt {
  margin-top: 40px;
}

.google-marker {
  filter: grayscale();
  align-self: flex-end;
  display: block;
}

.google-marker:hover {
  filter: invert();
}

.container-faq {
  background-color: var(--brand-color);
  max-width: none;
}

.text-block-8 {
  color: #000;
}

.medien-permaculture {
  background-color: var(--brand-color);
  margin-top: 20px;
  padding-bottom: 65px;
  padding-left: 64px;
  padding-right: 64px;
}

.medien-links {
  text-align: left;
  text-decoration: underline;
}

.image-16 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
}

.section-div {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  margin-left: 30px;
  margin-right: 60px;
  text-decoration: none;
  display: grid;
}

.section-div.workshop {
  margin-top: 60px;
}

.section-div.f-hurungen {
  grid-template-columns: .3fr 1fr;
  align-content: start;
}

.section-div.f-hurungen.alt {
  grid-column-gap: 75px;
  place-content: stretch;
  align-self: auto;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-div.f-hrungen {
  grid-template-columns: .3fr 1fr;
  grid-auto-flow: row;
  margin-top: 60px;
}

.section-div.f-hrungen.alt {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  place-content: start;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.div-block-12 {
  background-color: var(--black);
}

.month-workshop {
  color: var(--background-white);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.month-workshop-label {
  background-color: var(--black);
  height: auto;
  max-height: none;
  margin-top: 60px;
  margin-left: 24px;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
}

.month-workshop-label.alt {
  margin-top: 0;
}

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

.workshop-list {
  letter-spacing: .2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.f-hrung {
  font-size: 16px;
  line-height: 1.8;
}

.f-hrung.text.alt {
  font-size: 18px;
}

.list-item {
  font-weight: 700;
}

.list-item.test {
  font-weight: 400;
}

.list-item-2 {
  font-weight: 700;
}

.list-item-2.test {
  font-weight: 400;
}

.gallery-image {
  aspect-ratio: 2.39;
  text-overflow: clip;
  vertical-align: baseline;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.image-17 {
  object-fit: cover;
}

.f-hrungen.label {
  float: none;
  direction: ltr;
  color: var(--background-white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-overflow: clip;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  position: static;
  transform: rotate(-90deg);
}

.f-hrungen.label.alt {
  color: var(--black);
  letter-spacing: 2px;
  font-size: 35px;
  transform: rotate(0);
}

.f-hrung-list {
  font-weight: 700;
}

.f-hrung-list.alt {
  font-size: 18px;
  line-height: 1.8;
}

.quick-stack-2 {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  padding-left: 0;
  padding-right: 0;
  overflow: clip;
}

.quick-stack-2.f-hrungen {
  margin-top: 25px;
  padding-bottom: 120px;
}

.quick-stack-2.miete {
  padding-top: 45px;
  padding-bottom: 170px;
}

.cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-13 {
  background-color: var(--brand-color);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.quick-stack-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  margin-top: 45px;
  padding: 0;
  overflow: hidden;
}

.quick-stack-3.research-entwicklung {
  aspect-ratio: auto;
  margin-bottom: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.research-entwicklung {
  aspect-ratio: auto;
  width: 100%;
}

.research-entwicklung.image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 33%;
  display: block;
}

.research-entwicklung.image.test {
  width: 100%;
}

.research-entwicklung.image.grundlagen {
  object-position: 0% 50%;
  width: 100%;
}

.research-entwicklung.list {
  font-weight: 700;
  line-height: 1.8;
}

.research-entwicklung.list.alt {
  font-weight: 400;
  line-height: 1.8;
}

.image-18 {
  flex: 1;
  align-self: stretch;
}

.cell-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-19 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 33%;
}

.div-block-14 {
  width: 50%;
  padding-left: 60px;
  padding-right: 40px;
}

.div-block-15 {
  width: 50%;
  padding-left: 60px;
}

.downloads-more.image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.downloads-more.description {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
  overflow: hidden;
}

.downloads-more.list {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
  overflow: hidden;
}

.downloads-more.list.alt {
  font-weight: 400;
}

.link-block-4 {
  margin-left: 40px;
}

.bodycopy {
  line-height: 1.5;
}

.simple-text-title {
  font-weight: 400;
  line-height: 1.5;
}

.heading-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
}

.image-20 {
  box-sizing: border-box;
  object-fit: cover;
}

.text-block-9 {
  font-size: 16px;
  font-weight: 400;
}

.shift-permaculture-insta-white {
  color: var(--background-white);
  letter-spacing: .2px;
  font-size: 14px;
}

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

.test:hover {
  background-color: #000;
}

.dark-rollover, .dark-rollover:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.nav-shop {
  background-color: var(--background-cream);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  left: 42px;
}

.nav-shop-menu-item {
  letter-spacing: .5px;
  text-transform: uppercase;
  align-self: auto;
  margin-top: 6px;
  margin-left: 0;
  padding-top: 8px;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

.nav-shop-menu-item:hover, .nav-shop-menu-item:focus {
  color: var(--brand-color);
}

.nav-shop-menu-item.top {
  letter-spacing: .5px;
  margin-top: 15px;
  padding-top: 30px;
}

.nav-shop-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.div-block-16 {
  background-color: var(--background-cream);
  min-width: 450px;
  min-height: 450px;
  position: absolute;
}

.navbar-2 {
  float: left;
  clear: none;
  position: relative;
}

.collection-list-wrapper {
  float: none;
  clear: none;
  position: static;
  left: 200px;
}

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

.nav-link-shop {
  text-decoration: none;
}

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

.shop-item-paragraph {
  text-align: left;
  align-self: auto;
  margin-top: 10px;
}

.price-shop {
  text-align: left;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
}

.error-state-shop-checkout {
  color: var(--background-white);
}

.shop-description-title {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.shop-description-title.alt {
  margin-top: 40px;
}

.grid-3 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
}

.shift-permaculture-insta-black {
  font-size: 14px;
  font-weight: 500;
}

.button-text {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.button-text:hover {
  color: var(--brand-color);
}

.nav-link-permaculture {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 102px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 1;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 45px;
  display: grid;
}

.shop-landing-feature {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  display: grid;
  position: static;
  overflow: clip;
}

.heading-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.35;
}

.shift-collective-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  display: grid;
  overflow: hidden;
}

.permaculture-logo-landing {
  align-self: stretch;
}

.logos-introduction-landing {
  grid-column-gap: 175px;
  grid-row-gap: 175px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 45px;
}

.shift-workshop-feature {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: start stretch;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: hidden;
}

.landing-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: auto;
  min-height: auto;
  max-height: none;
  display: inline-block;
  overflow: hidden;
}

.landing-image.gallery {
  aspect-ratio: 3 / 2;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: static;
  overflow: clip;
}

.landing-image.workshop {
  aspect-ratio: auto;
}

.landing-image.research-entwicklung {
  aspect-ratio: auto;
  flex: 1;
  width: auto;
  display: block;
}

.landing-workshop-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  display: flex;
  overflow: hidden;
}

.research-entwicklung-feature {
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 45px;
  display: block;
}

.div-block-17 {
  display: flex;
  overflow: hidden;
}

.f-hrungen-miete-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: 2.39;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  min-width: auto;
  min-height: auto;
  margin-bottom: 45px;
  display: grid;
  overflow: hidden;
}

.landing-image-research {
  display: flex;
}

.kontakt-landing-feature {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 45px;
  display: grid;
}

.cc-yellow {
  color: var(--brand-color);
}

.google-maps-wrapper {
  aspect-ratio: auto;
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: block;
  position: static;
}

.google--maps-embed {
  text-align: left;
}

.google-maps {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-left: -5px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
}

.google-maps:hover {
  color: var(--brand-color);
}

.google-maps-landing {
  display: flex;
}

.google-maps-landing-link {
  margin-top: 35px;
}

.shift-permaculture-logo {
  width: 100%;
  margin-bottom: 5px;
}

.arrow-left-testimonial {
  width: 100%;
  display: block;
}

.arrow-right-testimonial {
  width: 100%;
}

.footer-black {
  background-color: var(--black);
  max-width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  display: block;
}

.div-kontakt-right {
  flex-flow: column;
  flex: 0 auto;
  width: 52%;
  max-width: 52%;
  display: flex;
}

.div-kontakt-right.alt {
  width: 100%;
  max-width: 100%;
}

.div-kontakt-right.alt.portrait {
  padding-top: 25px;
  padding-left: 45px;
}

.div-kontakt-left {
  flex-flow: column;
  width: 49%;
  max-width: 49%;
  display: flex;
}

.div-kontakt-left.alt {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}

.div-kontakt-left.alt.potrait {
  padding-top: 25px;
  padding-left: 45px;
}

.kontakt-info.potrait, .kontakt-info.portrait {
  padding-left: 45px;
}

.potraits-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
  overflow: clip;
}

.image-21, .image-22 {
  display: block;
}

.text-area-form-block {
  border: 1px solid var(--transparent);
  color: var(--warm-dark-grey);
  background-color: #e5e5e5;
  border-radius: 0;
  min-height: 100px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 60px;
  line-height: 1.5;
  display: block;
  overflow: visible;
}

.text-area-form-block:hover {
  background-color: var(--brand-color);
}

.text-area-form-block:active {
  color: var(--warm-dark-grey);
}

.text-area-form-block:focus {
  background-color: var(--brand-color);
  color: var(--black);
}

.text-area-form-block::placeholder, .text-area-form-block:lang(en) {
  color: var(--black);
}

.navbar-3 {
  border: 1px solid var(--background-cream);
  background-color: var(--background-cream);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-wrap-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-btn-2 {
  background-color: var(--transparent);
  color: #000;
  letter-spacing: .35px;
  border-radius: 0;
  justify-content: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.nav-btn-2:hover {
  background-color: var(--transparent);
  color: var(--brand-color);
}

.nav-btn-2.w--current {
  text-transform: uppercase;
}

.nav-btn-2.mobile {
  display: none;
}

.nav-menu-wrap-2 {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.cart-wrap-2 {
  background-color: #f7eee3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.cart-wrap-2:hover {
  background-color: #f7eee3;
}

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

.nav-right-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #000;
  justify-content: center;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.error-message-3 {
  text-align: center;
  padding: 20px;
}

.cart-item-2 {
  color: #fff;
  background-color: #000;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  inset: -10px -12px auto auto;
}

.grid-4 {
  grid-column-gap: 35px;
  grid-row-gap: 14px;
}

.center-div {
  clear: none;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 140px;
  padding-right: 140px;
  display: block;
}

.container-splash {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.arrow-splash-left {
  aspect-ratio: auto;
  filter: invert();
  width: 33%;
  margin: 500px 0 0 30px;
  display: block;
  position: absolute;
}

.arrow-splash-right {
  aspect-ratio: auto;
  filter: invert();
  direction: ltr;
  text-align: left;
  width: 33%;
  max-width: 100%;
  margin: 30.2rem 0 0;
  display: block;
  position: absolute;
}

.slider-splash {
  clear: none;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.slide-nav-2 {
  font-size: 12px;
  text-decoration: none;
  position: absolute;
}

.slide-1-splash {
  vertical-align: baseline;
  object-fit: cover;
  background-image: url('../images/tsp_home-1-2011.jpg');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100vh;
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  bottom: auto;
  overflow: hidden;
}

.slide-1-splash.alt {
  background-image: url('../images/tsp_home-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-2-2012.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.mask-2 {
  object-fit: cover;
  width: auto;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.left-arrow-3 {
  height: auto;
  display: block;
  position: absolute;
}

.footer-splash-page {
  clear: none;
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: auto;
  text-decoration: none;
  display: flex;
}

.slide-4-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-4-2014.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-3-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-3-2013.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-5-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-5-2015.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-6-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-6AB-2016.jpg');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-4-splash-copy {
  object-fit: cover;
  background-image: url('../images/4_XL2_1080.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-5-splash-copy {
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.slide-7-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-7-2017.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-8-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-8-2018.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-9-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-9-2019.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-10-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-10-2020.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-11-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-11-2021.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-12-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-12B-2022.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-13-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-13A-2023.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-14-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-14B-2024.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-15-splash {
  object-fit: cover;
  background-image: url('../images/tsp_home-15B-2025.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.slide-16-splash, .slide-17-splash, .slide-18-splash {
  object-fit: cover;
  background-image: url('../images/4_XL2_1080.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.right-arrow-3 {
  height: auto;
}

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

.transparent-div-slider {
  opacity: 0;
  pointer-events: auto;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: block;
}

.test-heading {
  margin-bottom: 0;
}

.slide-2 {
  background-image: url('../images/tsp_home-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/tsp_home-2-2012.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-splash-original {
  min-height: 100vh;
}

.icon, .icon-2 {
  font-size: 25px;
}

.slide-nav-3 {
  font-size: 10px;
}

.slider-image-1 {
  background-image: url('../images/tsp_home_HD1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3-copy {
  background-image: url('../images/tsp_home-2-2012.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-copy {
  background-image: url('../images/tsp_home-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-2 {
  background-image: url('../images/tsp_home_HD2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-3 {
  background-image: url('../images/tsp_home_HD3.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-4 {
  background-image: url('../images/tsp_home_HD4.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-5 {
  background-image: url('../images/tsp_home_HD5.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-6 {
  background-image: url('../images/tsp_home_HD6.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-7 {
  background-image: url('../images/tsp_home_HD7.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-8 {
  background-image: url('../images/tsp_home_HD8.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-9 {
  background-image: url('../images/tsp_home_HD9.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-10 {
  background-image: url('../images/tsp_home_HD10.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-12 {
  background-image: url('../images/tsp_home-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-11 {
  background-image: url('../images/tsp_home_HD11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-2-copy, .slider-image-2-copy-copy {
  background-image: url('../images/tsp_home-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.silder-image-12 {
  background-image: url('../images/tsp_home_HD12A.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-13 {
  background-image: url('../images/tsp_home_HD12B.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-14 {
  background-image: url('../images/tsp_home_HD13A.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-15 {
  background-image: url('../images/tsp_home_HD13B.jpg');
  background-position: 50%;
  background-size: cover;
}

.extra-info-kontakt-page {
  max-width: 65ch;
  margin-bottom: 45px;
  font-size: 18px;
  line-height: 1.5;
}

.ramon-bild {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  line-height: 2;
  display: block;
}

.erfolgreiche-absendung {
  text-align: left;
}

.slider-image-16 {
  background-image: url('../images/tsp_home_HD14A.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-17 {
  background-image: url('../images/tsp_home_HD14B.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-18 {
  background-image: url('../images/tsp_home_HD14C.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-19 {
  background-image: url('../images/tsp_home_HD15A.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-20 {
  background-image: url('../images/tsp_home_HD15B.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-image-21 {
  background-image: url('../images/tsp_home_HD15C.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-6, .heading-nav-kontakt {
  letter-spacing: .35px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.locale-button {
  background-color: var(--transparent);
  color: #000;
  letter-spacing: .35px;
  border-radius: 0;
  justify-content: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.locale-button:hover {
  background-color: var(--transparent);
  color: var(--brand-color);
}

.locale-button.w--current {
  text-transform: uppercase;
}

.locale-button.mobile {
  display: none;
}

.local-button.w--current {
  letter-spacing: .35px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.form-error-message {
  border: 0px solid var(--transparent);
  color: var(--background-white);
  text-align: center;
  -webkit-text-stroke-color: var(--transparent);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
}

.form-success-message {
  border: 0px solid var(--transparent);
  color: var(--black);
}

.form-block-3 {
  justify-content: center;
  align-items: flex-start;
  max-width: 900px;
  display: flex;
}

.download-medium {
  font-weight: 500;
}

.download-button {
  border: 0px solid var(--transparent);
  background-color: var(--transparent);
  color: var(--black);
  letter-spacing: .35px;
  text-transform: uppercase;
  flex-flow: column;
  margin-top: 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
}

.download-button:hover, .download-button:focus {
  color: var(--brand-color);
}

.download-button.alt {
  margin-top: 5px;
}

.download-links-div {
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
}

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

.pfeil-download-link {
  filter: grayscale();
  max-width: 4%;
  margin-right: 10px;
  padding-bottom: 5px;
}

.pfeil-download-link:hover {
  filter: invert();
}

@media screen and (min-width: 1440px) {
  .center-div {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .primary-btn.fill.alt {
    font-size: 24px;
  }

  .footer-info.desktop {
    font-size: 18px;
  }

  .footer-input {
    padding-right: 0;
    font-size: 16px;
  }

  .submit-btn {
    margin-right: -7px;
  }

  .contact-wrap.alt {
    max-width: 1450px;
  }

  .section-title.normal.workshops {
    margin-top: 60px;
  }

  .bodycopy-intro, .bodycopy-intro._2-cloumns.alt.team {
    font-size: 24px;
  }

  .container-2.kontakt.alt {
    margin-top: 65px;
    margin-bottom: 75px;
  }

  .heading-2, .paragraph-2 {
    font-size: 24px;
  }

  .form-block-link:hover {
    background-color: var(--transparent);
  }

  .text-field.kontakt {
    font-size: 20px;
  }

  .submit-button.kontakt {
    font-size: 24px;
  }

  .google-marker {
    width: 2%;
  }

  .google-maps, .kontakt-info.portrait {
    font-size: 24px;
  }

  .potraits-info-block {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

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

  .center-div {
    max-width: 1450px;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-splash-right {
    margin-top: 16em;
  }

  .slider-image-15 {
    background-image: url('../images/tsp_home_HD13B.jpg');
  }

  .extra-info-kontakt-page {
    font-size: 24px;
  }

  .ramon-bild {
    width: 100%;
    display: inline-block;
  }

  .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 24px;
  }

  .slider-image-16 {
    background-image: url('../images/tsp_home_HD14A.jpg');
  }

  .slider-image-17 {
    background-image: url('../images/tsp_home_HD14B.jpg');
  }

  .slider-image-18 {
    background-image: url('../images/tsp_home_HD14C.jpg');
  }

  .slider-image-19 {
    background-image: url('../images/tsp_home_HD15A.jpg');
  }

  .slider-image-20 {
    background-image: url('../images/tsp_home_HD15B.jpg');
  }

  .slider-image-21 {
    background-image: url('../images/tsp_home_HD15C.jpg');
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .download-button {
    margin-top: 15px;
    font-size: 22px;
  }

  .download-button.alt {
    margin-top: 10px;
    font-size: 22px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 26px;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.alt, .container.alt.footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.testimonials.ipad {
    margin-top: 10px;
    padding-bottom: 40px;
  }

  .container.testimonials.ipad.landing {
    margin-top: 0;
    padding-bottom: 0;
  }

  .container.testimonials.workshops.ipad {
    margin-top: 100px;
    padding-bottom: 200px;
  }

  .container.testimonial-desktop {
    padding-bottom: 0;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu {
    background-color: #fcf9f3;
    border-bottom: 1px solid #ddceb2;
    padding: 0 0 0 30px;
  }

  .nav-menu-wrap {
    margin-left: -275px;
    padding-left: 0;
    position: static;
    transform: none;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
  }

  .nav-right {
    grid-column-gap: 15px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-btn {
    display: none;
  }

  .nav-btn.mobile {
    background-color: var(--transparent);
    text-align: right;
    margin-top: 8px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: flex;
  }

  .nav-btn.mobile:hover {
    color: var(--brand-color);
  }

  .nav-btn.alt {
    display: block;
  }

  .nav-btn.alt.w--current {
    padding-right: 0;
    display: none;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .top-line, .middle-line, .bottom-line {
    width: 26px;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--tablet-space);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .sg-titles {
    margin-bottom: var(--tablet-space);
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .sg-section {
    margin-bottom: var(--tablet-space);
  }

  .primary-btn.fill.alt {
    font-size: 16px;
  }

  .rich-text {
    max-width: 100%;
  }

  .footer-wrap {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-wrap.alt {
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
  }

  .footer-left {
    max-width: 100%;
  }

  .footer-left.alt {
    grid-column-gap: 25px;
    min-width: 16%;
    max-width: 100%;
  }

  .footer-right {
    max-width: 50%;
  }

  .footer-menu-title {
    margin-top: 45px;
    font-size: 15px;
  }

  .footer-link:hover, .footer-link.alt:hover {
    opacity: 100;
    filter: invert();
  }

  .footer-link.alt.black:hover {
    filter: none;
    color: var(--brand-color);
  }

  .footer-link.alt.black:active {
    color: var(--brand-color);
  }

  .newsletter {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .footer-input {
    flex: 1;
  }

  .submit-btn {
    margin-right: -7px;
  }

  .submit-btn:hover {
    filter: invert();
  }

  .disclamer {
    margin-bottom: 40px;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .utility-page-content {
    padding: 40px;
  }

  .contact-info {
    margin-bottom: var(--tablet-space);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-wrap.reverse {
    flex-direction: column-reverse;
  }

  .contact-wrap.alt {
    margin-top: 20px;
  }

  .contact-wrap.alt.location {
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-img {
    max-width: 100%;
  }

  .contact-right {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .contact-link {
    margin-top: 0;
    margin-left: 5px;
  }

  .contact-block {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .address.bodycopy-intro {
    padding-left: 0;
  }

  .contact-left {
    max-width: 100%;
    margin-top: 15px;
  }

  .contact, .faq-section {
    margin-bottom: var(--tablet-space);
  }

  .section-title {
    margin-top: 140px;
    margin-bottom: 30px;
  }

  .section-title.normal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .section-title.normal.about {
    margin-bottom: 15px;
    padding-top: 0;
  }

  .section-title.normal.workshops {
    margin-bottom: 0;
  }

  .section-title.blog {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-img, .faq-data {
    max-width: 100%;
  }

  .insta-wrap {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
    overflow: visible;
  }

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

  .insta-img {
    min-height: 120px;
    max-height: 120px;
  }

  .insta-btn {
    display: none;
  }

  .reviews {
    margin-bottom: var(--tablet-space);
  }

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

  .review-block {
    grid-row-gap: 80px;
    padding: 30px;
  }

  .cta {
    margin-bottom: var(--tablet-space);
  }

  .cta-wrap {
    padding: 40px;
  }

  .cta-data {
    grid-row-gap: 60px;
    max-width: 80%;
  }

  .fp-link {
    grid-column-gap: 40px;
  }

  .fp-image {
    min-height: 300px;
    max-height: 300px;
  }

  .fp-title {
    font-size: 26px;
  }

  .blogs {
    margin-bottom: var(--tablet-space);
    padding-bottom: 60px;
  }

  .post-list {
    grid-column-gap: 16px;
  }

  .post-image {
    min-height: 180px;
    max-height: 180px;
  }

  .post-data {
    margin-top: 20px;
  }

  .post-title {
    font-size: 16px;
    line-height: 1.2;
  }

  .post-main {
    margin-bottom: var(--tablet-space);
  }

  .post-main-img {
    margin-bottom: 50px;
  }

  .post-main-image {
    min-height: 420px;
    max-height: 420px;
  }

  .post-details {
    max-width: 100%;
  }

  .post-main-title {
    font-size: 48px;
  }

  .category {
    margin-bottom: var(--tablet-space);
  }

  .category-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-link {
    min-height: 310px;
  }

  .category-data {
    min-height: 150px;
    padding: 20px;
  }

  .category-name {
    font-size: 20px;
  }

  .category-image {
    object-fit: cover;
    width: 100%;
    max-width: 55%;
  }

  .products {
    margin-top: -100px;
    margin-bottom: var(--tablet-space);
  }

  .product-list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 45px;
  }

  .product-image {
    min-height: 250px;
    max-height: 250px;
  }

  .cart-icon {
    display: none;
  }

  .product-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .product-info {
    max-width: 100%;
  }

  .product-information {
    margin-top: 40px;
  }

  .default-state {
    margin-top: 30px;
  }

  .product-image-img {
    max-width: 55%;
  }

  .product-details {
    margin-bottom: var(--tablet-space);
  }

  .product-description {
    margin-bottom: 60px;
  }

  .about {
    position: static;
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .about-img {
    border-radius: 12px;
    max-width: 100%;
    position: static;
  }

  .about-right {
    flex-direction: column;
    max-width: 100%;
    margin-left: 0;
  }

  .facts {
    margin-bottom: var(--tablet-space);
  }

  .fact-wrap {
    grid-column-gap: 40px;
  }

  .fact-text {
    font-size: 38px;
  }

  .vision {
    margin-bottom: var(--tablet-space);
  }

  .section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-wrap.reverse {
    flex-direction: column-reverse;
  }

  .section-img, .section-data {
    max-width: 100%;
  }

  .innovation {
    margin-bottom: var(--tablet-space);
  }

  .our-culture {
    margin-bottom: var(--tablet-space);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .culture-img {
    min-width: 480px;
    max-width: 480px;
  }

  .culture-image {
    min-height: 330px;
    max-height: 330px;
  }

  .process {
    margin-bottom: var(--tablet-space);
  }

  .process-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    padding: 40px;
  }

  .process-block {
    font-size: 16px;
  }

  .process-icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .process-arrow {
    display: none;
  }

  .team {
    margin-bottom: var(--tablet-space);
  }

  .team-data {
    grid-column-gap: 16px;
  }

  .team-info {
    max-width: 55%;
  }

  .team-contact {
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: flex-end;
  }

  .dot {
    display: none;
  }

  .video-wrap {
    min-height: 290px;
    padding: 40px;
  }

  .hero {
    margin-bottom: var(--tablet-space);
  }

  .hero-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    max-height: 39vh;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    overflow: visible;
  }

  .hero-img {
    border-radius: 12px 12px 0 0;
    max-width: 100%;
    position: static;
    overflow: hidden;
  }

  .hero-image {
    margin-top: 67.5px;
  }

  .hero-data {
    max-width: 100%;
    padding-bottom: 50px;
  }

  .hero-inner {
    margin-top: 30px;
  }

  .hero-thumb {
    display: none;
  }

  .hero-btn-wrap {
    margin-top: 20px;
  }

  .hero-facts {
    margin-top: 50px;
  }

  .banner {
    margin-bottom: var(--tablet-space);
  }

  .banner-left {
    max-width: 60%;
    padding: 30px;
  }

  .banner-wrap {
    grid-column-gap: 15px;
  }

  .banner-right {
    grid-row-gap: 15px;
    max-width: 40%;
  }

  .banner-block {
    padding: 20px;
  }

  .banner-data {
    grid-row-gap: 70px;
  }

  .banner-title {
    font-size: 36px;
  }

  .banner-tag {
    margin-top: 20px;
  }

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

  .features {
    margin-bottom: var(--tablet-space);
  }

  .features-erap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .features-data {
    max-width: 100%;
  }

  .feature-image {
    max-width: 50%;
    display: none;
  }

  .latest-product {
    margin-bottom: var(--tablet-space);
  }

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

  .plant-image {
    min-height: 180px;
    max-height: 180px;
  }

  .testimonials {
    margin-top: 60px;
    margin-bottom: var(--tablet-space);
    padding-bottom: 0;
  }

  .testimonials.ipad {
    margin-top: 65px;
  }

  .review-slider {
    height: 20vh;
    margin-left: 0;
    margin-right: 0;
  }

  .review-wrap.permaculture {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .review-wrap.permaculture.testimonials.alt.ipad {
    background-color: var(--transparent);
    margin-top: 0;
  }

  .review-slide {
    margin-right: 50px;
  }

  .testimonial-img.permaculture {
    float: none;
    width: 25%;
    max-width: none;
    overflow: hidden;
  }

  .testimonial-image {
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .testimonial-image.permaculture {
    float: left;
    max-width: 55%;
  }

  .testimonial-image.ipad {
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .testimonial-data.permaculture {
    grid-column-gap: 20px;
    grid-row-gap: 24px;
    grid-template-columns: 5.5fr 1fr;
    place-content: stretch;
    max-width: 100%;
  }

  .testimonial-data.permaculture.alt.ipad {
    margin-top: -25px;
  }

  .review-mask {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .left-arrow {
    width: 32px;
    height: 32px;
    inset: -165% 0% 0% -90%;
  }

  .left-arrow.testimonial.ipad {
    margin-top: 0;
    top: -42%;
  }

  .right-arrow {
    width: 32px;
    height: 32px;
    inset: -165% -90% 0% 0%;
  }

  .right-arrow.testimonial.ipad {
    margin-top: 0;
    top: -42%;
  }

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

  .dropdown-list {
    padding-left: 0;
    left: 0;
  }

  .dropdown-list.w--open {
    margin-top: -10px;
    margin-left: -21px;
    padding-left: 0;
    left: 0%;
  }

  .dropdown-toggle {
    padding: 15px 0 10px;
  }

  .image {
    text-decoration: none;
  }

  .bodycopy-intro-descriptor {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
  }

  .bodycopy-intro {
    flex: 1;
    margin-top: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
    font-size: 16px;
  }

  .bodycopy-intro.kontakt {
    padding-left: 30px;
  }

  .bodycopy-intro.landing {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 17px;
  }

  .bodycopy-link {
    background-color: var(--transparent);
    font-size: 14px;
  }

  .bodycopy-link.normal {
    margin-top: 30px;
  }

  .flex-block {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block.normal {
    grid-column-gap: 76px;
    grid-row-gap: 76px;
  }

  .flex-block.images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 20px;
  }

  .flex-block.ipad {
    align-self: auto;
    width: auto;
  }

  .ch-bio-logo {
    width: 90px;
  }

  .shift-idiom-logo {
    width: 100px;
  }

  .heading {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 26px;
  }

  .heading.kontakt {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 26px;
  }

  .heading.testimonials {
    margin-top: 40px;
    font-size: 26px;
  }

  .heading.instagram {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .image-7 {
    object-position: 72% 50%;
  }

  .image-8 {
    object-position: 48% 50%;
  }

  .text-span-2 {
    margin-left: 0;
    font-size: 18px;
  }

  .section.normal {
    margin-left: 40px;
  }

  .div-block {
    grid-column-gap: 64px;
  }

  .div-block.kontakt {
    grid-column-gap: 31px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 25px;
  }

  .div-block.kontakt.landing {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: .75fr .75fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding-left: 0;
    display: grid;
  }

  .div-block.kontakt.alt {
    grid-column-gap: 31px;
  }

  .div-block.kontakt.alt.hidden {
    display: none;
  }

  .container-2.kontakt {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-2.kontakt.alt {
    margin-top: 0;
    margin-bottom: 45px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .container-2.kontakt-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .divider-line.alt2 {
    height: 2px;
  }

  .div-block-4 {
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    min-width: 100%;
  }

  .divider-line-full {
    margin-top: 0;
    margin-bottom: 5px;
  }

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

  .heading-2.about {
    margin-top: 0;
  }

  .person-company-testimonial {
    float: left;
    margin-left: -20px;
  }

  .company-name, .date-of-review {
    font-size: 16px;
  }

  .slider {
    box-sizing: border-box;
    object-fit: fill;
    min-width: 50vh;
    min-height: 50vh;
    margin-bottom: -125px;
    overflow: clip;
  }

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

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

  .left-arrow-2 {
    padding-bottom: 125px;
  }

  .right-arrow-2 {
    justify-content: center;
    align-items: center;
    padding-bottom: 125px;
    inset: 0% 0% 0% auto;
  }

  .mask {
    z-index: 0;
    box-sizing: border-box;
    object-fit: fill;
  }

  .slide {
    overflow: visible;
  }

  .permaculture-logo {
    max-width: 75%;
  }

  .arrow-right-permaculture {
    filter: grayscale();
    width: 3%;
  }

  .arrow-right-permaculture:hover {
    filter: invert();
  }

  .form-block-2 {
    margin-top: 0;
  }

  .text-field.kontakt {
    margin-bottom: 17px;
  }

  .submit-button.kontakt {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .google-marker {
    margin-left: 0;
  }

  .medien-permaculture {
    padding-left: 49px;
    padding-right: 49px;
  }

  .shop-landing-feature, .shift-collective-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .permaculture-logo-landing {
    align-self: stretch;
  }

  .logos-introduction-landing {
    grid-column-gap: 73px;
    grid-row-gap: 73px;
  }

  .shift-workshop-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 25px;
  }

  .landing-image.research-entwicklung {
    box-sizing: border-box;
    flex: 0 auto;
    align-self: center;
    margin-bottom: 0;
  }

  .research-entwicklung-feature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    flex-flow: row;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-bottom: 15px;
    display: flex;
    overflow: visible;
  }

  .div-block-17 {
    aspect-ratio: auto;
    object-fit: cover;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    width: auto;
    display: block;
    position: static;
  }

  .f-hrungen-miete-feature, .kontakt-landing-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 25px;
  }

  .google-maps {
    padding-left: 0;
    font-size: 15px;
  }

  .google-maps-landing {
    padding-left: 28px;
  }

  .shift-permaculture-logo {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    width: 85%;
    margin-bottom: 0;
    display: flex;
    position: static;
  }

  .hide-breakpoint-insta {
    display: none;
  }

  .footer-black {
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-kontakt-right {
    align-self: flex-start;
    width: 50%;
    max-width: 50%;
  }

  .div-kontakt-right.alt.portrait {
    padding-top: 15px;
    padding-left: 25px;
  }

  .div-kontakt-left {
    align-self: flex-start;
    width: 49%;
    max-width: 49%;
  }

  .div-kontakt-left.alt.potrait {
    padding-top: 15px;
    padding-left: 25px;
  }

  .div-block-19 {
    width: 46%;
    max-width: 46%;
  }

  .kontakt-info.potrait, .kontakt-info.portrait {
    padding-left: 25px;
  }

  .potraits-info-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navbar-3 {
    position: fixed;
  }

  .nav-btn-2 {
    flex: 0 auto;
    display: block;
  }

  .nav-btn-2.mobile {
    margin-top: 10px;
    display: flex;
  }

  .nav-menu-wrap-2 {
    position: static;
    transform: none;
  }

  .nav-menu-2 {
    background-color: #fcf9f3;
    border-bottom: 1px solid #ddceb2;
    padding: 20px;
  }

  .nav-right-2 {
    grid-column-gap: 15px;
  }

  .nav-link-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
  }

  .container-3 {
    max-width: 100%;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .center-div {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-splash {
    min-height: 925px;
  }

  .arrow-splash-right {
    margin-top: 30.2rem;
  }

  .slide-1-splash {
    max-width: 100%;
    min-height: 100vh;
  }

  .slide-7-splash {
    background-position: 100% 100%;
  }

  .slide-9-splash, .slide-10-splash, .slide-11-splash {
    background-position: 50% 100%;
  }

  .icon, .icon-2 {
    font-size: 22px;
  }

  .slide-nav-3 {
    font-size: 9px;
  }

  .slider-image-3 {
    background-position: 0%;
    background-repeat: repeat-x;
  }

  .slider-image-6 {
    background-position: 100%;
  }

  .slider-image-7 {
    background-image: url('../images/tsp_home_HD7_Alt.jpg');
    background-position: 50%;
  }

  .slider-image-9 {
    background-image: url('../images/tsp_home_HD9_Alt.jpg');
  }

  .slider-image-10 {
    background-image: url('../images/tsp_home_HD10_Alt.jpg');
  }

  .silder-image-12 {
    background-position: 100%;
  }

  .slider-image-13 {
    background-position: 50%;
  }

  .slider-image-14 {
    background-position: 0%;
  }

  .slider-image-15 {
    background-position: 100%;
  }

  .extra-info-kontakt-page {
    margin-top: 30px;
  }

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

  .slider-image-20 {
    background-position: 0%;
  }

  .locale-button {
    flex: 0 auto;
    display: block;
  }

  .locale-button.mobile {
    margin-top: 10px;
    display: flex;
  }

  .download-button {
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
  }

  .download-button.alt {
    margin-top: 0;
  }

  .download-links-div {
    margin-left: 0;
    padding-left: 0;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 20px;
    font-size: 16px;
  }

  .container {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.alt.footer.landing {
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: flex-end;
    margin-bottom: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.hero {
    margin-top: 0;
  }

  .header {
    margin-top: -75px;
    margin-bottom: 0;
  }

  .brand {
    padding-left: 0;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

  .sg-titles {
    margin-bottom: var(--landscape-mobile-space);
  }

  .font-title {
    font-size: 16px;
  }

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

  .sg-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .footer-right {
    max-width: 100%;
  }

  .footer-info.desktop {
    line-height: 1.45;
  }

  .footer-btm {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .license-field {
    font-size: 16px;
  }

  .disclamer {
    padding: 20px;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .cs-title {
    font-size: 56px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 30px;
  }

  .error-data {
    max-width: 90%;
  }

  .pass-txt {
    font-size: 14px;
    line-height: 150%;
  }

  .contact-info {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .contact-wrap.alt {
    margin-top: 30px;
  }

  .contact-wrap.alt.location {
    margin-top: 15px;
    padding-left: 0;
  }

  .contact-block {
    margin-top: 20px;
  }

  .address.bodycopy-intro {
    padding-top: 0;
  }

  .contact-left {
    margin-top: 0;
  }

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

  .contact, .faq-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-title.normal {
    padding-top: 0;
  }

  .section-title.normal.about {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  .que-title {
    line-height: 150%;
  }

  .insta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
  }

  .insta-img {
    min-height: 200px;
    max-height: 200px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile-space);
  }

  .review-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cta {
    margin-bottom: var(--landscape-mobile-space);
  }

  .cta-wrap {
    padding: 30px;
  }

  .cta-data {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .fp-link {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .fp-img, .fp-data {
    max-width: 100%;
  }

  .fp-image {
    min-height: 330px;
    max-height: 330px;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .post-main {
    margin-bottom: var(--landscape-mobile-space);
  }

  .post-main-img {
    margin-bottom: 40px;
  }

  .post-main-image {
    min-height: 320px;
    max-height: 320px;
  }

  .post-main-title {
    font-size: 38px;
  }

  .category {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .category-name {
    font-size: 18px;
  }

  .products {
    margin-bottom: var(--landscape-mobile-space);
  }

  .product-list {
    box-sizing: border-box;
    grid-row-gap: 24px;
    aspect-ratio: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    place-content: stretch;
    overflow: clip;
  }

  .product-image {
    object-fit: fill;
    min-height: 280px;
    max-height: 280px;
  }

  .product-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .product-main-image {
    min-height: 630px;
    max-height: 630px;
  }

  .product-info, .product-image-img {
    max-width: 100%;
  }

  .product-details {
    margin-bottom: var(--landscape-mobile-space);
  }

  .product-description {
    margin-bottom: 40px;
  }

  .about {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .about-contact {
    grid-column-gap: 40px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile-space);
  }

  .fact-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vision {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .innovation {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .our-culture {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .culture-img {
    min-width: 350px;
    max-width: 350px;
  }

  .culture-image {
    min-height: 240px;
    max-height: 240px;
  }

  .process {
    margin-bottom: var(--landscape-mobile-space);
  }

  .process-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .process-block {
    grid-row-gap: 15px;
  }

  .team {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .team-block {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
  }

  .team-img {
    max-width: 65px;
    min-height: 65px;
    max-height: 65px;
  }

  .team-image {
    min-height: 65px;
    max-height: 65px;
  }

  .team-data {
    grid-column-gap: 18px;
    font-size: 16px;
  }

  .team-info {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }

  .team-contact {
    align-items: flex-start;
  }

  .video-wrap {
    min-height: 260px;
    padding: 20px;
  }

  .video-title {
    margin-bottom: 15px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-wrap {
    max-height: 28.5vh;
    padding-top: 0;
  }

  .hero-image {
    margin-top: 67px;
  }

  .hero-data {
    padding-bottom: 40px;
  }

  .hero-title {
    font-size: 48px;
  }

  .hero-inner {
    grid-column-gap: 30px;
    margin-top: 15px;
  }

  .hero-thumb {
    min-width: 240px;
    max-width: 240px;
  }

  .hero-thumb-img {
    min-height: 250px;
    max-height: 250px;
  }

  .hero-btn-wrap {
    margin-top: 30px;
  }

  .hero-facts {
    margin-top: 40px;
    display: none;
  }

  .banner {
    margin-bottom: var(--landscape-mobile-space);
  }

  .banner-left {
    padding: 20px;
  }

  .banner-block {
    padding: 15px;
  }

  .banner-title {
    font-size: 30px;
  }

  .banner-tag {
    padding: 8px 16px;
    font-size: 12px;
  }

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

  .features {
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .latest-product {
    margin-bottom: var(--landscape-mobile-space);
  }

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

  .plant-link {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    border: 0 solid #000;
    flex-direction: column;
    padding-bottom: 0;
  }

  .plant-img {
    max-width: 100%;
  }

  .plant-image {
    min-height: 280px;
    max-height: 280px;
  }

  .plant-data {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .testimonials {
    margin-top: 0;
    margin-bottom: var(--landscape-mobile-space);
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .review-slider {
    margin-top: -40px;
    padding-top: 0;
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .review-wrap.permaculture {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .review-wrap.permaculture.testimonials.alt.ipad {
    background-color: var(--transparent);
  }

  .testimonial-img {
    max-width: 100%;
  }

  .testimonial-image.permaculture {
    max-width: 85%;
  }

  .testimonial-data {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .left-arrow {
    top: -265%;
    bottom: -285px;
    left: -85%;
  }

  .right-arrow {
    top: -265%;
    bottom: -285px;
    right: -85%;
  }

  .image {
    margin-top: 20px;
  }

  .bodycopy-intro-descriptor {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .bodycopy-intro {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bodycopy-intro._2-cloumns.alt {
    margin-bottom: 30px;
  }

  .bodycopy-intro._2-cloumns.alt.team {
    flex: 1;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-right: 0;
    display: block;
  }

  .bodycopy-intro.kontakt {
    padding-left: 0;
  }

  .bodycopy-intro.landing {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bodycopy-intro.top {
    padding-top: 20px;
  }

  .bodycopy-link {
    font-size: 14px;
  }

  .flex-block {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
  }

  .flex-block.normal {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    margin-bottom: 0;
  }

  .flex-block.images {
    flex-flow: column;
    display: flex;
  }

  .heading {
    letter-spacing: .5px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 21px;
  }

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

  .heading.testimonials {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 25px;
    font-size: 28px;
  }

  .section.normal {
    margin-left: 0;
  }

  .div-block.kontakt {
    grid-column-gap: 23px;
    grid-template-columns: 1fr .25fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block.kontakt.alt {
    grid-column-gap: 16px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    place-items: start stretch;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block.kontakt.alt.hidden {
    display: none;
  }

  .div-block.kontakt.alt.bottom {
    padding-top: 25px;
  }

  .container-2.kontakt {
    flex-flow: row;
  }

  .container-2.kontakt.alt {
    margin-top: 10px;
    margin-bottom: 35px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2.kontakt-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .divider-line-full {
    margin-top: -10px;
    margin-bottom: 25px;
  }

  .person-company-testimonial {
    margin-left: 15px;
  }

  .company-name {
    font-size: 16px;
  }

  .left-arrow-2, .right-arrow-2 {
    padding-bottom: 250px;
  }

  .nathalie-bild {
    margin-top: 25px;
  }

  .nathalie-bild.alt {
    margin-top: 30px;
  }

  .arrow-right-permaculture {
    width: 4%;
  }

  .form-block-link {
    margin-top: 20px;
  }

  .google-marker {
    margin-left: 0;
  }

  .logos-introduction-landing {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .google-maps {
    margin-left: -4px;
  }

  .google-maps-landing {
    margin-bottom: 40px;
    padding-left: 0;
  }

  .div-kontakt-right.alt.bottom {
    margin-top: 0;
  }

  .div-kontakt-right.alt.portrait {
    padding-top: 15px;
    padding-left: 0;
  }

  .div-kontakt-left.alt {
    flex-flow: column;
  }

  .div-kontakt-left.alt.potrait {
    padding-top: 15px;
    padding-left: 0;
  }

  .kontakt-info.potrait, .kontakt-info.portrait {
    padding-left: 0;
  }

  .cc-hidden {
    display: none;
  }

  .potraits-info-block {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .brand-2 {
    padding-left: 0;
  }

  .center-div {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-splash-page {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
  }

  .slide-7-splash {
    background-position: 100% 100%;
  }

  .slide-9-splash, .slide-10-splash {
    background-position: 50% 100%;
  }

  .icon, .icon-2 {
    font-size: 22px;
  }

  .slider-image-7 {
    background-image: url('../images/tsp_home_HD7_Alt.jpg');
    background-position: 50%;
  }

  .slider-image-9 {
    background-image: url('../images/tsp_home_HD9_Alt.jpg');
    background-position: 50%;
  }

  .slider-image-10 {
    background-image: url('../images/tsp_home_HD10_Alt.jpg');
  }

  .silder-image-12 {
    background-image: url('../images/tsp_home_HD12A.jpg');
    background-position: 100%;
  }

  .slider-image-13 {
    background-image: url('../images/tsp_home_HD12B_Alt.jpg');
  }

  .extra-info-kontakt-page, .ramon-bild {
    margin-top: 0;
  }

  .ramon-bild.alt {
    margin-top: 30px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

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

  .container.alt {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.alt.footer.landing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .humburg-menu {
    display: block;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--portrait-mobile-space);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .sg-titles {
    margin-bottom: var(--portrait-mobile-space);
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .sg-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    flex-wrap: wrap;
  }

  .primary-btn {
    padding-left: 22px;
    padding-right: 22px;
  }

  .primary-btn.fill.alt {
    font-size: 15px;
  }

  .footer-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-wrap.alt {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer-left.alt {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .footer-menu-title {
    letter-spacing: .25px;
    font-size: 14px;
  }

  .footer-menu-title.alt {
    margin-top: 0;
  }

  .footer-info.desktop {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.45;
  }

  .submit-btn {
    margin-right: -4px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .footer-btm {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .license-field {
    margin-bottom: 0;
  }

  .disclamer {
    font-size: 14px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .version-info {
    align-items: start;
  }

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

  .cs-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .error-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .pass-field {
    margin-top: 40px;
  }

  .contact-info {
    margin-bottom: var(--portrait-mobile-space);
  }

  .contact-wrap.alt.location {
    margin-top: 10px;
  }

  .contact-block {
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .address {
    max-width: 100%;
  }

  .contact-left {
    margin-top: 10px;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .form-btn {
    margin-top: 20px;
  }

  .contact, .faq-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .section-title {
    margin-bottom: 25px;
  }

  .section-title.normal.about {
    margin-bottom: 0;
  }

  .section-title.normal.workshops {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .horizontal-line {
    width: 18px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .que-icon {
    width: 100%;
    max-width: 30px;
    height: 30px;
  }

  .vertical-line {
    height: 18px;
  }

  .que-title {
    font-size: 16px;
  }

  .ans-box {
    padding-top: 10px;
  }

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

  .insta-img {
    min-height: 130px;
    max-height: 130px;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile-space);
  }

  .review-block {
    grid-row-gap: 60px;
    padding: 20px;
  }

  .cta {
    margin-bottom: var(--portrait-mobile-space);
  }

  .cta-title {
    font-size: 24px;
  }

  .fp-data {
    font-size: 16px;
  }

  .fp-image {
    min-height: 210px;
    max-height: 210px;
  }

  .fp-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-image {
    min-height: 220px;
    max-height: 220px;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile-space);
  }

  .post-main-img {
    margin-bottom: 30px;
  }

  .post-main-image {
    min-height: 220px;
    max-height: 220px;
  }

  .post-main-title {
    font-size: 30px;
  }

  .category {
    margin-bottom: var(--portrait-mobile-space);
  }

  .category-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .category-link {
    min-height: 380px;
  }

  .category-data {
    min-height: 185px;
  }

  .products {
    margin-bottom: var(--portrait-mobile-space);
  }

  .product-list {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
  }

  .product-image {
    min-height: 180px;
    max-height: 180px;
  }

  .price-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 4px;
    flex-direction: column;
    font-size: 12px;
  }

  .product-title {
    font-size: 16px;
  }

  .sale-price {
    font-size: 24px;
  }

  .product-main {
    margin-bottom: 40px;
  }

  .product-main-image {
    min-height: 406px;
    max-height: 406px;
  }

  .product-plus {
    width: 30px;
    height: 30px;
  }

  .default-state {
    grid-column-gap: 15px;
  }

  .product-details {
    margin-bottom: var(--portrait-mobile-space);
  }

  .about-data {
    margin-bottom: 30px;
  }

  .about-images {
    grid-column-gap: 10px;
    margin-bottom: 30px;
  }

  .about-image {
    min-height: 150px;
    max-height: 150px;
  }

  .about-contact {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .facts {
    margin-bottom: var(--portrait-mobile-space);
  }

  .fact-text {
    font-size: 32px;
  }

  .vision {
    margin-bottom: var(--portrait-mobile-space);
  }

  .vision-tag-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .innovation {
    margin-bottom: var(--portrait-mobile-space);
  }

  .innovation-checklist {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .our-culture {
    margin-bottom: var(--portrait-mobile-space);
  }

  .culture-img {
    min-width: 260px;
    max-width: 260px;
  }

  .culture-image {
    min-height: 180px;
    max-height: 180px;
  }

  .process {
    margin-bottom: var(--portrait-mobile-space);
  }

  .process-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .team {
    margin-bottom: var(--portrait-mobile-space);
  }

  .team-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .team-block {
    padding-bottom: 20px;
  }

  .video-wrap {
    min-height: 200px;
  }

  .video-btn {
    background-size: 12px;
    width: 40px;
    height: 40px;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
  }

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

  .hero-data {
    padding-bottom: 30px;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-inner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .hero-thumb {
    min-width: 100%;
    max-width: 100%;
  }

  .hero-thumb-img {
    min-height: 320px;
    max-height: 320px;
  }

  .hero-btn-wrap {
    margin-top: 20px;
  }

  .hero-btn {
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-facts {
    grid-column-gap: 35px;
    grid-row-gap: 22px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .banner {
    margin-bottom: var(--portrait-mobile-space);
  }

  .banner-left {
    max-width: 100%;
  }

  .banner-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-right {
    max-width: 100%;
  }

  .banner-block {
    min-height: 180px;
    max-height: none;
  }

  .features {
    margin-bottom: var(--portrait-mobile-space);
  }

  .features-title {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .feature-inner {
    margin-top: 30px;
  }

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

  .feature-icon {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .latest-product {
    margin-bottom: var(--portrait-mobile-space);
  }

  .plant-list {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
  }

  .plant-image {
    min-height: 180px;
    max-height: 180px;
  }

  .testimonials {
    margin-bottom: var(--portrait-mobile-space);
  }

  .testimonial-image.permaculture {
    max-width: 100%;
  }

  .testimonial-data {
    padding: 20px;
  }

  .testimonial-data.permaculture {
    grid-row-gap: 25px;
  }

  .left-arrow {
    left: -10%;
  }

  .right-arrow {
    right: -10%;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .bodycopy-intro {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .bodycopy-intro._2-cloumns.alt.team {
    margin-top: 10px;
    padding-top: 0;
    font-size: 15px;
  }

  .bodycopy-intro.top {
    padding-top: 15px;
  }

  .flex-block.images {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    letter-spacing: .25px;
    margin-top: 25px;
    font-size: 18px;
  }

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

  .heading.alt {
    font-size: 13.5px;
  }

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

  .container-2.kontakt.alt {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .text-block-3 {
    align-self: flex-start;
  }

  .divider-line-full {
    margin-top: -45px;
  }

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

  .person-company-testimonial {
    float: none;
    margin-left: 75px;
  }

  .company-name {
    font-size: 16px;
  }

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

  .nathalie-bild {
    margin-top: 30px;
  }

  .nathalie-bild.alt {
    margin-top: 20px;
  }

  .arrow-right-permaculture {
    width: 6%;
  }

  .text-field.kontakt {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .google-maps-link.kontakt {
    margin-top: 25px;
  }

  .google-marker {
    margin-left: 0;
  }

  .google-maps {
    margin-left: -6px;
  }

  .div-kontakt-right.alt.portrait, .div-kontakt-left.alt.potrait {
    padding-top: 5px;
  }

  .text-area-form-block {
    letter-spacing: .5px;
    font-size: 13px;
  }

  .nav-btn-2 {
    letter-spacing: .25px;
    padding: 11px 0 9px 15px;
    font-size: 11px;
    display: block;
  }

  .brand-2 {
    padding-right: 20px;
  }

  .nav-right-2 {
    text-align: left;
    flex: 0 auto;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-15-splash {
    object-fit: cover;
  }

  .slide-2 {
    background-image: url('../images/tsp_home-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/tsp_home-7-2017.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .icon, .icon-2 {
    font-size: 20px;
  }

  .slide-nav-3 {
    font-size: 8px;
  }

  .slider-image-1 {
    background-image: url('../images/tsp_home_HD1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-3-copy {
    background-image: url('../images/tsp_home-7-2017.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-copy {
    background-image: url('../images/tsp_home-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-2 {
    background-image: url('../images/tsp_home_HD2_Alt.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-3 {
    background-image: url('../images/tsp_home_HD3.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-4 {
    background-image: url('../images/tsp_home_HD4.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-5 {
    background-image: url('../images/tsp_home_HD5.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-6 {
    background-image: url('../images/tsp_home_HD6.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .slider-image-7 {
    background-image: url('../images/tsp_home_HD7_Alt.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-8 {
    background-image: url('../images/tsp_home-8-small-screen.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-9 {
    background-image: url('../images/tsp_home_HD9_Alt.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-10 {
    background-image: url('../images/tsp_home_HD10_Alt.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-12 {
    background-image: url('../images/tsp_home-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-11 {
    background-image: url('../images/tsp_home_HD11.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-2-copy, .slider-image-2-copy-copy {
    background-image: url('../images/tsp_home-1.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .silder-image-12 {
    background-image: url('../images/tsp_home_HD12A.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-13 {
    background-image: url('../images/tsp_home_HD12B_Alt.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-14 {
    background-image: url('../images/tsp_home_HD13A.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-15 {
    background-image: url('../images/tsp_home_HD13B.jpg');
    background-position: 100%;
    background-size: cover;
  }

  .extra-info-kontakt-page {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .ramon-bild.alt {
    margin-top: 20px;
  }

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

  .bold-text {
    letter-spacing: .35px;
    font-size: 14.5px;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 15px;
  }

  .slider-image-16 {
    background-image: url('../images/tsp_home_HD14A.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-17 {
    background-image: url('../images/tsp_home_HD14B.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-18 {
    background-image: url('../images/tsp_home_HD14C.jpg');
    background-position: 50%;
    background-size: 1920px;
  }

  .slider-image-19 {
    background-image: url('../images/tsp_home_HD15A.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slider-image-20 {
    background-image: url('../images/tsp_home_HD15B.jpg');
    background-position: 0%;
    background-size: cover;
  }

  .slider-image-21 {
    background-image: url('../images/tsp_home_HD15C.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .heading-nav-kontakt {
    padding-top: 11px;
    padding-bottom: 9px;
    font-size: 12px;
  }

  .bold-text-2 {
    font-size: 13px;
  }

  .locale-button {
    letter-spacing: .25px;
    padding: 11px 0 9px 15px;
    font-size: 11px;
    display: block;
  }

  .download-button {
    font-size: 13px;
  }
}

#w-node-_10cdf5e4-1c0e-fa65-f370-da580e4ac697-45580fef {
  order: -9999;
}

#w-node-_0840371b-ba5f-567c-d07f-93dcb3600e5c-45580fef, #w-node-a95c86c1-44f7-444a-588a-8a0490a9163e-45580fef, #w-node-_15f44580-b551-5fe1-c1c0-9be528221160-45580fef {
  place-self: stretch stretch;
}

#w-node-_479f57cc-4911-f377-3e9f-571274df9722-45580fef {
  justify-self: auto;
}

#w-node-c5218699-84b3-c17a-4c33-7707b64cd91a-45580fef, #w-node-_6b5c4bfa-bce4-faf0-b931-216e7a64cadc-45580fef, #w-node-_08d5cf24-8443-0866-a6e1-dd6d9719fba7-45580fef {
  place-self: stretch;
}

#w-node-_6f8135f7-2e29-2272-f7dd-07def661f77a-45580fef {
  place-self: stretch stretch;
}

#w-node-fbc3a071-63c1-6231-d0ae-b22118fe29be-45580fef {
  place-self: stretch;
}

#w-node-fbc3a071-63c1-6231-d0ae-b22118fe29bf-45580fef {
  place-self: stretch stretch;
}

#w-node-d6eb2bbd-f1ca-5057-b76d-871d08dd1bd2-45580fef, #w-node-_39243558-6a19-dab1-985f-259651ad7e67-45580fef {
  justify-self: auto;
}

#w-node-_1ea873b4-8ddd-1a24-0094-bc2fc52190c9-45580fef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b4a0fa74-a602-7b56-3c75-905c60378e01-45580fef {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: auto;
}

#w-node-a815079f-470c-9b26-3371-33bdfe4fe97d-45580fef {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_8e9ec32d-0a74-26a5-26ab-b48cf0057c64-45580fef {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_29e2ff0d-cc4d-41d9-cedc-7722231d2636-45580fef {
  grid-area: 3 / 2 / 4 / 3;
  align-self: auto;
}

#w-node-_12ca739d-cae2-207c-2bd7-85f553777096-45580fef, #w-node-_124fee93-28ac-e9e5-efac-ce6f3bd22bbf-45580fef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_153e6ee2-17f7-09da-716e-af264a710cca-45580ff0 {
  place-self: center;
}

#w-node-_7c8105a0-2565-5ec3-8c26-56837d6f9eb3-45580ff6, #w-node-_7c8105a0-2565-5ec3-8c26-56837d6f9eb8-45580ff6, #w-node-c5455095-aaee-656f-2556-2912cd38e0b4-45580ff6, #w-node-c5455095-aaee-656f-2556-2912cd38e0b6-45580ff6, #w-node-c5455095-aaee-656f-2556-2912cd38e0b9-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd2d-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd32-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd35-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd39-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd3e-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd41-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd45-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd4a-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd4d-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd51-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd56-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd59-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd5d-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd62-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd65-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd69-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd6e-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd71-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd75-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd7a-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd7d-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd81-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd86-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd89-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd8d-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd92-45580ff6, #w-node-_36133051-3228-07e0-0320-caf93c2cfd95-45580ff6, #w-node-_0d4ad7be-79a1-5bea-75b5-481d1cfbda65-45580ffb, #w-node-_0d4ad7be-79a1-5bea-75b5-481d1cfbda6e-45580ffb, #w-node-b37c4abf-c535-9e65-87e3-1a0d74de24fd-45580ffc, #w-node-b37c4abf-c535-9e65-87e3-1a0d74de2500-45580ffc, #w-node-b37c4abf-c535-9e65-87e3-1a0d74de2501-45580ffc, #w-node-b37c4abf-c535-9e65-87e3-1a0d74de2503-45580ffc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10a8-45581000 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10a9-45581000 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10ad-45581000 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10b5-45581000, #w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10b7-45581000 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10b9-45581000 {
  grid-area: 3 / 2 / 4 / 3;
}

#email-form.w-node-_04aad7ae-ad92-812c-a316-5dfd623e5c6e-45581000 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_04aad7ae-ad92-812c-a316-5dfd623e5c76-45581000, #w-node-_04aad7ae-ad92-812c-a316-5dfd623e5c79-45581000 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_221fc4af-7562-8753-5b72-827bbaf2f3b3-45581001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a32d14a-5647-798a-b229-70be485bece6-45581007 {
  justify-self: auto;
}

#w-node-c60de667-7d43-3596-03ce-eb736b59995e-45581007 {
  grid-area: 1 / 2 / 4 / 3;
}

#w-node-_38bbe35b-2919-ff0f-bbeb-ed2c0657c263-45581008 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_38bbe35b-2919-ff0f-bbeb-ed2c0657c264-45581008, #w-node-_38bbe35b-2919-ff0f-bbeb-ed2c0657c266-45581008 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38bbe35b-2919-ff0f-bbeb-ed2c0657c26d-45581008 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ba150cdb-ac01-5a26-e2b4-9be418d7c549-45581008, #w-node-ba150cdb-ac01-5a26-e2b4-9be418d7c54b-45581008 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_43f1745b-6787-a474-a647-d31710ef54c8-45581008 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_2f050100-522e-3697-0f16-78860ea781a1-45581008, #w-node-_2f050100-522e-3697-0f16-78860ea781a3-45581008, #w-node-_2f050100-522e-3697-0f16-78860ea781a6-45581008, #w-node-_2f050100-522e-3697-0f16-78860ea781a8-45581008, #w-node-_91f4c4f2-260a-4d77-9681-a0a505b7b98a-45581008, #w-node-_91f4c4f2-260a-4d77-9681-a0a505b7b98c-45581008, #w-node-_91f4c4f2-260a-4d77-9681-a0a505b7b995-45581008, #w-node-_91f4c4f2-260a-4d77-9681-a0a505b7b997-45581008 {
  grid-area: 1 / 1 / 2 / 2;
}

#email-form.w-node-_3e45f430-d78b-f000-d7f7-93fb42ca9e84-45581008 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3e45f430-d78b-f000-d7f7-93fb42ca9e8c-45581008, #w-node-_3e45f430-d78b-f000-d7f7-93fb42ca9e8f-45581008, #w-node-_3e45f430-d78b-f000-d7f7-93fb42ca9ea5-45581008, #w-node-_02bd20d6-5494-3c26-bdbf-95a38e0e2155-1b644f93, #w-node-_02bd20d6-5494-3c26-bdbf-95a38e0e2157-1b644f93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_610d860b-b614-025f-50c7-ee6fc821d58c-1b644f93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7f588bb6-1a42-ab82-2639-a6b5c4fecf49-1b644f93, #w-node-_7f588bb6-1a42-ab82-2639-a6b5c4fecf4b-1b644f93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f588bb6-1a42-ab82-2639-a6b5c4fecf6e-1b644f93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f358acaa-8f54-cfa0-9ea5-c1fab4521be9-1b644f93, #w-node-f358acaa-8f54-cfa0-9ea5-c1fab4521beb-1b644f93 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f358acaa-8f54-cfa0-9ea5-c1fab4521c0e-1b644f93 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b7ac2c86-650f-eeff-dee0-63bac573e975-1b644f93, #w-node-b7ac2c86-650f-eeff-dee0-63bac573e976-1b644f93 {
  place-self: stretch stretch;
}

#w-node-d0d7ca3f-d7a0-b0e9-9cf1-65581b58ecdd-1b644f93 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_92d5e8fc-120b-8d91-5055-f8e99473c4ac-1b644f93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1f279d-8a88-a295-ba9c-c132e0dd98b0-1b644f93 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6e78d24c-d7d2-425f-0660-1aa148df3d90-1b644f93 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a16c1de4-087c-78d5-c1af-b4743cfbe54c-1b644f93 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d2fb3820-e323-933d-c04a-02e1ee3dbf40-9a9ad8a3, #w-node-d2fb3820-e323-933d-c04a-02e1ee3dbf42-9a9ad8a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2fb3820-e323-933d-c04a-02e1ee3dbf65-9a9ad8a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9f3125a-27d1-5d18-eda9-2c07587a8fba-9a9ad8a3, #w-node-a9f3125a-27d1-5d18-eda9-2c07587a8fbc-9a9ad8a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9f3125a-27d1-5d18-eda9-2c07587a8fdf-9a9ad8a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d263066-4698-234f-753d-9bb036726f95-9a9ad8a3 {
  grid-template-rows: .5fr .5fr .5fr .5fr;
  grid-template-columns: 1fr .5fr 1fr .5fr;
}

#w-node-_3d263066-4698-234f-753d-9bb036726f96-9a9ad8a3 {
  grid-column: span 2 / span 2;
}

#w-node-_3d263066-4698-234f-753d-9bb036726f97-9a9ad8a3, #w-node-_3d263066-4698-234f-753d-9bb036726f99-9a9ad8a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d263066-4698-234f-753d-9bb036726f9b-9a9ad8a3, #w-node-_3d263066-4698-234f-753d-9bb036726fa0-9a9ad8a3 {
  grid-row: span 2 / span 2;
}

#w-node-_3d263066-4698-234f-753d-9bb036726fa5-9a9ad8a3, #w-node-_3d263066-4698-234f-753d-9bb036726fa9-9a9ad8a3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_3d263066-4698-234f-753d-9bb036726fae-9a9ad8a3 {
  grid-column: span 2 / span 2;
}

#w-node-_3d263066-4698-234f-753d-9bb036726fbc-9a9ad8a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_3d263066-4698-234f-753d-9bb036726fd1-9a9ad8a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33411aa2-9db9-cf0f-ae96-593edd84e37f-9a9ad8a3 {
  grid-template-rows: .5fr .5fr .5fr .5fr;
  grid-template-columns: 1fr .5fr 1fr .5fr;
}

#w-node-_33411aa2-9db9-cf0f-ae96-593edd84e380-9a9ad8a3 {
  grid-column: span 2 / span 2;
}

#w-node-_33411aa2-9db9-cf0f-ae96-593edd84e381-9a9ad8a3, #w-node-_33411aa2-9db9-cf0f-ae96-593edd84e383-9a9ad8a3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33411aa2-9db9-cf0f-ae96-593edd84e385-9a9ad8a3, #w-node-_33411aa2-9db9-cf0f-ae96-593edd84e38a-9a9ad8a3 {
  grid-row: span 2 / span 2;
}

#w-node-_33411aa2-9db9-cf0f-ae96-593edd84e38f-9a9ad8a3, #w-node-_33411aa2-9db9-cf0f-ae96-593edd84e393-9a9ad8a3 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_33411aa2-9db9-cf0f-ae96-593edd84e398-9a9ad8a3 {
  grid-column: span 2 / span 2;
}

#w-node-_33411aa2-9db9-cf0f-ae96-593edd84e3aa-9a9ad8a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_33411aa2-9db9-cf0f-ae96-593edd84e3c3-9a9ad8a3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_768713e8-5f77-59f6-83cf-98e2cc75506b-9a9ad8a3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_768713e8-5f77-59f6-83cf-98e2cc755075-9a9ad8a3 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_768713e8-5f77-59f6-83cf-98e2cc75507d-9a9ad8a3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2ee70667-5ee4-1000-5d9b-be164c7a03fe-c0918c35 {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d4e4f7e0-a088-0d97-4105-405b74d299a7-c0918c35, #w-node-d4e4f7e0-a088-0d97-4105-405b74d299a9-c0918c35 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ced1f4d8-f137-3f60-750a-bd60e6517509-c0918c35 {
  place-self: auto;
}

#w-node-ced1f4d8-f137-3f60-750a-bd60e651750a-c0918c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12c99c46-2e86-b846-1cb6-0d734c888563-c0918c35 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_12c99c46-2e86-b846-1cb6-0d734c888565-c0918c35 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: auto;
}

#w-node-_48ec4a90-680e-62a7-a9b8-a47ea1884abd-c0918c35 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: auto;
}

#w-node-_9e68a027-1be5-de21-f6da-2ccf28540f6f-c0918c35 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_9e68a027-1be5-de21-f6da-2ccf28540f71-c0918c35 {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: auto;
}

#w-node-_9e68a027-1be5-de21-f6da-2ccf28540f73-c0918c35 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: auto;
}

#w-node-_479d6ead-7899-9253-2f26-5afce75202c2-c0918c35 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-_479d6ead-7899-9253-2f26-5afce75202c3-c0918c35 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_479d6ead-7899-9253-2f26-5afce75202c6-c0918c35 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: start;
}

#w-node-_479d6ead-7899-9253-2f26-5afce75202c7-c0918c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_479d6ead-7899-9253-2f26-5afce75202c9-c0918c35 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_479d6ead-7899-9253-2f26-5afce75202cb-c0918c35 {
  grid-area: 1 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_479d6ead-7899-9253-2f26-5afce75202cc-c0918c35 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_479d6ead-7899-9253-2f26-5afce75202d7-c0918c35 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_30c0cd47-9ac3-7bb2-ff09-0ec10a894382-c0918c35 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-b81a7567-552f-dc4e-2e40-5627da5eb84d-c0918c35 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_30c0cd47-9ac3-7bb2-ff09-0ec10a894383-c0918c35 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: start;
}

#w-node-_30c0cd47-9ac3-7bb2-ff09-0ec10a894384-c0918c35 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_30c0cd47-9ac3-7bb2-ff09-0ec10a894386-c0918c35 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_30c0cd47-9ac3-7bb2-ff09-0ec10a894388-c0918c35 {
  grid-area: 1 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_30c0cd47-9ac3-7bb2-ff09-0ec10a894389-c0918c35 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_30c0cd47-9ac3-7bb2-ff09-0ec10a894394-c0918c35 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_2a1e02b7-d8bf-b5fe-4b1a-e50c58a3ecbb-c0918c35 {
  place-self: auto;
}

#w-node-_2a1e02b7-d8bf-b5fe-4b1a-e50c58a3ecbc-c0918c35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8112cd3d-948f-a1e5-15d4-b731996bd57a-c0918c35 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8112cd3d-948f-a1e5-15d4-b731996bd57c-c0918c35 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: auto;
}

#w-node-_8112cd3d-948f-a1e5-15d4-b731996bd5a8-c0918c35 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_8112cd3d-948f-a1e5-15d4-b731996bd5a9-c0918c35, #w-node-_8112cd3d-948f-a1e5-15d4-b731996bd5ab-c0918c35 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4bac1202-1c7e-c060-2e6f-b3da442b29fc-1a4a27a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2570ae81-4f0a-511e-f6e2-751be65e117c-1a4a27a5, #w-node-_2570ae81-4f0a-511e-f6e2-751be65e117e-1a4a27a5, #w-node-_2570ae81-4f0a-511e-f6e2-751be65e1181-1a4a27a5, #w-node-_2570ae81-4f0a-511e-f6e2-751be65e1183-1a4a27a5, #w-node-be552053-60fd-e65c-b9a9-adfe0a6eebd9-1a4a27a5, #w-node-be552053-60fd-e65c-b9a9-adfe0a6eebdb-1a4a27a5, #w-node-be552053-60fd-e65c-b9a9-adfe0a6eebe4-1a4a27a5, #w-node-be552053-60fd-e65c-b9a9-adfe0a6eebe6-1a4a27a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2cb45852-32d7-3ca3-6dab-dc6d7f7d67c8-1a4a27a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b4a0fa74-a602-7b56-3c75-905c60378e01-45580fef {
    align-self: start;
  }

  #w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10b4-45581000, #w-node-_0ff190db-04db-2ff5-6cfd-4ecab67ec2ba-b67ec2b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b4a0fa74-a602-7b56-3c75-905c60378e01-45580fef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_197ccd98-f59b-ef3a-c1b7-fa2ce0ee19ac-45580fef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_29e2ff0d-cc4d-41d9-cedc-7722231d2636-45580fef {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10a8-45581000 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10ad-45581000 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10b4-45581000 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
  }

  #w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10b7-45581000 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ebf2cc22-be3d-27f4-1e15-21e45d5f10b9-45581000 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_38bbe35b-2919-ff0f-bbeb-ed2c0657c263-45581008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_38bbe35b-2919-ff0f-bbeb-ed2c0657c266-45581008 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_38bbe35b-2919-ff0f-bbeb-ed2c0657c26d-45581008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba150cdb-ac01-5a26-e2b4-9be418d7c548-45581008 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }

  #w-node-ba150cdb-ac01-5a26-e2b4-9be418d7c54b-45581008 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_43f1745b-6787-a474-a647-d31710ef54c8-45581008 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2f050100-522e-3697-0f16-78860ea781a0-45581008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_2f050100-522e-3697-0f16-78860ea781a3-45581008 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2f050100-522e-3697-0f16-78860ea781a5-45581008 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2f050100-522e-3697-0f16-78860ea781a8-45581008 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2f050100-522e-3697-0f16-78860ea781aa-45581008 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_91f4c4f2-260a-4d77-9681-a0a505b7b98c-45581008, #w-node-_91f4c4f2-260a-4d77-9681-a0a505b7b997-45581008, #w-node-_12c99c46-2e86-b846-1cb6-0d734c888565-c0918c35 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_48ec4a90-680e-62a7-a9b8-a47ea1884abd-c0918c35 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9e68a027-1be5-de21-f6da-2ccf28540f71-c0918c35 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_9e68a027-1be5-de21-f6da-2ccf28540f73-c0918c35 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8112cd3d-948f-a1e5-15d4-b731996bd57c-c0918c35 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8112cd3d-948f-a1e5-15d4-b731996bd586-c0918c35 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8112cd3d-948f-a1e5-15d4-b731996bd5ab-c0918c35 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_2570ae81-4f0a-511e-f6e2-751be65e117b-1a4a27a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_2570ae81-4f0a-511e-f6e2-751be65e117e-1a4a27a5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2570ae81-4f0a-511e-f6e2-751be65e1180-1a4a27a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2570ae81-4f0a-511e-f6e2-751be65e1183-1a4a27a5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2570ae81-4f0a-511e-f6e2-751be65e1185-1a4a27a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be552053-60fd-e65c-b9a9-adfe0a6eebdb-1a4a27a5, #w-node-be552053-60fd-e65c-b9a9-adfe0a6eebe6-1a4a27a5 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e8fc4ce-780e-cbe2-a1c6-10fd52bd5b1f-52bd5b09, #w-node-_0ff190db-04db-2ff5-6cfd-4ecab67ec2cb-b67ec2b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e45f430-d78b-f000-d7f7-93fb42ca9ea5-45581008, #w-node-_4bac1202-1c7e-c060-2e6f-b3da442b29fc-1a4a27a5, #w-node-_2cb45852-32d7-3ca3-6dab-dc6d7f7d67c8-1a4a27a5 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkrg Pro 1 Ns';
  src: url('../fonts/AkkRg_Pro_1_ns.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akklg Pro 1 Ns';
  src: url('../fonts/AkkLg_Pro_1_ns.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akkbd Pro 1 Ns';
  src: url('../fonts/AkkBd_Pro_1_ns.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}