:root {
  --black: black;
  --chocolate: #e16919;
  --white: white;
  --light-grey: #ccc;
  --grey: #888;
  --beige: #e3e0d8;
  --azure: #c3d2aa;
  --white-smoke: #f4f4f4;
  --blue: #d2ebf0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

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

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

h1, h2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--chocolate);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

p {
  color: var(--black);
  text-align: left;
  text-transform: none;
  overflow-wrap: anywhere;
  max-width: 800px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Space Mono, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

a {
  color: var(--black);
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
}

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

.body {
  color: var(--black);
  cursor: auto;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding-right: 75px;
  font-family: Space Mono, sans-serif;
  font-weight: 400;
  display: block;
}

.body.freddy {
  padding-right: 0;
}

.section-description__container {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 90%;
  min-width: auto;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.m-s {
  margin-bottom: 40px;
  margin-right: 0;
}

.button_sm {
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
}

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

.button_sm.black {
  border-color: var(--black);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 10px;
  padding: 5px;
  font-family: Space Mono, sans-serif;
  font-size: 9px;
  line-height: 12px;
  text-decoration: none;
  display: flex;
  position: static;
}

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

.button_sm.black.socialmedia {
  margin-top: 0;
}

.button_sm.black.socialmedia:hover {
  color: var(--white);
}

.button--primary--bold {
  border: 1px none var(--light-grey);
  background-color: var(--grey);
  color: var(--white);
  padding: 9px 20px;
  font-family: IBM Plex Sans, sans-serif;
  transition: background-color .4s ease-in-out;
}

.button--primary--bold:hover {
  background-color: #000;
}

.card__button {
  border: 1px solid var(--light-grey);
  color: var(--black);
  background-color: #0000;
  border-radius: 50%;
  padding: 14px;
  transition: border-color .2s ease-in;
  overflow: hidden;
}

.card__button:hover {
  border-color: var(--white);
}

.card__button.m-s {
  border-color: var(--grey);
  color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 0;
  display: flex;
  position: relative;
}

.col-first__link-menu {
  flex-direction: row-reverse;
  align-items: center;
  height: auto;
  display: flex;
}

.col-first__link-menu.m-s {
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 0;
}

.link-block--secondary__line {
  background-color: var(--black);
  color: var(--black);
  width: 30px;
  height: 2px;
  margin-right: 0;
}

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

._3er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0;
  display: grid;
}

.blog__collection-list-wrapper {
  align-self: center;
  width: 100%;
  margin-bottom: 0;
}

.collection-item__card-blog {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 0;
  text-decoration: none;
}

.card-blog__wrapper-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
  overflow: hidden;
}

.card-blog__wrapper-text {
  flex-direction: column;
  height: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.wrapper-text__line {
  background-color: var(--black);
  width: 70px;
  height: 2px;
  margin-bottom: 10px;
}

.main-navigation {
  z-index: 900;
  border-right: 1px solid var(--light-grey);
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 96px;
  padding: 40px 0;
  display: flex;
  position: fixed;
  inset: 0% 0 0% auto;
}

.main-navigation__logo {
  width: 45px;
  max-width: none;
  margin-bottom: 0;
  display: block;
}

.main-navigation__logo.vorabseite {
  transform: none;
}

.main-navigation__logo.short {
  width: 30px;
}

.main-navigation__wrap-burger {
  cursor: default;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: auto;
  display: block;
  position: absolute;
  inset: auto;
}

.main-navigation__wrap-burger.vorabseite {
  display: none;
}

.wrap-burger__line {
  background-color: var(--black);
  width: 25px;
  height: 2px;
}

.wrap-burger__line-center {
  background-color: var(--black);
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.main-navigation__wrap-search {
  cursor: pointer;
  margin-bottom: 0;
  padding: 5px;
}

.wrapp--search__image--search {
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  bottom: auto;
}

.main {
  background-color: #0000;
  flex: 0 auto;
  width: 100vw;
  height: auto;
  margin-left: 0;
  margin-right: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 60px;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.main-navigation__link {
  margin-top: 5px;
}

.main-navigation__link.vertical {
  margin-top: 0;
  margin-bottom: auto;
}

.main-navigation__link.vertical.w--current {
  width: 45px;
  margin-right: 0;
  position: absolute;
  inset: 20px auto auto;
  transform: none;
}

.main-navigation__link.vertical.short {
  margin-right: 0;
  position: absolute;
  top: 20px;
}

.main-navigation__link.vertical.short.w--current {
  justify-content: center;
  width: 30px;
  margin-bottom: 0;
  margin-right: 0;
  position: absolute;
  inset: 20px auto auto;
}

.slide__link {
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: static;
  bottom: auto;
}

.container__image {
  width: 95vw;
  max-width: none;
  height: 600px;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  padding: 10% 20%;
  display: flex;
  position: relative;
}

.section.keinabstand {
  padding: 0 3% 150px;
}

.section.keinabstand.slider {
  margin-top: 10%;
}

.section.ohne-abstand {
  margin-right: 0;
  padding: 0 0%;
}

.section.ohne-abstand.contact {
  padding-top: 100px;
  padding-left: 0%;
  padding-right: 3%;
}

.section.beige {
  background-color: var(--beige);
}

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

.section.center {
  align-items: center;
}

.section.center.head {
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.center.head.freddy {
  padding-top: 10%;
  padding-bottom: 10%;
}

.section.nopadding {
  justify-content: center;
  align-items: center;
  height: 600px;
  padding: 0%;
  overflow: hidden;
}

.section.gruen {
  background-color: var(--azure);
}

.section.freddy {
  align-items: center;
}

.section.freddy.orange {
  background-color: var(--chocolate);
}

.section.hometeaser {
  width: 100%;
  position: absolute;
}

.m-t {
  margin-top: 20px;
}

.image {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog__collection-item {
  width: auto;
  height: auto;
}

.image__slider {
  background-color: #fff0;
  height: 100%;
}

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

.icon {
  margin: auto;
  font-size: 15px;
}

.left-arrow-round {
  border: 1px solid var(--black);
  color: #000;
  border-radius: 0%;
  width: 50px;
  height: 50px;
  margin-right: 0;
  font-size: 15px;
  transition: border-color .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out;
  bottom: -68px;
  right: -100px;
}

.left-arrow-round:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.mask__slide-second, .mask__slide-third {
  height: 100%;
}

.container__info {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.description__paragraph {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  transform: translate(-128px)rotate(-90deg);
}

.footer {
  background-color: var(--black);
  overflow: hidden;
}

.footer__top {
  background-color: var(--black);
  color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20%;
  display: flex;
}

.p-footer {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.p-footer._20-oben {
  margin-top: 20px;
}

.p-footer.black, .p-footer.black::placeholder {
  color: var(--black);
}

.p-footer.black.contact {
  border: 1px solid var(--black);
  background-color: #0000;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.p-footer.black.contact.bemerkung {
  min-height: 100px;
}

.navigation-content {
  z-index: 99;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 105px;
  padding-left: 90px;
  display: none;
  position: fixed;
  inset: 0%;
}

.filter {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.navigation-content__link {
  z-index: 1;
  width: 75%;
  height: 80%;
  position: relative;
}

.link__top-menu {
  width: 70%;
  height: auto;
  margin-top: 75px;
  margin-bottom: 15px;
  padding-left: 0;
}

.h4 {
  transition: color .4s ease-in-out;
  display: inline;
}

.h4.navi {
  line-height: 1.8;
}

.h4.navi.w--current {
  line-height: 1.6;
}

.h4.freddy {
  color: var(--chocolate);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
}

.link__container {
  display: flex;
}

.container__col-first {
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
}

.wrapper-image__img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.main-navigation-close {
  z-index: 3;
  border-right: 1px none var(--light-grey);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  padding: 40px 0;
  display: flex;
  position: absolute;
  inset: 0% 0 0% 0%;
}

.close-burger__line {
  background-color: var(--black);
  width: 25px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  transform: translate(0, 1px)rotate(45deg);
}

.close-burger__line-second {
  background-color: var(--black);
  width: 25px;
  height: 2px;
  transform: translate(0, -1px)rotate(-45deg);
}

.main-navigation__close-burger {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.main-navigation__close-burger:hover {
  transform: rotate(45deg);
}

.content__social {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 68px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.content-social__link {
  border: 1px solid #333;
  width: 48px;
  height: 48px;
  margin-top: 20px;
  padding-top: 0;
}

.footer-image {
  padding: 10px;
  transition: background-color .4s ease-in-out;
}

.wrap__text {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  padding: 31px 30px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 84px;
}

.wrap__text.footer {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  padding: 0;
  position: static;
}

.top__wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.wrap__copiwrite {
  margin-left: 0;
  margin-right: 40px;
}

.success-message {
  border: 1px solid var(--grey);
  background-color: var(--white);
  margin-top: 40px;
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  margin-top: 40px;
  padding: 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
}

.submit-button-2 {
  border: 1px solid var(--light-grey);
  background-color: var(--white);
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 18px;
  font-family: IBM Plex Sans, sans-serif;
  transition: border-color .4s ease-in-out, color .4s ease-in-out, background-color .2s ease-in-out;
}

.submit-button-2:hover {
  border-color: var(--black);
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
}

.checkout-form {
  background-color: var(--white-smoke);
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 500;
  position: relative;
}

.submit-button-3 {
  border: 1px solid var(--light-grey);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 19px;
  font-family: IBM Plex Sans, sans-serif;
  transition: border-color .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out;
}

.submit-button-3:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.paypal-checkout-form {
  font-family: IBM Plex Sans, sans-serif;
}

.heading-11, .heading-12, .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
  font-weight: 500;
}

.container {
  font-family: IBM Plex Sans, sans-serif;
}

.contact__container {
  background-color: #0000;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container__image-image {
  background-image: url('../images/DSC_0043.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: none;
  height: auto;
  position: relative;
  overflow: hidden;
}

.container__text-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-right: 0;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-wrap__form-block {
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
}

.link__text-productpage {
  color: #c9002b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .8vw;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.link__textproduct {
  color: #c9002b;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.main-search {
  z-index: 999;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 23px;
  display: none;
  position: fixed;
  inset: 0% 0% auto 96px;
}

.utility-page-wrap {
  opacity: 1;
  background-image: url('../images/image8.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  width: auto;
  max-width: 600px;
  display: flex;
  position: relative;
}

.main-search__search {
  align-items: stretch;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.search__imput {
  color: #0c0c0c;
  background-color: #0000;
  border: 1px #000;
  align-self: stretch;
  height: 100%;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 4vw;
  line-height: 4vw;
}

.search-button {
  border: 1px solid var(--white-smoke);
  background-color: #0000;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
}

.link {
  color: var(--white-smoke);
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
}

.link.black {
  color: var(--black);
  letter-spacing: 0;
  margin-right: 15px;
  line-height: 1.4;
  text-decoration: underline;
}

.link.black.contact {
  text-transform: none;
}

.search-result-item {
  background-color: var(--white);
  box-shadow: 3px 3px 15px 0 var(--light-grey);
  margin-bottom: 20px;
  padding: 35px;
}

.link-3 {
  color: #000;
  border: 1px #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-3 {
  color: var(--light-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Sans, sans-serif;
}

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

.search {
  display: none;
}

.heading-23 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
}

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

.div-block-19 {
  background-color: #0000;
  background-image: none;
  background-size: auto;
  border: 1px solid #0000000d;
  align-items: center;
  width: 50%;
  padding: 29px;
  display: flex;
}

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

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

.masonry-wrapper__row {
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-18-copy-2 {
  width: 50%;
  display: block;
}

.div-block-18-copy-2.gioielli {
  display: block;
}

.heading-about-copy {
  color: #fff;
  text-align: center;
  text-transform: none;
  border: 1px #000;
  width: auto;
  margin-top: 10px;
  padding-right: 0;
  font-size: 2.5vw;
  line-height: 1;
  text-decoration: none;
}

.div-block-21 {
  background-color: #333333a6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15%;
  display: none;
}

.collection-pruduct-home {
  width: 100%;
}

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

.link-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-product {
  color: var(--grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.wrapper-card-home {
  border: 1px solid #0000000d;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 450px;
  padding: 29px;
  display: flex;
  position: relative;
}

.price-card {
  color: #c9002b;
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.wrapper-text {
  z-index: 5;
  cursor: pointer;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  padding: 34px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-home__link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  width: 100%;
  display: flex;
}

.block-info-product {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.background-wrap {
  background-image: url('../images/category1.jpg');
  background-position: 0%;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
}

.section-aufbauendes-foto {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-image {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  max-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.abouttext__wrapper {
  width: 100%;
  margin-bottom: 80px;
}

.abouttext__wrapper.agenda {
  width: 100%;
}

.abouttext__wrapper.second {
  margin-bottom: 0;
}

.team-section__grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area . Area-2"
                 "Area-4 Area-3 Area-5"
                 "Area-7 Area-6 Area-8"
                 "Area-9 . Area-10"
                 / 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 100px;
}

.image__filter {
  z-index: 0;
  background-color: var(--black);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.team-image__img {
  z-index: 2;
  align-self: center;
  width: 100%;
  display: inline-block;
  position: relative;
}

.grid__image-wrapper {
  position: relative;
}

.image-wrapper__filter {
  z-index: 1;
  background-color: var(--light-grey);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-team-simon, .image-team-tim, .image-team-cloe {
  z-index: 2;
  position: relative;
}

.section-herobrand {
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
}

.cart-wrap {
  z-index: 5;
  position: fixed;
  inset: 0% 0% auto auto;
}

.cart-button {
  border: 1px solid var(--light-grey);
  color: var(--light-grey);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  margin-top: 45px;
  margin-right: 18px;
  padding: 13px;
  transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out;
  display: flex;
}

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

.cart-button.nav {
  display: none;
}

.icon-2 {
  margin-right: 0;
}

.cart-wrapper {
  z-index: 999;
}

.cart {
  z-index: 99;
}

.cart-list {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.cart-item {
  align-items: center;
  display: flex;
}

.cart-container {
  font-family: IBM Plex Sans, sans-serif;
}

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

.remove-button {
  text-decoration: none;
}

.checkout-button {
  border: 1px solid var(--grey);
  color: var(--black);
  text-transform: none;
  background-color: #0000;
  border-radius: 0;
  transition: color .4s ease-in-out, border-color .4s ease-in-out, background-color .4s ease-in-out;
}

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

.seccess-message__text {
  font-family: IBM Plex Sans, sans-serif;
}

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

.form__error-message {
  color: var(--white);
  background-color: #c9002b;
  font-family: IBM Plex Sans, sans-serif;
}

.hero-product-page {
  background-color: var(--white-smoke);
  flex-direction: row;
  display: flex;
  position: static;
  top: 0;
}

.product-page_image-wrap {
  width: 55%;
  height: auto;
  margin-left: 0;
  padding-top: 0;
  padding-left: 146px;
  position: sticky;
  top: 0;
}

.hero-product__stikywrap {
  z-index: 0;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 45%;
  height: 100vh;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: sticky;
  top: 3px;
}

.image-wra__grid {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "Area Area"
                       "Area-2 Area-3"
                       "Area-4 Area-4"
                       ". .";
  height: auto;
}

.title {
  text-transform: uppercase;
  width: auto;
  font-size: 2vw;
}

.title__color {
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1;
}

.container__wrap-text {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.text {
  color: var(--light-grey);
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 20px;
  line-height: 1;
}

.div-block-36 {
  top: 20px;
}

.container-checkout {
  margin-left: 100px;
  margin-right: 0;
  position: static;
}

.section-review {
  border-top: 1px solid var(--white);
  background-color: var(--white);
  height: auto;
  margin-top: 0;
  padding: 140px 50px 100px;
  display: flex;
}

.first-col__title {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1;
}

.first-col__paragraph {
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 500;
}

.details__first-col {
  width: 50%;
  padding-right: 20px;
}

.list__paragraph {
  color: var(--grey);
  width: auto;
  font-size: 18px;
}

.first-col__list {
  padding-left: 20px;
}

.stikywrap__container {
  width: 75%;
}

.color {
  float: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.container__wrapper-cart {
  background-color: #fff;
  width: 75%;
  padding: 30px;
}

.wrapper-carte__tytle {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
}

.wrapper-cart__text {
  color: var(--grey);
  font-size: 16px;
}

.details__second-col {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.cart__submit-button {
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px 40px;
  font-family: IBM Plex Sans, sans-serif;
  transition: background-color .2s ease-in-out;
}

.cart__submit-button:hover {
  background-color: var(--grey);
  color: var(--white);
}

.wrappercart__cart {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.cart__quantity {
  background-color: var(--white-smoke);
  align-self: stretch;
  height: 100%;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: IBM Plex Sans, sans-serif;
}

.add-to-cart__default-state {
  margin-top: 20px;
}

.grid__detail-shipment {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  height: 200px;
  padding: 23px 20px;
  display: flex;
  position: relative;
}

.second-col__grid {
  grid-column-gap: 31px;
  grid-row-gap: 33px;
  align-items: start;
}

.detail-shipment__paragraph {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.section-details {
  border-top: 1px solid var(--white);
  height: auto;
  margin-top: 140px;
  padding: 140px 50px 100px;
  display: flex;
}

.wrap-review__title {
  color: var(--grey);
  font-size: 18px;
}

.first-col__wrap-review {
  border-bottom: 1px solid var(--white-smoke);
  padding-top: 0;
  padding-bottom: 20px;
}

.review {
  font-size: 18px;
  font-weight: 400;
}

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

.wrapper-review {
  padding-bottom: 10px;
}

.section-more-product {
  padding-top: 100px;
  padding-bottom: 100px;
}

.review__first-col {
  width: 40%;
}

.grid__text-wrapper {
  z-index: 1;
  padding-left: 20px;
  position: relative;
}

.form-block__form {
  margin-top: 40px;
  font-family: IBM Plex Sans, sans-serif;
}

.review__second-col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.out-of-stock-state {
  font-family: IBM Plex Sans, sans-serif;
}

.error-state {
  background-color: #f6b0bf;
  font-family: IBM Plex Sans, sans-serif;
}

.right-arrow-round {
  border: 1px solid var(--black);
  color: #000;
  background-color: #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 15px;
  transition: border-color .4s ease-in-out, color .4s, background-color .4s ease-in-out;
  display: block;
  top: -68px;
  bottom: 0;
  right: -100px;
}

.right-arrow-round:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}

.text-block-5 {
  font-family: IBM Plex Sans, sans-serif;
}

.collection-list__empity-state {
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
}

.empty-state-2 {
  flex-direction: column;
}

.button {
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 40px;
  padding: 8px;
  font-family: Space Mono, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  transition: color .4s ease-in-out, background-color .4s ease-in-out, border-color .4s ease-in-out;
  display: inline-block;
}

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

.empty-state-3 {
  white-space: normal;
  flex-direction: column;
}

.navigation {
  z-index: 900;
  border-right: 1px none var(--light-grey);
  background-color: var(--white);
  perspective-origin: 100%;
  transform-origin: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75px;
  margin-right: 0;
  padding: 20px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.div-vorabseite {
  width: 60%;
  height: 100vh;
  margin-left: 30%;
  padding-left: 0;
  padding-right: 20px;
}

.div-vorabseite-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding-top: 170px;
  display: flex;
}

.home {
  perspective-origin: 0%;
  transform-origin: 0%;
  text-transform: uppercase;
  align-self: flex-start;
  max-width: 1000px;
  margin-bottom: 40px;
  font-family: Space Mono, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
}

.p {
  margin-bottom: 0;
}

.p::placeholder {
  color: var(--white);
}

.p.footer {
  text-transform: none;
  background-color: #0000;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.p.maxwith {
  max-width: 600px;
}

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

.p.center.freddy {
  color: var(--azure);
}

.p.cookie-mini {
  font-size: 13px;
}

.p.cookie-mini._90 {
  max-width: 90%;
}

.p.freddy {
  color: var(--chocolate);
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.p.freddy.center {
  color: var(--chocolate);
}

.p.freddy.gruen {
  color: var(--azure);
}

.p.oeffnungszeiten {
  color: var(--white);
  margin-right: 3px;
  font-family: Rubik, sans-serif;
  font-size: 13px;
}

.textlink {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

.textlink.freddy {
  color: var(--azure);
  text-transform: none;
  border-bottom: 1px #0000;
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.textlink.freddy:hover {
  text-transform: none;
  text-decoration: underline;
}

.div-vorabseite-footer {
  position: absolute;
  bottom: 40px;
}

.cursor-wrapper {
  z-index: 100;
  cursor: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: var(--black);
  color: #0000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  inset: 0%;
}

.cursor-circle {
  border: 1px solid var(--black);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.navigation-vorabseite {
  z-index: 900;
  border-right: 1px solid var(--light-grey);
  background-color: #0000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 70px;
  padding: 20px 0;
  display: flex;
  position: fixed;
  inset: 0% 0 0% auto;
}

.h2.freddy {
  color: var(--chocolate);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Marcellus, sans-serif;
}

.h2.freddy.gruen {
  color: var(--azure);
}

.h3.fix-high {
  height: 52px;
}

.h3.freddy {
  color: var(--chocolate);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-family: Marcellus, sans-serif;
}

.h3.freddy.gruen {
  color: var(--azure);
}

.link-footer {
  color: var(--white);
  text-transform: none;
  line-height: 1.4;
  text-decoration: none;
}

.div-social-media {
  justify-content: flex-start;
  width: 100vw;
  height: 23px;
  display: flex;
  position: fixed;
  inset: 20px 0% auto 20px;
}

.div-social-media.black {
  z-index: 1;
  background-color: #0000;
  align-items: center;
  width: 160px;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% auto auto 40px;
}

.collection-item-startseite {
  place-content: center;
  display: flex;
  overflow: hidden;
}

.div-hometeaser-text {
  z-index: 1;
  max-width: 800px;
  margin-bottom: 40px;
  padding-right: 75px;
}

.div-hometeaser-text.teaser {
  position: absolute;
}

.div-h3-und-h4 {
  margin-bottom: 10px;
}

.image-team-alina, .image-team-janina {
  z-index: 2;
  position: relative;
}

.home-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 700px;
  padding-left: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-image-foto {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
  position: relative;
}

.foto-filter {
  z-index: 0;
  background-color: var(--black);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.section-home {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-button {
  background-color: var(--white);
  align-items: center;
  padding: 10px 10px 10px 15px;
  display: flex;
  position: absolute;
  inset: auto auto 80px 40px;
}

.arrow {
  width: 55px;
  margin-bottom: 0;
  margin-right: 14px;
}

.list {
  color: var(--black);
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Space Mono, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
}

.list-item {
  border-bottom: 1px solid #000;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: 8px;
  padding-bottom: 8px;
  display: flex;
}

.list-item.agenda {
  cursor: auto;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.liste.agenda {
  margin-top: 60px;
}

.preloader {
  z-index: 10000;
  background-color: var(--black);
  color: #111;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: fixed;
  inset: 0;
}

.div-agenda {
  width: 36%;
  margin-right: 20px;
}

.div-agenda.titel {
  width: 60%;
  margin-right: 0;
}

.div-agenda.datum {
  flex-direction: column;
  display: flex;
}

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

.abdunkler {
  background-color: #000c;
  width: 105px;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto -105px;
}

.form-block-alle {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.form-block-alle.unsichtbar {
  display: none;
}

.hero-title-wrap {
  color: #fff;
  align-items: flex-start;
  margin-top: -10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.lead {
  letter-spacing: 0;
  column-count: 1;
  column-gap: 5.5%;
  width: auto;
  margin-top: 0%;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.lead.freddy {
  color: var(--chocolate);
  text-align: center;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 2.5vw;
  line-height: 1.6;
}

.formfeld {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  width: 100%;
  margin-bottom: 16px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.formfeld::placeholder {
  color: var(--black);
}

.formfeld.nachricht {
  height: 200px;
}

.div-filter {
  background-color: var(--black);
  width: 50%;
  position: absolute;
  inset: 0%;
}

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

.textlink-2:hover {
  color: #000000bf;
}

.section-header-wrapper {
  color: #0000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.grid-4 {
  flex-wrap: wrap;
  margin-left: 0;
  display: flex;
}

.menu-small-grid-4-item {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.icons {
  width: 250px;
  margin-bottom: 40px;
}

.section-st-rer {
  background-color: var(--beige);
  border: 12px #fff;
  width: auto;
  margin-right: 75px;
  padding: 120px 40px;
  text-decoration: none;
  display: block;
}

.div {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grafik-image {
  color: var(--beige);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  max-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grafik {
  z-index: 2;
  display: inline-block;
  position: relative;
}

.abstand20 {
  margin-bottom: 20px;
}

.div-50 {
  width: 50%;
  height: 100%;
}

.div-h4 {
  margin-right: 20px;
  display: inline-block;
}

.homepage {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 0;
  font-family: Space Mono, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.div-preloader {
  width: 100%;
  height: 100%;
  position: relative;
}

._50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.div-stoerer {
  z-index: 10;
  background-color: var(--beige);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 10% -130px auto;
}

.wrapper {
  z-index: 1;
  color: #0000;
  text-align: left;
  background-color: #0000;
  flex-flow: column wrap;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: static;
}

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

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

.div-logo {
  width: 220px;
  margin-bottom: 0;
}

.div-logo.w--current {
  cursor: pointer;
  width: 40vw;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-bubble {
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: -80px 12% auto auto;
}

.div-bubble.freddy {
  background-color: var(--chocolate);
  color: var(--chocolate);
  cursor: pointer;
  inset: -100px 10% auto auto;
}

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

._100 {
  width: 100%;
  display: flex;
}

.h-navigation {
  font-size: 4vw;
  line-height: 1;
}

.ankernavigation {
  cursor: pointer;
}

.div-ankernavigation {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin-top: 0;
  display: flex;
}

.preferences-link {
  border-bottom: 1px solid var(--black);
  text-transform: none;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.6;
  display: block;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  display: grid;
}

.fs-cookie-popup {
  z-index: 1000;
  background-color: var(--beige);
  border: 2px #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 45vw;
  height: auto;
  margin: 20px 95px 20px 20px;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.preferences-container {
  background-color: var(--beige);
  min-width: 500px;
  max-width: 500px;
  padding: 20px;
  position: relative;
}

.fs-preferences-manager-wrapper {
  z-index: 1001;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-button-2 {
  margin-top: 20px;
}

.fs-manager-opener {
  z-index: 99;
  background-color: var(--black);
  -webkit-text-stroke-color: #000;
  cursor: pointer;
  border: 1px #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  padding: 5px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.checkbox-label-2 {
  display: none;
}

.button-2 {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

.button-2:hover {
  background-color: var(--black);
  color: #fff;
}

.button-2.accept {
  border-color: #2a80c5 #2a80c5 var(--black);
  background-color: var(--black);
  color: #fff;
}

.button-2.accept:hover {
  border-color: #8a8b8e #8a8b8e var(--black);
  color: var(--black);
  background-color: #0000;
}

.checkbox-2 {
  border-width: 2px;
  border-color: var(--grey);
  background-color: var(--grey);
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox-2.w--redirected-checked {
  border: 2px solid var(--black);
  background-color: var(--black);
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

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

.cookies {
  z-index: 100;
  display: flex;
  position: relative;
}

.close-button-2 {
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  inset: 18px 18px auto auto;
}

.close-button-2:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

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

.abstand10 {
  margin-bottom: 10px;
}

.h5.rechts {
  text-align: right;
}

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

.div-oeffnungszeiten {
  background-color: var(--chocolate);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 50px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.claim {
  color: var(--chocolate);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  column-count: 1;
  column-gap: 5.5%;
  width: auto;
  margin-top: 0%;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.preloader-freddy {
  z-index: 101;
  background-color: var(--chocolate);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.c {
  width: 100px;
}

.social-icons {
  display: flex;
}

.social-link {
  border: 1px solid #0000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: #59252a;
  border-color: #59252a;
}

.social-link.footericons {
  border-style: none;
  border-color: #fff9;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-left: 0;
  margin-right: 10px;
  transition-property: none;
}

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

.social-link.footericons.unsichtbar {
  display: none;
}

.div-checkbox {
  width: 100%;
  margin-bottom: 20px;
}

.checkbox-datenschutz {
  border-color: #3d525e;
  border-radius: 0;
}

.checkboxtext {
  width: 100%;
}

.textlink-datenschutz {
  text-transform: none;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.button-teaser {
  z-index: 1;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: auto 10% -130px auto;
}

.button-bild {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.dropdown-list {
  margin-top: 40px;
  position: relative;
}

.dropdown-list.w--open {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  width: 100%;
}

.dropdown {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.pfeil-runter {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.abstand-40 {
  border: 1px #000;
  margin-bottom: 40px;
}

.image-53 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 300px;
}

.div-100 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-100.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.div-100.weiss {
  background-color: #fff;
}

.button-icon {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .card-blog__wrapper-image {
    height: 450px;
  }

  .container__image {
    height: 700px;
  }

  .section.center.head.freddy {
    padding-top: 8%;
    padding-bottom: 6%;
  }

  .section.nopadding {
    height: 700px;
  }

  .section.freddy {
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .h4.freddy {
    font-size: 13px;
  }

  .home-image {
    height: 800px;
  }

  .lead {
    margin-top: 0%;
  }

  .lead.freddy {
    max-width: 900px;
    font-size: 2vw;
  }

  ._50 {
    height: 700px;
  }

  .div-stoerer {
    width: 190px;
    height: 190px;
  }

  .claim {
    margin-top: 0%;
  }

  .button-teaser {
    width: 190px;
    height: 190px;
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 16px;
  }

  .card-blog__wrapper-image {
    height: 550px;
  }

  .container__image, .section.nopadding {
    height: 800px;
  }

  .home-image {
    height: 900px;
  }

  .list-item.agenda {
    width: 100%;
    display: flex;
  }

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

  .lead.freddy {
    max-width: 1000px;
  }

  .formfeld {
    width: 49%;
  }

  .formfeld.nachricht {
    width: 100%;
    height: 250px;
  }

  .menu-small-grid-4-item {
    padding-right: 60px;
  }

  .section-st-rer {
    background-color: var(--beige);
    width: 100%;
  }

  .div {
    text-decoration: none;
  }

  ._50 {
    height: 800px;
  }

  .div-logo.w--current {
    width: 35vw;
  }

  .div-bubble.freddy {
    z-index: 1;
  }

  .div-ankernavigation {
    margin-top: 0;
  }

  .preloader-freddy {
    z-index: 101;
  }

  .dropdown {
    z-index: 0;
  }
}

@media screen and (min-width: 1920px) {
  .card-blog__wrapper-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-navigation__wrap-burger {
    cursor: pointer;
  }

  .section.center.head.freddy {
    padding-top: 7%;
  }

  .section.nopadding {
    height: 900px;
  }

  .contact__container {
    position: relative;
  }

  .link {
    text-decoration: none;
  }

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

  .navigation {
    cursor: pointer;
  }

  .h3.fix-high {
    height: auto;
  }

  .list {
    display: inline-block;
  }

  .div-agenda.datum {
    flex-direction: column;
    display: flex;
  }

  .lead.freddy {
    font-size: 1.5vw;
  }

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

  .homepage {
    font-size: 3vw;
  }

  ._50 {
    height: 900px;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 4.5vw;
  }

  .section-description__container {
    flex-direction: column-reverse;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block--secondary__line {
    display: none;
  }

  .h1 {
    font-size: 4.5vw;
  }

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

  .main-navigation {
    flex-direction: row-reverse;
    justify-content: space-around;
    width: 100%;
    padding: 20px;
    inset: 0% 0% auto;
  }

  .wrapp--search__image--search {
    display: none;
  }

  .main {
    padding-left: 0;
    padding-right: 60px;
  }

  .container__image {
    width: 100%;
    height: 500px;
  }

  .section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section.keinabstand {
    padding-bottom: 150px;
  }

  .section.keinabstand.slider {
    flex-direction: row;
    padding-bottom: 150px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.ohne-abstand.contact {
    padding-left: 0%;
    padding-right: 0;
  }

  .section.nopadding {
    height: 500px;
  }

  .image__slider {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .left-arrow-round {
    margin-right: 65px;
    inset: auto auto -80px;
  }

  .container__info {
    width: 100%;
    inset: -50px 0% auto;
  }

  .description__paragraph {
    margin-bottom: 0;
    display: block;
    transform: none;
  }

  .footer__top {
    padding-left: 10%;
    padding-right: 10%;
  }

  .navigation-content {
    justify-content: flex-start;
    width: auto;
    padding-left: 20px;
  }

  .link__top-menu {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .h4 {
    position: relative;
    left: 0;
  }

  .main-navigation-close {
    background-color: var(--white);
    align-items: flex-start;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    inset: 0% 0% auto;
  }

  .content__social {
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: auto;
    padding-bottom: 20px;
    inset: auto 0% 0%;
  }

  .content-social__link {
    margin-top: 0;
    margin-right: 20px;
    padding-right: 0;
  }

  .checkout-form {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .paypal-checkout-form {
    padding: 100px 0;
  }

  .contact__container {
    flex-direction: column;
  }

  .container__image-image {
    width: 100%;
    height: 500px;
  }

  .container__text-wrap {
    flex: 0 auto;
    width: 100%;
    padding: 150px 10%;
  }

  .link__text-productpage {
    font-size: 2vw;
  }

  .collection-list-wrapper-copy {
    display: block;
  }

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

  .heading-about-copy {
    text-align: center;
  }

  .collection-list-2-copy {
    grid-template-columns: 1fr;
  }

  .heading-product {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .wrapper-card-home {
    z-index: 0;
  }

  .price-card {
    display: block;
  }

  .wrapper-text {
    background-color: #f4f4f4c4;
    flex: 1;
    justify-content: center;
    margin-top: 0;
    padding-top: 91px;
    padding-bottom: 91px;
    inset: 0%;
  }

  .block-info-product {
    width: auto;
    height: auto;
  }

  .abouttext__wrapper {
    width: 100%;
  }

  .team-section__grid {
    grid-template: "Area Area-2"
                   "Area-4 Area-5"
                   "Area-3 Area-7"
                   "Area-6 Area-9"
                   "Area-8 ."
                   "Area-10 ."
                   / 1fr 1fr;
  }

  .image-team-simon, .image-team-tim, .image-team-cloe {
    width: 100%;
  }

  .section-herobrand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cart-wrap {
    display: none;
  }

  .cart-button {
    color: #000;
    border-style: none;
    margin-top: 0;
    margin-right: 0;
  }

  .cart-button.nav {
    display: flex;
  }

  .hero-product-page {
    flex-direction: column;
  }

  .product-page_image-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .hero-product__stikywrap {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    bottom: 0;
  }

  .container-checkout {
    margin-left: auto;
    margin-right: auto;
  }

  .details__first-col {
    width: 100%;
  }

  .second-col__grid {
    justify-items: center;
    margin-top: 20px;
  }

  .section-details {
    flex-direction: column;
    align-items: center;
  }

  .right-arrow-round {
    margin-left: 65px;
    position: absolute;
    inset: auto auto -80px;
  }

  .empty-state-2 {
    flex-direction: column;
  }

  .field-label {
    font-size: 12px;
  }

  .div-vorabseite {
    width: 75%;
    margin-left: 25%;
  }

  .home {
    font-size: 10vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .navigation-vorabseite {
    justify-content: space-between;
  }

  .image-team-alina, .image-team-janina {
    width: 100%;
  }

  .home-image {
    height: 500px;
  }

  .div-agenda {
    width: 43%;
  }

  .div-agenda.titel {
    width: 51%;
  }

  .lead.freddy {
    font-size: 3.5vw;
  }

  .div-filter {
    width: 100%;
    height: 500px;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

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

  .div-h4 {
    margin-right: 0;
  }

  .homepage {
    font-size: 5.5vw;
  }

  ._50 {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
  }

  .wrapper {
    align-items: center;
  }

  .div-logo.w--current {
    width: 75vw;
  }

  .div-bubble.freddy {
    width: 150px;
    height: 150px;
    top: -75px;
    right: 20px;
  }

  ._100 {
    height: 100%;
  }

  .h-navigation {
    font-size: 5vw;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: flex;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .button-teaser {
    bottom: -130px;
  }

  .image-53 {
    min-height: 300px;
  }

  .div-100 {
    flex-flow: wrap;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 6vw;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 13px;
  }

  h6 {
    font-size: 17px;
  }

  p, a {
    font-size: 14px;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .h1 {
    font-size: 6vw;
  }

  ._3er-grid {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .main-navigation__logo {
    width: 35px;
  }

  .main-navigation__logo.vorabseite {
    width: 20px;
  }

  .main-navigation__logo.short {
    width: 25px;
  }

  .main-navigation__wrap-burger {
    inset: 12px 20px auto auto;
  }

  .main {
    padding-right: 60px;
  }

  .main-navigation__link {
    margin-bottom: 40px;
  }

  .main-navigation__link.vertical.w--current {
    width: 35px;
    right: auto;
  }

  .main-navigation__link.vertical.short {
    inset: 10px auto auto 20px;
  }

  .main-navigation__link.vertical.short.w--current {
    position: absolute;
    inset: 10px auto auto 20px;
  }

  .slide__link {
    flex-direction: row;
  }

  .container__image {
    height: 350px;
  }

  .section {
    padding: 80px 20px;
  }

  .section.keinabstand {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.ohne-abstand {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section.ohne-abstand.contact {
    padding-top: 20px;
  }

  .section.center.head.freddy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.nopadding {
    height: 350px;
  }

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

  .left-arrow-round {
    margin-right: 0;
    bottom: -70px;
    left: 20px;
  }

  .description__paragraph {
    font-size: 12px;
  }

  .footer {
    width: 100vw;
  }

  .footer__top {
    height: auto;
    padding: 20px;
  }

  .p-footer {
    font-size: 13px;
  }

  .p-footer._20-oben {
    margin-top: 20px;
  }

  .navigation-content {
    z-index: 901;
    width: auto;
    margin-left: 0;
    inset: 0%;
  }

  .h4.agenda {
    display: none;
  }

  .main-navigation-close {
    z-index: 1000;
    padding: 0 12px 10px 10px;
    inset: 0% 0% auto auto;
  }

  .wrap__text.footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact__container {
    flex-direction: column;
  }

  .container__image-image {
    width: 100%;
    height: 300px;
  }

  .container__text-wrap {
    padding: 80px 20px;
  }

  .link__text-productpage {
    font-size: 2.5vw;
  }

  .link.black {
    font-size: 13px;
  }

  .link.black.contact {
    font-size: 15px;
  }

  .div-block-19 {
    width: 100%;
    height: 450px;
    padding: 20px;
  }

  .collection-list-home {
    grid-template-columns: 1fr;
  }

  .masonry-wrapper__row {
    flex-direction: column;
  }

  .div-block-18-copy-2 {
    width: 100%;
  }

  .heading-about-copy {
    text-align: center;
  }

  .heading-product {
    font-size: 32px;
    line-height: 1.2;
    display: block;
  }

  .wrapper-card-home {
    height: 350px;
    padding: 20px;
  }

  .price-card {
    display: block;
  }

  .wrapper-text {
    background-color: #f4f4f4c4;
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .team-image {
    width: 100%;
  }

  .team-section__grid {
    grid-template: "Area Area-2"
                   "Area-4 Area-5"
                   "Area-3 Area-7"
                   "Area-6 Area-8"
                   "Area-9 ."
                   "Area-10 ."
                   / 1fr 1fr;
  }

  .image__filter {
    z-index: 1;
  }

  .cart-button {
    color: #000;
    border-style: none;
    margin-top: 0;
    margin-right: 0;
  }

  .cart {
    z-index: 99999;
  }

  .cart-container {
    height: 100vh;
  }

  .hero-product-page {
    flex-direction: column;
  }

  .product-page_image-wrap {
    width: 100%;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    position: static;
  }

  .hero-product__stikywrap {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .title {
    font-size: 5vw;
  }

  .section-review {
    flex-direction: column;
  }

  .details__first-col {
    width: auto;
  }

  .grid__detail-shipment {
    padding-left: 0;
    padding-right: 0;
  }

  .second-col__grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-details {
    flex-direction: column;
  }

  .review__second-col {
    width: auto;
  }

  .right-arrow-round {
    margin-left: 0;
    bottom: -70px;
    left: 85px;
  }

  .empty-state-2 {
    flex-direction: column;
  }

  .button {
    margin-top: 20px;
  }

  .navigation {
    width: 100vw;
    height: 65px;
  }

  .div-vorabseite {
    margin-left: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-vorabseite-text {
    justify-content: flex-start;
    padding-top: 100px;
  }

  .home {
    margin-bottom: 20px;
    font-size: 10vw;
  }

  .p {
    font-size: 15px;
  }

  .p.footer {
    font-size: 11px;
    line-height: 15px;
  }

  .p.freddy, .textlink.freddy {
    font-size: 17px;
  }

  .div-vorabseite-footer {
    bottom: 20px;
  }

  .navigation-vorabseite {
    width: 60px;
  }

  .h3.fix-high {
    height: auto;
  }

  .h3.freddy {
    font-size: 17px;
  }

  .div-social-media.black {
    z-index: 901;
    display: none;
    inset: 0% 50px auto auto;
  }

  .home-image {
    height: 350px;
  }

  .div-button {
    padding: 5px 7px;
    bottom: 40px;
    left: 20px;
  }

  .arrow {
    width: 40px;
    margin-right: 10px;
  }

  .list {
    margin-right: 0;
    font-size: 12px;
  }

  .list-item {
    flex-direction: row;
  }

  .list-item.agenda {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .div-agenda {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-agenda.titel {
    width: 100%;
  }

  .abdunkler {
    width: 20px;
    left: -20px;
  }

  .hero-title-wrap {
    margin-top: 0;
  }

  .flex-space {
    margin-top: 40px;
  }

  .lead {
    font-size: 18px;
    line-height: 28px;
  }

  .lead.freddy {
    font-size: 4.5vw;
  }

  .formfeld {
    font-size: 13px;
  }

  .div-filter {
    height: 300px;
  }

  .section-header-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

  .grid-4 {
    margin-bottom: -16%;
  }

  .menu-small-grid-4-item {
    width: 100%;
    margin-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .icons {
    margin-bottom: 20px;
  }

  .section-st-rer {
    border-style: none;
    border-width: 8px;
    margin-right: 55px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .grafik-image {
    width: 100%;
  }

  .homepage {
    font-size: 7vw;
  }

  ._50 {
    height: 350px;
  }

  .div-stoerer {
    width: 110px;
    height: 110px;
    bottom: -100px;
  }

  .div-logo.w--current {
    width: 75vw;
    margin-bottom: 20px;
  }

  .div-bubble {
    width: 150px;
    height: 150px;
    right: 60px;
  }

  .div-bubble.freddy {
    width: 130px;
    height: 130px;
  }

  .h-navigation {
    font-size: 6vw;
  }

  .button-wrapper {
    grid-column-gap: 10px;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin: 10px 65px 10px 10px;
  }

  .preferences-container {
    width: 100vw;
    min-width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-teaser {
    width: 110px;
    height: 110px;
    bottom: -100px;
  }

  .dropdown {
    margin-top: 40px;
  }

  .div-100 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 8.5vw;
  }

  .section-description__container {
    flex-direction: column;
  }

  .h1 {
    font-size: 9.5vw;
  }

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

  .card-blog__wrapper-image {
    justify-content: center;
    align-items: center;
  }

  .card-blog__wrapper-text {
    height: auto;
    padding-left: 20px;
  }

  .card-blog__wrapper-text.nopadding {
    padding-left: 0;
  }

  .main-navigation {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-navigation__logo.short {
    margin-right: 0;
  }

  .main-navigation__wrap-burger {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section.keinabstand.kacheln {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    z-index: 2;
    bottom: 0;
  }

  .footer__top {
    padding-right: 0;
  }

  .navigation-content {
    background-color: var(--white);
    inset: 0%;
  }

  .filter {
    width: auto;
    height: 100%;
    margin-left: 20px;
    padding-left: 20px;
    inset: 0%;
  }

  .link__top-menu {
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .wrapper-image__img {
    width: 120%;
  }

  .content__social {
    display: none;
    position: static;
  }

  .wrap__copiwrite {
    margin-right: 20px;
  }

  .link__text-productpage {
    font-size: 5vw;
  }

  .utility-page-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .link-card {
    background-color: #fff;
  }

  .heading-product {
    font-size: 22px;
  }

  .wrapper-card-home {
    background-color: #fff;
    height: 400px;
  }

  .wrapper-text {
    z-index: 2;
    background-color: #f4f4f4c4;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-home__link {
    background-color: #fff;
  }

  .team-section__grid {
    grid-template: "Area"
                   "Area-4"
                   "Area-2"
                   "Area-5"
                   "Area-3"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   "Area-10"
                   / 1fr;
  }

  .team-image__img._1 {
    width: auto;
    max-width: none;
    height: 350px;
  }

  .cart-button {
    color: #000;
    border-style: none;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

  .cart {
    left: 0;
  }

  .hero-product-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-page_image-wrap {
    padding-top: 79px;
    padding-left: 0;
    padding-right: 0;
  }

  .container__wrap-text {
    width: 100%;
  }

  .section-review {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stikywrap__container, .container__wrapper-cart {
    width: 100%;
  }

  .details__second-col {
    width: auto;
  }

  .cart__submit-button {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid__detail-shipment {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .second-col__grid {
    grid-template-columns: 1fr;
  }

  .detail-shipment__paragraph {
    text-align: center;
    align-self: center;
    bottom: 30px;
  }

  .section-details {
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid__text-wrapper {
    padding-left: 20px;
  }

  .div-vorabseite {
    width: 100%;
  }

  .div-vorabseite-text {
    margin-right: 40px;
  }

  .home {
    font-size: 13vw;
  }

  .collection-item-startseite {
    align-content: center;
  }

  .div-hometeaser-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
    display: flex;
  }

  .home-image-foto {
    flex: none;
  }

  .list-item {
    flex-direction: column;
  }

  .hero-title-wrap {
    position: static;
  }

  .lead {
    column-count: 1;
  }

  .lead.freddy {
    font-size: 6vw;
  }

  .formfeld {
    border-radius: 0;
  }

  .section-header-wrapper, .menu-small-grid-4-item {
    width: 100%;
  }

  .grafik-image {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-50 {
    width: 100%;
    margin-bottom: 20px;
  }

  .homepage {
    font-size: 8vw;
  }

  ._50.zweibilder {
    margin-bottom: 0;
    display: none;
  }

  .div-logo.w--current {
    flex-direction: column;
    place-content: flex-end center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .div-bubble {
    right: 20px;
  }

  .div-bubble.freddy {
    top: -60px;
  }

  .h-navigation {
    font-size: 9.5vw;
  }

  .preferences-link {
    margin-right: 0;
  }

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

  .fs-cookie-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 20px;
    overflow: scroll;
  }

  .button-2 {
    width: 100%;
  }

  .button-2.deny {
    margin-right: 0;
  }

  .button-2.deny.abstand {
    margin-bottom: 10px;
  }

  .close-button-2 {
    top: 10px;
    right: 10px;
  }

  .div-oeffnungszeiten {
    flex-direction: column;
    height: 60px;
  }
}

#w-node-_948180f7-adef-e804-807e-15ff32f38a4c-7817c2ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_948180f7-adef-e804-807e-15ff32f38a4e-7817c2ff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_948180f7-adef-e804-807e-15ff32f38a50-7817c2ff {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_3990c134-2af7-6b44-e6fc-59d573e63155-7817c2ff {
  justify-self: end;
}

#w-node-_948180f7-adef-e804-807e-15ff32f38a73-7817c2ff, #w-node-_948180f7-adef-e804-807e-15ff32f38a7d-7817c2ff {
  place-self: start end;
}

#w-node-_3c3ea0d1-9d29-122d-2fe5-39f7939a5455-7817c343 {
  grid-area: Area-2;
}

#w-node-_6bb66ec0-668e-7b94-4d10-ce536d5f66f9-7817c343 {
  grid-area: Area;
}

#w-node-_6e9a98bb-7f0c-ea02-d678-776e5b60e922-7817c343 {
  grid-area: Area-3;
}

#w-node-c264c295-11ad-1373-79ba-27561eb84619-7817c343 {
  grid-area: Area-4;
}

@media screen and (max-width: 479px) {
  #w-node-_948180f7-adef-e804-807e-15ff32f38a4b-7817c2ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_948180f7-adef-e804-807e-15ff32f38a4c-7817c2ff {
    place-self: auto;
  }

  #w-node-_948180f7-adef-e804-807e-15ff32f38a50-7817c2ff {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_6ed6c9df-8a18-7aaa-24ae-570cc95d7fd2-7817c343 {
    justify-self: stretch;
  }
}


