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

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

.af-view .w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.af-view .w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.af-view .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.af-view .w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.af-view .w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.af-view .w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.af-view .w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.af-view .w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

.af-view .w-commerce-commercecartitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.af-view .w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

.af-view .w-commerce-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

.af-view .w-commerce-commercecartquantity:-ms-input-placeholder {
  color: #999;
}

.af-view .w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

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

.af-view .w-commerce-commercecartquantity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.af-view .w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.af-view .w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

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

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

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

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

.af-view .w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.af-view .w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.af-view .w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.af-view .w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.af-view .w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.af-view .w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.af-view .w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.af-view .w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

.af-view .w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

.af-view .w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

.af-view .w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.af-view .w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.af-view .w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

.af-view .w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.af-view .w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.af-view .w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

.af-view .w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.af-view .w-commerce-commercecheckoutcardnumber.af-class--wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.af-view .w-commerce-commercecheckoutcardexpirationdate.af-class--wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.af-view .w-commerce-commercecheckoutcardsecuritycode.af-class--wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.af-view .w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

.af-view .w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.af-view .w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

.af-view .w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.af-view .w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.af-view .w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.af-view .w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.af-view .w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.af-view .w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

.af-view .w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.af-view .w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.af-view .w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.af-view .w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.af-view .w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

.af-view .w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.af-view .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.af-view .w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.af-view .w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

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

.af-view .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.af-view .w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

.af-view .w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.af-view .w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.af-view .w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .af-view .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .af-view .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .af-view .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .af-view .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .af-view .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .af-view .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .af-view .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .af-view .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

.af-view h1 {
  position: static;
  top: 96px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 10vh;
  line-height: 10vh;
  font-weight: 700;
}

.af-view h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
}

.af-view h3 {
  margin-top: 10px;
  margin-bottom: 25px;
  color: #6b6b6b;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.af-view h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.af-view p {
  position: static;
  left: 151px;
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.af-view a {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #000;
  text-decoration: underline;
}

.af-view .af-class-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.af-view .af-class-nav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.1);
  background-color: transparent;
}

.af-view .af-class-body {
  display: block;
  height: 6416px;
  margin-left: 0px;
  background-color: #fff;
  font-family: Vollkorn, serif;
  font-size: 15px;
}

.af-view .af-class-feature-content {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: 84%;
  max-width: none;
  min-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-bottom: 0px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.af-view .af-class-title {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px none #2e2e2e;
  color: #a8a8a8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.af-view .af-class-nav-menu-wrap {
  position: relative;
  left: 227px;
  height: 100%;
  margin-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.af-view .af-class-black {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 70px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-nav-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.af-view .af-class-nav-menu-2 {
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: none;
  min-height: auto;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.af-view .af-class-brand {
  left: 0px;
  width: 17vh;
  height: 10vh;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/Naturstein__5_-removebg-preview.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.af-view .af-class-paragraph-3 {
  position: static;
  left: 0px;
  top: 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-button-2 {
  position: static;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 0px 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  box-shadow: inset 0 -6px 0 -4px #0a0a0a;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.af-view .af-class-button-2:hover {
  box-shadow: inset 0 -6px 0 -4px #7a7878;
}

.af-view .af-class-button-2:active {
  color: #646060;
}

.af-view .af-class-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.af-view .af-class-utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.af-view .af-class-body-2 {
  background-color: #0a0a0a;
}

.af-view .af-class-grid-4 {
  width: 100%;
  height: 406vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: 25% 25% 25% 25%;
  grid-template-rows: 25% 25% 25% 25%;
}

.af-view .af-class-div-block-32 {
  height: 100%;
  background-image: url('../images/dsrwl0zQ.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(110%) saturate(120%);
  filter: brightness(110%) saturate(120%);
}

.af-view .af-class-div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #f7f4ee;
}

.af-view .af-class-div-block-34 {
  height: 100%;
  background-image: url('../images/MVM3_EAc.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: contrast(120%) saturate(120%);
  filter: contrast(120%) saturate(120%);
}

.af-view .af-class-div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-36 {
  height: 100%;
  background-image: url('../images/qFXhX13w.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: contrast(120%) saturate(120%);
  filter: contrast(120%) saturate(120%);
}

.af-view .af-class-div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4ee;
}

.af-view .af-class-div-block-38 {
  height: 100%;
  background-image: url('../images/TU0JMW-w.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: saturate(110%) saturate(120%);
  filter: saturate(110%) saturate(120%);
}

.af-view .af-class-div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  border-bottom: 1px none rgba(0, 0, 0, 0.27);
}

.af-view .af-class-div-block-42 {
  width: 149px;
}

.af-view .af-class-div-block-43 {
  width: 6%;
}

.af-view .af-class-div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f7f4ee;
}

.af-view .af-class-nav-link-copy {
  display: block;
  margin-right: 15px;
  margin-bottom: 4px;
  margin-left: 15px;
  padding: 40px 0px 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.af-view .af-class-nav-link-copy:hover {
  margin-bottom: -2px;
  padding-bottom: 30px;
  box-shadow: inset 0 -4px 0 -2px #7d7;
}

.af-view .af-class-nav-link-copy:active {
  box-shadow: inset 0 -5px 0 0 #fff;
  color: #b49e9e;
}

.af-view .af-class-nav-link-copy.w--current {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  color: #fff;
  font-weight: 700;
}

.af-view .af-class-nav-link-copy {
  margin-right: 15px;
  margin-bottom: 4px;
  margin-left: 15px;
  padding: 40px 0px 17px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.af-view .af-class-nav-link-copy:hover {
  margin-bottom: -2px;
  padding-bottom: 30px;
  box-shadow: inset 0 -4px 0 0 #7d7;
  color: #fff;
  font-weight: 700;
}

.af-view .af-class-nav-link-copy:active {
  box-shadow: inset 0 -2px 0 0 #7d7;
  color: #7d7;
}

.af-view .af-class-nav-link-copy.w--current {
  height: 102px;
  box-shadow: 0 2px 0 0 #7d7;
  color: #7d7;
  font-weight: 700;
}

.af-view .af-class-body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-sale-tittle {
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 7vh;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-nav-link-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 101.5555572509766%;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 2.5vh;
  font-weight: 400;
}

.af-view .af-class-nav-link-copy:hover {
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 -2px 0 0 #fff;
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-nav-link-copy:active {
  box-shadow: inset 0 -5px 0 0 #fff;
  color: #b49e9e;
}

.af-view .af-class-nav-link-copy.w--current {
  height: 100%;
  box-shadow: 0 3px 0 0 #fff;
  color: #fff;
  font-weight: 700;
}

.af-view .af-class-footer-3 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 420px;
  max-height: 420px;
  min-height: 93px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
  color: #000;
  text-align: center;
}

.af-view .af-class-grid-6 {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-grid-6:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-div-block-61 {
  position: static;
  top: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-62 {
  position: static;
  left: 0px;
  top: -21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30%;
  max-height: none;
  min-height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-button-14 {
  position: static;
  height: 37px;
  background-color: transparent;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 2.5vh;
  text-decoration: none;
}

.af-view .af-class-button-14:hover {
  color: #6b6b6b;
}

.af-view .af-class-div-block-63 {
  width: 172px;
  height: 120px;
  min-height: 99px;
  margin-top: 0px;
  margin-bottom: 13px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/Naturstein__5_-removebg-preview.png');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 16px;
}

.af-view .af-class-contact-form {
  position: relative;
  left: 0px;
  top: 106px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 674px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.af-view .af-class-contact-form-grid {
  display: -ms-grid;
  display: grid;
  height: 284px;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-heading-22 {
  position: relative;
  top: -19px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 8vh;
  line-height: 56px;
  font-weight: 400;
}

.af-view .af-class-text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px 13px;
  border-color: #000 #000 #0a0a0a;
  background-color: transparent;
  font-family: Vollkorn, serif;
  font-size: 21px;
  font-weight: 400;
}

.af-view .af-class-text-field::-webkit-input-placeholder {
  color: #0a0a0a;
  font-size: 21px;
  font-weight: 400;
}

.af-view .af-class-text-field:-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 21px;
  font-weight: 400;
}

.af-view .af-class-text-field::-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 21px;
  font-weight: 400;
}

.af-view .af-class-text-field::placeholder {
  color: #0a0a0a;
  font-size: 21px;
  font-weight: 400;
}

.af-view .af-class-text-field-2 {
  border-style: none none solid;
  border-width: 1px 1px 2px 2px;
  border-color: #000 #000 #0a0a0a;
  background-color: transparent;
  font-family: Vollkorn, serif;
  font-size: 21px;
}

.af-view .af-class-text-field-2::-webkit-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-2:-ms-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-2::-ms-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-2::placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-3 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #0a0a0a;
  background-color: transparent;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 21px;
  font-weight: 400;
}

.af-view .af-class-text-field-3::-webkit-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-3:-ms-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-3::-ms-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-3::placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-4 {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #0a0a0a;
  background-color: transparent;
  font-family: Vollkorn, serif;
  color: rgba(52, 52, 52, 0.64);
  font-size: 21px;
}

.af-view .af-class-text-field-4::-webkit-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-4:-ms-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-4::-ms-input-placeholder {
  color: #0a0a0a;
}

.af-view .af-class-text-field-4::placeholder {
  color: #0a0a0a;
}

.af-view .af-class-textarea {
  overflow: visible;
  width: 656px;
  height: 164px;
  max-height: 126px;
  max-width: 100%;
  min-height: 79px;
  margin-top: 31px;
  margin-bottom: -4px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #0a0a0a;
  background-color: transparent;
}

.af-view .af-class-textarea::-webkit-input-placeholder {
  font-family: Vollkorn, serif;
  color: #434343;
  font-size: 21px;
}

.af-view .af-class-textarea:-ms-input-placeholder {
  font-family: Vollkorn, serif;
  color: #434343;
  font-size: 21px;
}

.af-view .af-class-textarea::-ms-input-placeholder {
  font-family: Vollkorn, serif;
  color: #434343;
  font-size: 21px;
}

.af-view .af-class-textarea::placeholder {
  font-family: Vollkorn, serif;
  color: #434343;
  font-size: 21px;
}

.af-view .af-class-container-4 {
  position: relative;
  left: -237px;
  top: -38px;
  height: 578px;
  max-width: 554px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-div-block-64 {
  position: absolute;
  left: 749px;
  top: 249px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 448px;
  height: 338px;
  max-width: 462px;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #0a0a0a;
}

.af-view .af-class-heading-23 {
  width: 350px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 700;
  text-align: left;
}

.af-view .af-class-paragraph-17 {
  left: 58px;
  width: 354px;
}

.af-view .af-class-paragraph-18 {
  left: 29px;
  top: 16px;
  width: 354px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 21px;
  line-height: 33px;
}

.af-view .af-class-text-block-29 {
  padding-top: 12px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
}

.af-view .af-class-senden {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-senden:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-senden.af-class-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 134px;
  height: 49px;
  margin-top: 59px;
  margin-right: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: #0a0a0a;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 23px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.af-view .af-class-senden.af-class-dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #1f1e1e;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.af-view .af-class-form-3 {
  height: 402px;
}

.af-view .af-class-checkbox-label {
  position: relative;
  left: 9px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 400;
}

.af-view .af-class-checkbox {
  position: relative;
  top: -2px;
  width: 19px;
  height: 15px;
  background-color: #000;
  font-size: 23px;
}

.af-view .af-class-checkbox-field-2 {
  position: relative;
  top: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 552px;
  height: 31px;
  margin-top: -7px;
  margin-bottom: -17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-text-block-32 {
  position: static;
  left: 55px;
  top: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 354px;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vollkorn, serif;
}

.af-view .af-class-bold-text {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Bitter, serif;
  color: #0a0a0a;
  font-size: 19px;
}

.af-view .af-class-centered-container-3 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.af-view .af-class-iphone-nav {
  position: fixed;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 999999999;
  display: block;
  overflow: visible;
  width: 100%;
  height: 9%;
  padding: 0px 0vw;
  float: none;
  clear: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 42%, 0.14);
  background-color: transparent;
  line-height: 35px;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-naturstein {
  position: absolute;
  left: 99px;
  top: 140px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  height: 310px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.af-view .af-class-heading-39 {
  margin-top: 20px;
  font-family: Vollkorn, serif;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-konfigurator1 {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-konfigurator1:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-konfigurator1.af-class-dark {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 62%;
  height: 7vh;
  margin-top: 18px;
  margin-right: 0px;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 4vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-konfigurator1.af-class-dark:hover {
  border-style: none;
  border-color: transparent;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-section-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 712px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-color-block {
  position: relative;
  left: 49px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 430px;
  margin-left: -81px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #343434;
  text-align: right;
}

.af-view .af-class-info-sale-block {
  position: relative;
  left: 64px;
  top: -80px;
  width: 41%;
  margin-left: 71px;
  text-align: left;
}

.af-view .af-class-button-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.af-view .af-class-button-link:hover {
  text-decoration: underline;
}

.af-view .af-class-button-link.af-class-product {
  display: inline-block;
  margin-top: 20px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

.af-view .af-class-paragraph-26 {
  left: 0px;
  width: 456px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.af-view .af-class-neu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 339px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.af-view .af-class-saler {
  position: relative;
  left: 15px;
  width: 41%;
  text-align: left;
}

.af-view .af-class-lato {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 585px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.af-view .af-class-vasi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 323px;
  margin-top: 41px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.af-view .af-class-colur {
  position: relative;
  left: 4px;
  top: -71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 430px;
  margin-right: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #7d7;
}

.af-view .af-class-blo {
  position: relative;
  left: 4px;
  top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 430px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #343434;
}

.af-view .af-class-badu {
  position: relative;
  left: 64px;
  top: -71px;
  width: 41%;
  margin-left: 108px;
  text-align: left;
}

.af-view .af-class-div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 234px;
  clear: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.af-view .af-class-mehrpro {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-mehrpro:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-mehrpro.af-class-dark {
  margin-top: 0px;
  margin-right: 0px;
  padding: 20px 40px;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  background-color: #7d7;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  font-weight: 700;
}

.af-view .af-class-mehrpro.af-class-dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #1f1e1e;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.af-view .af-class-mehrpro.af-class-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 273px;
  height: 59px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: #fff;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-mehrpro.af-class-dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #000;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.af-view .af-class-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 530px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/-UH17ZfA.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/-UH17ZfA.jpeg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, auto;
}

.af-view .af-class-subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-subscribe-form-input-wrapper {
  text-align: left;
}

.af-view .af-class-subscribe-form-input {
  width: 284px;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-heading-41 {
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 37px;
  line-height: 7vh;
  font-weight: 400;
}

.af-view .af-class-submit-button-2 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(0, 0, 0, 0.85);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 17px;
}

.af-view .af-class-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2086px;
  background-color: #fff;
}

.af-view .af-class-column1 {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-column2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-photo {
  height: 800px;
}

.af-view .af-class-photo.af-class-_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 695px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Werkstatt.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(130%) contrast(120%);
  filter: saturate(130%) contrast(120%);
}

.af-view .af-class-photo.af-class-_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 695px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/IMG_0515-1-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(130%) contrast(120%);
  filter: saturate(130%) contrast(120%);
}

.af-view .af-class-photo.af-class-_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 695px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/steinkreuz.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(130%) contrast(120%);
  filter: saturate(130%) contrast(120%);
}

.af-view .af-class-contentholder {
  position: relative;
  height: 100%;
}

.af-view .af-class-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 410px;
  height: 162px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a0a0a;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-content-3 {
  width: 533px;
  height: 96px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-heading-43 {
  width: 492px;
  color: #0a0a0a;
  font-size: 5vh;
  line-height: 6vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-heading-44 {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 6vh;
  line-height: 8vh;
  font-weight: 400;
}

.af-view .af-class-paragraph-29 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 49%;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #0a0a0a;
  font-size: 2.6vh;
  line-height: 5vh;
  text-align: left;
}

.af-view .af-class-div-block-88 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f7f4ee;
}

.af-view .af-class-heading-45 {
  position: static;
  top: -881px;
  margin-top: 65px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-paragraph-30 {
  position: static;
  left: 0px;
  top: -875px;
  width: 839px;
  margin-top: 49px;
  margin-bottom: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  line-height: 36px;
  text-align: center;
}

.af-view .af-class-div-block-89 {
  position: static;
  top: 189px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 74%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-grabstein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/IMG_20210614_135822-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/IMG_20210614_135822-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.af-view .af-class-grabstein:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_20210614_135822-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_20210614_135822-min.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.af-view .af-class-heading-46 {
  position: static;
  font-size: 7vh;
  line-height: 7vh;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.af-view .af-class-weitere {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 72%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.af-view .af-class-heading-48 {
  position: static;
  top: -41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-paragraph-31 {
  position: static;
  left: 0px;
  top: -32px;
  width: auto;
  min-width: auto;
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-section-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section-31:hover {
  border: 1px none #000;
}

.af-view .af-class-wo {
  position: static;
  top: 289px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-natur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.35);
  background-color: #fff;
}

.af-view .af-class-natur:hover {
  background-image: none;
}

.af-view .af-class-tet {
  position: static;
  left: 0px;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.5vh;
  line-height: 5vh;
  text-align: left;
}

.af-view .af-class-ted {
  position: static;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
}

.af-view .af-class-div-block-97 {
  position: static;
  top: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 739px;
  height: 78px;
  margin-top: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-featur {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: 84%;
  max-width: none;
  min-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-bottom: 0px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.af-view .af-class-besch {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: 84%;
  max-width: none;
  min-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-bottom: 0px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.af-view .af-class-best {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  height: 84%;
  max-width: none;
  min-width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-bottom: 0px;
  padding-left: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
}

.af-view .af-class-div-block-104 {
  height: 149px;
}

.af-view .af-class-menu-button-2 {
  left: 0px;
  top: 26px;
  display: none;
  color: #fff;
  font-size: 30px;
}

.af-view .af-class-text-block-39 {
  display: none;
  color: #fff;
  font-size: 34px;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-nav-inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-nav-bottom-outer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
}

.af-view .af-class-wrap-s-3 {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.af-view .af-class-wrap-s-4 {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_0564-min.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_0564-min.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-wrap-s-2 {
  position: fixed;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.af-view .af-class-transition-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  height: 100vh;
  background-color: #000;
}

.af-view .af-class-nav-wrapper-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.af-view .af-class-wrap-s-1-2 {
  position: fixed;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.af-view .af-class-bg-3-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_20210614_135822-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_20210614_135822-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-bg-2-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/IMG_20210614_154913-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/IMG_20210614_154913-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-s-main-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  min-height: 600vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-text-block-42 {
  position: relative;
  z-index: 2;
  margin-top: 25px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.af-view .af-class-ab-2-2 {
  position: static;
  z-index: 2;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 10vh;
  line-height: 12vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-bg-4-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section-35 {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 8000px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-produktpreis {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #0a0a0a;
  font-size: 2.5vh;
  line-height: 34px;
  font-weight: 400;
}

.af-view .af-class-produktname {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 6vh;
  line-height: 55px;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-produktkategorie {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.af-view .af-class-produkttext {
  position: static;
  left: -85px;
  top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 421px;
  height: 1563px;
  margin: 25px 52px 0px -52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-produktcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1573px;
  margin-top: -43px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-produktsection {
  width: 100%;
  height: 1635px;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.af-view .af-class-ubersimon {
  position: relative;
  top: 0px;
  z-index: 9007199254740991;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 12vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-meister {
  position: static;
  z-index: 2;
  display: block;
  width: 782px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 10vh;
  line-height: 12vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-pf {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 10vh;
  line-height: 12vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-hold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-top: 148px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.af-view .af-class-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/a02u7Bls.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(120%) contrast(120%);
  filter: saturate(120%) contrast(120%);
}

.af-view .af-class-versprech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.af-view .af-class-hold2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.af-view .af-class-flo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/IMG_0693-min.JPG');
  background-position: 50% 19%;
  background-size: cover;
  background-repeat: no-repeat;
}

.af-view .af-class-ver {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f7f4ee;
}

.af-view .af-class-hed {
  position: static;
  top: -15px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
}

.af-view .af-class-hed2 {
  position: static;
  top: -19px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
}

.af-view .af-class-too {
  position: static;
  width: 515px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  line-height: 33px;
  text-align: center;
}

.af-view .af-class-moo {
  position: static;
  width: 515px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  line-height: 33px;
  text-align: center;
}

.af-view .af-class-text-block-45 {
  color: #fff;
}

.af-view .af-class-shopover {
  display: block;
  width: 100%;
  height: 730px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-layer {
  position: static;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 73px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.af-view .af-class-layer.af-class-nice {
  width: 100%;
  height: 730px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #0a0a0a;
}

.af-view .af-class-berschrift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-berschrift.af-class-klein {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  margin-top: -25px;
  margin-right: 0%;
  margin-left: 60px;
}

.af-view .af-class-gro-bild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-pager {
  color: #000;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
}

.af-view .af-class-pager.af-class-gros {
  width: 614px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 52px;
  line-height: 69px;
  font-weight: 500;
  text-align: left;
}

.af-view .af-class-para {
  font-size: 16px;
  line-height: 26px;
}

.af-view .af-class-para.af-class-nine {
  left: 0px;
  margin-top: 14px;
  margin-bottom: 7px;
  margin-left: 0px;
  padding-left: 0px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.af-view .af-class-groes {
  margin-top: 40px;
}

.af-view .af-class-bild1 {
  width: 795px;
  height: 484px;
  margin-top: 211px;
  margin-left: -238px;
  background-image: url('../images/IMGs-min.png');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.af-view .af-class-filt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21%;
  height: 60px;
  margin-left: -19px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
}

.af-view .af-class-section-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.af-view .af-class-div-block-119 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 77px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-text-block-52 {
  margin-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #0a0a0a;
  font-size: 7vh;
}

.af-view .af-class-grabpflegen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_0693-min.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_0693-min.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.af-view .af-class-grabpflegen:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_0693-min.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_0693-min.JPG');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.af-view .af-class-heading-57 {
  position: relative;
  top: 90px;
  margin-top: 1px;
  margin-bottom: 23px;
  padding-top: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
}

.af-view .af-class-div-block-128 {
  width: 100%;
  height: 100%;
  background-image: url('../images/3X_5QKiw.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(73%) saturate(145%) contrast(151%);
  filter: brightness(73%) saturate(145%) contrast(151%);
}

.af-view .af-class-content-wrapper {
  position: relative;
  left: -28px;
  max-width: 78%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-icon.af-class-accordion-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27px;
  height: 27px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  line-height: 37px;
  cursor: pointer;
}

.af-view .af-class-icon.af-class-accordion-icon {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.af-view .af-class-icon.af-class-accordion-icon {
  width: 3vh;
  height: 3vh;
  color: rgba(0, 0, 0, 0.6);
  font-size: 4vh;
  line-height: 30px;
  cursor: pointer;
}

.af-view .af-class-accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.af-view .af-class-header-center-box.af-class-_75 {
  width: 100%;
  text-align: left;
}

.af-view .af-class-header-center-box.af-class-_75 {
  width: 75%;
  margin-left: 0px;
}

.af-view .af-class-header-center-box.af-class-_75 {
  width: 75%;
}

.af-view .af-class-accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
  font-size: 2.5vh;
  line-height: 4vh;
}

.af-view .af-class-s-scroll {
  position: relative;
  overflow: hidden;
  height: 108vh;
}

.af-view .af-class-content-top-right {
  max-width: 400px;
  font-family: Vollkorn, serif;
  font-size: 14px;
  line-height: 2em;
}

.af-view .af-class-content-top-left {
  margin-top: 61px;
}

.af-view .af-class-content-bottom {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Vollkorn, serif;
}

.af-view .af-class-transition-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  background-color: #000;
}

.af-view .af-class-s-scroll-bg-img {
  height: 100%;
  background-image: url('../images/bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.af-view .af-class-s-scroll-bg-img.af-class-is-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: url('../images/fabian-kozdon-5ZeooCGNw3s-unsplash.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.af-view .af-class-content-heading-wrapper {
  position: relative;
  top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
}

.af-view .af-class-content-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-interaction-letter {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 7.5em;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: none;
}

.af-view .af-class-body-login {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
  font-family: Vollkorn, serif;
  font-size: 15px;
}

.af-view .af-class-feature-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.af-view .af-class-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #009da3;
  box-shadow: 0 1px 20px 0 rgba(34, 34, 34, 0.16);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 20px;
  text-transform: uppercase;
}

.af-view .af-class-button:hover {
  background-color: #008085;
  box-shadow: 0 5px 30px 0 rgba(34, 34, 34, 0.16);
}

.af-view .af-class-button.af-class-registration {
  width: 100%;
  height: 45px;
  background-color: #0a0a0a;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.af-view .af-class-button.af-class-registration {
  width: 100%;
  height: 45px;
  background-color: #0a0a0a;
  font-size: 16px;
  font-weight: 500;
}

.af-view .af-class-form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.af-view .af-class-text-block-8 {
  margin-right: 3px;
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-legal-text {
  opacity: 0.85;
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.af-view .af-class-legal-text.af-class-_3 {
  color: #374252;
}

.af-view .af-class-logo-img {
  width: 45px;
}

.af-view .af-class-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #2d323e;
  font-size: 26px;
  line-height: 130%;
  font-weight: 500;
  text-align: center;
}

.af-view .af-class-text-field-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.af-view .af-class-text-field-box.af-class-_2 {
  width: 100%;
}

.af-view .af-class-feature-icon {
  width: 24px;
  margin-right: 12px;
}

.af-view .af-class-form-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.af-view .af-class-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-_1px-div-line {
  width: 40%;
  height: 0.8px;
  background-color: #e4e4e4;
}

.af-view .af-class-checkbox-2 {
  width: 14px;
  height: 14px;
}

.af-view .af-class-checkbox-2.w--redirected-checked {
  background-color: #2d323e;
}

.af-view .af-class-checkbox-field {
  margin-bottom: 15px;
}

.af-view .af-class-legal-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-legal-box.af-class-_2-copy {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.af-view .af-class-legal-box.af-class-_2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.af-view .af-class-text-field-5 {
  height: 45px;
  border-radius: 5px;
  font-size: 15px;
}

.af-view .af-class-text-field-5:focus {
  border: 1px solid #009da3;
}

.af-view .af-class-text-field-5::-webkit-input-placeholder {
  color: #6b6b6b;
}

.af-view .af-class-text-field-5:-ms-input-placeholder {
  color: #6b6b6b;
}

.af-view .af-class-text-field-5::-ms-input-placeholder {
  color: #6b6b6b;
}

.af-view .af-class-text-field-5::placeholder {
  color: #6b6b6b;
}

.af-view .af-class-div-block-6-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-form-wrapper {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.af-view .af-class-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-link-8 {
  color: #2d323e;
}

.af-view .af-class-page-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0a0a0a;
}

.af-view .af-class-page-container.af-class-_2 {
  background-color: #fff;
}

.af-view .af-class-heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-heading-1 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 32px;
  color: #fff;
  font-size: 42px;
  line-height: 130%;
  font-weight: 500;
}

.af-view .af-class-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.af-view .af-class-feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-link-3 {
  margin-left: 3px;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.af-view .af-class-link-3:hover {
  text-decoration: underline;
}

.af-view .af-class-field-label-2 {
  display: none;
  color: rgba(55, 66, 82, 0.9);
  font-weight: 600;
}

.af-view .af-class-success-message {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: rgba(0, 157, 163, 0.12);
  color: #009da3;
  font-weight: 600;
}

.af-view .af-class-content-wrapper-2 {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 454.3999938964844px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-brand-2 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.af-view .af-class-checkbox-label-2 {
  opacity: 0.7;
  color: #6b6b6b;
  font-weight: 500;
  text-decoration: none;
}

.af-view .af-class-page-container-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0a0a0a;
}

.af-view .af-class-page-container-2.af-class-_2 {
  background-color: #fff;
}

.af-view .af-class-link-9 {
  margin-left: 3px;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.af-view .af-class-link-9:hover {
  text-decoration: underline;
}

.af-view .af-class-section-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-dankeregister {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 919px;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: #434343;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px -8px #000;
}

.af-view .af-class-th {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 301px;
  height: 102px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-bottom: 1px solid rgba(67, 67, 67, 0.27);
  line-height: 45px;
}

.af-view .af-class-y {
  width: 87px;
  height: 86px;
}

.af-view .af-class-hel {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  color: #434343;
  font-size: 3vh;
  text-align: center;
}

.af-view .af-class-d {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
}

.af-view .af-class-jawoll {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-jawoll:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-jawoll.af-class-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 113px;
  height: 35px;
  margin-top: 37px;
  margin-right: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: #0a0a0a;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 21px;
  line-height: 22px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.af-view .af-class-jawoll.af-class-dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #1f1e1e;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.af-view .af-class-body-5 {
  background-color: #fff;
}

.af-view .af-class-body-6 {
  height: 4000px;
}

.af-view .af-class-filter_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 873px;
  height: 78px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4ee;
}

.af-view .af-class-inner-link {
  color: #6b7b85;
  line-height: 26px;
  text-decoration: none;
  cursor: pointer;
}

.af-view .af-class-inner-link:hover {
  opacity: 0.7;
}

.af-view .af-class-inner-link.af-class-filter {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0px;
  padding: 8px 16px;
  border: 1px solid transparent;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-inner-link.af-class-filter.w--current {
  border: 1px solid #000;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 18px;
}

.af-view .af-class-product-content-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 21%;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-product-grid {
  margin-top: 32px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  border: 1px none #000;
}

.af-view .af-class-products-wrapper.af-class-first {
  margin-top: 0px;
  padding-top: 0px;
}

.af-view .af-class-small_heading {
  color: #2c4251;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.af-view .af-class-small_heading.af-class-light {
  color: rgba(44, 66, 81, 0.5);
  font-weight: 400;
}

.af-view .af-class-small_heading.af-class-light.af-class-desktop_none {
  display: none;
}

.af-view .af-class-small-heading {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  opacity: 0.7;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 3vh;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.af-view .af-class-heading3 {
  margin-top: 0px;
  color: #000;
  font-size: 32px;
  line-height: 44px;
  font-weight: 300;
}

.af-view .af-class-heading3.af-class-product_title {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 16px;
  right: auto;
  bottom: auto;
  z-index: 11111;
  display: inline-block;
  margin-top: -36px;
  font-family: Vollkorn, serif;
  font-weight: 400;
}

.af-view .af-class-single-product-wrapper {
  position: relative;
  height: 455px;
  padding-bottom: 60px;
  border: 1px none #000;
  background-color: #f7f4ee;
  cursor: pointer;
}

.af-view .af-class-heading4 {
  height: 38px;
  margin-top: 0px;
  margin-bottom: 3px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 4vh;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-section-40 {
  padding: 120px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fcfaf6;
}

.af-view .af-class-divider.af-class-_120px {
  height: 120px;
}

.af-view .af-class-divider.af-class-_24px {
  height: 24px;
}

.af-view .af-class-full_title_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.af-view .af-class-full_title_wrapper.af-class-products {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  display: block;
  height: 80px;
  background-color: #fcfaf6;
}

.af-view .af-class-product-image {
  width: 80%;
}

.af-view .af-class-product-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.00000323836882%;
  height: 115%;
  max-width: 100.00000323836882%;
  min-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.af-view .af-class-section_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 792px;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.af-view .af-class-section_title.af-class-left_align {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.af-view .af-class-section_title.af-class-left_align.af-class-products {
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-heading2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 60px;
  line-height: 58px;
  font-weight: 300;
}

.af-view .af-class-products_title_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.af-view .af-class-product_category_container {
  position: relative;
}

.af-view .af-class-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-container.af-class-products {
  margin-top: -58px;
}

.af-view .af-class-filter_links_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 944px;
  height: 74px;
  margin-left: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none rgba(44, 66, 81, 0.3);
}

.af-view .af-class-text-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vollkorn, serif;
  font-size: 19px;
}

.af-view .af-class-dropdown-list {
  background-color: #fff;
}

.af-view .af-class-dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 631%;
  height: 64px;
  margin-left: -4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4ee;
}

.af-view .af-class-dropdown-link-3 {
  color: #0a0a0a;
  font-size: 18px;
}

.af-view .af-class-dropdown-link-3:hover {
  color: #6b6b6b;
}

.af-view .af-class-dropdown-link-4 {
  font-size: 18px;
}

.af-view .af-class-dropdown-link-4:hover {
  color: #6b6b6b;
}

.af-view .af-class-dropdown-link-5 {
  font-size: 18px;
}

.af-view .af-class-dropdown-link-5:hover {
  color: #6b6b6b;
}

.af-view .af-class-dropdown-toggle {
  width: 139px;
  border-right: 1px solid rgba(44, 66, 81, 0.3);
}

.af-view .af-class-text-block-56 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 2vh;
}

.af-view .af-class-section-41 {
  height: 2493px;
}

.af-view .af-class-container-6 {
  position: relative;
  height: auto;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.af-view .af-class-container-6.af-class-container--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.af-view .af-class-container-6.af-class-container--center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 693px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.af-view .af-class-design-bezel-img {
  width: 70%;
  height: 80%;
  margin-top: 0px;
  opacity: 1;
}

.af-view .af-class-design-bezel-2 {
  padding-top: 0px;
  background-color: #0a0a0a;
}

.af-view .af-class-sub-section-headline-wrap-2 {
  position: relative;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-sub-section-headline-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.005em;
}

.af-view .af-class-section-p-4 {
  width: 380px;
  margin-top: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
}

.af-view .af-class-s-scroll-2 {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.af-view .af-class-sub-section-headline-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.005em;
}

.af-view .af-class-learn-more-button {
  margin-top: 64px;
  padding: 8px 16px;
  border: 1px solid #f5f5f7;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  line-height: 1.17064;
}

.af-view .af-class-learn-more-button:hover {
  background-color: #fff;
  color: #000;
}

.af-view .af-class-learn-more-button.af-class-learn-more-button--blue {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 273px;
  height: 59px;
  margin-top: 15px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: solid;
  border-color: #fff;
  border-radius: 5px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
}

.af-view .af-class-learn-more-button.af-class-learn-more-button--blue:hover {
  color: #0a0a0a;
}

.af-view .af-class-design-glass {
  position: static;
  z-index: 8;
  height: 846px;
  margin-top: 0px;
  background-color: #0a0a0a;
}

.af-view .af-class-sub-section-headline-wrap-3 {
  position: static;
}

.af-view .af-class-glass-img {
  position: static;
  width: 111%;
  height: 155%;
  max-width: 108%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.af-view .af-class-design-water {
  height: 671px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.af-view .af-class-water-img {
  position: relative;
  left: 225px;
  width: 885px;
  height: 613px;
  background-color: transparent;
}

.af-view .af-class-design-water-text-wrap {
  position: relative;
  left: 112px;
  top: -363px;
  padding-right: 68%;
}

.af-view .af-class-sub-section-headline-4 {
  width: 428px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 56px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.005em;
}

.af-view .af-class-sub-section-subheading {
  margin-top: 24px;
  color: #a1a1a6;
  font-size: 21px;
  line-height: 1.19;
  font-weight: 600;
}

.af-view .af-class-sub-section-subheading.af-class-sub-section-subheading--water {
  width: 323px;
  padding-right: 86px;
  font-family: Vollkorn, serif;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
}

.af-view .af-class-bilderslider {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 142px;
  width: 509px;
  height: 488px;
  margin-top: 0px;
  margin-left: 74px;
  background-color: transparent;
}

.af-view .af-class-icon-11 {
  color: #6b6b6b;
  font-size: 20px;
}

.af-view .af-class-icon-12 {
  left: 0px;
  color: #6b6b6b;
  font-size: 20px;
}

.af-view .af-class-slide-8 {
  background-image: url('../images/test-removebg-preview.png');
  background-position: 50% 100%;
  background-size: cover;
}

.af-view .af-class-slide-nav-5 {
  display: none;
}

.af-view .af-class-div-block-134 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 981px;
  height: 165px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border: 1px none #000;
}

.af-view .af-class-div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 267px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-image-118 {
  width: 54px;
  margin-right: 12px;
  padding-right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 12px;
}

.af-view .af-class-neues {
  width: 116px;
  font-size: 128px;
}

.af-view .af-class-neutext {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 19px;
}

.af-view .af-class-image-119 {
  width: 40px;
  margin-right: 15px;
}

.af-view .af-class-div-block-136 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 276px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.af-view .af-class-text-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 188px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vollkorn, serif;
  color: #6b6b6b;
  font-size: 17px;
  line-height: 25px;
  text-align: left;
}

.af-view .af-class-section-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 107%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-deutsch {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 19px;
}

.af-view .af-class-text-span-32 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 19px;
  font-weight: 700;
}

.af-view .af-class-text-block-59 {
  font-family: Vollkorn, serif;
  color: #6b6b6b;
  font-size: 17px;
  line-height: 25px;
}

.af-view .af-class-blocki {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 276px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-137 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 1075px;
  max-height: 281px;
  min-height: 55px;
  margin-top: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px none hsla(0, 0%, 42%, 0.43);
}

.af-view .af-class-div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-text-block-60 {
  margin-top: 0px;
  padding-bottom: 13px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 400;
}

.af-view .af-class-div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.53);
  border-radius: 5px;
}

.af-view .af-class-div-block-140:hover {
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.85);
}

.af-view .af-class-div-block-140:active {
  border-width: 2px;
}

.af-view .af-class-text-block-61 {
  margin-left: 0px;
  font-size: 17px;
  text-decoration: none;
}

.af-view .af-class-div-block-143 {
  width: 86%;
  height: 551px;
  max-height: 384px;
  min-height: 17px;
  margin-top: 26px;
}

.af-view .af-class-div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 18%;
  margin-bottom: -2px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.53) #000 #000;
}

.af-view .af-class-div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.af-view .af-class-div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-div-block-148 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 165px;
  height: 108px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.53);
  border-radius: 5px;
}

.af-view .af-class-div-block-148:active {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.53);
}

.af-view .af-class-div-block-148:focus {
  border-width: 1px;
}

.af-view .af-class-text-block-62 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 20px;
}

.af-view .af-class-farbe1 {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.53);
  border-radius: 100px;
  background-color: transparent;
  background-image: url('../images/grabtafel-pure-indisch-black-removebg-preview.png');
  background-position: 50% 50%;
  background-size: auto;
  box-shadow: 0 0 3px 0 #000;
}

.af-view .af-class-slide-9 {
  height: 100%;
}

.af-view .af-class-slider-5 {
  height: 78%;
  background-color: transparent;
}

.af-view .af-class-slide-nav-7 {
  left: 0px;
  top: 284px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: -2.5875px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 6px;
}

.af-view .af-class-right-arrow-5 {
  left: 245px;
  top: 345px;
  display: block;
  width: 13px;
  height: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b6b6b;
  font-size: 20px;
}

.af-view .af-class-left-arrow-3 {
  left: 259px;
  top: 345px;
  width: 13px;
  height: 26px;
  color: #6b6b6b;
  font-size: 20px;
}

.af-view .af-class-icon-15 {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-icon-16 {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-text-block-64 {
  margin-top: 1px;
}

.af-view .af-class-farbe02 {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.53);
  border-radius: 100px;
  background-color: transparent;
  background-image: url('../images/Blues-in-the-Night.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #000;
}

.af-view .af-class-farbe05 {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.53);
  border-radius: 100px;
  background-color: #050422;
  box-shadow: 0 0 3px 0 #000;
}

.af-view .af-class-farbe06 {
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.53);
  border-radius: 100px;
  background-color: transparent;
  background-image: url('../images/English-Teak.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #000;
}

.af-view .af-class-grosse1 {
  text-decoration: none;
}

.af-view .af-class-grosse2 {
  text-decoration: none;
}

.af-view .af-class-grosse3 {
  text-decoration: none;
}

.af-view .af-class-farbe01 {
  text-decoration: none;
}

.af-view .af-class-farbe01:hover {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.48);
  border-radius: 5px;
}

.af-view .af-class-farbe01:active {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 0 2px 0 #000;
}

.af-view .af-class-farbe01:focus {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 0 2px 0 #000;
}

.af-view .af-class-farbe01:visited {
  border: 1px solid #000;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 0 2px 0 #000;
}

.af-view .af-class-section-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1063px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-149 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92%;
  height: 821px;
  margin-top: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #fff;
}

.af-view .af-class-div-block-155 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/20181022_123211-1098x650.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/20181022_123211-1098x650.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-div-block-155:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/20181022_123211-1098x650.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/20181022_123211-1098x650.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-einzel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/einzel-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/einzel-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-einzel:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/einzel-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/einzel-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-ur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Grabstein-Kalkstein-Baum-Grabgestaltung-Herbst-Grabpflanzen-01-1-1098x650.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Grabstein-Kalkstein-Baum-Grabgestaltung-Herbst-Grabpflanzen-01-1-1098x650.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-ur:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Grabstein-Kalkstein-Baum-Grabgestaltung-Herbst-Grabpflanzen-01-1-1098x650.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Grabstein-Kalkstein-Baum-Grabgestaltung-Herbst-Grabpflanzen-01-1-1098x650.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-urnenwand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/Urnenwand-Kolombarium-Kosten.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/Urnenwand-Kolombarium-Kosten.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-urnenwand:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/Urnenwand-Kolombarium-Kosten.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/Urnenwand-Kolombarium-Kosten.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-grid-7 {
  width: 100.0000012621%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.af-view .af-class-div-block-156 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 87px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #fff;
}

.af-view .af-class-heading-64 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 52px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 30px;
  font-weight: 400;
}

.af-view .af-class-section-45 {
  height: 75px;
  background-color: #0a0a0a;
}

.af-view .af-class-heading-65 {
  font-family: Vollkorn, serif;
  font-weight: 400;
}

.af-view .af-class-div-block-157 {
  width: 100%;
  height: 80px;
}

.af-view .af-class-heading-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-linkeinzel {
  text-decoration: none;
}

.af-view .af-class-linkfamilie {
  text-decoration: none;
}

.af-view .af-class-linkurne {
  text-decoration: none;
}

.af-view .af-class-linkurnenwand {
  text-decoration: none;
}

.af-view .af-class-div-block-158 {
  width: 100%;
  height: 639px;
  background-color: hsla(0, 0%, 42%, 0.03);
}

.af-view .af-class-heading-67 {
  margin-top: 72px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  margin-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: hsla(0, 0%, 42%, 0.03);
}

.af-view .af-class-div-block-160 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-div-block-161 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/grabstein-vom-steinmetz-mit-edelstahl-baum-p2743-removebg-preview.png');
  background-position: 50% 50%;
  background-size: auto;
}

.af-view .af-class-div-block-162 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 650px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-163 {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Schrift-Berta.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.af-view .af-class-div-block-164 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-div-block-165 {
  width: 75%;
  height: 160px;
}

.af-view .af-class-heading-70 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  font-weight: 400;
}

.af-view .af-class-text-block-66 {
  width: 462px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-teil4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-teil5 {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/familiengrabmal-naturstein-baum-design-annot_5-removebg-preview.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.af-view .af-class-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  margin-top: -5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: transparent;
}

.af-view .af-class-div-block-166 {
  width: 100%;
}

.af-view .af-class-div-block-167 {
  width: 100%;
  height: 596px;
}

.af-view .af-class-heading-71 {
  width: 87%;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 6vh;
  font-weight: 400;
}

.af-view .af-class-div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 146px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-weitereslider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 589px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-weiterslider {
  overflow: hidden;
  width: 95%;
  height: 73%;
  background-color: transparent;
  -o-object-fit: none;
  object-fit: none;
}

.af-view .af-class-icon-17 {
  margin-left: 10px;
  color: rgba(10, 10, 10, 0.63);
  font-size: 28px;
}

.af-view .af-class-icon-18 {
  margin-right: 13px;
  color: rgba(10, 10, 10, 0.63);
  font-size: 28px;
}

.af-view .af-class-div-block-169 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-singeler {
  position: relative;
  width: 32%;
  height: 92%;
  padding-right: 0px;
  padding-bottom: 60px;
  border: 1px none #000;
  background-color: #f7f4ee;
  cursor: pointer;
}

.af-view .af-class-div-block-173 {
  position: relative;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 370px;
  margin-top: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.36);
}

.af-view .af-class-text-span-33 {
  font-family: Bitter, serif;
}

.af-view .af-class-div-block-175 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 295px;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.af-view .af-class-text-block-70 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 400;
}

.af-view .af-class-section-47 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 452px;
  max-height: 80px;
  min-height: 64px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-style: none none solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.14) hsla(0, 0%, 42%, 0.5);
  background-color: #fff;
}

.af-view .af-class-div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-text-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 600;
}

.af-view .af-class-texti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 600;
}

.af-view .af-class-div-block-178 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.5);
  border-radius: 5px;
}

.af-view .af-class-div-block-179 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-detail-paragraph {
  text-align: left;
}

.af-view .af-class-detail-paragraph.af-class-subpage {
  margin-bottom: 0px;
  color: #fff;
  line-height: 24px;
  font-weight: 500;
}

.af-view .af-class-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 85.9%, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/scott-webb-268893-unsplash.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/scott-webb-268893-unsplash.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: transparent;
}

.af-view .af-class-hero-section.af-class-about-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding-top: 200px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f8f6f4), to(transparent)), url('../images/Untitled-14.jpg');
  background-image: linear-gradient(90deg, #f8f6f4 30%, transparent), url('../images/Untitled-14.jpg');
  background-position: 0px 0px, 50% 67%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.af-view .af-class-hero-section.af-class-about-us.af-class-plates {
  position: relative;
  top: 0px;
  height: 285px;
  margin-top: -113px;
  background-image: url('../images/fabian-kozdon-5ZeooCGNw3s-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.af-view .af-class-page-title {
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
}

.af-view .af-class-container-8 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.af-view .af-class-container-8.af-class-about-section {
  padding-right: 0px;
  padding-left: 0px;
}

.af-view .af-class-about-hero-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 50%;
  padding-right: 5%;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.af-view .af-class-container-9 {
  height: 769px;
  max-width: 80%;
  margin-top: 140px;
}

.af-view .af-class-body-7 {
  height: 3000px;
}

.af-view .af-class-section-49 {
  height: 1079px;
  margin-top: 0px;
}

.af-view .af-class-grid-9 {
  width: 100%;
  height: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-heading-77 {
  height: 68px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-preise {
  font-family: Vollkorn, serif;
  color: #585858;
  font-size: 3.2vh;
  font-weight: 400;
  text-align: right;
}

.af-view .af-class-grid-10 {
  width: 100%;
  height: 100%;
  margin-top: 28px;
  margin-bottom: 11px;
  padding-bottom: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.af-view .af-class-div-block-187 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 185px;
  max-height: 174px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-188 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.af-view .af-class-text-block-77 {
  font-family: Vollkorn, serif;
  font-size: 29px;
}

.af-view .af-class-link-10 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Vollkorn, serif;
  color: #797979;
  text-decoration: none;
}

.af-view .af-class-div-block-189 {
  width: 154px;
  height: 132px;
  background-image: url('../images/familiengrabmal-naturstein-baum-design-annot_5-removebg-preview.png');
  background-position: 50% 100%;
  background-size: cover;
}

.af-view .af-class-apreis {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
}

.af-view .af-class-div-block-191 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12%;
  border-bottom: 1px solid hsla(0, 0%, 42%, 0.5);
}

.af-view .af-class-div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 223px;
  margin-top: 8px;
  padding-top: 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px none hsla(0, 0%, 42%, 0.5);
}

.af-view .af-class-div-block-194 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 152px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-195 {
  height: 72%;
}

.af-view .af-class-div-block-196 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-div-block-197 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-text-block-78 {
  font-family: Vollkorn, serif;
  font-size: 21px;
}

.af-view .af-class-form-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.af-view .af-class-text-block-79 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-weight: 400;
}

.af-view .af-class-textarea-2 {
  width: 100%;
  height: 108px;
  max-height: 123px;
  min-height: 133px;
  margin-top: 4px;
  border-radius: 5px;
  font-size: 16px;
}

.af-view .af-class-image-4 {
  width: 19px;
  margin-right: 0px;
  margin-left: 7px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.af-view .af-class-image-4:hover {
  opacity: 1;
}

.af-view .af-class-cart-line-item {
  color: #4d4d4d;
}

.af-view .af-class-error-state {
  color: #ac1313;
  line-height: 24px;
  font-weight: 400;
}

.af-view .af-class-cart-button-3 {
  height: 37px;
  border-left: 1px solid #ebebeb;
  background-color: #fff;
  opacity: 0.7;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.af-view .af-class-cart-button-3:hover {
  opacity: 1;
}

.af-view .af-class-quantity-cart {
  font-family: 'Droid Sans', sans-serif;
  color: #4d4d4d;
}

.af-view .af-class-items-price {
  margin-top: 0px;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.af-view .af-class-remove-button-2 {
  text-decoration: none;
}

.af-view .af-class-nav-menu {
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.af-view .af-class-text-block-2 {
  color: #4d4d4d;
}

.af-view .af-class-div-block-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-button-16 {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-button-16:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-button-16.af-class-dark {
  margin-right: 0px;
  padding: 20px 40px;
  border-style: none;
  border-color: #000;
  border-radius: 0px;
  background-color: #ac1313;
  color: #fff;
  line-height: 22px;
}

.af-view .af-class-button-16.af-class-dark:hover {
  border-style: none;
  border-color: #53d7db;
  background-color: #000;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.af-view .af-class-button-16.af-class-dark.af-class-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-color: #0a0a0a;
  border-radius: 5px;
  background-color: #fff;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.af-view .af-class-button-16.af-class-dark.af-class-center:hover {
  background-color: #0a0a0a;
  color: #fff;
}

.af-view .af-class-tittle-product {
  color: #0a0a0a;
  font-weight: 600;
  text-align: left;
}

.af-view .af-class-text-block {
  color: #858585;
  font-weight: 400;
}

.af-view .af-class-text-block:hover {
  color: #ac1313;
}

.af-view .af-class-paypal {
  height: 45px;
  margin-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
  line-height: 24px;
}

.af-view .af-class-cart-container-3 {
  border-radius: 11px;
}

.af-view .af-class-image-120 {
  border-radius: 5px;
}

.af-view .af-class-text-block-80 {
  font-family: 'Droid Sans', sans-serif;
}

.af-view .af-class-form-block {
  width: 100%;
  height: 62px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.af-view .af-class-form-5 {
  height: 100%;
  margin-top: 0px;
}

.af-view .af-class-select-field {
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 14px;
  padding-left: 13px;
  border-radius: 5px;
  background-color: #fff;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 18px;
  cursor: pointer;
}

.af-view .af-class-link-block-6 {
  width: 100%;
  height: 100%;
  font-family: Vollkorn, serif;
  font-weight: 400;
  text-decoration: none;
}

.af-view .af-class-produktbutton {
  position: relative;
  top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 230px;
  margin-top: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.36);
}

.af-view .af-class-produktbutton2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 153px;
  margin-top: -47px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.af-view .af-class-kaufen {
  height: 71px;
  margin-top: -15px;
  padding-bottom: 85px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 400;
}

.af-view .af-class-warenkorb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.5);
  border-radius: 5px;
  background-color: #0a0a0a;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.af-view .af-class-warenkorb:hover {
  background-color: rgba(10, 10, 10, 0.88);
}

.af-view .af-class-bronzen {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  border-radius: 20px;
  background-image: url('../images/textildruckfarbe-metallic-840g-bronze_3.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #000;
}

.af-view .af-class-bronzen:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.68);
  background-image: url('../images/textildruckfarbe-metallic-840g-bronze_3.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(127%);
  filter: brightness(127%);
}

.af-view .af-class-bronzen:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(127%);
  filter: brightness(127%);
}

.af-view .af-class-bronzen:visited {
  border: 1px solid #000;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(127%);
  filter: brightness(127%);
}

.af-view .af-class-golden {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  border-radius: 20px;
  background-image: url('../images/lg_53.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #000;
}

.af-view .af-class-golden:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.64);
  background-image: url('../images/lg_53.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.af-view .af-class-golden:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(127%);
  filter: brightness(127%);
}

.af-view .af-class-golden:visited {
  border: 1px solid #000;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(127%);
  filter: brightness(127%);
}

.af-view .af-class-edel {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  border-radius: 20px;
  background-image: url('../images/3080_2_hookdonwalls_tweed_70109.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 3px 0 #000;
}

.af-view .af-class-edel:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.68);
  background-image: url('../images/3080_2_hookdonwalls_tweed_70109.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(104%);
  filter: brightness(104%);
}

.af-view .af-class-edel:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(104%);
  filter: brightness(104%);
}

.af-view .af-class-edel:visited {
  border: 1px solid #000;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(104%);
  filter: brightness(104%);
}

.af-view .af-class-kasse-2 {
  position: static;
  left: 58px;
  top: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  margin-top: 23px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  border-radius: 5px;
  background-color: #0a0a0a;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 21px;
}

.af-view .af-class-kasse-2:hover {
  background-color: #000;
  color: #fff;
}

.af-view .af-class-div-block-198 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 155px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid none;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.5) #000;
  background-color: #f7f4ee;
}

.af-view .af-class-gutscheincode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 11px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-gutscheinwrapper {
  text-align: left;
}

.af-view .af-class-gutscheinform {
  width: 284px;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-gutscheinbutton {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(0, 0, 0, 0.85);
  font-family: Vollkorn, serif;
  font-size: 16px;
}

.af-view .af-class-text-block-81 {
  width: 375px;
  margin-left: 11px;
  padding-top: 0px;
  padding-bottom: 16px;
}

.af-view .af-class-section-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 713px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-199 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79%;
  height: 660px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.af-view .af-class-div-block-200 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-heading-78 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-grid-12 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.af-view .af-class-jingle {
  position: relative;
  width: 233px;
  height: 251px;
  padding-bottom: 60px;
  border: 1px none #000;
  background-color: #f7f4ee;
  cursor: pointer;
}

.af-view .af-class-produ {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 93px;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-_1 {
  width: 140px;
  height: 38px;
  margin-top: 0px;
  margin-bottom: 3px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
}

.af-view .af-class-small1 {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  opacity: 0.7;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.af-view .af-class-pr {
  margin-top: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

.af-view .af-class-proo {
  width: 64%;
}

.af-view .af-class-imagewrap {
  text-align: center;
}

.af-view .af-class-div-block-202 {
  width: 81px;
}

.af-view .af-class-div-block-203 {
  width: 608px;
}

.af-view .af-class-link-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 359px;
  height: 36px;
  max-width: 131px;
  min-width: 103px;
  margin-top: 41px;
  margin-bottom: 0px;
  margin-left: -31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 42%, 0.5);
  border-radius: 5px;
  text-decoration: none;
}

.af-view .af-class-cartoon {
  width: 17px;
  margin-right: 0px;
  margin-left: 7px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  opacity: 1;
  font-size: 10px;
}

.af-view .af-class-cartoon:hover {
  opacity: 1;
}

.af-view .af-class-text-block-82 {
  font-family: Vollkorn, serif;
  font-size: 13px;
}

.af-view .af-class-div-block-204 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-body-8 {
  height: 1200px;
}

.af-view .af-class-section-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 314px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-205 {
  width: 80%;
  height: 85%;
}

.af-view .af-class-div-block-206 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-link-block-9 {
  position: relative;
  left: -296px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 274px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.af-view .af-class-text-block-83 {
  width: 64%;
  margin-left: 9px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  text-decoration: none;
}

.af-view .af-class-text-block-83:hover {
  text-decoration: underline;
}

.af-view .af-class-image-121 {
  width: 20px;
  height: 22px;
  font-size: 10px;
}

.af-view .af-class-div-block-207 {
  position: relative;
  left: -158px;
  width: 178px;
  height: 93px;
  background-image: url('../images/Naturstein__2_-removebg-preview.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-208 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 172px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-209 {
  position: relative;
  top: -11px;
  width: 95px;
  height: 2px;
  border: 1px solid #000;
}

.af-view .af-class-schritt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  height: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.af-view .af-class-schritt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  height: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.af-view .af-class-schritt3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
  height: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.af-view .af-class-eins {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200000px;
  background-color: #000;
}

.af-view .af-class-_01 {
  color: #fff;
  font-size: 23px;
}

.af-view .af-class-informationen {
  margin-top: 5px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 18px;
}

.af-view .af-class-_02 {
  color: #fff;
  font-size: 23px;
}

.af-view .af-class-_03 {
  color: #fff;
  font-size: 23px;
}

.af-view .af-class-zwei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200000px;
  background-color: #0a0a0a;
}

.af-view .af-class-drei {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200000px;
  background-color: rgba(186, 185, 185, 0.5);
}

.af-view .af-class-zahlung {
  margin-top: 5px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 400;
}

.af-view .af-class-best-tigen {
  margin-top: 5px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 18px;
}

.af-view .af-class-contact-form-grid-2 {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-contact-form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1101px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-div-block-215 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  height: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-216 {
  width: 100%;
  height: 80px;
}

.af-view .af-class-div-block-217 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-trust {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 289px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-kontaktinfos {
  width: 607px;
  height: 438px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
}

.af-view .af-class-heading-82 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-form-7 {
  height: 374px;
  margin-top: 47px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 0px;
}

.af-view .af-class-select-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: -34px;
  margin-bottom: -21px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  font-family: Vollkorn, serif;
  color: #6b6b6b;
  font-size: 18px;
}

.af-view .af-class-div-block-218 {
  margin-left: 0px;
}

.af-view .af-class-div-block-219 {
  margin-left: 0px;
}

.af-view .af-class-div-block-220 {
  margin-left: 0px;
}

.af-view .af-class-text-field-6 {
  border-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-text-field-7 {
  border-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-text-field-8 {
  border-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-text-field-9 {
  border-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-div-block-222 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-strasse {
  width: 418px;
  border-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-nummer {
  width: 143px;
  border-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-adresszusatz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-adresszusatzs {
  width: 100%;
  height: 38px;
  border-radius: 5px;
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-text-block-85 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Vollkorn, serif;
  font-size: 12px;
}

.af-view .af-class-heading-83 {
  margin-left: 10px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  font-weight: 400;
}

.af-view .af-class-text-span-34 {
  font-family: 'Droid Sans', sans-serif;
}

.af-view .af-class-friedhofinfos {
  width: 607px;
  height: 306px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
}

.af-view .af-class-formfr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 178px;
  margin-top: 13px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-select-field-4 {
  height: 43px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
  background-color: #fff;
}

.af-view .af-class-feld {
  height: 43px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.af-view .af-class-div-block-223 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 148px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-div-block-224 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 607px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-button-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #000;
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.af-view .af-class-text-block-86 {
  margin-top: 17px;
}

.af-view .af-class-div-block-225 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid hsla(0, 0%, 42%, 0.5);
}

.af-view .af-class-link-12 {
  padding-right: 10px;
}

.af-view .af-class-div-block-227 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 145px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.af-view .af-class-div-block-231 {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid hsla(0, 0%, 42%, 0.5);
}

.af-view .af-class-div-block-232 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-div-block-233 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-div-block-235 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-bezeichnung {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-div-block-237 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: 76px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.af-view .af-class-text-block-87 {
  font-weight: 700;
}

.af-view .af-class-div-block-238 {
  border-radius: 0px;
  background-image: url('../images/sa-footer-logo-trustedshops_1sa-footer-logo-trustedshops.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-239 {
  border-radius: 0px;
  background-image: url('../images/tuv-nord_1tuv-nord.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-neuform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1101px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-zahlungsart-1 {
  width: 607px;
  height: 600px;
  margin-bottom: 0px;
  background-color: #f5f5f5;
}

.af-view .af-class-zahl1 {
  height: 500px;
  margin-top: 47px;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 0px;
}

.af-view .af-class-neuzahl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 607px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-best-tig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #000;
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.af-view .af-class-accordion-item-2 {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.af-view .af-class-accordion-item-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.26);
}

.af-view .af-class-section-54 {
  height: 500px;
}

.af-view .af-class-logos-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 11px;
  background-color: #f1f4f6;
}

.af-view .af-class-logos-wrap.af-class-big {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.af-view .af-class-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.af-view .af-class-logo-box.af-class-big {
  width: 73px;
  height: 29px;
  border-radius: 6px;
}

.af-view .af-class-payment-logo {
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.af-view .af-class-payment-logo.af-class-big {
  height: 25px;
  margin-left: 0px;
}

.af-view .af-class-payment-logo.af-class-big-logo {
  height: 70px;
}

.af-view .af-class-payment-logo.af-class-big-visa {
  height: 46%;
  max-width: 58%;
}

.af-view .af-class-payment-logo-copy {
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.af-view .af-class-payment-logo-copy.af-class-big {
  position: relative;
  left: -403px;
  height: 25px;
  margin-left: 0px;
}

.af-view .af-class-radio-button-label {
  display: none;
}

.af-view .af-class-visa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.af-view .af-class-visa.af-class-big {
  position: relative;
  left: 69px;
  width: 73px;
  height: 29px;
  margin-left: 185px;
  border-radius: 6px;
}

.af-view .af-class-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.af-view .af-class-master.af-class-big {
  position: relative;
  left: 52px;
  width: 73px;
  height: 29px;
  margin-left: 11px;
  border-radius: 6px;
}

.af-view .af-class-maestro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.af-view .af-class-maestro.af-class-big {
  width: 73px;
  height: 29px;
  margin-left: 39px;
  border-radius: 6px;
}

.af-view .af-class-mast {
  height: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.af-view .af-class-mast.af-class-big {
  height: 25px;
  margin-left: 0px;
}

.af-view .af-class-radio-button-label-2 {
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-radio-button-label-3 {
  font-family: Vollkorn, serif;
  font-size: 18px;
}

.af-view .af-class-klarna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.af-view .af-class-klarna.af-class-big {
  position: relative;
  left: 24px;
  width: 73px;
  height: 29px;
  border-radius: 6px;
}

.af-view .af-class-feldreihe {
  height: 43px;
  margin-top: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.af-view .af-class-former {
  height: 100%;
}

.af-view .af-class-formes {
  width: 100%;
  height: 62px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-text-field-10 {
  width: 100.0000050574636%;
  height: 100%;
  border-radius: 5px;
  font-size: 18px;
}

.af-view .af-class-text-field-10::-webkit-input-placeholder {
  color: #0a0a0a;
  font-size: 18px;
}

.af-view .af-class-text-field-10:-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 18px;
}

.af-view .af-class-text-field-10::-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 18px;
}

.af-view .af-class-text-field-10::placeholder {
  color: #0a0a0a;
  font-size: 18px;
}

.af-view .af-class-div-block-240 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-datumform {
  width: 48%;
  height: 62px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-formdatumgeb {
  width: 100%;
  height: 62px;
}

.af-view .af-class-geburt {
  width: 100.0000050574636%;
  height: 100%;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}

.af-view .af-class-geburt::-webkit-input-placeholder {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-geburt:-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-geburt::-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-geburt::placeholder {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-tod {
  width: 100.0000050574636%;
  height: 100%;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}

.af-view .af-class-tod::-webkit-input-placeholder {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-tod:-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-tod::-ms-input-placeholder {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-tod::placeholder {
  color: #0a0a0a;
  font-size: 16px;
}

.af-view .af-class-formtod {
  width: 100%;
  height: 100%;
}

.af-view .af-class-formertod {
  width: 48%;
  height: 62px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-slide-nav-8 {
  display: none;
}

.af-view .af-class-shopseitemenu {
  position: static;
  left: 0px;
  top: 0px;
  z-index: 999999999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 69px;
  padding: 0px 0vw;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 42%, 0.14);
  background-color: #0a0a0a;
  line-height: 35px;
}

.af-view .af-class-slide-nav-9 {
  display: none;
}

.af-view .af-class-div-block-241 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-div-block-242 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 100%;
  max-height: 351px;
  margin-top: 0px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-div-block-245 {
  width: 24%;
  height: 90%;
}

.af-view .af-class-div-block-245:hover {
  background-color: transparent;
}

.af-view .af-class-div-block-246 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: url('../images/Urnenwand-Kolombarium-Kosten.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 2px 0 #000;
}

.af-view .af-class-div-block-246:hover {
  background-image: url('../images/Urnenwand-Kolombarium-Kosten.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-familie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: url('../images/familie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 2px 0 #000;
}

.af-view .af-class-familie:hover {
  background-image: url('../images/familie.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-ein {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  background-image: url('../images/einzel-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 2px 0 #000;
}

.af-view .af-class-ein:hover {
  background-image: url('../images/einzel-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-urn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: url('../images/70df2ede34c35e5431ac4c001e18b3c7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 2px 0 #000;
}

.af-view .af-class-urn:hover {
  background-image: url('../images/70df2ede34c35e5431ac4c001e18b3c7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-248 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-neuerbutt {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-neuerbutt:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-neuerbutt.af-class-dark {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104%;
  height: 3vh;
  min-height: 7vh;
  margin-top: 0px;
  margin-right: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: #0a0a0a;
  box-shadow: 0 0 3px 0 #000;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-neuerbutt.af-class-dark:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-sho {
  position: relative;
  left: 331px;
  height: 100%;
  margin-left: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-accordion-wrapper-2 {
  margin-top: 50px;
}

.af-view .af-class-accordion-item-trigger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-accordion-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #0a0a0a;
  line-height: 30px;
  cursor: pointer;
}

.af-view .af-class-text-center-2 {
  margin-left: 9px;
  font-size: 1.8vh;
  line-height: 4vh;
  text-align: left;
}

.af-view .af-class-section-faq-2 {
  height: auto;
  padding: 72px 56px 60px 0px;
  background-color: #f7f4ee;
}

.af-view .af-class-bold-text-4 {
  color: #0a0a0a;
  font-size: 3vh;
}

.af-view .af-class-bold-text-5 {
  color: #0a0a0a;
  font-size: 3vh;
}

.af-view .af-class-bold-text-6 {
  color: #0a0a0a;
  font-size: 3vh;
}

.af-view .af-class-zu-arten {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-zu-arten:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-zu-arten.af-class-dark {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 288px;
  height: 51px;
  margin-top: 0px;
  margin-right: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-zu-arten.af-class-dark:hover {
  border-style: none;
  border-color: transparent;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-kontaktmenu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999999999;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 10vh;
  padding: 0px 0vw;
  clear: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 42%, 0.14);
  background-color: #0a0a0a;
  line-height: 35px;
}

.af-view .af-class-zweihi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200000px;
  background-color: rgba(186, 185, 185, 0.5);
}

.af-view .af-class-neuerbereich {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 158vh;
  margin-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-head {
  position: static;
  top: -881px;
  height: 63px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-div-block-250 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.af-view .af-class-div-block-251 {
  width: 33%;
  background-image: url('../images/IE8GcwIM.jpeg');
  background-position: 100% 50%;
  background-size: cover;
  -webkit-filter: contrast(106%) saturate(120%);
  filter: contrast(106%) saturate(120%);
}

.af-view .af-class-div-block-252 {
  width: 33%;
  background-image: url('../images/3TQ-Umfg.jpeg');
  background-position: 51% 50%;
  background-size: cover;
  -webkit-filter: contrast(110%) saturate(129%);
  filter: contrast(110%) saturate(129%);
}

.af-view .af-class-div-block-253 {
  width: 33%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/HkIIWOnA.jpeg');
  background-position: 0% 50%;
  background-size: cover;
  -webkit-filter: saturate(124%) contrast(120%);
  filter: saturate(124%) contrast(120%);
}

.af-view .af-class-div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40%;
  margin-top: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.af-view .af-class-aa {
  width: 33%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/MndDo77w.jpeg');
  background-position: 0% 50%;
  background-size: cover;
  -webkit-filter: saturate(124%) contrast(120%);
  filter: saturate(124%) contrast(120%);
}

.af-view .af-class-bb {
  width: 33%;
  background-image: url('../images/WbN3ZFd8.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: contrast(106%) saturate(120%);
  filter: contrast(106%) saturate(120%);
}

.af-view .af-class-cc {
  width: 33%;
  background-image: url('../images/fmrzg2AU.jpeg');
  background-position: 72% 50%;
  background-size: cover;
  -webkit-filter: contrast(110%) saturate(129%);
  filter: contrast(110%) saturate(129%);
}

.af-view .af-class-grabart {
  position: static;
  top: -41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin-top: 43px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-mh {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99%;
  height: 150vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.af-view .af-class-news {
  position: static;
  top: 189px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 615px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-neusgrid {
  width: 100%;
  height: 100vh;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-neusgrid:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-bg1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/vorder.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/vorder.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-filter: brightness(73%) saturate(145%) contrast(151%);
  filter: brightness(73%) saturate(145%) contrast(151%);
}

.af-view .af-class-entrance {
  position: static;
  top: 289px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-ubs {
  position: static;
  top: -41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-uns {
  position: static;
  left: 0px;
  top: -32px;
  width: auto;
  min-width: auto;
  margin-top: 18px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-yesb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.35);
  background-color: #fff;
}

.af-view .af-class-yesb:hover {
  background-image: none;
}

.af-view .af-class-yesbb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 100%;
  max-height: 387px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.af-view .af-class-f {
  position: static;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
}

.af-view .af-class-bes {
  position: static;
  left: 0px;
  width: 415px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  line-height: 37px;
  text-align: left;
}

.af-view .af-class-wt {
  width: 100%;
  height: 100%;
  background-image: url('../images/FxQe9mIQ.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(73%) saturate(145%) contrast(151%);
  filter: brightness(73%) saturate(145%) contrast(151%);
}

.af-view .af-class-section-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 51px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-254 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 94%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Büro.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Büro.jpeg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  -webkit-filter: saturate(120%) contrast(130%);
  filter: saturate(120%) contrast(130%);
}

.af-view .af-class-div-block-255 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  margin-left: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.af-view .af-class-heading-88 {
  margin-top: -28px;
  margin-bottom: 5px;
  font-size: 6vh;
  line-height: 8vh;
  font-weight: 400;
}

.af-view .af-class-paragraph-37 {
  margin-bottom: 7px;
  color: #fff;
  font-size: 2.6vh;
  line-height: 6vh;
  font-weight: 400;
}

.af-view .af-class-grabarten {
  display: none;
  width: 100%;
  height: 91vh;
  margin-bottom: 43px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4ee;
}

.af-view .af-class-shopbutton {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-shopbutton:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-shopbutton.af-class-dark {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  height: 7vh;
  margin-top: 17px;
  margin-right: 0px;
  margin-bottom: 47px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 4vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-shopbutton.af-class-dark:hover {
  border-style: none;
  border-color: transparent;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-sorti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-neuerheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  line-height: 10vh;
  font-weight: 400;
}

.af-view .af-class-neue-beschreibung {
  margin-top: 27px;
  margin-bottom: 34px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.5vh;
}

.af-view .af-class-sortishop {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-sortishop:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-sortishop.af-class-dark {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  height: 7vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 4vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-sortishop.af-class-dark:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-contact {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-contact:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-contact.af-class-dark {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 7vh;
  margin-top: 17px;
  margin-right: 0px;
  margin-bottom: 47px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-contact.af-class-dark:hover {
  width: 43%;
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-ubutton {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-ubutton:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-ubutton.af-class-dark {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 7vh;
  margin-top: 17px;
  margin-right: 0px;
  margin-bottom: 47px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-ubutton.af-class-dark:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-div-block-257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.af-view .af-class-mask-2 {
  overflow: visible;
  clear: none;
}

.af-view .af-class-neudi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 77px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-mobileslide {
  overflow: hidden;
  width: 95%;
  height: 73%;
  background-color: transparent;
  -o-object-fit: none;
  object-fit: none;
}

.af-view .af-class-masker {
  overflow: visible;
  clear: none;
}

.af-view .af-class-div-block-259 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-image-124 {
  display: none;
  margin-left: -144px;
}

.af-view .af-class-imager {
  margin-left: -144px;
}

.af-view .af-class-section-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-hero__form {
  width: 94%;
  margin-bottom: 0px;
}

.af-view .af-class-success-message-2 {
  padding: 50px 70px;
  background-color: #1475f5;
}

.af-view .af-class-text-block-89 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.af-view .af-class-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-hero__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 139%;
  margin-top: 0px;
  padding: 0px 0px 0px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: rgba(26, 27, 36, 0);
}

.af-view .af-class-text-block-90 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.af-view .af-class-error-message {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fa5e45;
}

.af-view .af-class-hero__form-simple {
  width: 100.000079%;
  height: 100%;
  max-height: 100%;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 19px;
  padding-top: 0px;
}

.af-view .af-class-hero__form-title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-heading-90 {
  margin-top: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  font-weight: 400;
}

.af-view .af-class-image-container {
  width: 100%;
  height: 100%;
}

.af-view .af-class-image-container.af-class-first {
  position: relative;
  background-image: url('../images/MuKCtT80.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: brightness(110%) saturate(137%) contrast(118%);
  filter: brightness(110%) saturate(137%) contrast(118%);
  -webkit-perspective-origin: 50% 100%;
  perspective-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.af-view .af-class-image-container.af-class-second {
  background-image: url('../images/steinkreuz.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.af-view .af-class-image-container.af-class-third {
  background-image: url('../images/IMG_0693-min.JPG');
  background-position: 0% 0%;
  background-size: cover;
}

.af-view .af-class-arrow-read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1f1e1e;
}

.af-view .af-class-first-article {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: none;
  overflow: auto;
  width: auto;
  height: 100vh;
  max-width: 1500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f7f4ee;
  line-height: 30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-button-close {
  position: fixed;
  left: auto;
  top: 6%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-top: 9%;
  margin-right: 7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.af-view .af-class-section-content {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 600;
  display: none;
  overflow: hidden;
  width: 50%;
  height: 100vh;
  background-color: transparent;
}

.af-view .af-class-card-2 {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  width: 33.4%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.af-view .af-class-main-heading {
  width: auto;
  max-width: none;
  margin-top: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 6vh;
  line-height: 9vh;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.af-view .af-class-wrap-image-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.af-view .af-class-link-read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
}

.af-view .af-class-link-read-more.af-class-white {
  margin-top: 33px;
  color: #fff;
}

.af-view .af-class-divider-circle {
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
  border-radius: 100%;
  background-color: #000;
}

.af-view .af-class-divider-circle.af-class-orange {
  width: 15px;
  height: 15px;
  background-color: #000;
}

.af-view .af-class-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.af-view .af-class-third-article {
  position: relative;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 1500px;
  background-color: #fff;
}

.af-view .af-class-card-inner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  opacity: 1;
  letter-spacing: 0em;
}

.af-view .af-class-image-wrapper {
  overflow: hidden;
  height: 100vh;
}

.af-view .af-class-inner-container {
  display: block;
  padding: 10% 12%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-wrap-scrolling-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 400px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-card-details-wrapper {
  width: 100%;
  height: 235.0625px;
  margin-bottom: 128px;
  padding-right: 8%;
  padding-bottom: 8%;
  padding-left: 8%;
}

.af-view .af-class-image-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  min-height: 75vh;
  padding: 10%;
  background-color: #fff;
  background-image: url('../images/Bauer.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-cap {
  margin-right: 2%;
  float: left;
  color: #000;
  font-size: 172px;
  line-height: 79%;
  font-weight: 900;
}

.af-view .af-class-section-59 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 2800px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.af-view .af-class-second-article {
  position: relative;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100vh;
  max-width: 1500px;
  background-color: #fff;
}

.af-view .af-class-card-1 {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 33.33%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
}

.af-view .af-class-rich-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #6b6b6b;
}

.af-view .af-class-rich-text.af-class-white {
  display: block;
  color: #8a8a8a;
}

.af-view .af-class-card-3 {
  position: relative;
  z-index: 3;
  display: block;
  overflow: hidden;
  width: 33.33%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  cursor: pointer;
}

.af-view .af-class-heading {
  margin-top: 26px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 8vh;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.3vh;
  text-transform: none;
}

.af-view .af-class-heading.af-class-is--white {
  color: #0a0a0a;
}

.af-view .af-class-container-article-2 {
  position: relative;
  display: block;
}

.af-view .af-class-text-block-91 {
  margin-left: 0px;
  color: #fff;
  font-size: 2.5vh;
  line-height: 5vh;
}

.af-view .af-class-si {
  margin-right: 2%;
  float: left;
  color: #000;
  font-size: 172px;
  line-height: 79%;
  font-weight: 900;
}

.af-view .af-class-si.af-class-is--orange {
  color: #00ae0c;
}

.af-view .af-class-text-block-92 {
  color: #0a0a0a;
}

.af-view .af-class-termingrid {
  width: 100%;
  height: 100vh;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-termingrid:hover {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-yesbaba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none hsla(0, 0%, 100%, 0.35);
  background-color: #fff;
}

.af-view .af-class-yesbaba:hover {
  background-image: none;
}

.af-view .af-class-section-62 {
  height: 100vh;
  background-color: #f7f4ee;
}

.af-view .af-class-heading-91 {
  width: 94%;
  margin-top: 35px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-div-block-263 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32%;
  padding-bottom: 34px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-paragraph-38 {
  width: 78%;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 2.3vh;
  line-height: 4vh;
  text-align: left;
}

.af-view .af-class-gest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-besrd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-termingestaltung {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-termingestaltung:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-termingestaltung.af-class-dark {
  position: relative;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  height: 7vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-color: #0a0a0a;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 4vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-termingestaltung.af-class-dark:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-headss {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
}

.af-view .af-class-pars {
  width: 494px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 2.2vh;
  line-height: 4vh;
}

.af-view .af-class-dddd {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
}

.af-view .af-class-mss {
  width: 494px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 2.2vh;
  line-height: 4vh;
}

.af-view .af-class-wart {
  height: 100vh;
  background-color: #fff;
}

.af-view .af-class-resd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-myl {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
}

.af-view .af-class-sas {
  width: 494px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 2.2vh;
  line-height: 4vh;
}

.af-view .af-class-dd {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
}

.af-view .af-class-awa {
  width: 494px;
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 2.2vh;
  line-height: 4vh;
}

.af-view .af-class-terminwarte {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-terminwarte:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-terminwarte.af-class-dark {
  position: relative;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 7vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 40px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-color: #000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-terminwarte.af-class-dark:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-pflegesection {
  height: 115vh;
  background-color: #f7f4ee;
}

.af-view .af-class-div-block-266 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/IMG_20210614_154913-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/IMG_20210614_154913-min.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.af-view .af-class-section-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96vh;
  margin-top: -74px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-267 {
  position: static;
  left: 68px;
  top: 158.188px;
  margin-left: 72px;
}

.af-view .af-class-heading-94 {
  font-family: Vollkorn, serif;
}

.af-view .af-class-text-block-93 {
  width: 545px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 2.5vh;
  line-height: 27px;
}

.af-view .af-class-section-64 {
  height: 46vh;
}

.af-view .af-class-section-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-268 {
  width: 94%;
  height: 155px;
}

.af-view .af-class-heading-95 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 7vh;
  font-style: italic;
  font-weight: 400;
}

.af-view .af-class-simonsbutton {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-simonsbutton:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-simonsbutton.af-class-dark {
  position: relative;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 6vh;
  margin: 0px 0px 37px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-color: #0a0a0a;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-simonsbutton.af-class-dark:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-realcontent1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-realcontent1.af-class-_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #f7f4ee;
  color: #0a0a0a;
}

.af-view .af-class-realcontent2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-realcontent2.af-class-_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #0a0a0a;
}

.af-view .af-class-realcontent3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-realcontent3.af-class-_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px none #000;
  background-color: #f7f4ee;
  color: #0a0a0a;
}

.af-view .af-class-div-block-269 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-style: solid none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.26) #000 #000;
}

.af-view .af-class-text-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2vh;
  line-height: 41px;
  text-align: center;
}

.af-view .af-class-text-block-95 {
  color: #fff;
  font-size: 1.5vh;
}

.af-view .af-class-div-block-271 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  height: 166px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.af-view .af-class-div-block-272 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-text-block-96 {
  flex:1;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 3vh;
}

.af-view .af-class-text-block-97 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 2vh;
  line-height: 26px;
  text-align: left;
}

.af-view .af-class-bi {
  position: static;
  left: 49px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 490px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/C106test.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #343434;
}

.af-view .af-class-backgroundvideo {
  position: static;
  overflow: visible;
  height: 720px;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-link-block-10 {
  width: 49.7%;
  height: 100%;
  text-decoration: none;
}

.af-view .af-class-link-block-11 {
  width: 49.7%;
  height: 100%;
  text-decoration: none;
}

.af-view .af-class-text-span-35 {
  font-family: Bitter, serif;
}

.af-view .af-class-simd {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
}

.af-view .af-class-ee {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
}

.af-view .af-class-div-block-274 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.af-view .af-class-div-block-275 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.af-view .af-class-div-block-277 {
  margin-bottom: 39px;
}

.af-view .af-class-oppenbutton {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-oppenbutton:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-oppenbutton.af-class-dark {
  position: relative;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 6vh;
  margin: 0px 0px 21px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-color: #0a0a0a;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-oppenbutton.af-class-dark:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-bold-text-7 {
  color: #0a0a0a;
  font-size: 19px;
  line-height: 34px;
}

.af-view .af-class-link-14 {
  margin-left: 15px;
}

.af-view .af-class-text-block-98 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2vh;
  line-height: 41px;
  text-align: center;
}

.af-view .af-class-text-block-99 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 2vh;
  line-height: 26px;
  text-align: left;
}

.af-view .af-class-text-block-100 {
  color: #fff;
  font-size: 1.5vh;
}

.af-view .af-class-text-block-101 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 3vh;
}

.af-view .af-class-div-block-282 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  height: 54%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-section-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 35px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-c-accordion-item {
  margin-bottom: 10px;
  background-color: #fff;
}

.af-view .af-class-accordion-item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.23);
}

.af-view .af-class-accordion-item:hover {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.26);
}

.af-view .af-class-accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.8vh;
  line-height: 4vh;
  font-weight: 700;
  cursor: pointer;
}

.af-view .af-class-heading-97 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
}

.af-view .af-class-bold-text-8 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.8vh;
  font-weight: 700;
}

.af-view .af-class-paragraph-39 {
  font-family: Vollkorn, serif;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-40 {
  font-family: Vollkorn, serif;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-41 {
  font-family: Vollkorn, serif;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-42 {
  font-family: Vollkorn, serif;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-43 {
  font-family: Vollkorn, serif;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-44 {
  font-family: Vollkorn, serif;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-accoablauf {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-accoablauf.af-class-slim {
  position: relative;
  left: -112px;
  top: 0px;
  max-width: 940px;
  padding-right: 0px;
  padding-left: 0px;
}

.af-view .af-class-accoablauf.af-class-slim {
  left: -131px;
  max-width: 80%;
}

.af-view .af-class-accoablauf.af-class-slim {
  position: relative;
  left: -28px;
  max-width: 89%;
  padding-right: 0px;
  padding-left: 0px;
}

.af-view .af-class-slidermaterial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
}

.af-view .af-class-sg-brand-wrapper {
  width: 100%;
  padding: 32px;
  border-bottom: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
}

.af-view .af-class-sg-colour-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-sg-colour-swatch {
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/Indianimpala1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-sg-colour-swatch.af-class-error {
  background-color: transparent;
  background-image: url('../images/Juparanaindia1.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-primary-shade-1 {
  background-color: transparent;
  background-image: url('../images/Paradiso.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-white {
  background-color: transparent;
  background-image: url('../images/OassisGreen-1.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-secondary-tint-2 {
  background-color: transparent;
  background-image: url('../images/Aura-1.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-secondary-shade-2 {
  background-color: transparent;
  background-image: url('../images/Stargalaxy1.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-primary-tint-2 {
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/Orion1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-sg-colour-swatch.af-class-success {
  background-color: transparent;
  background-image: url('../images/Indian-Kinawa-1.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-secondary-tint-1 {
  background-color: transparent;
  background-image: url('../images/Viskont-White-1.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-black {
  background-color: transparent;
  background-image: url('../images/North-Black1.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-secondary-hue {
  background-color: transparent;
  background-image: url('../images/Carbon-Grey2.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-primary-tint-1 {
  border-radius: 0%;
  background-color: transparent;
  background-image: url('../images/Himalaya-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-sg-colour-swatch.af-class-secondary-shade-1 {
  background-color: transparent;
  background-image: url('../images/Halmstad1.jpg');
}

.af-view .af-class-sg-colour-swatch.af-class-primary-shade-2 {
  background-color: transparent;
  background-image: url('../images/Neroimpala1.jpg');
}

.af-view .af-class-logo-img-2 {
  width: 142px;
  height: 100%;
  max-width: none;
}

.af-view .af-class-sg-right-bottom-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 100vh;
  margin-left: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.af-view .af-class-sg-colours-grid {
  max-width: 575px;
  margin-right: -16px;
  margin-left: -16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 25% 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25% 25%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-button-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dc7d3c;
  border-radius: 5px;
  background-color: #dc7d3c;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.1);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.af-view .af-class-button-21:hover {
  border-color: #b06330;
  background-color: #b06330;
  -webkit-transform: translate(0px, -1.5px);
  -ms-transform: translate(0px, -1.5px);
  transform: translate(0px, -1.5px);
}

.af-view .af-class-button-21.af-class-outlined {
  background-color: transparent;
}

.af-view .af-class-button-21.af-class-outlined:hover {
  border-color: #dc7d3c;
  background-color: #dc7d3c;
}

.af-view .af-class-button-21.af-class-arrow:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.af-view .af-class-return-to-top-lb {
  position: fixed;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #dc7d3c;
  box-shadow: 6px 6px 16px 0 rgba(51, 51, 51, 0.15);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
}

.af-view .af-class-return-to-top-lb:hover {
  background-color: #b06330;
  color: hsla(0, 0%, 93.3%, 0.75);
}

.af-view .af-class-sg-divider {
  width: 100%;
  height: 0.5px;
  min-height: 0.5px;
  margin-top: 32px;
  margin-bottom: 32px;
  background-color: hsla(0, 0%, 93.3%, 0.25);
}

.af-view .af-class-global-section {
  width: 100%;
  max-width: 100%;
  padding: 128px 64px;
}

.af-view .af-class-global-section.af-class-sg {
  border-bottom: 0.5px solid hsla(0, 0%, 42%, 0.5);
  background-color: #f7f4ee;
}

.af-view .af-class-global-section.af-class-sg.af-class-bottom {
  border-bottom-style: none;
}

.af-view .af-class-global-section.af-class-arten {
  border-bottom: 0.5px solid hsla(0, 0%, 42%, 0.5);
  background-color: #f7f4ee;
}

.af-view .af-class-text {
  max-width: 65ch;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 2.5vh;
}

.af-view .af-class-text.af-class-sg-colour-label {
  margin-bottom: 2px;
  color: #0a0a0a;
  font-size: 2.8vh;
  line-height: 4vh;
  text-align: center;
}

.af-view .af-class-text.af-class-sg-colour-label.af-class-main {
  font-size: 2.8vh;
  font-weight: 400;
}

.af-view .af-class-text.af-class-mobile-only {
  display: none;
}

.af-view .af-class-text.af-class-sg-typography-label {
  margin-bottom: 15px;
  color: #0a0a0a;
  font-size: 3vh;
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}

.af-view .af-class-sg-anchor-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.af-view .af-class-sg-return-to-home-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.5px solid hsla(0, 0%, 93.3%, 0.5);
  background-color: #444445;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.af-view .af-class-sg-return-to-home-lb:hover {
  background-color: #333334;
}

.af-view .af-class-sg-return-to-home-lb.af-class-desktop-only {
  margin-top: auto;
}

.af-view .af-class-sg-return-to-home-lb.af-class-mobile-only {
  height: 0px;
  padding: 0em;
  border-top-style: none;
}

.af-view .af-class-sg-typography-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.af-view .af-class-p1 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.5vh;
  line-height: 4vh;
}

.af-view .af-class-sg-anchor-lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #eee;
  text-decoration: none;
}

.af-view .af-class-sg-anchor-lb:hover {
  background-color: #565557;
}

.af-view .af-class-sg-anchor-lb.w--current {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #333334;
  box-shadow: inset 3px 0 0 0 #dc7d3c;
}

.af-view .af-class-sg-return-to-home-icon {
  height: 16px;
  margin-right: 8px;
}

.af-view .af-class-sg-return-to-home-icon.af-class-mobile-only {
  display: none;
}

.af-view .af-class-top {
  width: 100%;
  height: 0px;
}

.af-view .af-class-sg-colour-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.af-view .af-class-sg-colour-wrapper.af-class-main {
  border-radius: 5px;
  background-color: transparent;
}

.af-view .af-class-return-to-top-icon {
  width: 33.33%;
}

.af-view .af-class-sg-outer-wrapper {
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-logo-lb {
  max-width: 100%;
}

.af-view .af-class-logo-lb.af-class-sidebar {
  height: 100px;
  margin-bottom: 16px;
}

.af-view .af-class-sg-left-top-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0a0a0a;
}

.af-view .af-class-global-container {
  width: 94%;
  max-width: 1200px;
  margin: 142px auto 122px;
}

.af-view .af-class-bold-text-9 {
  font-size: 3vh;
  font-weight: 400;
}

.af-view .af-class-heading-98 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 6vh;
  font-weight: 400;
}

.af-view .af-class-heading-100 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-heading-101 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-heading-102 {
  background-color: transparent;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
}

.af-view .af-class-paragraph-45 {
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.5vh;
  line-height: 4vh;
}

.af-view .af-class-heading-105 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-grid-13 {
  width: 100%;
  height: 556px;
  margin-top: 35px;
  grid-column-gap: 11px;
  grid-row-gap: 28px;
}

.af-view .af-class-div-block-285 {
  background-image: url('../images/Bauer.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-286 {
  background-image: url('../images/Kamen.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-287 {
  background-image: url('../images/Schmidt-Alu.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-288 {
  background-image: url('../images/Schrift-Berta.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-heading-106 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-paragraph-46 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.5vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-47 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.5vh;
  line-height: 4vh;
}

.af-view .af-class-text-span-36 {
  font-size: 3vh;
  text-decoration: underline;
}

.af-view .af-class-heading-107 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-heading-108 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-arthed {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 4vh;
  font-weight: 400;
}

.af-view .af-class-headers {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  line-height: 10vh;
  font-weight: 400;
}

.af-view .af-class-mas {
  width: auto;
  max-width: none;
  margin-top: 0px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 6vh;
  line-height: 9vh;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.af-view .af-class-imagecont {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  min-height: 75vh;
  padding: 10%;
  background-color: #fff;
  background-image: url('../images/WhatsApp-Image-2021-05-06-at-14.21.54-1.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-section-68 {
  height: auto;
}

.af-view .af-class-div-block-290 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380vh;
  margin-top: 68px;
  padding-top: 89px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/photo-1566041510394-cf7c8fe21800.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  text-transform: capitalize;
}

.af-view .af-class-div-block-292 {
  position: static;
  top: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 132px;
  margin-bottom: 32px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-heading-109 {
  width: 94%;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 8vh;
  font-weight: 400;
}

.af-view .af-class-div-block-293 {
  width: 88%;
  height: 73%;
}

.af-view .af-class-div-block-294 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.af-view .af-class-div-block-295 {
  width: 50%;
}

.af-view .af-class-div-block-296 {
  width: 50%;
  height: 65%;
  max-height: none;
  min-height: auto;
}

.af-view .af-class-heading-110 {
  margin-bottom: 0px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  font-weight: 400;
}

.af-view .af-class-text-block-102 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0a0a0a;
  font-size: 2.3vh;
  line-height: 5vh;
  text-transform: none;
}

.af-view .af-class-div-block-298 {
  height: auto;
}

.af-view .af-class-heading-112 {
  color: #0a0a0a;
  font-size: 3vh;
  font-weight: 400;
}

.af-view .af-class-text-block-103 {
  font-size: 2vh;
  text-decoration: underline;
  text-transform: none;
}

.af-view .af-class-paragraph-48 {
  font-size: 1.8vh;
  text-transform: none;
}

.af-view .af-class-heading-113 {
  margin-top: 0px;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
}

.af-view .af-class-text-block-104 {
  font-size: 3vh;
}

.af-view .af-class-div-block-299 {
  width: 100%;
  height: 15%;
}

.af-view .af-class-terminkalender {
  width: 100%;
  height: 80%;
}

.af-view .af-class-div-block-301 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-heading-114 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 8vh;
  font-weight: 400;
}

.af-view .af-class-section-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 69px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-302 {
  width: 84%;
  height: 100%;
}

.af-view .af-class-heading-115 {
  color: #0a0a0a;
  font-size: 4vh;
}

.af-view .af-class-paragraph-49 {
  direction: ltr;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-50 {
  color: #6a6a6a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-51 {
  color: #6a6a6a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-52 {
  color: #6a6a6a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-53 {
  color: #6a6a6a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-54 {
  color: #6a6a6a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-55 {
  color: #6a6a6a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-paragraph-56 {
  color: #6a6a6a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-bold-text-13 {
  font-size: 3vh;
}

.af-view .af-class-bold-text-14 {
  font-size: 3vh;
}

.af-view .af-class-bold-text-15 {
  font-size: 2.8vh;
}

.af-view .af-class-paragraph-57 {
  width: 488px;
  color: #0a0a0a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-butooo {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-butooo:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-butooo.af-class-darko {
  position: relative;
  top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 7vh;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-color: #0a0a0a;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 4vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-butooo.af-class-darko:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-div-block-310 {
  width: 49%;
  height: 100%;
  background-image: url('../images/t.PNG');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-311 {
  width: 49%;
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-image: url('../images/IMG_20210614_135822-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-312 {
  width: 49%;
  height: 100%;
  background-image: url('../images/IMG_0691-min.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-paragraph-58 {
  width: 100%;
  color: #0a0a0a;
  font-size: 2.3vh;
  line-height: 4vh;
}

.af-view .af-class-text-span-37 {
  color: #3740e7;
}

.af-view .af-class-heading-116 {
  width: 100%;
  color: #000;
  font-size: 25px;
}

.af-view .af-class-button-22 {
  margin-bottom: 33px;
  border-radius: 4px;
  background-color: #0a0a0a;
  color: #fff;
}

.af-view .af-class-div-block-314 {
  margin-bottom: 33px;
}

.af-view .af-class-men-black {
  position: fixed;
  left: 0%;
  top: 0px;
  right: auto;
  bottom: auto;
  z-index: 999999999;
  display: block;
  overflow: visible;
  width: 100%;
  height: 9%;
  padding: 0px 0vw;
  float: none;
  clear: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 42%, 0.14);
  background-color: #000;
  line-height: 35px;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-wrapmenu {
  position: relative;
  left: 227px;
  height: 100%;
  margin-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.af-view .af-class-text-span-38 {
  font-family: 'Great Vibes', cursive;
}

.af-view .af-class-section-70 {
  height: 72vh;
}

.af-view .af-class-div-block-315 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/MuKCtT80.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/MuKCtT80.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.af-view .af-class-section-71 {
  height: auto;
}

.af-view .af-class-heading-117 {
  width: 60%;
  margin-left: 0px;
  border-bottom: 2px solid #fff;
  font-family: Vollkorn, serif;
  font-size: 7vh;
  font-weight: 400;
}

.af-view .af-class-produktlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f4ee;
}

.af-view .af-class-sortiment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.af-view .af-class-bildsortiment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-imagen {
  margin-left: -144px;
}

.af-view .af-class-arten-container {
  width: 82%;
  max-width: 1200px;
  margin: 142px auto 122px;
}

.af-view .af-class-div-block-317 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 82%;
}

.af-view .af-class-material-con {
  width: 82%;
  max-width: 1200px;
  margin: 142px auto 122px;
}

.af-view .af-class-matibild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/restricted_textures_tiles_Paradiso-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/restricted_textures_tiles_Paradiso-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.af-view .af-class-heading-118 {
  width: 84%;
  font-size: 3vh;
  line-height: 5vh;
  font-weight: 400;
}

.af-view .af-class-heading-119 {
  color: #000;
  font-size: 6vh;
  line-height: 9vh;
  font-weight: 400;
}

.af-view .af-class-schrift-con {
  width: 82%;
  max-width: 1200px;
  margin: 142px auto 122px;
}

.af-view .af-class-schriftbild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/t.PNG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/t.PNG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.af-view .af-class-gridschr {
  width: 73%;
  height: 549px;
  margin-top: 35px;
  grid-column-gap: 11px;
  grid-row-gap: 28px;
}

.af-view .af-class-friedhofbild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/WbN3ZFd8.jpeg');
  background-position: 50% 52%;
  background-size: cover;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.af-view .af-class-genehmigung-con {
  width: 82%;
  max-width: 1200px;
  margin: 142px auto 122px;
}

.af-view .af-class-setzen-con {
  width: 82%;
  max-width: 1200px;
  margin: 142px auto 122px;
}

.af-view .af-class-div-block-319 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.af-view .af-class-div-block-320 {
  width: 50vh;
  height: 50vh;
  background-image: url('../images/A031.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-od {
  width: 50vh;
  height: 50vh;
  background-image: url('../images/E005-removebg-preview.png');
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-bildwes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/IE8GcwIM.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/IE8GcwIM.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.af-view .af-class-lieg-con {
  width: 82%;
  max-width: 1200px;
  margin: -79px auto 122px;
}

.af-view .af-class-heading-120 {
  font-family: Vollkorn, serif;
  font-size: 3vh;
  line-height: 5vh;
  font-weight: 400;
}

.af-view .af-class-heading-122 {
  font-size: 3vh;
  font-weight: 400;
  text-decoration: none;
}

.af-view .af-class-link-block-12 {
  text-decoration: none;
}

.af-view .af-class-body-9 {
  background-color: #fff;
}

.af-view .af-class-section-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 73vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.af-view .af-class-image-126 {
  width: 32%;
  max-width: none;
}

.af-view .af-class-section-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 57px;
  padding-bottom: 57px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-_7 {
  left: 0px;
  width: 456px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 2.3vh;
  line-height: 5vh;
  font-weight: 400;
}

.af-view .af-class-saler-copy {
  position: relative;
  left: 15px;
  width: 41%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
}

.af-view .af-class-paragraph-59 {
  width: 85%;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 3vh;
  line-height: 5vh;
}

.af-view .af-class-heading-123 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  line-height: 5vh;
  font-weight: 400;
}

.af-view .af-class-div-block-321 {
  width: 85%;
  margin-top: 45px;
  margin-bottom: 38px;
}

.af-view .af-class-section-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4ee;
}

.af-view .af-class-heading-124 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  line-height: 10vh;
  font-weight: 400;
}

.af-view .af-class-paragraph-60 {
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.5vh;
  line-height: 6vh;
}

.af-view .af-class-div-block-322 {
  width: 42%;
}

.af-view .af-class-secto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4ee;
}

.af-view .af-class-mecto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-paragraph-61 {
  color: #fff;
  font-size: 2vh;
  line-height: 4vh;
}

.af-view .af-class-image-129 {
  width: 36%;
  max-width: none;
}

.af-view .af-class-neustes {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.af-view .af-class-urneh1 {
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 6vh;
  line-height: 10vh;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-linker {
  font-family: Vollkorn, serif;
  font-size: 3vh;
  line-height: 3vh;
}

.af-view .af-class-linka {
  font-family: Vollkorn, serif;
  font-size: 3vh;
  line-height: 3vh;
}

.af-view .af-class-linksa {
  font-family: Vollkorn, serif;
  font-size: 3vh;
  line-height: 3vh;
}

.af-view .af-class-sjs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-h1s {
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 6vh;
  line-height: 10vh;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-grid-14 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.af-view .af-class-heading-125 {
  margin-top: 57px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 2.5vh;
  line-height: 4vh;
  text-align: center;
}

.af-view .af-class-div-block-323 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-button-23 {
  border-radius: 5px;
  background-color: #0a0a0a;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vh;
  line-height: 4vh;
}

.af-view .af-class-jh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-h11 {
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 6vh;
  line-height: 10vh;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-imago {
  width: 32%;
  max-width: none;
}

.af-view .af-class-jjjl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.af-view .af-class-jyyy {
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 6vh;
  line-height: 10vh;
  font-weight: 400;
  text-align: left;
}

.af-view .af-class-sss {
  width: 32%;
  max-width: none;
}

.af-view .af-class-sjes {
  width: 32%;
  max-width: none;
}

.af-view .af-class-jsks {
  width: 32%;
  max-width: none;
}

.af-view .af-class-eee {
  width: 32%;
  max-width: none;
}

.af-view .af-class-ddsa {
  width: 32%;
  max-width: none;
}

.af-view .af-class-k {
  width: 42%;
}

.af-view .af-class-cds {
  width: 30%;
  max-width: none;
}

.af-view .af-class-linsa {
  font-family: Vollkorn, serif;
  font-size: 3vh;
  line-height: 3vh;
}

.af-view .af-class-lsia {
  font-family: Vollkorn, serif;
  font-size: 3vh;
  line-height: 3vh;
}

.af-view .af-class-dds {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.af-view .af-class-jsa {
  font-family: Vollkorn, serif;
  font-size: 3vh;
  line-height: 3vh;
}

.af-view .af-class-kecto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 87vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-lsa {
  font-family: Vollkorn, serif;
  font-size: 3vh;
  line-height: 3vh;
}

.af-view .af-class-ult {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-324 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-image: url('../images/photo-1558066858-246fbbf9446f.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.af-view .af-class-div-block-325 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 81%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #fff;
}

.af-view .af-class-heading-126 {
  padding-right: 34px;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-paragraph-62 {
  width: 80%;
  color: #0a0a0a;
  font-size: 2vh;
  line-height: 4vh;
  text-align: center;
}

.af-view .af-class-div-block-326 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
}

.af-view .af-class-div-block-327 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-linksblocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-linkblc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-linkosa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-ksa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-linkas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-lblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-ks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-james {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100.00000323836882%;
  height: 115%;
  max-height: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-div-block-329 {
  width: 465px;
}

.af-view .af-class-msa {
  display: none;
  height: 87vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4ee;
}

.af-view .af-class-div-block-330 {
  width: 81%;
  height: 48%;
}

.af-view .af-class-button-24 {
  margin-bottom: 12px;
  border-radius: 5px;
  background-color: #0a0a0a;
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.af-view .af-class-button-24:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.af-view .af-class-hald {
  position: relative;
  left: 49px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 490px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #343434;
}

.af-view .af-class-urne {
  position: static;
  left: 4px;
  top: -71px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 430px;
  margin-right: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/UA110.png');
  background-position: 50% 100%;
  background-size: cover;
  color: #7d7;
}

.af-view .af-class-col {
  position: relative;
  left: 49px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 430px;
  margin-left: -81px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/IMG_0860-2-min.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #343434;
}

.af-view .af-class-blob {
  position: static;
  left: 4px;
  top: -80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 430px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/IMG_0819.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #343434;
}

.af-view .af-class-section-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-div-block-331 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-hes {
  position: static;
  top: -41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: Vollkorn, serif;
  color: #0a0a0a;
  font-size: 5vh;
  line-height: 7vh;
  font-weight: 400;
  text-align: center;
}

.af-view .af-class-term {
  height: auto;
  margin-right: 12px;
  padding-right: 24px;
  padding-left: 24px;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.af-view .af-class-term:hover {
  border: 0px none transparent;
  background-color: #ac1313;
  opacity: 1;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
  color: #fff;
  font-weight: 400;
}

.af-view .af-class-term.af-class-dark {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 7vh;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-color: #000;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.87);
  font-family: Vollkorn, serif;
  color: #fff;
  font-size: 3vh;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.af-view .af-class-term.af-class-dark:hover {
  width: 43%;
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  background-color: #fff;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #0a0a0a;
}

.af-view .af-class-text-block-106 {
  font-size: 2vh;
  line-height: 3vh;
}

@media screen and (min-width: 1280px) {
  .af-view .af-class-brand {
    height: 11vh;
  }

  .af-view .af-class-div-block-32 {
    height: 100%;
  }

  .af-view .af-class-div-block-34 {
    height: 100%;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 21px;
  }

  .af-view .af-class-nav-link-copy.w--current {
    margin-left: -1px;
    padding-left: 0px;
    box-shadow: inset 0 -2px 0 0 #006b38;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 21px;
  }

  .af-view .af-class-nav-link-copy.w--current {
    margin-left: -1px;
    padding-left: 0px;
    box-shadow: inset 0 -2px 0 0 #006b38;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 2.5vh;
  }

  .af-view .af-class-nav-link-copy.w--current {
    margin-left: -1px;
    padding-left: 0px;
    box-shadow: inset 0 -5px 0 -3px #fff;
  }

  .af-view .af-class-div-block-62 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-div-block-64 {
    left: 797px;
  }

  .af-view .af-class-checkbox-label {
    font-size: 20px;
  }

  .af-view .af-class-naturstein {
    width: 36%;
  }

  .af-view .af-class-konfigurator1.af-class-dark {
    width: 67%;
  }

  .af-view .af-class-button-link.af-class-product {
    font-size: 18px;
  }

  .af-view .af-class-paragraph-26 {
    font-size: 16px;
  }

  .af-view .af-class-paragraph-31 {
    font-size: 24px;
  }

  .af-view .af-class-section-31 {
    height: 70vh;
  }

  .af-view .af-class-wo {
    top: 334px;
  }

  .af-view .af-class-natur {
    width: 640px;
  }

  .af-view .af-class-produktsection {
    width: 100%;
  }

  .af-view .af-class-learn-more-button.af-class-learn-more-button--blue {
    width: 284px;
    height: 66px;
    min-height: 57px;
    font-size: 27px;
  }

  .af-view .af-class-design-glass {
    height: auto;
  }

  .af-view .af-class-design-water {
    height: auto;
  }

  .af-view .af-class-neuerbereich {
    height: 192vh;
  }

  .af-view .af-class-neusgrid {
    height: 86vh;
  }

  .af-view .af-class-entrance {
    top: 334px;
  }

  .af-view .af-class-uns {
    font-size: 24px;
  }

  .af-view .af-class-yesb {
    width: 640px;
  }

  .af-view .af-class-shopbutton.af-class-dark {
    width: 63%;
  }

  .af-view .af-class-section-58 {
    height: 86vh;
  }

  .af-view .af-class-text-block-91 {
    font-size: 2.5vh;
  }

  .af-view .af-class-termingrid {
    height: 86vh;
  }

  .af-view .af-class-yesbaba {
    width: 640px;
  }

  .af-view .af-class-termingestaltung.af-class-dark {
    height: 7vh;
  }

  .af-view .af-class-terminwarte.af-class-dark {
    height: 7vh;
  }

  .af-view .af-class-div-block-271 {
    width: 58%;
    height: 86%;
  }

  .af-view .af-class-backgroundvideo {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .af-view .af-class-link-14 {
    font-size: 17px;
  }

  .af-view .af-class-sg-colours-grid {
    max-width: 600px;
  }

  .af-view .af-class-paragraph-48 {
    line-height: 4vh;
  }

  .af-view .af-class-butooo.af-class-darko {
    height: 7vh;
  }

  .af-view .af-class-heading-122 {
    line-height: 5vh;
  }

  .af-view .af-class-imago {
    width: 29%;
  }

  .af-view .af-class-cds {
    width: 31%;
  }
}

@media screen and (min-width: 1440px) {
  .af-view .af-class-section {
    height: 50vh;
  }

  .af-view .af-class-feature-content {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-black {
    color: #0a0a0a;
    font-size: 63px;
  }

  .af-view .af-class-nav-menu-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .af-view .af-class-paragraph-3 {
    top: 40px;
    color: #343434;
    font-size: 20px;
  }

  .af-view .af-class-button-2 {
    color: #343434;
    font-size: 24px;
  }

  .af-view .af-class-section-2 {
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-body-2 {
    background-color: #0a0a0a;
  }

  .af-view .af-class-div-block-32 {
    width: 100%;
    height: 100%;
  }

  .af-view .af-class-div-block-33 {
    position: relative;
    width: 100%;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .af-view .af-class-div-block-34 {
    height: 100%;
  }

  .af-view .af-class-div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block-36 {
    height: 100%;
  }

  .af-view .af-class-div-block-38 {
    height: 100%;
  }

  .af-view .af-class-div-block-39 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-div-block-44 {
    height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-call-to-action {
    height: 70vh;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 24px;
  }

  .af-view .af-class-nav-link-copy.w--current {
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 400;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 24px;
  }

  .af-view .af-class-sale-tittle {
    font-size: 44px;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 2.7vh;
  }

  .af-view .af-class-nav-link-copy.w--current {
    font-size: 2.5vh;
  }

  .af-view .af-class-grid-6 {
    grid-row-gap: 0px;
  }

  .af-view .af-class-div-block-61 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-div-block-62 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-button-14 {
    font-size: 2.5vh;
  }

  .af-view .af-class-div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 227px;
    height: 120px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Naturstein__5_-removebg-preview.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .af-view .af-class-textarea {
    height: 193px;
    min-height: 101px;
    margin-top: 14px;
  }

  .af-view .af-class-div-block-64 {
    left: 906px;
  }

  .af-view .af-class-senden.af-class-dark {
    margin-top: 88px;
  }

  .af-view .af-class-checkbox-label {
    font-size: 21px;
  }

  .af-view .af-class-checkbox {
    width: 31px;
    height: 20px;
  }

  .af-view .af-class-checkbox-field-2 {
    top: 54px;
  }

  .af-view .af-class-naturstein {
    margin-right: -282px;
  }

  .af-view .af-class-heading-39 {
    width: 447px;
  }

  .af-view .af-class-section-28 {
    background-color: #0a0a0a;
  }

  .af-view .af-class-color-block {
    left: 56px;
    top: 0px;
    height: 430px;
  }

  .af-view .af-class-button-link.af-class-product {
    font-size: 23px;
  }

  .af-view .af-class-paragraph-26 {
    font-size: 19px;
  }

  .af-view .af-class-neu {
    background-color: #0a0a0a;
  }

  .af-view .af-class-lato {
    background-color: #0a0a0a;
  }

  .af-view .af-class-vasi {
    background-color: #0a0a0a;
  }

  .af-view .af-class-colur {
    left: -105px;
    top: -71px;
    width: 571px;
    height: 456px;
  }

  .af-view .af-class-blo {
    left: -109px;
    top: -80px;
    height: 430px;
  }

  .af-view .af-class-div-block-87 {
    background-color: #0a0a0a;
  }

  .af-view .af-class-subscribe-form-flex {
    width: 413px;
  }

  .af-view .af-class-subscribe-form-input {
    width: 342px;
    height: 48px;
    font-size: 23px;
  }

  .af-view .af-class-heading-41 {
    font-size: 43px;
  }

  .af-view .af-class-submit-button-2 {
    width: 132px;
    height: 48px;
    background-color: #000;
    font-size: 21px;
  }

  .af-view .af-class-content {
    height: 2141px;
  }

  .af-view .af-class-column2 {
    height: 106vh;
  }

  .af-view .af-class-photo.af-class-_2 {
    height: 750px;
  }

  .af-view .af-class-content-2 {
    font-size: 5vh;
    font-weight: 400;
  }

  .af-view .af-class-content-3 {
    color: #0a0a0a;
  }

  .af-view .af-class-heading-43 {
    font-size: 5vh;
    font-weight: 400;
  }

  .af-view .af-class-heading-44 {
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 16px;
    color: #0a0a0a;
    font-size: 6vh;
    font-weight: 400;
  }

  .af-view .af-class-paragraph-29 {
    position: static;
    width: 49%;
    color: #0a0a0a;
    font-size: 3vh;
    line-height: 5vh;
    text-align: left;
  }

  .af-view .af-class-paragraph-30 {
    top: -867px;
  }

  .af-view .af-class-div-block-89 {
    width: 94%;
  }

  .af-view .af-class-grabstein {
    width: 600px;
  }

  .af-view .af-class-weitere {
    height: 35%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-paragraph-31 {
    font-size: 3vh;
    line-height: 50px;
  }

  .af-view .af-class-wo {
    top: 304px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-natur {
    width: 100%;
  }

  .af-view .af-class-tet {
    top: -5px;
    width: 78%;
    font-family: Vollkorn, serif;
    color: #0a0a0a;
    font-size: 20px;
  }

  .af-view .af-class-ted {
    position: relative;
    top: -14px;
    color: #0a0a0a;
    font-size: 7vh;
    font-weight: 400;
  }

  .af-view .af-class-featur {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-besch {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 69%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-best {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 69%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-produktpreis {
    width: 327px;
    font-size: 18px;
  }

  .af-view .af-class-produktname {
    font-size: 49px;
  }

  .af-view .af-class-produktkategorie {
    font-size: 17px;
  }

  .af-view .af-class-produkttext {
    left: -132px;
  }

  .af-view .af-class-produktcontainer {
    width: 100%;
  }

  .af-view .af-class-produktsection {
    width: 100%;
  }

  .af-view .af-class-hed {
    font-family: Vollkorn, serif;
    font-size: 7vh;
  }

  .af-view .af-class-hed2 {
    font-family: Vollkorn, serif;
    font-size: 9vh;
  }

  .af-view .af-class-too {
    font-family: Vollkorn, serif;
    font-size: 20px;
  }

  .af-view .af-class-moo {
    font-family: Vollkorn, serif;
    font-size: 3vh;
  }

  .af-view .af-class-layer.af-class-nice {
    height: 748px;
  }

  .af-view .af-class-grabpflegen {
    width: 600px;
  }

  .af-view .af-class-content-wrapper {
    left: 0px;
    max-width: 73%;
  }

  .af-view .af-class-form-box {
    width: 500px;
  }

  .af-view .af-class-product-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-product-image {
    width: 69%;
  }

  .af-view .af-class-product-image-wrapper {
    height: 113%;
  }

  .af-view .af-class-sub-section-headline-2 {
    font-size: 73px;
  }

  .af-view .af-class-section-p-4 {
    width: 406px;
    margin-right: 61px;
    margin-left: -216px;
    font-size: 18px;
  }

  .af-view .af-class-sub-section-headline-3 {
    font-size: 73px;
  }

  .af-view .af-class-learn-more-button.af-class-learn-more-button--blue {
    width: 320px;
    font-size: 35px;
  }

  .af-view .af-class-sub-section-headline-wrap-3 {
    font-size: 19px;
  }

  .af-view .af-class-glass-img {
    width: 121%;
    height: 180%;
    max-width: 118%;
  }

  .af-view .af-class-design-water {
    background-color: #0a0a0a;
  }

  .af-view .af-class-water-img {
    width: 876px;
    height: 652px;
  }

  .af-view .af-class-design-water-text-wrap {
    left: 6px;
    top: -464px;
  }

  .af-view .af-class-sub-section-headline-4 {
    width: 502px;
    font-size: 64px;
  }

  .af-view .af-class-singeler {
    height: 88%;
  }

  .af-view .af-class-kasse-2 {
    left: -110px;
    font-size: 35px;
  }

  .af-view .af-class-neuerbutt.af-class-dark {
    height: 3vh;
    font-size: 3vh;
  }

  .af-view .af-class-neuerbereich {
    height: 261vh;
  }

  .af-view .af-class-news {
    width: 1223px;
  }

  .af-view .af-class-neusgrid {
    grid-row-gap: 0px;
  }

  .af-view .af-class-entrance {
    top: 304px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-uns {
    font-size: 28px;
    line-height: 50px;
  }

  .af-view .af-class-yesb {
    width: 100%;
  }

  .af-view .af-class-yesbb {
    max-height: 329px;
  }

  .af-view .af-class-f {
    position: static;
    top: -14px;
    color: #0a0a0a;
    font-size: 7vh;
    font-weight: 400;
  }

  .af-view .af-class-bes {
    top: -5px;
    width: 576px;
    font-family: Vollkorn, serif;
    color: #0a0a0a;
    font-size: 3vh;
  }

  .af-view .af-class-section-56 {
    height: 100vh;
  }

  .af-view .af-class-div-block-254 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/QwcJyU_w.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/QwcJyU_w.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .af-view .af-class-div-block-255 {
    width: 40%;
  }

  .af-view .af-class-heading-88 {
    margin-top: -65px;
    margin-bottom: 22px;
  }

  .af-view .af-class-paragraph-37 {
    width: 673px;
    margin-bottom: 30px;
    line-height: 43px;
  }

  .af-view .af-class-grabarten {
    height: 91vh;
  }

  .af-view .af-class-shopbutton.af-class-dark {
    width: 73%;
  }

  .af-view .af-class-sorti {
    width: 40%;
  }

  .af-view .af-class-neuerheader {
    margin-top: 0px;
    margin-bottom: 22px;
    font-family: Vollkorn, serif;
  }

  .af-view .af-class-neue-beschreibung {
    margin-top: 27px;
    margin-bottom: 30px;
    font-family: Vollkorn, serif;
  }

  .af-view .af-class-contact.af-class-dark {
    width: 45%;
  }

  .af-view .af-class-hero__card {
    max-height: none;
    max-width: 100%;
  }

  .af-view .af-class-image-content {
    background-size: cover;
  }

  .af-view .af-class-termingrid {
    grid-row-gap: 0px;
  }

  .af-view .af-class-yesbaba {
    width: 100%;
  }

  .af-view .af-class-pars {
    width: 591px;
  }

  .af-view .af-class-mss {
    width: 594px;
  }

  .af-view .af-class-sas {
    width: 597px;
  }

  .af-view .af-class-awa {
    width: 588px;
  }

  .af-view .af-class-text-block-93 {
    line-height: 34px;
  }

  .af-view .af-class-realcontent1.af-class-_1 {
    background-color: #f7f4ee;
  }

  .af-view .af-class-realcontent3.af-class-_3 {
    border-bottom-style: none;
  }

  .af-view .af-class-div-block-271 {
    width: 58%;
  }

  .af-view .af-class-bi {
    left: 56px;
    top: 0px;
    height: 510px;
  }

  .af-view .af-class-backgroundvideo {
    height: 792px;
  }

  .af-view .af-class-link-14 {
    font-size: 19px;
  }

  .af-view .af-class-accoablauf.af-class-slim {
    left: -131px;
    max-width: 80%;
  }

  .af-view .af-class-accoablauf.af-class-slim {
    left: -28px;
    max-width: 89%;
  }

  .af-view .af-class-sg-colours-grid {
    max-width: 625px;
  }

  .af-view .af-class-return-to-top-lb {
    width: 54px;
    height: 54px;
  }

  .af-view .af-class-p1 {
    margin-bottom: 81px;
  }

  .af-view .af-class-global-container {
    margin-top: 121px;
    margin-bottom: 142px;
  }

  .af-view .af-class-grid-13 {
    height: 698px;
  }

  .af-view .af-class-div-block-292 {
    height: 149px;
  }

  .af-view .af-class-heading-113 {
    margin-top: 0px;
  }

  .af-view .af-class-div-block-315 {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: brightness(104%) contrast(114%);
    filter: brightness(104%) contrast(114%);
  }

  .af-view .af-class-section-71 {
    height: auto;
  }

  .af-view .af-class-heading-117 {
    margin-left: 117px;
    border-bottom: 2px solid #fff;
  }

  .af-view .af-class-produktlink {
    height: 54vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-sortiment {
    width: 40%;
  }

  .af-view .af-class-arten-container {
    margin-top: 121px;
    margin-bottom: 142px;
  }

  .af-view .af-class-material-con {
    margin-top: 121px;
    margin-bottom: 142px;
  }

  .af-view .af-class-matibild {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: brightness(104%) contrast(114%);
    filter: brightness(104%) contrast(114%);
  }

  .af-view .af-class-schrift-con {
    margin-top: 121px;
    margin-bottom: 142px;
  }

  .af-view .af-class-schriftbild {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: brightness(104%) contrast(114%);
    filter: brightness(104%) contrast(114%);
  }

  .af-view .af-class-gridschr {
    height: 698px;
  }

  .af-view .af-class-friedhofbild {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: brightness(104%) contrast(114%);
    filter: brightness(104%) contrast(114%);
  }

  .af-view .af-class-genehmigung-con {
    margin-top: 121px;
    margin-bottom: 142px;
  }

  .af-view .af-class-setzen-con {
    margin-top: 121px;
    margin-bottom: 142px;
  }

  .af-view .af-class-bildwes {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-filter: brightness(104%) contrast(114%);
    filter: brightness(104%) contrast(114%);
  }

  .af-view .af-class-lieg-con {
    margin-top: 121px;
    margin-bottom: 142px;
  }

  .af-view .af-class-image-126 {
    width: 28%;
  }

  .af-view .af-class-urneh1 {
    font-size: 44px;
  }

  .af-view .af-class-h1s {
    font-size: 44px;
  }

  .af-view .af-class-h11 {
    font-size: 44px;
  }

  .af-view .af-class-imago {
    width: 27%;
  }

  .af-view .af-class-jyyy {
    font-size: 44px;
  }

  .af-view .af-class-cds {
    width: 30%;
  }

  .af-view .af-class-hald {
    left: 56px;
    top: 0px;
    height: 510px;
  }

  .af-view .af-class-urne {
    left: -105px;
    top: -71px;
    width: 571px;
    height: 456px;
  }

  .af-view .af-class-col {
    left: 56px;
    top: 0px;
    height: 430px;
  }

  .af-view .af-class-blob {
    left: -109px;
    top: -80px;
    height: 430px;
  }

  .af-view .af-class-term.af-class-dark {
    width: 45%;
  }
}

@media screen and (min-width: 1920px) {
  .af-view .af-class-section {
    height: 50vh;
    background-image: none;
  }

  .af-view .af-class-feature-content {
    height: 552px;
  }

  .af-view .af-class-black {
    font-size: 7vh;
    line-height: 79px;
  }

  .af-view .af-class-nav-menu-2 {
    margin-left: 263px;
  }

  .af-view .af-class-brand {
    width: 19vh;
    height: 11vh;
  }

  .af-view .af-class-paragraph-3 {
    color: #0a0a0a;
    font-size: 3vh;
    line-height: 38px;
  }

  .af-view .af-class-button-2 {
    color: #0a0a0a;
    font-size: 3vh;
  }

  .af-view .af-class-section-2 {
    height: 100vh;
  }

  .af-view .af-class-utility-page-wrap {
    font-size: 20px;
  }

  .af-view .af-class-utility-page-content {
    width: 408px;
  }

  .af-view .af-class-div-block-32 {
    height: 100%;
  }

  .af-view .af-class-div-block-34 {
    height: 100%;
  }

  .af-view .af-class-div-block-36 {
    height: 100%;
  }

  .af-view .af-class-div-block-38 {
    height: 100%;
  }

  .af-view .af-class-div-block-44 {
    width: 100%;
    height: 658px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .af-view .af-class-call-to-action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 31px;
  }

  .af-view .af-class-nav-link-copy.w--current {
    box-shadow: inset 0 -2px 0 0 #7d7;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 31px;
  }

  .af-view .af-class-sale-tittle {
    position: relative;
    left: 0px;
    top: -2px;
    margin-bottom: 42px;
    font-size: 70px;
  }

  .af-view .af-class-nav-link-copy {
    font-size: 2.8vh;
  }

  .af-view .af-class-nav-link-copy:hover {
    box-shadow: inset 0 -13px 0 -10px #fff;
  }

  .af-view .af-class-nav-link-copy.w--current {
    box-shadow: inset 0 -8px 0 -3px #fff;
  }

  .af-view .af-class-footer-3 {
    height: 576px;
    max-height: 506px;
  }

  .af-view .af-class-grid-6 {
    width: 100%;
    height: 100%;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block-62 {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-button-14 {
    width: auto;
    font-size: 2.5vh;
    text-align: left;
  }

  .af-view .af-class-div-block-63 {
    position: relative;
    top: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 305px;
    height: 184px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-contact-form {
    height: 962px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-22 {
    font-size: 82px;
    line-height: 78px;
  }

  .af-view .af-class-text-field {
    width: 374px;
    height: 56px;
    font-size: 26px;
  }

  .af-view .af-class-text-field::-webkit-input-placeholder {
    font-size: 26px;
  }

  .af-view .af-class-text-field:-ms-input-placeholder {
    font-size: 26px;
  }

  .af-view .af-class-text-field::-ms-input-placeholder {
    font-size: 26px;
  }

  .af-view .af-class-text-field::placeholder {
    font-size: 26px;
  }

  .af-view .af-class-text-field-2 {
    height: 56px;
    font-size: 26px;
  }

  .af-view .af-class-text-field-2::-webkit-input-placeholder {
    font-size: 26px;
  }

  .af-view .af-class-text-field-2:-ms-input-placeholder {
    font-size: 26px;
  }

  .af-view .af-class-text-field-2::-ms-input-placeholder {
    font-size: 26px;
  }

  .af-view .af-class-text-field-2::placeholder {
    font-size: 26px;
  }

  .af-view .af-class-text-field-3 {
    height: 56px;
    font-size: 26px;
  }

  .af-view .af-class-text-field-4 {
    height: 56px;
    font-size: 26px;
  }

  .af-view .af-class-textarea {
    width: 100%;
    height: 120px;
    min-height: 132px;
    margin-top: 2px;
    font-size: 26px;
  }

  .af-view .af-class-container-4 {
    left: 0px;
    top: 64px;
    height: 719px;
    max-width: 822px;
  }

  .af-view .af-class-div-block-64 {
    position: relative;
    left: -173px;
    top: 172px;
    height: 457px;
    max-width: 639px;
    min-width: 207px;
  }

  .af-view .af-class-heading-23 {
    width: 560px;
    margin-left: 58px;
  }

  .af-view .af-class-paragraph-18 {
    left: 0px;
    width: 493px;
    margin-bottom: 34px;
    font-size: 26px;
    line-height: 43px;
  }

  .af-view .af-class-text-block-29 {
    height: 84px;
    font-size: 26px;
    line-height: 33px;
  }

  .af-view .af-class-senden.af-class-dark {
    position: relative;
    top: 109px;
    width: 188px;
    height: 56px;
    font-size: 26px;
  }

  .af-view .af-class-checkbox-label {
    font-size: 30px;
  }

  .af-view .af-class-checkbox {
    width: 39px;
    height: 28px;
  }

  .af-view .af-class-checkbox-field-2 {
    top: 127px;
    height: 56px;
  }

  .af-view .af-class-text-block-32 {
    left: -61px;
    margin-left: -122px;
    font-size: 26px;
  }

  .af-view .af-class-bold-text {
    font-size: 29px;
  }

  .af-view .af-class-iphone-nav {
    width: 100%;
    height: 10%;
  }

  .af-view .af-class-naturstein {
    top: 382px;
  }

  .af-view .af-class-heading-39 {
    width: 794px;
    font-size: 9vh;
    line-height: 13vh;
  }

  .af-view .af-class-konfigurator1.af-class-dark {
    top: 10px;
    width: 67%;
    height: 7vh;
    min-height: 7vh;
    font-size: 4vh;
  }

  .af-view .af-class-section-28 {
    height: 1062px;
  }

  .af-view .af-class-color-block {
    left: 82px;
    top: 0px;
    width: 754px;
    height: 603px;
  }

  .af-view .af-class-info-sale-block {
    height: auto;
    margin-left: 223px;
  }

  .af-view .af-class-button-link.af-class-product {
    position: relative;
    top: 15px;
    font-size: 30px;
  }

  .af-view .af-class-paragraph-26 {
    top: 22px;
    width: 598px;
    font-size: 25px;
    line-height: 38px;
  }

  .af-view .af-class-neu {
    height: 392px;
  }

  .af-view .af-class-saler {
    height: auto;
  }

  .af-view .af-class-lato {
    height: 712px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-vasi {
    height: 765px;
  }

  .af-view .af-class-colur {
    left: -127px;
    top: -71px;
    width: 754px;
    height: 603px;
    margin-right: 78px;
    background-position: 50% 100%;
  }

  .af-view .af-class-blo {
    left: -130px;
    top: -80px;
    width: 754px;
    height: 603px;
  }

  .af-view .af-class-badu {
    height: auto;
    margin-left: 214px;
  }

  .af-view .af-class-div-block-87 {
    height: 325px;
  }

  .af-view .af-class-mehrpro.af-class-dark {
    width: 399px;
    height: 76px;
    font-size: 40px;
  }

  .af-view .af-class-subscribe-form {
    height: 689px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-subscribe-form-flex {
    width: 733px;
    height: 65px;
  }

  .af-view .af-class-subscribe-form-input {
    width: 560px;
    height: 65px;
    font-size: 33px;
  }

  .af-view .af-class-heading-41 {
    position: relative;
    top: -16px;
    font-size: 56px;
    line-height: 78px;
  }

  .af-view .af-class-submit-button-2 {
    width: 264px;
    height: 65px;
    font-size: 27px;
  }

  .af-view .af-class-content-2 {
    width: 668px;
  }

  .af-view .af-class-content-3 {
    width: auto;
    height: auto;
  }

  .af-view .af-class-heading-43 {
    width: 740px;
  }

  .af-view .af-class-heading-44 {
    color: #0a0a0a;
    font-size: 6vh;
  }

  .af-view .af-class-paragraph-29 {
    width: 49%;
    color: #0a0a0a;
    font-size: 3vh;
    line-height: 5vh;
  }

  .af-view .af-class-div-block-88 {
    width: 100%;
    height: 100%;
  }

  .af-view .af-class-heading-45 {
    top: -1193px;
    margin-top: 137px;
  }

  .af-view .af-class-paragraph-30 {
    top: -1189px;
    width: 1085px;
    margin-bottom: 75px;
    font-size: 3vh;
    line-height: 47px;
  }

  .af-view .af-class-div-block-89 {
    top: 273px;
    width: 94%;
    height: 950px;
  }

  .af-view .af-class-grabstein {
    width: 829px;
  }

  .af-view .af-class-weitere {
    top: 0px;
  }

  .af-view .af-class-heading-48 {
    top: 80px;
  }

  .af-view .af-class-paragraph-31 {
    top: 85px;
    width: 1011px;
    font-size: 3vh;
    line-height: 52px;
  }

  .af-view .af-class-section-31 {
    height: 70vh;
  }

  .af-view .af-class-wo {
    top: 278px;
    height: 50vh;
    min-height: 44vh;
  }

  .af-view .af-class-natur {
    width: 100%;
    height: 100%;
  }

  .af-view .af-class-tet {
    width: 78%;
    font-size: 28px;
  }

  .af-view .af-class-ted {
    width: auto;
  }

  .af-view .af-class-div-block-97 {
    top: 217px;
    width: 930px;
    height: 119px;
  }

  .af-view .af-class-featur {
    height: 552px;
  }

  .af-view .af-class-div-block-104 {
    height: 122px;
  }

  .af-view .af-class-section-35 {
    height: auto;
  }

  .af-view .af-class-produktpreis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 425px;
    padding-top: 13px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 23px;
  }

  .af-view .af-class-produktname {
    position: relative;
    left: 0px;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 549px;
    height: 61px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 58px;
  }

  .af-view .af-class-produktkategorie {
    font-size: 19px;
  }

  .af-view .af-class-produkttext {
    width: 672px;
    height: 666px;
  }

  .af-view .af-class-produktcontainer {
    position: relative;
    top: -86px;
    height: 764px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-hold {
    height: 105vh;
    min-height: 100vh;
  }

  .af-view .af-class-hold2 {
    min-height: 100vh;
  }

  .af-view .af-class-hed {
    font-size: 7vh;
  }

  .af-view .af-class-hed2 {
    font-size: 7vh;
  }

  .af-view .af-class-too {
    width: 679px;
    font-size: 3vh;
    line-height: 46px;
  }

  .af-view .af-class-moo {
    width: 679px;
    font-size: 3vh;
    line-height: 46px;
  }

  .af-view .af-class-layer {
    left: -154px;
    height: 434px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-layer.af-class-nice {
    height: 922px;
  }

  .af-view .af-class-berschrift.af-class-klein {
    margin-top: -24px;
  }

  .af-view .af-class-pager.af-class-gros {
    width: 749px;
    height: 160px;
    margin-top: 100px;
    font-size: 67px;
    line-height: 84px;
  }

  .af-view .af-class-para.af-class-nine {
    margin-top: 32px;
    font-family: Vollkorn, serif;
    font-size: 25px;
  }

  .af-view .af-class-bild1 {
    width: 894px;
  }

  .af-view .af-class-text-block-52 {
    font-size: 7vh;
  }

  .af-view .af-class-grabpflegen {
    width: 829px;
  }

  .af-view .af-class-heading-57 {
    margin-top: 69px;
    margin-bottom: 58px;
  }

  .af-view .af-class-content-wrapper {
    max-width: 73%;
  }

  .af-view .af-class-icon.af-class-accordion-icon {
    width: 3vh;
    font-size: 5vh;
  }

  .af-view .af-class-interaction-letter {
    font-size: 9.5em;
  }

  .af-view .af-class-dankeregister {
    width: 1162px;
    height: 686px;
  }

  .af-view .af-class-y {
    position: relative;
    top: -28px;
    width: 133px;
    height: 131px;
  }

  .af-view .af-class-d {
    font-size: 28px;
  }

  .af-view .af-class-jawoll.af-class-dark {
    width: 166px;
    height: 56px;
    margin-top: 57px;
    font-size: 31px;
  }

  .af-view .af-class-product-content-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .af-view .af-class-small-heading {
    margin-bottom: 0px;
  }

  .af-view .af-class-product-image {
    width: 72%;
  }

  .af-view .af-class-text-block-56 {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .af-view .af-class-container-6.af-class-container--center-flex {
    height: 852px;
  }

  .af-view .af-class-design-bezel-img {
    width: 900px;
    height: 903px;
  }

  .af-view .af-class-sub-section-headline-2 {
    margin-top: 24px;
    font-size: 90px;
  }

  .af-view .af-class-section-p-4 {
    width: 537px;
    margin-top: 120px;
    margin-right: 58px;
    margin-left: -244px;
    font-size: 24px;
    line-height: 39px;
  }

  .af-view .af-class-sub-section-headline-3 {
    margin-top: 244px;
    margin-bottom: -81px;
    font-size: 90px;
  }

  .af-view .af-class-learn-more-button.af-class-learn-more-button--blue {
    width: 401px;
    height: 137px;
    max-height: 106px;
    min-height: 76px;
    margin-top: -55px;
    padding-bottom: 0px;
    font-size: 40px;
  }

  .af-view .af-class-design-glass {
    height: 927px;
  }

  .af-view .af-class-glass-img {
    width: 1050px;
    height: 930px;
    max-width: 115%;
  }

  .af-view .af-class-design-water {
    height: 889px;
  }

  .af-view .af-class-water-img {
    top: 113px;
    width: 1060px;
    height: 739px;
    min-width: 43px;
  }

  .af-view .af-class-design-water-text-wrap {
    left: -121px;
  }

  .af-view .af-class-sub-section-headline-4 {
    width: 722px;
    font-size: 86px;
  }

  .af-view .af-class-sub-section-subheading.af-class-sub-section-subheading--water {
    width: 427px;
    font-size: 30px;
    line-height: 1.7;
  }

  .af-view .af-class-icon-17 {
    margin-left: 29px;
    font-size: 41px;
  }

  .af-view .af-class-icon-18 {
    margin-left: 2px;
    font-size: 41px;
  }

  .af-view .af-class-kasse-2 {
    font-size: 40px;
  }

  .af-view .af-class-gutscheinform {
    width: 307px;
    height: 56px;
    font-size: 23px;
  }

  .af-view .af-class-gutscheinbutton {
    height: 56px;
    font-size: 23px;
  }

  .af-view .af-class-shopseitemenu {
    height: 157px;
  }

  .af-view .af-class-neuerbutt.af-class-dark {
    top: 10px;
    width: 104%;
    height: 3vh;
    font-size: 3vh;
  }

  .af-view .af-class-bold-text-4 {
    line-height: 44px;
  }

  .af-view .af-class-bold-text-5 {
    line-height: 44px;
  }

  .af-view .af-class-bold-text-6 {
    line-height: 44px;
  }

  .af-view .af-class-zu-arten.af-class-dark {
    top: 10px;
    width: 250px;
    height: 66px;
    font-size: 25px;
  }

  .af-view .af-class-kontaktmenu {
    width: 100%;
    height: 10vh;
  }

  .af-view .af-class-neuerbereich {
    height: 100%;
    min-height: 128vh;
  }

  .af-view .af-class-head {
    top: -1193px;
    margin-top: 47px;
    margin-bottom: 122px;
  }

  .af-view .af-class-div-block-250 {
    overflow: visible;
    height: 500px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .af-view .af-class-div-block-251 {
    height: 100%;
  }

  .af-view .af-class-div2 {
    height: 500px;
  }

  .af-view .af-class-grabart {
    top: 80px;
    font-size: 7vh;
  }

  .af-view .af-class-mh {
    height: 132vh;
  }

  .af-view .af-class-news {
    top: 273px;
    width: 1719px;
    height: 950px;
  }

  .af-view .af-class-neusgrid {
    width: 100%;
    height: 94vh;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-entrance {
    top: 278px;
    height: 46vh;
    max-height: 50vh;
    min-height: 40vh;
  }

  .af-view .af-class-ubs {
    top: 80px;
  }

  .af-view .af-class-uns {
    top: 85px;
    width: 1011px;
    font-size: 4vh;
    line-height: 52px;
  }

  .af-view .af-class-yesb {
    width: 100%;
    height: 100%;
  }

  .af-view .af-class-f {
    width: 563px;
  }

  .af-view .af-class-bes {
    width: 648px;
    font-size: 3vh;
    line-height: 49px;
  }

  .af-view .af-class-section-56 {
    height: 100vh;
  }

  .af-view .af-class-div-block-255 {
    width: 40%;
  }

  .af-view .af-class-paragraph-37 {
    line-height: 39px;
  }

  .af-view .af-class-grabarten {
    height: 91vh;
  }

  .af-view .af-class-shopbutton.af-class-dark {
    top: 10px;
    width: 75%;
    height: 7vh;
    min-height: 7vh;
    font-size: 4vh;
  }

  .af-view .af-class-sorti {
    width: 40%;
    margin-left: 0px;
  }

  .af-view .af-class-neue-beschreibung {
    line-height: 39px;
  }

  .af-view .af-class-sortishop.af-class-dark {
    top: 10px;
    width: 40%;
    height: 7vh;
    min-height: 7vh;
    font-size: 4vh;
  }

  .af-view .af-class-contact.af-class-dark {
    top: 10px;
    width: 47%;
    height: 7vh;
    min-height: 7vh;
    font-size: 3vh;
  }

  .af-view .af-class-ubutton.af-class-dark {
    top: 10px;
    width: 50%;
    height: 7vh;
    min-height: 7vh;
    font-size: 3vh;
  }

  .af-view .af-class-image-124 {
    width: 896px;
    height: 591px;
  }

  .af-view .af-class-imager {
    width: 896px;
    height: 591px;
  }

  .af-view .af-class-section-58 {
    height: 94vh;
  }

  .af-view .af-class-hero__form {
    height: 512px;
  }

  .af-view .af-class-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-hero__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 62px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-hero__form-simple {
    display: block;
  }

  .af-view .af-class-heading-90 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .af-view .af-class-first-article {
    display: none;
  }

  .af-view .af-class-section-content {
    display: none;
  }

  .af-view .af-class-termingrid {
    width: 100%;
    height: 94vh;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-yesbaba {
    width: 100%;
    height: 100%;
  }

  .af-view .af-class-div-block-263 {
    height: 37%;
    margin-left: 0px;
    padding-left: 43px;
  }

  .af-view .af-class-paragraph-38 {
    font-size: 2.3vh;
    line-height: 4vh;
  }

  .af-view .af-class-termingestaltung.af-class-dark {
    top: 10px;
    width: 47%;
    height: 7vh;
    min-height: 7vh;
    font-size: 4vh;
  }

  .af-view .af-class-pars {
    width: 800px;
    margin-top: 20px;
    font-size: 2.3vh;
    line-height: 4vh;
  }

  .af-view .af-class-mss {
    width: 808px;
    margin-top: 20px;
    font-size: 2.3vh;
    line-height: 4vh;
  }

  .af-view .af-class-sas {
    width: 800px;
    margin-top: 10px;
    font-size: 2.3vh;
    line-height: 4vh;
  }

  .af-view .af-class-awa {
    width: 800px;
    margin-top: 10px;
    font-size: 2.3vh;
    line-height: 4vh;
  }

  .af-view .af-class-terminwarte.af-class-dark {
    top: 10px;
    width: 47%;
    height: 7vh;
    min-height: 7vh;
    font-size: 4vh;
  }

  .af-view .af-class-section-63 {
    margin-top: -70px;
  }

  .af-view .af-class-div-block-267 {
    width: auto;
  }

  .af-view .af-class-text-block-93 {
    width: 800px;
    max-width: none;
    min-width: auto;
    line-height: 54px;
  }

  .af-view .af-class-div-block-268 {
    height: 214px;
  }

  .af-view .af-class-simonsbutton.af-class-dark {
    top: 10px;
    width: 47%;
    height: 7vh;
    min-height: 7vh;
    font-size: 4vh;
  }

  .af-view .af-class-realcontent1.af-class-_1 {
    padding-right: 60px;
    padding-left: 60px;
  }

  .af-view .af-class-realcontent2.af-class-_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
  }

  .af-view .af-class-realcontent3.af-class-_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 60px;
  }

  .af-view .af-class-div-block-269 {
    height: 70%;
  }

  .af-view .af-class-text-block-95 {
    font-size: 19px;
  }

  .af-view .af-class-div-block-271 {
    width: 58%;
    height: 211px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-text-block-96 {
    font-size: 3vh;
  }

  .af-view .af-class-text-block-97 {
    font-size: 2vh;
    line-height: 34px;
  }

  .af-view .af-class-bi {
    top: 0px;
    width: 654px;
    height: 628px;
  }

  .af-view .af-class-backgroundvideo {
    height: 926px;
  }

  .af-view .af-class-div-block-274 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-oppenbutton.af-class-dark {
    top: 10px;
    width: 47%;
    height: 7vh;
    min-height: 7vh;
    font-size: 4vh;
  }

  .af-view .af-class-bold-text-7 {
    font-size: 26px;
    line-height: 46px;
  }

  .af-view .af-class-link-14 {
    font-size: 25px;
  }

  .af-view .af-class-text-block-99 {
    font-size: 2vh;
    line-height: 34px;
  }

  .af-view .af-class-text-block-100 {
    font-size: 19px;
  }

  .af-view .af-class-text-block-101 {
    font-size: 3vh;
  }

  .af-view .af-class-div-block-282 {
    width: 79%;
    height: 93%;
  }

  .af-view .af-class-logo-img-2 {
    width: 192px;
    height: 104%;
  }

  .af-view .af-class-sg-colours-grid {
    max-width: 650px;
  }

  .af-view .af-class-return-to-top-lb {
    width: 82px;
    height: 82px;
  }

  .af-view .af-class-global-section {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .af-view .af-class-global-section.af-class-sg {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .af-view .af-class-global-section.af-class-arten {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .af-view .af-class-sg-anchor-lb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .af-view .af-class-sg-anchor-lb.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .af-view .af-class-sg-outer-wrapper {
    max-width: 100%;
  }

  .af-view .af-class-logo-lb.af-class-sidebar {
    height: 139px;
  }

  .af-view .af-class-sg-left-top-wrapper {
    width: 297px;
    max-width: 357px;
  }

  .af-view .af-class-grid-13 {
    height: 857px;
  }

  .af-view .af-class-headers {
    font-size: 4vh;
    line-height: 10vh;
  }

  .af-view .af-class-div-block-292 {
    height: 210px;
    margin-bottom: 0px;
  }

  .af-view .af-class-heading-113 {
    margin-top: 0px;
  }

  .af-view .af-class-section-69 {
    margin-top: 105px;
  }

  .af-view .af-class-bold-text-13 {
    line-height: 44px;
  }

  .af-view .af-class-bold-text-14 {
    line-height: 44px;
  }

  .af-view .af-class-paragraph-57 {
    width: auto;
    color: #0a0a0a;
  }

  .af-view .af-class-butooo.af-class-darko {
    top: 10px;
    width: 47%;
    height: 7vh;
    min-height: 7vh;
    font-size: 4vh;
  }

  .af-view .af-class-div-block-314 {
    font-size: 19px;
    line-height: 33px;
  }

  .af-view .af-class-men-black {
    width: 100%;
    height: 10%;
  }

  .af-view .af-class-div-block-315 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-heading-117 {
    margin-left: 0px;
  }

  .af-view .af-class-produktlink {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-sortiment {
    width: 40%;
    margin-left: 0px;
  }

  .af-view .af-class-imagen {
    width: 896px;
    height: 591px;
  }

  .af-view .af-class-div-block-317 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-matibild {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-heading-118 {
    width: 109%;
  }

  .af-view .af-class-schrift-con {
    width: 82%;
    max-width: none;
  }

  .af-view .af-class-schriftbild {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-gridschr {
    height: 857px;
  }

  .af-view .af-class-friedhofbild {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-genehmigung-con {
    max-width: none;
  }

  .af-view .af-class-setzen-con {
    max-width: none;
  }

  .af-view .af-class-bildwes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-_7 {
    top: 22px;
    width: 598px;
  }

  .af-view .af-class-saler-copy {
    height: auto;
  }

  .af-view .af-class-urneh1 {
    position: relative;
    left: 0px;
    top: -2px;
    margin-bottom: 42px;
    font-size: 70px;
  }

  .af-view .af-class-h1s {
    position: relative;
    left: 0px;
    top: -2px;
    margin-bottom: 42px;
    font-size: 70px;
  }

  .af-view .af-class-h11 {
    position: relative;
    left: 0px;
    top: -2px;
    margin-bottom: 42px;
    font-size: 70px;
  }

  .af-view .af-class-jyyy {
    position: relative;
    left: 0px;
    top: -2px;
    margin-bottom: 42px;
    font-size: 6vh;
    line-height: 10vh;
  }

  .af-view .af-class-ult {
    font-size: 20px;
  }

  .af-view .af-class-heading-126 {
    margin-top: -7px;
  }

  .af-view .af-class-div-block-330 {
    width: 75%;
    height: 51%;
  }

  .af-view .af-class-button-24 {
    padding: 25px 22px 25px 20px;
    font-size: 30px;
  }

  .af-view .af-class-hald {
    top: 0px;
    width: 654px;
    height: 628px;
  }

  .af-view .af-class-urne {
    left: -127px;
    top: -71px;
    width: 754px;
    height: 603px;
    margin-right: 78px;
    background-position: 50% 100%;
  }

  .af-view .af-class-col {
    left: 82px;
    top: 0px;
    width: 754px;
    height: 603px;
  }

  .af-view .af-class-blob {
    left: -130px;
    top: -80px;
    width: 754px;
    height: 603px;
  }

  .af-view .af-class-section-76 {
    height: 6%;
  }

  .af-view .af-class-hes {
    top: 80px;
  }

  .af-view .af-class-term.af-class-dark {
    top: 10px;
    width: 47%;
    height: 7vh;
    min-height: 7vh;
    font-size: 3vh;
  }
}

@media screen and (max-width: 991px) {
  .af-view h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .af-view h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .af-view .af-class-section {
    height: 38vh;
  }

  .af-view .af-class-nav {
    width: 100%;
  }

  .af-view .af-class-nav-inner {
    position: static;
    width: 100%;
    padding-top: 13px;
  }

  .af-view .af-class-body {
    height: 750px;
  }

  .af-view .af-class-feature-content {
    position: static;
    left: 0px;
    top: 0px;
    width: 60vw;
    max-width: 286px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .af-view .af-class-nav-menu-wrap {
    background-color: #000;
  }

  .af-view .af-class-black {
    width: 262px;
    font-size: 5vh;
    line-height: 53px;
  }

  .af-view .af-class-nav-menu-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 262px;
    height: auto;
    max-width: Infinity%;
    min-width: 22%;
    margin-top: -15px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000;
    background-color: #000;
  }

  .af-view .af-class-brand {
    bottom: 7px;
    width: 15vh;
    height: 7vh;
    padding-left: 0px;
  }

  .af-view .af-class-paragraph-3 {
    width: 286px;
    font-size: 2vh;
  }

  .af-view .af-class-button-2 {
    margin-top: 34px;
    margin-bottom: -18px;
    padding-bottom: 0px;
    font-size: 3vh;
  }

  .af-view .af-class-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 78vh;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .af-view .af-class-body-2 {
    max-width: 768px;
  }

  .af-view .af-class-grid-4 {
    height: 280vh;
  }

  .af-view .af-class-div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-call-to-action {
    width: 100%;
    height: 65vh;
  }

  .af-view .af-class-nav-link-copy {
    padding-top: 20px;
  }

  .af-view .af-class-nav-link-copy:hover {
    box-shadow: none;
  }

  .af-view .af-class-nav-link-copy {
    padding-top: 20px;
  }

  .af-view .af-class-nav-link-copy:hover {
    box-shadow: none;
  }

  .af-view .af-class-sale-tittle {
    position: static;
    left: 61px;
    top: 21px;
    width: 358px;
    margin-left: 0px;
    font-size: 34px;
    text-align: left;
  }

  .af-view .af-class-nav-link-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 47px;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
  }

  .af-view .af-class-nav-link-copy:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 1px none #000;
    box-shadow: -1px 0 0 0 #fff;
  }

  .af-view .af-class-nav-link-copy.w--current {
    box-shadow: -3px 0 0 -2px #fff;
  }

  .af-view .af-class-footer-3 {
    position: relative;
    width: 100%;
    height: 367px;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-grid-6 {
    width: 100%;
  }

  .af-view .af-class-div-block-61 {
    width: 880px;
    max-width: 765px;
  }

  .af-view .af-class-div-block-62 {
    width: 759px;
  }

  .af-view .af-class-button-14 {
    font-size: 15px;
  }

  .af-view .af-class-div-block-63 {
    width: 165px;
    margin-left: 0px;
  }

  .af-view .af-class-contact-form {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-contact-form-grid {
    height: 286px;
  }

  .af-view .af-class-heading-22 {
    text-align: center;
  }

  .af-view .af-class-container-4 {
    left: 0px;
  }

  .af-view .af-class-div-block-64 {
    position: static;
    margin-top: 48px;
    margin-left: -96px;
  }

  .af-view .af-class-senden.af-class-dark {
    width: 185px;
    margin-left: 0px;
    font-size: 22px;
  }

  .af-view .af-class-checkbox-field-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view .af-class-iphone-nav {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .af-view .af-class-naturstein {
    width: 58%;
  }

  .af-view .af-class-konfigurator1.af-class-dark {
    width: 70%;
    font-size: 3.5vh;
  }

  .af-view .af-class-section-28 {
    height: 371px;
    margin-top: -3px;
  }

  .af-view .af-class-color-block {
    left: 49px;
    top: 0px;
    width: 400px;
    height: 250px;
    margin-left: 0px;
  }

  .af-view .af-class-info-sale-block {
    position: relative;
    left: 111px;
    top: 0px;
    width: 57%;
    margin-top: -54px;
    margin-left: 0px;
  }

  .af-view .af-class-button-link.af-class-product {
    position: static;
    left: 68px;
  }

  .af-view .af-class-paragraph-26 {
    left: 66px;
    top: 15px;
    width: 306px;
    font-size: 14px;
    text-align: left;
  }

  .af-view .af-class-neu {
    width: 100%;
    height: 346px;
  }

  .af-view .af-class-saler {
    left: 21px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    margin-right: 24px;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .af-view .af-class-lato {
    height: 346px;
  }

  .af-view .af-class-vasi {
    height: 346px;
    margin-top: 0px;
  }

  .af-view .af-class-colur {
    left: -20px;
    top: 0px;
    right: 0px;
    width: 500px;
    height: 400px;
    min-width: 400px;
    margin-right: 0px;
    background-position: 50% 459%;
  }

  .af-view .af-class-blo {
    left: -21px;
    top: 0px;
    width: 400px;
    height: 250px;
  }

  .af-view .af-class-badu {
    position: relative;
    left: 111px;
    top: 0px;
    width: 57%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .af-view .af-class-div-block-87 {
    height: 133px;
  }

  .af-view .af-class-mehrpro.af-class-dark {
    position: relative;
    width: 207px;
    height: 46px;
    font-size: 21px;
    font-weight: 400;
  }

  .af-view .af-class-heading-41 {
    font-size: 31px;
  }

  .af-view .af-class-content {
    height: 2086px;
  }

  .af-view .af-class-photo.af-class-_3 {
    background-position: 50% 50%;
  }

  .af-view .af-class-content-2 {
    display: block;
    width: 419px;
    height: 82px;
    max-width: 301px;
    font-size: 3vh;
  }

  .af-view .af-class-content-3 {
    width: 411px;
    height: 74px;
    max-width: 339px;
    font-size: 3vh;
  }

  .af-view .af-class-heading-43 {
    width: 431px;
    max-width: 289px;
    min-width: 16px;
    font-size: 3vh;
  }

  .af-view .af-class-heading-44 {
    position: static;
    left: 19px;
    width: 41%;
    font-size: 3.3vh;
    line-height: 4vh;
  }

  .af-view .af-class-paragraph-29 {
    position: static;
    left: 9px;
    width: 53%;
    font-size: 2.2vh;
    line-height: 34px;
  }

  .af-view .af-class-div-block-88 {
    height: 100%;
    max-width: 100%;
  }

  .af-view .af-class-heading-45 {
    top: -867px;
    font-size: 6vh;
  }

  .af-view .af-class-paragraph-30 {
    top: -867px;
    width: 651px;
    margin-top: 12px;
    margin-bottom: 39px;
    font-size: 17px;
  }

  .af-view .af-class-div-block-89 {
    top: 159px;
    width: 94%;
    height: 62%;
  }

  .af-view .af-class-heading-46 {
    font-size: 5vh;
  }

  .af-view .af-class-heading-48 {
    font-size: 6vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-31 {
    width: 754px;
    font-size: 2.5vh;
    font-weight: 400;
  }

  .af-view .af-class-wo {
    top: 282px;
    height: 40vh;
  }

  .af-view .af-class-natur {
    width: 386px;
  }

  .af-view .af-class-tet {
    width: 307px;
    height: 153px;
    font-size: 2.2vh;
    line-height: 30px;
  }

  .af-view .af-class-ted {
    top: 2px;
    width: 490px;
    font-size: 6vh;
    text-align: left;
  }

  .af-view .af-class-featur {
    position: static;
    left: 0px;
    top: 0px;
    width: 60vw;
    max-width: 286px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .af-view .af-class-besch {
    position: static;
    left: 0px;
    top: 0px;
    width: 60vw;
    max-width: 286px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .af-view .af-class-best {
    position: static;
    left: 0px;
    top: 0px;
    width: 60vw;
    max-width: 286px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .af-view .af-class-menu-button-2 {
    position: absolute;
    left: 651px;
    top: 26px;
    z-index: 99999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    font-size: 40px;
  }

  .af-view .af-class-menu-button-2.w--open {
    background-color: transparent;
  }

  .af-view .af-class-icon-3 {
    position: relative;
    color: transparent;
    font-size: 37px;
  }

  .af-view .af-class-wrap-s-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-wrap-s-1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 50px;
    padding-left: 50px;
  }

  .af-view .af-class-ab-2-2 {
    font-size: 50px;
  }

  .af-view .af-class-section-35 {
    height: auto;
  }

  .af-view .af-class-produktpreis {
    width: 288px;
    margin-top: -17px;
    margin-bottom: -21px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
  }

  .af-view .af-class-produktname {
    position: static;
    left: 0px;
    top: 0px;
    width: 298px;
    margin-left: 0px;
    font-size: 27px;
  }

  .af-view .af-class-produktkategorie {
    width: 292px;
    font-size: 11px;
  }

  .af-view .af-class-produkttext {
    left: 0px;
    top: 0px;
    width: 336px;
    height: 495px;
  }

  .af-view .af-class-ubersimon {
    font-size: 75px;
  }

  .af-view .af-class-meister {
    width: 900px;
    max-width: 648px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 50px;
  }

  .af-view .af-class-pf {
    width: 681px;
    font-size: 50px;
  }

  .af-view .af-class-hold {
    height: 60vh;
    min-height: 60vh;
  }

  .af-view .af-class-hold2 {
    height: 60vh;
    min-height: 60vh;
  }

  .af-view .af-class-hed {
    font-size: 5vh;
  }

  .af-view .af-class-hed2 {
    font-size: 5vh;
  }

  .af-view .af-class-too {
    width: 300px;
    font-size: 2vh;
  }

  .af-view .af-class-moo {
    width: 300px;
    font-size: 2vh;
  }

  .af-view .af-class-shopover {
    height: 590px;
    margin-top: 210px;
  }

  .af-view .af-class-layer {
    display: block;
    width: 388px;
    margin-bottom: 0px;
    margin-left: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-layer.af-class-nice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 587px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-berschrift.af-class-klein {
    position: relative;
    top: 69px;
    width: 68%;
    height: 279px;
    margin-top: 72px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .af-view .af-class-gro-bild {
    width: 100%;
    height: 513px;
  }

  .af-view .af-class-pager {
    margin-top: 0px;
    color: #000;
  }

  .af-view .af-class-pager.af-class-gros {
    position: relative;
    top: 52px;
    width: 113%;
    font-family: Vollkorn, serif;
    color: #000;
    text-align: center;
  }

  .af-view .af-class-para.af-class-nine {
    top: 65px;
    width: 73%;
    font-family: Vollkorn, serif;
    text-align: center;
  }

  .af-view .af-class-bild1 {
    position: relative;
    left: 141px;
    top: -131px;
    width: 61%;
    height: 255px;
    max-height: 410px;
    min-height: 0px;
    margin-top: 271px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .af-view .af-class-section-36 {
    height: 65vh;
  }

  .af-view .af-class-text-block-52 {
    font-size: 6vh;
  }

  .af-view .af-class-heading-57 {
    font-size: 6vh;
  }

  .af-view .af-class-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-content-heading-wrapper {
    margin-top: 48px;
    margin-bottom: 25px;
    margin-left: -418px;
  }

  .af-view .af-class-content-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-interaction-letter {
    font-size: 5em;
  }

  .af-view .af-class-body-login {
    height: 750px;
  }

  .af-view .af-class-form-box {
    width: 550px;
    margin-top: 0%;
  }

  .af-view .af-class-heading-2 {
    position: static;
    margin-bottom: 22px;
  }

  .af-view .af-class-text-field-box {
    width: 49%;
  }

  .af-view .af-class-block-1 {
    padding-bottom: 60px;
  }

  .af-view .af-class-legal-box.af-class-_2-copy {
    display: block;
    margin-top: 60px;
  }

  .af-view .af-class-legal-box.af-class-_2 {
    display: none;
  }

  .af-view .af-class-block-2 {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .af-view .af-class-page-container {
    width: auto;
  }

  .af-view .af-class-heading-1 {
    max-width: none;
    margin-top: 20px;
  }

  .af-view .af-class-page-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-content-wrapper-2 {
    max-width: none;
  }

  .af-view .af-class-brand-2 {
    position: static;
  }

  .af-view .af-class-page-container-2 {
    width: auto;
  }

  .af-view .af-class-dankeregister {
    width: 671px;
  }

  .af-view .af-class-hel {
    width: 506px;
    line-height: 6vh;
  }

  .af-view .af-class-d {
    margin-top: 7px;
  }

  .af-view .af-class-inner-link.af-class-filter {
    margin-right: 16px;
  }

  .af-view .af-class-small_heading.af-class-light {
    display: none;
  }

  .af-view .af-class-heading3 {
    font-size: 28px;
    line-height: 40px;
  }

  .af-view .af-class-heading4 {
    font-size: 20px;
    line-height: 30px;
  }

  .af-view .af-class-section-40 {
    padding: 80px 24px;
  }

  .af-view .af-class-divider.af-class-_120px {
    height: 60px;
  }

  .af-view .af-class-section_title.af-class-left_align {
    margin-bottom: 32px;
  }

  .af-view .af-class-heading2 {
    font-size: 40px;
    line-height: 52px;
  }

  .af-view .af-class-filter_links_container {
    margin-left: 0px;
    padding-left: 0px;
    border-left-color: transparent;
  }

  .af-view .af-class-section-41 {
    height: 1833px;
  }

  .af-view .af-class-container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 692px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-container-6.af-class-container--center {
    height: 611px;
  }

  .af-view .af-class-container-6.af-class-container--center-flex {
    height: 786px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-design-bezel-img {
    width: 480px;
    height: 502px;
  }

  .af-view .af-class-design-bezel-2 {
    height: auto;
    padding-top: 0px;
  }

  .af-view .af-class-sub-section-headline-2 {
    font-size: 54px;
    letter-spacing: 0em;
  }

  .af-view .af-class-section-p-4 {
    position: relative;
    left: -159px;
    top: -82px;
    margin-top: 106px;
    margin-bottom: -6px;
    margin-left: 5px;
    text-align: left;
  }

  .af-view .af-class-sub-section-headline-3 {
    font-size: 54px;
    letter-spacing: 0em;
  }

  .af-view .af-class-learn-more-button.af-class-learn-more-button--blue {
    width: 269px;
    margin-top: 0px;
    font-size: 26px;
  }

  .af-view .af-class-design-glass {
    height: auto;
  }

  .af-view .af-class-sub-section-headline-wrap-3 {
    bottom: 206px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-glass-img {
    top: -257px;
    width: 100%;
    height: 2000%;
  }

  .af-view .af-class-design-water {
    height: 430px;
  }

  .af-view .af-class-water-img {
    position: relative;
    left: -57px;
    right: 0px;
    width: 54%;
    height: 60%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .af-view .af-class-design-water-text-wrap {
    position: relative;
    left: 124px;
    top: 0px;
    width: 487px;
    margin-top: 0px;
    padding-right: 0%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .af-view .af-class-sub-section-headline-4 {
    font-size: 40px;
    letter-spacing: 0em;
  }

  .af-view .af-class-sub-section-subheading {
    margin-top: 17px;
  }

  .af-view .af-class-sub-section-subheading.af-class-sub-section-subheading--water {
    width: 355px;
    padding-right: 124px;
    font-size: 19px;
  }

  .af-view .af-class-detail-paragraph.af-class-subpage {
    color: #6c6c6c;
  }

  .af-view .af-class-hero-section {
    display: block;
    height: auto;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/scott-webb-268893-unsplash.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 2080px;
    background-repeat: repeat, repeat;
  }

  .af-view .af-class-hero-section.af-class-about-us {
    height: auto;
    padding: 110px 8px;
    background-color: rgba(12, 21, 47, 0.6);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #f8f6f4), to(transparent)), url('../images/Untitled-3-3.jpg');
    background-image: linear-gradient(90deg, #f8f6f4 34%, transparent), url('../images/Untitled-3-3.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-page-title {
    margin-top: 0px;
    color: #000;
  }

  .af-view .af-class-container-8 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .af-view .af-class-about-hero-block {
    display: block;
    width: 66.66%;
    margin-right: 33.33%;
    margin-bottom: 0px;
    padding-right: 9px;
    padding-left: 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-icon-2 {
    position: static;
    left: 617.237px;
    width: 30px;
    height: 25px;
    margin-top: 17px;
    margin-bottom: 0px;
    margin-left: 13px;
    padding-bottom: 0px;
    color: #fff;
    font-size: 32px;
  }

  .af-view .af-class-nav-menu {
    position: relative;
    left: 56px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 8vh;
    height: 8vh;
    margin-top: -23px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .af-view .af-class-menu-button {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 8vh;
    height: 8vh;
    max-width: 8vh;
    min-width: 0px;
    margin-top: 8px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-size: 40px;
  }

  .af-view .af-class-menu-button.w--open {
    position: static;
    background-color: transparent;
  }

  .af-view .af-class-paypal {
    height: 45px;
  }

  .af-view .af-class-kasse-2 {
    font-size: 24px;
  }

  .af-view .af-class-_1 {
    font-size: 20px;
    line-height: 30px;
  }

  .af-view .af-class-logos-wrap {
    display: -ms-grid;
    display: grid;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .af-view .af-class-logos-wrap.af-class-big {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .af-view .af-class-shopseitemenu {
    position: fixed;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .af-view .af-class-div-block-241 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .af-view .af-class-div-block-245 {
    height: 90%;
  }

  .af-view .af-class-familie {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .af-view .af-class-div-block-248 {
    height: 27%;
  }

  .af-view .af-class-neuerbutt.af-class-dark {
    height: 2vh;
    min-height: 1vh;
    font-size: 2.5vh;
  }

  .af-view .af-class-section-faq-2 {
    height: auto;
  }

  .af-view .af-class-kontaktmenu {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .af-view .af-class-neuerbereich {
    height: 59vh;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 46px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .af-view .af-class-head {
    top: -867px;
    margin-top: 29px;
    font-size: 5vh;
  }

  .af-view .af-class-div-block-250 {
    height: 30%;
    margin-top: 0px;
  }

  .af-view .af-class-div2 {
    height: 30%;
  }

  .af-view .af-class-grabart {
    font-size: 6vh;
    text-align: center;
  }

  .af-view .af-class-mh {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    min-height: 60vh;
  }

  .af-view .af-class-news {
    top: 159px;
    width: 94%;
  }

  .af-view .af-class-neusgrid {
    width: 100%;
    height: 60vh;
  }

  .af-view .af-class-entrance {
    top: 282px;
    height: 35vh;
    min-height: 26vh;
  }

  .af-view .af-class-ubs {
    font-size: 6vh;
    text-align: center;
  }

  .af-view .af-class-uns {
    width: 754px;
    font-size: 3vh;
  }

  .af-view .af-class-yesb {
    width: 386px;
  }

  .af-view .af-class-yesbb {
    max-height: 269px;
  }

  .af-view .af-class-f {
    top: 2px;
    font-family: Vollkorn, serif;
    font-size: 5vh;
    text-align: center;
  }

  .af-view .af-class-bes {
    width: 279px;
    height: auto;
    font-size: 2.5vh;
    line-height: 31px;
  }

  .af-view .af-class-section-56 {
    height: 65vh;
  }

  .af-view .af-class-div-block-255 {
    width: 57%;
    margin-left: 23px;
  }

  .af-view .af-class-heading-88 {
    font-size: 6vh;
  }

  .af-view .af-class-paragraph-37 {
    font-size: 2.2vh;
    line-height: 32px;
    font-weight: 400;
  }

  .af-view .af-class-grabarten {
    height: 65vh;
  }

  .af-view .af-class-shopbutton.af-class-dark {
    width: 70%;
    font-size: 3vh;
  }

  .af-view .af-class-neuerheader {
    width: 343px;
    font-size: 6vh;
  }

  .af-view .af-class-neue-beschreibung {
    font-size: 2.2vh;
  }

  .af-view .af-class-sortishop.af-class-dark {
    width: 68%;
    font-size: 3vh;
  }

  .af-view .af-class-contact.af-class-dark {
    width: 44%;
  }

  .af-view .af-class-contact.af-class-dark:hover {
    width: 50%;
  }

  .af-view .af-class-ubutton.af-class-dark {
    width: 77%;
  }

  .af-view .af-class-div-block-257 {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #000;
  }

  .af-view .af-class-div-block-259 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-image-124 {
    margin-left: 0px;
  }

  .af-view .af-class-imager {
    margin-left: 0px;
  }

  .af-view .af-class-section-58 {
    height: 78vh;
  }

  .af-view .af-class-hero__form {
    width: 94%;
  }

  .af-view .af-class-div-block {
    height: 52%;
    min-height: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-hero__card {
    max-width: none;
    margin-top: 0px;
    padding: 0px 0px 0px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-hero__form-simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-90 {
    position: relative;
    top: 20px;
    margin-top: 1px;
    font-size: 4.5vh;
  }

  .af-view .af-class-image-container.af-class-second {
    background-position: 50% 23%;
  }

  .af-view .af-class-first-article {
    display: none;
    width: 100%;
    max-width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }

  .af-view .af-class-button-close {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 2%;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    font-size: 20px;
  }

  .af-view .af-class-section-content {
    position: absolute;
    display: none;
    width: 100%;
  }

  .af-view .af-class-main-heading {
    width: auto;
    margin-bottom: 10px;
    font-size: 4vh;
    line-height: 7vh;
  }

  .af-view .af-class-third-article {
    max-width: 100%;
  }

  .af-view .af-class-card-inner {
    display: block;
    min-height: auto;
    padding-top: 0%;
    padding-bottom: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  }

  .af-view .af-class-inner-container {
    padding-top: 10%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .af-view .af-class-second-article {
    max-width: 100%;
  }

  .af-view .af-class-card-1 {
    height: 100%;
  }

  .af-view .af-class-heading {
    font-size: 6vh;
  }

  .af-view .af-class-container-article-2 {
    display: block;
    overflow: visible;
    height: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .af-view .af-class-text-block-91 {
    margin-bottom: 48px;
    line-height: 30px;
  }

  .af-view .af-class-termingrid {
    width: 100%;
    height: 100%;
  }

  .af-view .af-class-yesbaba {
    width: 386px;
  }

  .af-view .af-class-section-62 {
    height: 133vh;
  }

  .af-view .af-class-heading-91 {
    font-size: 5vh;
  }

  .af-view .af-class-termingestaltung.af-class-dark {
    width: 71%;
    font-size: 3vh;
  }

  .af-view .af-class-pars {
    width: 334px;
    margin-top: 14px;
  }

  .af-view .af-class-dddd {
    font-size: 4vh;
    line-height: 7vh;
  }

  .af-view .af-class-mss {
    width: 334px;
    margin-top: 13px;
  }

  .af-view .af-class-wart {
    height: 145vh;
  }

  .af-view .af-class-resd {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-myl {
    margin-left: 0px;
  }

  .af-view .af-class-sas {
    width: 334px;
    margin-top: 12px;
    margin-left: 0px;
  }

  .af-view .af-class-dd {
    margin-left: 0px;
  }

  .af-view .af-class-awa {
    width: 334px;
    margin-top: 9px;
    margin-left: 0px;
  }

  .af-view .af-class-terminwarte.af-class-dark {
    width: 71%;
    margin-left: 0px;
  }

  .af-view .af-class-pflegesection {
    height: 163vh;
  }

  .af-view .af-class-div-block-266 {
    margin-top: -22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-div-block-267 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-94 {
    font-size: 8vh;
    text-align: center;
  }

  .af-view .af-class-text-block-93 {
    width: 80%;
    text-align: center;
  }

  .af-view .af-class-section-64 {
    height: 51vh;
  }

  .af-view .af-class-simonsbutton.af-class-dark {
    width: 70%;
  }

  .af-view .af-class-realcontent1.af-class-_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-realcontent2.af-class-_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-realcontent3.af-class-_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100.0000035362199%;
  }

  .af-view .af-class-text-block-94 {
    font-size: 1.8vh;
  }

  .af-view .af-class-text-block-95 {
    font-size: 10px;
  }

  .af-view .af-class-div-block-271 {
    width: 86%;
    height: 158px;
    max-width: 63%;
  }

  .af-view .af-class-text-block-96 {
    font-size: 18px;
  }

  .af-view .af-class-text-block-97 {
    font-size: 11px;
  }

  .af-view .af-class-bi {
    top: 0px;
    width: 277px;
    height: 315px;
  }

  .af-view .af-class-div-block-274 {
    padding-left: 8px;
  }

  .af-view .af-class-div-block-276 {
    width: 100%;
  }

  .af-view .af-class-oppenbutton.af-class-dark {
    width: 70%;
  }

  .af-view .af-class-text-block-98 {
    font-size: 1.8vh;
  }

  .af-view .af-class-text-block-99 {
    font-size: 11px;
  }

  .af-view .af-class-text-block-100 {
    font-size: 10px;
  }

  .af-view .af-class-text-block-101 {
    font-size: 18px;
  }

  .af-view .af-class-div-block-282 {
    width: 68%;
    height: 3%;
  }

  .af-view .af-class-section-67 {
    margin-top: 109px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-accoablauf.af-class-slim {
    left: -27px;
    top: -85px;
    max-width: 93%;
  }

  .af-view .af-class-accoablauf.af-class-slim {
    left: -4px;
    max-width: 93%;
    padding-left: 0px;
  }

  .af-view .af-class-slidermaterial {
    height: 65vh;
  }

  .af-view .af-class-sg-brand-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-sg-colour-swatch.af-class-black {
    width: 100%;
  }

  .af-view .af-class-sg-right-bottom-wrapper {
    width: 100%;
    min-height: auto;
    margin-left: 0px;
  }

  .af-view .af-class-sg-colours-grid {
    max-width: 76%;
  }

  .af-view .af-class-return-to-top-lb {
    width: 56px;
    height: 56px;
  }

  .af-view .af-class-text.af-class-mobile-only {
    display: block;
  }

  .af-view .af-class-sg-anchor-links-wrapper {
    position: static;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: -150px;
    z-index: 1;
    padding-top: 0em;
    padding-bottom: 0em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .af-view .af-class-sg-return-to-home-lb.af-class-desktop-only {
    display: none;
  }

  .af-view .af-class-sg-return-to-home-lb.af-class-mobile-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 32px;
    border-top-style: solid;
  }

  .af-view .af-class-sg-anchor-lb {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .af-view .af-class-sg-anchor-lb.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: inset 0 -3px 0 0 #dc7d3c;
  }

  .af-view .af-class-sg-return-to-home-icon.af-class-mobile-only {
    display: block;
  }

  .af-view .af-class-sg-outer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .af-view .af-class-logo-lb.af-class-sidebar {
    height: 102%;
  }

  .af-view .af-class-sg-left-top-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: -150px;
    z-index: 5;
    width: 100%;
    min-height: auto;
  }

  .af-view .af-class-mas {
    width: auto;
    margin-bottom: 10px;
    font-size: 4vh;
    line-height: 6vh;
    text-align: justify;
  }

  .af-view .af-class-div-block-293 {
    height: auto;
  }

  .af-view .af-class-div-block-301 {
    width: 94%;
  }

  .af-view .af-class-heading-115 {
    font-size: 3vh;
    line-height: 6vh;
  }

  .af-view .af-class-paragraph-57 {
    width: auto;
    text-align: left;
  }

  .af-view .af-class-butooo.af-class-darko {
    width: 102%;
    font-size: 3vh;
  }

  .af-view .af-class-div-block-312 {
    background-position: 100% 50%;
  }

  .af-view .af-class-paragraph-58 {
    font-size: 2vh;
  }

  .af-view .af-class-men-black {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .af-view .af-class-wrapmenu {
    background-color: #000;
  }

  .af-view .af-class-heading-117 {
    width: 82%;
    font-size: 6vh;
  }

  .af-view .af-class-produktlink {
    width: 100%;
    height: 65vh;
  }

  .af-view .af-class-bildsortiment {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-imagen {
    margin-left: 0px;
  }

  .af-view .af-class-div-block-317 {
    width: 88%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .af-view .af-class-_7 {
    left: 66px;
    top: 15px;
    width: 306px;
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-saler-copy {
    left: 21px;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    margin-right: 24px;
    margin-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
  }

  .af-view .af-class-paragraph-59 {
    font-size: 2.3vh;
  }

  .af-view .af-class-heading-123 {
    font-size: 4vh;
    line-height: 7vh;
  }

  .af-view .af-class-section-75 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-heading-124 {
    font-size: 3vh;
    line-height: 6vh;
  }

  .af-view .af-class-paragraph-60 {
    font-size: 2vh;
    text-align: justify;
  }

  .af-view .af-class-div-block-322 {
    position: relative;
    left: -20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
    height: 531px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-paragraph-61 {
    font-size: 2vh;
  }

  .af-view .af-class-newurne {
    width: 355px;
    max-width: none;
  }

  .af-view .af-class-neustes {
    width: 42%;
    max-width: none;
  }

  .af-view .af-class-urneh1 {
    position: static;
    left: 61px;
    top: 21px;
    width: 358px;
    margin-left: 0px;
    font-size: 4vh;
    line-height: 7vh;
    text-align: left;
  }

  .af-view .af-class-linker {
    font-size: 2.5vh;
  }

  .af-view .af-class-linka {
    font-size: 2.5vh;
  }

  .af-view .af-class-linksa {
    font-size: 2.5vh;
  }

  .af-view .af-class-sjs {
    width: 365px;
    max-width: none;
  }

  .af-view .af-class-h1s {
    position: static;
    left: 61px;
    top: 21px;
    width: 358px;
    margin-left: 0px;
    font-size: 34px;
    line-height: 7vh;
    text-align: left;
  }

  .af-view .af-class-h11 {
    position: static;
    left: 61px;
    top: 21px;
    width: 358px;
    margin-left: 0px;
    font-size: 34px;
    line-height: 7vh;
    text-align: left;
  }

  .af-view .af-class-jyyy {
    position: static;
    left: 61px;
    top: 21px;
    width: 358px;
    margin-left: 0px;
    font-size: 4vh;
    line-height: 7vh;
    text-align: left;
  }

  .af-view .af-class-k {
    position: relative;
    left: 31px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
    height: 531px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-grabs {
    width: 355px;
    max-width: none;
  }

  .af-view .af-class-linsa {
    font-size: 2.5vh;
  }

  .af-view .af-class-lsia {
    font-size: 2.5vh;
  }

  .af-view .af-class-dds {
    width: 365px;
    max-width: none;
  }

  .af-view .af-class-jsa {
    font-size: 2.5vh;
  }

  .af-view .af-class-lsa {
    font-size: 2.5vh;
  }

  .af-view .af-class-div-block-325 {
    width: 69%;
    height: 87%;
  }

  .af-view .af-class-heading-126 {
    font-size: 4vh;
  }

  .af-view .af-class-hald {
    top: 0px;
    width: 277px;
    height: 315px;
  }

  .af-view .af-class-urne {
    left: -20px;
    top: 0px;
    right: 0px;
    width: 277px;
    height: 315px;
    min-width: 400px;
    margin-right: 0px;
    background-position: 50% 100%;
  }

  .af-view .af-class-col {
    left: 49px;
    top: 0px;
    width: 400px;
    height: 250px;
    margin-left: 0px;
  }

  .af-view .af-class-blob {
    left: -21px;
    top: 0px;
    width: 400px;
    height: 250px;
  }

  .af-view .af-class-section-76 {
    height: 32%;
  }

  .af-view .af-class-hes {
    font-size: 4vh;
    text-align: center;
  }

  .af-view .af-class-term.af-class-dark {
    width: 44%;
    margin-bottom: 0px;
  }

  .af-view .af-class-term.af-class-dark:hover {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .af-view h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .af-view .af-class-nav {
    position: absolute;
  }

  .af-view .af-class-nav-inner {
    position: -webkit-sticky;
    position: sticky;
  }

  .af-view .af-class-feature-content {
    width: 45vw;
    height: 369px;
    max-height: 350px;
    min-height: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .af-view .af-class-black {
    width: 255px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 4vh;
    line-height: 38px;
    text-align: center;
  }

  .af-view .af-class-nav-menu-2 {
    height: 474px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-brand {
    z-index: 9999999;
  }

  .af-view .af-class-paragraph-3 {
    width: 255px;
    font-size: 2vh;
    line-height: 28px;
    text-align: center;
  }

  .af-view .af-class-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .af-view .af-class-section-2 {
    height: 68vh;
  }

  .af-view .af-class-body-2 {
    display: block;
    max-width: 100%;
    min-width: 568px;
  }

  .af-view .af-class-div-block-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-call-to-action {
    padding: 40px 20px;
  }

  .af-view .af-class-nav-link-copy.w--current {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .af-view .af-class-sale-tittle {
    width: 214px;
  }

  .af-view .af-class-footer-3 {
    position: relative;
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    padding: 0px 20px;
  }

  .af-view .af-class-div-block-61 {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 15%;
  }

  .af-view .af-class-div-block-62 {
    width: 92%;
    height: 292px;
    max-height: none;
    min-height: 317px;
    margin-top: 37px;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .af-view .af-class-button-14 {
    width: auto;
    font-size: 15px;
  }

  .af-view .af-class-div-block-63 {
    width: 184px;
    height: 99px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 15px;
  }

  .af-view .af-class-contact-form {
    padding: 40px 20px;
  }

  .af-view .af-class-container-4 {
    top: -2px;
    max-width: 477px;
  }

  .af-view .af-class-div-block-64 {
    position: static;
    margin-top: 48px;
    margin-left: -26px;
  }

  .af-view .af-class-senden {
    text-align: center;
  }

  .af-view .af-class-senden.af-class-dark {
    margin-left: 0px;
  }

  .af-view .af-class-checkbox-field-2 {
    width: 477px;
    margin-top: -2px;
  }

  .af-view .af-class-centered-container-3 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-naturstein {
    width: 63%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-39 {
    position: static;
    left: -50px;
    top: -15px;
    text-align: center;
  }

  .af-view .af-class-konfigurator1 {
    text-align: center;
  }

  .af-view .af-class-konfigurator1.af-class-dark {
    position: static;
    left: -47px;
    top: -34px;
    width: 83%;
    margin-top: 12px;
    font-size: 3.3vh;
  }

  .af-view .af-class-section-28 {
    width: 100%;
    height: 392px;
  }

  .af-view .af-class-color-block {
    left: 9px;
    width: 250px;
    height: 188px;
  }

  .af-view .af-class-info-sale-block {
    left: 54px;
    top: 0px;
    width: 41%;
    margin-top: -42px;
    margin-left: 0px;
  }

  .af-view .af-class-paragraph-26 {
    width: 260px;
    line-height: 19px;
  }

  .af-view .af-class-neu {
    height: 266px;
  }

  .af-view .af-class-saler {
    position: static;
    left: -91px;
    width: 41%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: -49px;
  }

  .af-view .af-class-lato {
    height: 370px;
  }

  .af-view .af-class-vasi {
    width: 100%;
    height: 348px;
  }

  .af-view .af-class-colur {
    left: -21px;
    top: -25px;
    width: 172px;
    height: 261px;
    min-width: 273px;
    background-position: 50% 50%;
  }

  .af-view .af-class-blo {
    left: 0px;
    top: -30px;
    width: 250px;
    height: 188px;
  }

  .af-view .af-class-badu {
    left: 82px;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .af-view .af-class-div-block-87 {
    height: 177px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-mehrpro {
    text-align: center;
  }

  .af-view .af-class-mehrpro.af-class-dark {
    width: 188px;
    height: 45px;
    font-size: 20px;
  }

  .af-view .af-class-subscribe-form {
    height: 384px;
    padding: 40px 20px;
  }

  .af-view .af-class-heading-41 {
    width: 509px;
    font-size: 24px;
  }

  .af-view .af-class-content {
    height: 1649px;
  }

  .af-view .af-class-column1 {
    height: 57px;
  }

  .af-view .af-class-column2 {
    display: none;
  }

  .af-view .af-class-photo.af-class-_1 {
    width: 100%;
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/IMG_0536.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/IMG_0536.JPG');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-photo.af-class-_2 {
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_0515-1-min.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IMG_0515-1-min.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-photo.af-class-_3 {
    height: 550px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_0494-1-min.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IMG_0494-1-min.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-content-2 {
    font-size: 3.5vh;
    line-height: 6vh;
  }

  .af-view .af-class-content-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 199px;
    height: 99px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3vh;
  }

  .af-view .af-class-heading-43 {
    width: 371px;
    max-width: 215px;
    font-size: 3.5vh;
    line-height: 5vh;
  }

  .af-view .af-class-heading-44 {
    left: 0px;
    width: 412px;
    height: 100%;
    font-size: 2.5vh;
    line-height: 6vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-29 {
    left: 0px;
    top: 32px;
    width: 471px;
    font-size: 2vh;
    line-height: 25px;
    text-align: left;
  }

  .af-view .af-class-heading-45 {
    top: -884px;
    font-size: 5vh;
  }

  .af-view .af-class-paragraph-30 {
    top: -890px;
    width: 495px;
    font-size: 2vh;
    line-height: 28px;
  }

  .af-view .af-class-heading-46 {
    width: 284px;
    font-size: 5vh;
    line-height: 5vh;
  }

  .af-view .af-class-weitere {
    position: static;
    height: 82%;
  }

  .af-view .af-class-heading-48 {
    top: -23px;
    width: 466px;
    font-size: 5vh;
    line-height: 6vh;
  }

  .af-view .af-class-paragraph-31 {
    top: -8px;
    width: 538px;
    min-width: 0px;
    font-size: 2vh;
    line-height: 29px;
  }

  .af-view .af-class-section-31 {
    height: 48vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-wo {
    height: 33vh;
  }

  .af-view .af-class-natur {
    width: 284px;
  }

  .af-view .af-class-tet {
    width: 231px;
    height: 126px;
    font-size: 15px;
    line-height: 26px;
  }

  .af-view .af-class-ted {
    left: 0px;
    top: -13px;
    width: 320px;
    font-size: 4vh;
    line-height: 6vh;
  }

  .af-view .af-class-div-block-97 {
    position: static;
    width: 558px;
    height: 152px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 69px;
  }

  .af-view .af-class-featur {
    width: 45vw;
    height: 369px;
    max-height: 350px;
    min-height: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .af-view .af-class-besch {
    width: 45vw;
    height: 369px;
    max-height: 350px;
    min-height: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .af-view .af-class-best {
    width: 45vw;
    height: 369px;
    max-height: 350px;
    min-height: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .af-view .af-class-menu-button-2 {
    position: relative;
    left: -42px;
    top: 0px;
    font-size: 30px;
  }

  .af-view .af-class-icon-3 {
    color: #fff;
    font-size: 35px;
  }

  .af-view .af-class-text-block-39 {
    display: block;
    font-size: 4vh;
  }

  .af-view .af-class-wrap-s-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-wrap-s-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-wrap-s-1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-ab-2-2 {
    font-size: 40px;
    line-height: 8vh;
  }

  .af-view .af-class-section-35 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-produktpreis {
    width: 100%;
    margin-top: -18px;
  }

  .af-view .af-class-produktname {
    width: 100%;
    margin-top: 2px;
    font-size: 25px;
  }

  .af-view .af-class-produkttext {
    top: 61px;
    width: 250px;
    height: 471px;
    margin-bottom: 0px;
  }

  .af-view .af-class-produktcontainer {
    width: 100%;
    max-width: 100%;
    min-width: 108%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-produktsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 40px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .af-view .af-class-ubersimon {
    font-size: 62px;
  }

  .af-view .af-class-meister {
    width: 91%;
    height: 136px;
    max-width: 589px;
    min-width: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 40px;
  }

  .af-view .af-class-pf {
    width: 544px;
    font-size: 40px;
  }

  .af-view .af-class-hold {
    height: 626px;
    margin-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-flow {
    width: 100%;
    height: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-versprech {
    width: 100%;
    height: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-hold2 {
    height: 626px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-flo {
    width: 100%;
    height: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-ver {
    width: 100%;
    height: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-bottom: 1px none hsla(0, 0%, 42%, 0.31);
  }

  .af-view .af-class-hed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 5vh;
  }

  .af-view .af-class-hed2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 6vh;
  }

  .af-view .af-class-too {
    width: 455px;
    font-size: 15px;
  }

  .af-view .af-class-moo {
    width: 455px;
    font-size: 2vh;
  }

  .af-view .af-class-shopover {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 567px;
    margin-top: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-layer {
    left: 0px;
    top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 338px;
    height: 107%;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-layer.af-class-nice {
    width: 100%;
    height: 562px;
    margin-top: 0px;
  }

  .af-view .af-class-berschrift.af-class-klein {
    top: 92px;
    margin-top: 11px;
    margin-left: 0px;
  }

  .af-view .af-class-gro-bild {
    position: relative;
    top: -81px;
    width: 100%;
    height: 529px;
  }

  .af-view .af-class-pager.af-class-gros {
    position: relative;
    top: 57px;
    width: 134%;
    font-size: 37px;
    line-height: 48px;
  }

  .af-view .af-class-para.af-class-nine {
    top: 51px;
    width: 97%;
  }

  .af-view .af-class-bild1 {
    left: 5px;
    top: -30px;
    width: 96%;
    height: 321px;
    max-height: 379px;
    min-height: 27px;
    margin-top: 220px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .af-view .af-class-filt {
    width: 100%;
  }

  .af-view .af-class-section-36 {
    height: 60vh;
  }

  .af-view .af-class-text-block-52 {
    font-size: 5vh;
  }

  .af-view .af-class-heading-57 {
    margin-top: -44px;
    font-size: 5vh;
  }

  .af-view .af-class-div-block-128 {
    background-position: 0% 50%;
  }

  .af-view .af-class-accordion-item-content {
    margin-right: 0px;
  }

  .af-view .af-class-s-scroll {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .af-view .af-class-content-bottom {
    width: 100%;
  }

  .af-view .af-class-transition-block {
    width: 100%;
  }

  .af-view .af-class-content-heading-wrapper {
    margin-left: -278px;
  }

  .af-view .af-class-content-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .af-view .af-class-interaction-letter {
    font-size: 4em;
    text-transform: none;
  }

  .af-view .af-class-form-box {
    width: auto;
    margin-top: 5%;
  }

  .af-view .af-class-heading-2 {
    position: static;
  }

  .af-view .af-class-content-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-legal-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-page-container {
    width: auto;
  }

  .af-view .af-class-heading-1 {
    max-width: 400px;
  }

  .af-view .af-class-page-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-brand-2 {
    position: static;
    top: auto;
  }

  .af-view .af-class-page-container-2 {
    width: auto;
  }

  .af-view .af-class-dankeregister {
    width: 504px;
    height: 498px;
  }

  .af-view .af-class-jawoll {
    text-align: center;
  }

  .af-view .af-class-filter_wrapper {
    padding: 8px 16px 8px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f7f4ee;
  }

  .af-view .af-class-inner-link.af-class-filter {
    margin-right: 24px;
  }

  .af-view .af-class-product-content-wrapper {
    height: 33%;
  }

  .af-view .af-class-product-grid {
    overflow: scroll;
  }

  .af-view .af-class-small_heading.af-class-light {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .af-view .af-class-small-heading {
    font-size: 2vh;
  }

  .af-view .af-class-heading3 {
    font-weight: 400;
  }

  .af-view .af-class-heading3.af-class-product_title {
    position: relative;
    z-index: 0;
  }

  .af-view .af-class-single-product-wrapper {
    width: 350px;
  }

  .af-view .af-class-heading4 {
    font-size: 2vh;
    font-weight: 400;
  }

  .af-view .af-class-section-40 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .af-view .af-class-divider.af-class-_120px {
    height: 40px;
  }

  .af-view .af-class-full_title_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .af-view .af-class-full_title_wrapper.af-class-products {
    height: auto;
    background-color: #f7f4ee;
  }

  .af-view .af-class-heading2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
  }

  .af-view .af-class-products_title_container {
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view .af-class-container {
    padding-top: 5px;
  }

  .af-view .af-class-container.af-class-products {
    margin-top: 24px;
    padding-right: 0px;
  }

  .af-view .af-class-text-block-56 {
    font-size: 2vh;
  }

  .af-view .af-class-section-41 {
    width: 100%;
    height: 1477px;
  }

  .af-view .af-class-container-6 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-container-6.af-class-container--center {
    height: 548px;
  }

  .af-view .af-class-container-6.af-class-container--center-flex {
    position: static;
    height: 577px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .af-view .af-class-design-bezel-img {
    width: 416px;
    height: 422px;
    max-width: none;
  }

  .af-view .af-class-design-bezel-2 {
    width: 100%;
    height: 566px;
    padding-top: 65px;
  }

  .af-view .af-class-sub-section-headline-2 {
    font-size: 40px;
  }

  .af-view .af-class-section-p-4 {
    left: -59px;
    margin-top: 93px;
    margin-left: 0px;
  }

  .af-view .af-class-sub-section-headline-3 {
    margin-top: 0px;
    font-size: 40px;
  }

  .af-view .af-class-learn-more-button.af-class-learn-more-button--blue {
    position: static;
    height: 57px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .af-view .af-class-design-glass {
    height: auto;
    margin-top: 0px;
  }

  .af-view .af-class-sub-section-headline-wrap-3 {
    height: auto;
  }

  .af-view .af-class-glass-img {
    top: 19px;
    display: block;
    height: 445px;
    min-height: 425px;
    margin-top: 0px;
    margin-bottom: 95px;
  }

  .af-view .af-class-design-water {
    height: 360px;
  }

  .af-view .af-class-water-img {
    position: static;
    left: -86px;
    width: 62%;
    height: 66%;
    max-width: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .af-view .af-class-design-water-text-wrap {
    position: relative;
    left: 87px;
    top: 0px;
    width: 96%;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .af-view .af-class-sub-section-headline-4 {
    width: 115%;
    font-size: 32px;
  }

  .af-view .af-class-sub-section-subheading.af-class-sub-section-subheading--water {
    width: 100%;
    padding-right: 0px;
  }

  .af-view .af-class-weiterslider {
    height: 65%;
  }

  .af-view .af-class-div-block-169 {
    height: 103%;
  }

  .af-view .af-class-singeler {
    width: 324px;
    height: 77%;
    max-width: 170px;
  }

  .af-view .af-class-hero-section {
    height: auto;
    padding-top: 6%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/scott-webb-268893-unsplash.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 2080px;
    background-repeat: repeat, repeat;
  }

  .af-view .af-class-hero-section.af-class-about-us {
    height: auto;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(24%, #f8f6f4), to(hsla(0, 0%, 100%, 0.75))), url('../images/Untitled-3-3.jpg');
    background-image: linear-gradient(90deg, #f8f6f4 24%, hsla(0, 0%, 100%, 0.75)), url('../images/Untitled-3-3.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-container-8 {
    height: auto;
  }

  .af-view .af-class-about-hero-block {
    width: 75%;
    margin-right: 25%;
    margin-bottom: 0px;
  }

  .af-view .af-class-icon-2 {
    position: relative;
    left: auto;
    z-index: 9007199254740991;
  }

  .af-view .af-class-remove-button-2 {
    text-decoration: none;
  }

  .af-view .af-class-nav-menu {
    position: relative;
    left: 26px;
    z-index: 999999999;
    margin-left: 0px;
  }

  .af-view .af-class-button-16 {
    text-align: center;
  }

  .af-view .af-class-text-block {
    text-decoration: none;
  }

  .af-view .af-class-menu-button {
    position: relative;
    z-index: 9999999999999;
    margin-left: 0px;
    font-size: 30px;
  }

  .af-view .af-class-menu-button.w--open {
    position: static;
    left: 0px;
    margin-top: 0px;
    padding-left: 0px;
  }

  .af-view .af-class-paypal {
    height: 35px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .af-view .af-class-kasse-2 {
    left: 42px;
    top: 28px;
    font-size: 17px;
  }

  .af-view .af-class-jingle {
    width: 350px;
  }

  .af-view .af-class-_1 {
    font-weight: 400;
  }

  .af-view .af-class-contact-form-3 {
    padding: 40px 20px;
  }

  .af-view .af-class-neuform {
    padding: 40px 20px;
  }

  .af-view .af-class-logos-wrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .af-view .af-class-logos-wrap.af-class-big {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-column-gap: 11px;
    grid-row-gap: 19px;
  }

  .af-view .af-class-payment-logo {
    padding-right: 0px;
  }

  .af-view .af-class-payment-logo-copy {
    padding-right: 0px;
  }

  .af-view .af-class-mast {
    padding-right: 0px;
  }

  .af-view .af-class-neuerbutt {
    text-align: center;
  }

  .af-view .af-class-neuerbutt.af-class-dark {
    position: static;
    left: -47px;
  }

  .af-view .af-class-section-faq-2 {
    height: auto;
  }

  .af-view .af-class-zu-arten {
    text-align: center;
  }

  .af-view .af-class-zu-arten.af-class-dark {
    left: -47px;
  }

  .af-view .af-class-neuerbereich {
    height: 52vh;
  }

  .af-view .af-class-head {
    top: -884px;
    margin-top: 12px;
    margin-bottom: -6px;
    font-size: 5vh;
  }

  .af-view .af-class-grabart {
    top: -23px;
    width: 466px;
    font-size: 5vh;
    line-height: 6vh;
  }

  .af-view .af-class-mh {
    height: 79vh;
  }

  .af-view .af-class-neusgrid {
    height: 42vh;
  }

  .af-view .af-class-entrance {
    height: 29vh;
    min-height: 23vh;
  }

  .af-view .af-class-ubs {
    top: -23px;
    width: 466px;
    font-size: 5vh;
    line-height: 6vh;
  }

  .af-view .af-class-uns {
    top: -8px;
    width: 538px;
    min-width: 0px;
    font-size: 3vh;
    line-height: 29px;
  }

  .af-view .af-class-yesb {
    width: 284px;
  }

  .af-view .af-class-yesbb {
    max-height: 214px;
  }

  .af-view .af-class-f {
    left: 0px;
    top: -13px;
    font-size: 4vh;
    line-height: 6vh;
  }

  .af-view .af-class-bes {
    width: 231px;
    height: 159px;
    font-size: 2vh;
    line-height: 26px;
  }

  .af-view .af-class-div-block-255 {
    width: 84%;
  }

  .af-view .af-class-heading-88 {
    font-size: 5vh;
  }

  .af-view .af-class-paragraph-37 {
    font-size: 2.3vh;
  }

  .af-view .af-class-shopbutton {
    text-align: center;
  }

  .af-view .af-class-shopbutton.af-class-dark {
    position: static;
    left: -47px;
    width: 62%;
    margin-bottom: 11px;
    font-size: 3vh;
  }

  .af-view .af-class-sorti {
    width: 51%;
    margin-left: 0px;
  }

  .af-view .af-class-neuerheader {
    font-size: 4vh;
  }

  .af-view .af-class-neue-beschreibung {
    width: 280px;
    font-size: 2vh;
  }

  .af-view .af-class-sortishop {
    text-align: center;
  }

  .af-view .af-class-sortishop.af-class-dark {
    position: static;
    left: -47px;
    width: 81%;
  }

  .af-view .af-class-sortishop.af-class-dark:hover {
    width: 80%;
  }

  .af-view .af-class-contact {
    text-align: center;
  }

  .af-view .af-class-contact.af-class-dark {
    position: static;
    left: -47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42%;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2vh;
  }

  .af-view .af-class-contact.af-class-dark:hover {
    font-size: 2vh;
  }

  .af-view .af-class-ubutton {
    text-align: center;
  }

  .af-view .af-class-ubutton.af-class-dark {
    position: static;
    left: -47px;
    width: 79%;
    font-size: 2vh;
  }

  .af-view .af-class-mobileslide {
    height: 65%;
  }

  .af-view .af-class-image-124 {
    width: 279px;
    height: 195px;
    max-width: 140%;
  }

  .af-view .af-class-imager {
    width: 279px;
    height: 195px;
    max-width: 140%;
  }

  .af-view .af-class-section-58 {
    height: 134vh;
  }

  .af-view .af-class-hero__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 504px;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block {
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-hero__form-simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .af-view .af-class-hero__form-title-2 {
    height: 75px;
    margin-bottom: 4px;
    font-size: 5px;
  }

  .af-view .af-class-heading-90 {
    margin-bottom: 22px;
    font-size: 4vh;
  }

  .af-view .af-class-image-container.af-class-first {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/MuKCtT80.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/MuKCtT80.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .af-view .af-class-first-article {
    position: relative;
    display: none;
  }

  .af-view .af-class-button-close {
    width: auto;
    margin-top: 15%;
    margin-right: 5%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .af-view .af-class-section-content {
    display: none;
  }

  .af-view .af-class-card-2 {
    display: none;
    width: 100%;
    height: 33.3333345120733%;
  }

  .af-view .af-class-main-heading {
    font-size: 6vh;
    line-height: 10vh;
  }

  .af-view .af-class-divider-circle {
    width: 12px;
    height: 12px;
  }

  .af-view .af-class-third-article {
    z-index: 22;
    display: none;
  }

  .af-view .af-class-card-inner {
    display: block;
    min-height: auto;
  }

  .af-view .af-class-image-wrapper {
    width: 100vw;
    height: 100vh;
    background-image: none;
  }

  .af-view .af-class-wrap-scrolling-text {
    min-height: 250px;
  }

  .af-view .af-class-cap {
    font-size: 90px;
  }

  .af-view .af-class-section-59 {
    width: 100%;
    height: 691px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-second-article {
    z-index: 21;
  }

  .af-view .af-class-card-1 {
    width: 100%;
    height: 100%;
  }

  .af-view .af-class-card-3 {
    display: none;
    width: 100%;
    height: 33.3333345120733%;
  }

  .af-view .af-class-heading {
    font-size: 65px;
  }

  .af-view .af-class-text-block-91 {
    line-height: 4vh;
  }

  .af-view .af-class-si {
    font-size: 90px;
  }

  .af-view .af-class-termingrid {
    height: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50%;
    grid-template-rows: 50%;
  }

  .af-view .af-class-yesbaba {
    width: 92%;
  }

  .af-view .af-class-section-62 {
    height: 138vh;
  }

  .af-view .af-class-heading-91 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 4vh;
    line-height: 45px;
    text-align: left;
  }

  .af-view .af-class-div-block-263 {
    height: 27%;
    padding-bottom: 0px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-paragraph-38 {
    width: 92%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-gest {
    height: 73%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-besrd {
    width: 100%;
    height: 74%;
    max-height: none;
    min-height: 60%;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-termingestaltung {
    text-align: center;
  }

  .af-view .af-class-termingestaltung.af-class-dark {
    position: static;
    left: -47px;
    top: -34px;
    width: 46%;
    height: 6vh;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-size: 2.6vh;
  }

  .af-view .af-class-headss {
    font-size: 4vh;
    line-height: 8vh;
    text-align: left;
  }

  .af-view .af-class-pars {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 9px;
    font-size: 2vh;
    line-height: 4vh;
    text-align: left;
  }

  .af-view .af-class-dddd {
    font-size: 4vh;
  }

  .af-view .af-class-mss {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-wart {
    width: 100%;
    height: 143vh;
  }

  .af-view .af-class-resd {
    width: 100%;
    height: 62%;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-myl {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 4vh;
  }

  .af-view .af-class-sas {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-dd {
    margin-left: 0px;
    font-size: 4vh;
    line-height: 6vh;
  }

  .af-view .af-class-awa {
    width: auto;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-terminwarte {
    text-align: center;
  }

  .af-view .af-class-terminwarte.af-class-dark {
    position: static;
    left: -47px;
    top: -34px;
    width: 46%;
    height: 6vh;
    margin-top: 12px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 2.6vh;
  }

  .af-view .af-class-pflegesection {
    height: 154vh;
  }

  .af-view .af-class-div-block-267 {
    margin-left: 0px;
  }

  .af-view .af-class-heading-94 {
    font-size: 6vh;
  }

  .af-view .af-class-text-block-93 {
    width: 429px;
    font-size: 2vh;
  }

  .af-view .af-class-section-64 {
    height: 61vh;
  }

  .af-view .af-class-heading-95 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 5vh;
  }

  .af-view .af-class-simonsbutton {
    text-align: center;
  }

  .af-view .af-class-simonsbutton.af-class-dark {
    position: static;
    left: -47px;
    top: -34px;
    width: 28%;
    height: 5vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 2.5vh;
  }

  .af-view .af-class-realcontent1.af-class-_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-realcontent2.af-class-_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-realcontent3.af-class-_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-div-block-269 {
    width: 94%;
    height: 400px;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-text-block-94 {
    font-size: 1.5vh;
  }

  .af-view .af-class-text-block-95 {
    font-size: 10px;
  }

  .af-view .af-class-div-block-271 {
    width: 622px;
    height: 200px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .af-view .af-class-div-block-272 {
    height: 100%;
  }

  .af-view .af-class-text-block-96 {
    font-size: 17px;
  }

  .af-view .af-class-text-block-97 {
    width: 170px;
    height: auto;
    font-size: 10px;
  }

  .af-view .af-class-div-block-273 {
    position: relative;
    top: -55px;
    bottom: 75px;
    margin-top: 27px;
    margin-bottom: 4px;
  }

  .af-view .af-class-bi {
    left: 9px;
    width: 225px;
    height: 237px;
  }

  .af-view .af-class-simd {
    margin-top: 0px;
    font-size: 4vh;
  }

  .af-view .af-class-ee {
    margin-bottom: 0px;
    font-size: 4vh;
    line-height: 8vh;
    text-align: left;
  }

  .af-view .af-class-div-block-274 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    height: 100%;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .af-view .af-class-div-block-275 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-276 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-277 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 18px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-278 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-279 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-280 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-oppenbutton {
    text-align: center;
  }

  .af-view .af-class-oppenbutton.af-class-dark {
    position: static;
    left: 0px;
    top: 60px;
    width: 32%;
    height: 5vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 2.5vh;
  }

  .af-view .af-class-text-block-98 {
    font-size: 1.5vh;
  }

  .af-view .af-class-text-block-99 {
    height: 48px;
    font-size: 10px;
  }

  .af-view .af-class-text-block-100 {
    font-size: 10px;
  }

  .af-view .af-class-text-block-101 {
    font-size: 17px;
  }

  .af-view .af-class-div-block-282 {
    height: 0%;
  }

  .af-view .af-class-section-67 {
    margin-top: 24px;
  }

  .af-view .af-class-accordion-item {
    width: 100%;
  }

  .af-view .af-class-heading-97 {
    font-size: 4vh;
  }

  .af-view .af-class-accoablauf.af-class-slim {
    position: static;
    margin-top: -107px;
  }

  .af-view .af-class-accoablauf.af-class-slim {
    max-width: 93%;
    margin-top: 0px;
  }

  .af-view .af-class-slidermaterial {
    height: 60vh;
  }

  .af-view .af-class-sg-brand-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .af-view .af-class-sg-colour-label-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-sg-colour-swatch {
    width: 25%;
    margin-right: 16px;
    margin-bottom: 0px;
    padding-top: 25%;
  }

  .af-view .af-class-sg-colour-swatch.af-class-black {
    width: 25%;
    margin-right: 16px;
    padding-top: 25%;
  }

  .af-view .af-class-sg-colours-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .af-view .af-class-global-section {
    padding: 64px 40px;
  }

  .af-view .af-class-text.af-class-sg-colour-label {
    font-size: 2.8vh;
  }

  .af-view .af-class-text.af-class-sg-colour-label.af-class-main {
    margin-bottom: 2px;
  }

  .af-view .af-class-sg-colour-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .af-view .af-class-heading-98 {
    font-size: 5vh;
  }

  .af-view .af-class-heading-100 {
    font-size: 3vh;
  }

  .af-view .af-class-heading-101 {
    font-size: 3vh;
  }

  .af-view .af-class-heading-102 {
    font-size: 3vh;
  }

  .af-view .af-class-heading-105 {
    font-size: 3vh;
  }

  .af-view .af-class-grid-13 {
    height: 407px;
  }

  .af-view .af-class-heading-106 {
    font-size: 3vh;
  }

  .af-view .af-class-heading-107 {
    font-size: 3vh;
  }

  .af-view .af-class-heading-108 {
    font-size: 3vh;
  }

  .af-view .af-class-arthed {
    font-size: 3vh;
    line-height: 6vh;
  }

  .af-view .af-class-headers {
    font-size: 4vh;
    line-height: 6vh;
  }

  .af-view .af-class-div-block-290 {
    height: auto;
  }

  .af-view .af-class-text-block-102 {
    font-size: 2vh;
    line-height: 4vh;
  }

  .af-view .af-class-div-block-301 {
    width: 96%;
  }

  .af-view .af-class-heading-114 {
    font-size: 6vh;
  }

  .af-view .af-class-heading-115 {
    line-height: 6vh;
  }

  .af-view .af-class-paragraph-57 {
    text-align: left;
  }

  .af-view .af-class-butooo {
    text-align: center;
  }

  .af-view .af-class-butooo.af-class-darko {
    position: static;
    left: -47px;
    top: -34px;
    width: 102%;
    margin-top: 24px;
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 3vh;
  }

  .af-view .af-class-div-block-303 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .af-view .af-class-div-block-304 {
    width: 100%;
    height: auto;
    margin-top: -15px;
  }

  .af-view .af-class-div-block-310 {
    width: 100%;
    height: 38%;
  }

  .af-view .af-class-div-block-311 {
    width: 100%;
    height: 100%;
    min-height: 40%;
  }

  .af-view .af-class-div-block-312 {
    width: 100%;
  }

  .af-view .af-class-heading-117 {
    font-size: 5vh;
    line-height: 8vh;
  }

  .af-view .af-class-produktlink {
    padding: 40px 20px;
  }

  .af-view .af-class-sortiment {
    width: 51%;
    margin-left: 0px;
  }

  .af-view .af-class-imagen {
    width: 279px;
    height: 195px;
    max-width: 140%;
  }

  .af-view .af-class-div-block-317 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .af-view .af-class-heading-118 {
    text-align: center;
  }

  .af-view .af-class-heading-119 {
    font-size: 4vh;
  }

  .af-view .af-class-gridschr {
    height: 407px;
  }

  .af-view .af-class-div-block-320 {
    height: 32vh;
  }

  .af-view .af-class-od {
    width: 50vh;
    height: 32vh;
  }

  .af-view .af-class-section-73 {
    height: auto;
    padding-top: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-_7 {
    width: 260px;
    font-size: 2vh;
    line-height: 4vh;
    text-align: center;
  }

  .af-view .af-class-saler-copy {
    position: static;
    left: -91px;
    width: 60%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-paragraph-59 {
    text-align: center;
  }

  .af-view .af-class-heading-123 {
    margin-bottom: 0px;
    font-size: 3vh;
    text-align: center;
  }

  .af-view .af-class-div-block-321 {
    line-height: 14px;
  }

  .af-view .af-class-section-75 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-heading-124 {
    text-align: center;
  }

  .af-view .af-class-paragraph-60 {
    text-align: center;
  }

  .af-view .af-class-div-block-322 {
    position: static;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-secto {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-mecto {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-paragraph-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .af-view .af-class-newurne {
    width: 256px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-neustes {
    width: 53%;
  }

  .af-view .af-class-urneh1 {
    width: 214px;
    font-size: 4vh;
    line-height: 6vh;
    text-align: center;
  }

  .af-view .af-class-sjs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-h1s {
    width: 214px;
  }

  .af-view .af-class-heading-125 {
    font-size: 2vh;
  }

  .af-view .af-class-h11 {
    width: 256px;
    text-align: center;
  }

  .af-view .af-class-jyyy {
    width: 308px;
    line-height: 6vh;
    text-align: center;
  }

  .af-view .af-class-eee {
    width: 40%;
    margin-left: 0px;
  }

  .af-view .af-class-k {
    position: static;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-grabs {
    width: 256px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-dds {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-kecto {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-heading-126 {
    padding-right: 7px;
    font-size: 3vh;
  }

  .af-view .af-class-div-block-329 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-msa {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-hald {
    left: 9px;
    width: 225px;
    height: 237px;
  }

  .af-view .af-class-urne {
    left: -21px;
    top: -25px;
    width: 172px;
    height: 261px;
    min-width: 273px;
    margin-left: 12px;
    background-position: 50% 50%;
  }

  .af-view .af-class-col {
    left: 9px;
    width: 250px;
    height: 188px;
  }

  .af-view .af-class-blob {
    left: 0px;
    top: -30px;
    width: 250px;
    height: 188px;
  }

  .af-view .af-class-hes {
    top: -23px;
    width: 466px;
    font-size: 4vh;
    line-height: 6vh;
  }

  .af-view .af-class-term {
    text-align: center;
  }

  .af-view .af-class-term.af-class-dark {
    position: static;
    left: -47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 67%;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 3vh;
  }

  .af-view .af-class-term.af-class-dark:hover {
    font-size: 2vh;
  }
}

@media screen and (max-width: 479px) {
  .af-view h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .af-view h3 {
    font-size: 16px;
  }

  .af-view .af-class-section {
    height: 61vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-nav-inner {
    width: 100vw;
    padding-top: 8px;
  }

  .af-view .af-class-feature-content {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 100%;
    max-height: 100%;
    max-width: Infinity%;
    min-height: 100%;
    min-width: 100%;
    padding-left: 0vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
  }

  .af-view .af-class-black {
    width: 226px;
    color: #fff;
    font-size: 4vh;
    line-height: 36px;
  }

  .af-view .af-class-nav-logo-wrap {
    height: 61px;
  }

  .af-view .af-class-nav-menu-2 {
    position: static;
    left: -142px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 734px;
    min-width: 320px;
    margin-left: -217px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #343434;
  }

  .af-view .af-class-brand {
    height: 10vh;
  }

  .af-view .af-class-paragraph-3 {
    width: 227px;
    color: #fff;
    font-size: 13px;
    line-height: 23px;
  }

  .af-view .af-class-button-2 {
    width: 156px;
    height: 24px;
    max-height: none;
    min-height: auto;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    box-shadow: inset 0 -6px 0 -4px #fff;
    color: #fff;
    font-size: 2.6vh;
  }

  .af-view .af-class-section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 738px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-body-2 {
    overflow: visible;
    max-width: 100%;
    min-width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .af-view .af-class-grid-4 {
    width: 100%;
    height: 90%;
    grid-auto-columns: minmax(0px, 0.25fr);
    -ms-grid-columns: minmax(100%, 100%);
    grid-template-columns: minmax(100%, 100%);
  }

  .af-view .af-class-div-block-32 {
    position: static;
    width: 100%;
    height: 620px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/dsrwl0zQ.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/dsrwl0zQ.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .af-view .af-class-div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 400px;
    max-height: none;
    max-width: 0px;
    min-height: auto;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block-34 {
    position: relative;
    left: 0px;
    width: 100%;
    height: 620px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/MVM3_EAc.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/MVM3_EAc.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .af-view .af-class-div-block-35 {
    width: 100%;
    height: 400px;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block-36 {
    width: 100%;
    height: 620px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/qFXhX13w.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/qFXhX13w.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .af-view .af-class-div-block-37 {
    width: 100%;
    height: 400px;
    max-width: 0px;
    min-width: 100%;
  }

  .af-view .af-class-div-block-38 {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 620px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/TU0JMW-w.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/TU0JMW-w.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .af-view .af-class-div-block-39 {
    width: 100%;
    height: 400px;
    min-width: 100%;
  }

  .af-view .af-class-div-block-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-call-to-action {
    width: 100%;
    height: 80vh;
    padding: 18px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-nav-link-copy {
    position: static;
    top: 59px;
    margin-top: 67px;
  }

  .af-view .af-class-nav-link-copy.w--current {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .af-view .af-class-body-4 {
    height: 1257px;
  }

  .af-view .af-class-sale-tittle {
    left: 0px;
    top: -3px;
    width: auto;
    font-size: 5vh;
    text-align: center;
  }

  .af-view .af-class-nav-link-copy {
    left: -6px;
    top: 67px;
    margin-top: 37px;
  }

  .af-view .af-class-footer-3 {
    height: auto;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .af-view .af-class-grid-6 {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 50% 0px 50%;
    grid-template-rows: 50% 50%;
  }

  .af-view .af-class-div-block-61 {
    top: 44px;
    width: 100%;
    height: auto;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 0px;
  }

  .af-view .af-class-div-block-62 {
    width: 100%;
    height: 489px;
    max-height: 326px;
    max-width: 100%;
    min-height: 285px;
    min-width: 100%;
    margin-bottom: 32px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }

  .af-view .af-class-button-14 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
    text-align: center;
  }

  .af-view .af-class-div-block-63 {
    position: static;
    top: -119px;
    width: 56%;
    height: 85px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -4px;
    padding-bottom: 0px;
  }

  .af-view .af-class-contact-form-grid {
    display: block;
    height: 306px;
    margin-top: 9px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .af-view .af-class-heading-22 {
    top: -18px;
    font-size: 4vh;
    line-height: 43px;
  }

  .af-view .af-class-text-field {
    width: 100%;
  }

  .af-view .af-class-text-field::-webkit-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field:-ms-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field::-ms-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field::placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-2 {
    width: 100%;
    margin-top: 29px;
  }

  .af-view .af-class-text-field-2::-webkit-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-2:-ms-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-2::-ms-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-2::placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-3 {
    width: 100%;
    margin-top: 29px;
  }

  .af-view .af-class-text-field-3::-webkit-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-3:-ms-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-3::-ms-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-3::placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-4 {
    width: 100%;
    margin-top: 29px;
  }

  .af-view .af-class-text-field-4::-webkit-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-4:-ms-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-4::-ms-input-placeholder {
    font-size: 18px;
  }

  .af-view .af-class-text-field-4::placeholder {
    font-size: 18px;
  }

  .af-view .af-class-textarea {
    height: 172px;
    min-height: 96px;
    margin-top: 42px;
  }

  .af-view .af-class-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .af-view .af-class-textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .af-view .af-class-textarea::-ms-input-placeholder {
    font-size: 16px;
  }

  .af-view .af-class-textarea::placeholder {
    font-size: 16px;
  }

  .af-view .af-class-container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 284px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-div-block-64 {
    position: static;
    width: 317px;
    height: 417px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-left-style: none;
  }

  .af-view .af-class-heading-23 {
    width: 100%;
    margin-top: -159px;
    margin-left: 0px;
    font-size: 3vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-18 {
    left: 0px;
    width: 311px;
    font-size: 18px;
    text-align: center;
  }

  .af-view .af-class-text-block-29 {
    padding-top: 9px;
    font-size: 16px;
    line-height: 25px;
  }

  .af-view .af-class-senden {
    margin-bottom: 10px;
  }

  .af-view .af-class-senden.af-class-dark {
    width: 123px;
    height: 44px;
    margin-top: 77px;
    margin-left: 0px;
    font-size: 22px;
  }

  .af-view .af-class-form-3 {
    height: 628px;
  }

  .af-view .af-class-checkbox-label {
    width: 292px;
    margin-left: -1px;
    font-size: 14px;
  }

  .af-view .af-class-checkbox {
    width: 51px;
    height: 21px;
    font-size: 36px;
  }

  .af-view .af-class-checkbox-field-2 {
    width: 257px;
    margin-top: 138px;
    margin-left: 25px;
    padding-left: 0px;
    font-size: 13px;
  }

  .af-view .af-class-text-block-32 {
    left: 0px;
    width: 321px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-bold-text {
    left: 0px;
  }

  .af-view .af-class-centered-container-3 {
    position: static;
    max-width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .af-view .af-class-iphone-nav {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .af-view .af-class-naturstein {
    position: static;
    width: 103%;
    height: 209px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-39 {
    position: static;
    left: 0px;
    top: -82px;
    margin-bottom: -24px;
    font-family: Vollkorn, serif;
    font-size: 5vh;
    line-height: 59px;
    text-align: center;
  }

  .af-view .af-class-konfigurator1 {
    margin-bottom: 10px;
  }

  .af-view .af-class-konfigurator1.af-class-dark {
    position: static;
    left: -16px;
    top: -68px;
    width: 198px;
    height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
  }

  .af-view .af-class-section-28 {
    height: 491px;
    margin-top: 0px;
    margin-bottom: 39px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-color-block {
    position: static;
    left: 0px;
    top: 41px;
  }

  .af-view .af-class-info-sale-block {
    left: 0px;
    top: -24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 33px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-button-link.af-class-product {
    left: 0px;
    margin-top: 0px;
    font-size: 17px;
    text-decoration: underline;
  }

  .af-view .af-class-paragraph-26 {
    left: 0px;
    top: -8px;
    width: 288px;
    font-size: 12px;
    text-align: center;
  }

  .af-view .af-class-neu {
    height: 383px;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-saler {
    left: 0px;
    top: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 36px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .af-view .af-class-lato {
    height: 425px;
    margin-bottom: 42px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-vasi {
    height: 368px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-colur {
    position: static;
    left: 0px;
    top: -1px;
    background-position: 50% 75%;
  }

  .af-view .af-class-blo {
    position: static;
    left: 0px;
    top: 50px;
  }

  .af-view .af-class-badu {
    left: 0px;
    top: -28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 53px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block-87 {
    height: 132px;
  }

  .af-view .af-class-mehrpro {
    margin-bottom: 10px;
  }

  .af-view .af-class-mehrpro.af-class-dark {
    top: 15px;
    width: 212px;
    height: 45px;
    margin-top: -17px;
    font-size: 16px;
  }

  .af-view .af-class-subscribe-form {
    width: 100%;
    height: 203px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-subscribe-form-flex {
    width: 281px;
  }

  .af-view .af-class-subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-subscribe-form-input {
    width: 122%;
    font-size: 16px;
  }

  .af-view .af-class-heading-41 {
    position: static;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 94px;
    margin-top: -31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.6vh;
    line-height: 32px;
    text-align: center;
  }

  .af-view .af-class-submit-button-2 {
    width: 86px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #000;
    font-size: 16px;
    text-align: center;
  }

  .af-view .af-class-column1 {
    max-width: 100%;
    min-width: 100%;
  }

  .af-view .af-class-column2 {
    display: none;
  }

  .af-view .af-class-photo.af-class-_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_0548-min.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IMG_0548-min.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-filter: saturate(104%) contrast(110%);
    filter: saturate(104%) contrast(110%);
  }

  .af-view .af-class-photo.af-class-_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_0515-1-min.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IMG_0515-1-min.JPG');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-filter: saturate(104%) contrast(110%);
    filter: saturate(104%) contrast(110%);
  }

  .af-view .af-class-photo.af-class-_3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_0494-1-min.JPG');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IMG_0494-1-min.JPG');
    background-position: 0px 0px, 50% 52%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-filter: saturate(104%) contrast(110%);
    filter: saturate(104%) contrast(110%);
  }

  .af-view .af-class-content-2 {
    position: relative;
    left: 0px;
    display: none;
    width: 430px;
    height: 118px;
    min-width: 306px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #343434;
    line-height: 5vh;
  }

  .af-view .af-class-content-3 {
    position: static;
    left: 0px;
    display: none;
    width: 330px;
    height: 111px;
    max-width: 226px;
    min-width: 300px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #343434;
    line-height: 5vh;
    text-align: center;
  }

  .af-view .af-class-heading-43 {
    position: relative;
    left: 0px;
    display: none;
    width: 425px;
    height: 230px;
    max-width: 281px;
    min-width: 308px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 3.5vh;
    line-height: 4vh;
  }

  .af-view .af-class-heading-44 {
    position: static;
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3vh;
    line-height: 6vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-29 {
    position: static;
    left: 0px;
    width: 100%;
    height: auto;
    margin: -55px 0px 0px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .af-view .af-class-div-block-88 {
    height: 65%;
    min-height: 100%;
  }

  .af-view .af-class-heading-45 {
    top: 0px;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 29px;
    font-size: 3vh;
    line-height: 50px;
    text-align: center;
  }

  .af-view .af-class-paragraph-30 {
    top: 0px;
    width: 92%;
    margin-top: -6px;
    margin-bottom: 25px;
    font-size: 2vh;
  }

  .af-view .af-class-div-block-89 {
    height: 73%;
    margin-top: -171px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-grabstein {
    width: 100%;
    margin-bottom: 14px;
  }

  .af-view .af-class-heading-46 {
    font-size: 4vh;
  }

  .af-view .af-class-weitere {
    width: 85%;
    height: 88%;
  }

  .af-view .af-class-heading-48 {
    position: static;
    top: 11px;
    width: 100%;
    font-size: 3vh;
    line-height: 5vh;
    font-weight: 400;
  }

  .af-view .af-class-paragraph-31 {
    position: static;
    top: 20px;
    width: 93%;
    font-size: 2vh;
    line-height: 28px;
  }

  .af-view .af-class-section-31 {
    width: 100%;
    height: 68vh;
  }

  .af-view .af-class-wo {
    top: 0px;
  }

  .af-view .af-class-natur {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
  }

  .af-view .af-class-tet {
    width: 100%;
    font-size: 2vh;
    line-height: 28px;
    text-align: center;
  }

  .af-view .af-class-ted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3vh;
    font-style: normal;
    text-align: center;
  }

  .af-view .af-class-div-block-97 {
    top: 89px;
    width: 100%;
    height: 198px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-featur {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 269px;
    height: 100%;
    max-height: 100%;
    min-width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
  }

  .af-view .af-class-besch {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 272px;
    height: 100%;
    max-height: none;
    min-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
  }

  .af-view .af-class-best {
    position: relative;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: none;
    min-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
  }

  .af-view .af-class-div-block-104 {
    margin-top: 39px;
  }

  .af-view .af-class-menu-button-2 {
    left: -7px;
    background-color: transparent;
    font-size: 18px;
  }

  .af-view .af-class-icon-3 {
    font-size: 31px;
  }

  .af-view .af-class-div-block-105 {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .af-view .af-class-text-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 3vh;
    line-height: 33px;
  }

  .af-view .af-class-nav-inner-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-arrow-icon {
    margin-top: 33px;
  }

  .af-view .af-class-wrap-s-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-wrap-s-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-wrap-s-1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-ab-2-2 {
    width: 315px;
    font-size: 31px;
    line-height: 42px;
  }

  .af-view .af-class-section-35 {
    height: auto;
  }

  .af-view .af-class-produktpreis {
    position: static;
    left: 0px;
    top: -579px;
    width: 90%;
    margin-top: -23px;
    margin-left: 0px;
  }

  .af-view .af-class-produktname {
    position: static;
    left: 0px;
    top: -626px;
    width: 93%;
    margin-top: -5px;
    margin-bottom: 36px;
    margin-left: 0px;
    font-size: 4vh;
    text-align: left;
  }

  .af-view .af-class-produktkategorie {
    position: static;
    left: 3px;
    top: -640px;
    width: 87%;
    margin-top: 33px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .af-view .af-class-produkttext {
    position: static;
    top: 345px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 459px;
    min-height: 0px;
    margin-top: -165px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .af-view .af-class-produktcontainer {
    position: static;
    top: -41px;
    width: 100%;
    height: 609px;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-produktsection {
    width: 100%;
    height: 1256px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-ubersimon {
    height: auto;
    font-size: 50px;
    line-height: 42px;
  }

  .af-view .af-class-meister {
    height: 123px;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }

  .af-view .af-class-pf {
    font-size: 32px;
    line-height: 42px;
    text-align: center;
  }

  .af-view .af-class-hold {
    margin-top: -9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .af-view .af-class-versprech {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .af-view .af-class-hold2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .af-view .af-class-flo {
    height: 50%;
  }

  .af-view .af-class-ver {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .af-view .af-class-hed {
    width: 100%;
    margin-bottom: 0px;
    font-size: 3vh;
  }

  .af-view .af-class-hed2 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 3vh;
  }

  .af-view .af-class-too {
    width: 93%;
    font-size: 2vh;
    line-height: 24px;
  }

  .af-view .af-class-moo {
    width: 93%;
    font-size: 2vh;
    line-height: 25px;
  }

  .af-view .af-class-text-block-45 {
    font-size: 18px;
  }

  .af-view .af-class-shopover {
    width: 100%;
    height: 602px;
    margin-top: 111px;
  }

  .af-view .af-class-layer {
    left: 0px;
    top: 94px;
    bottom: -68px;
    width: 100%;
    min-width: 31px;
  }

  .af-view .af-class-layer.af-class-nice {
    width: 100%;
    height: 616px;
  }

  .af-view .af-class-berschrift.af-class-klein {
    width: 100%;
    height: 117%;
    margin-top: -56px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view .af-class-gro-bild {
    width: 57%;
    margin-top: -337px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-pager {
    font-size: 30px;
    line-height: 40px;
  }

  .af-view .af-class-pager.af-class-gros {
    position: static;
    top: 0px;
    overflow: visible;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .af-view .af-class-para.af-class-nine {
    position: static;
    top: -28px;
    width: 100%;
    margin-top: 51px;
    margin-bottom: 0px;
  }

  .af-view .af-class-groes {
    height: 63px;
    margin-top: 297px;
  }

  .af-view .af-class-bild1 {
    left: 0px;
    top: 61px;
    width: 176%;
    height: 200px;
    margin-top: -173px;
    background-size: contain;
  }

  .af-view .af-class-section-36 {
    display: none;
    height: 92vh;
  }

  .af-view .af-class-grabpflegen {
    width: 100%;
  }

  .af-view .af-class-heading-57 {
    height: auto;
    max-height: 120px;
    min-height: 0px;
    margin-bottom: 115px;
    font-size: 3vh;
    line-height: 41px;
    text-align: center;
  }

  .af-view .af-class-div-block-128 {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }

  .af-view .af-class-content-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 98%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-header-center-box.af-class-_75 {
    width: 90%;
  }

  .af-view .af-class-header-center-box.af-class-_75 {
    width: 90%;
    margin-right: auto;
  }

  .af-view .af-class-header-center-box.af-class-_75 {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .af-view .af-class-accordion-item-content {
    width: 99%;
  }

  .af-view .af-class-s-scroll {
    width: 89%;
    height: 100vh;
  }

  .af-view .af-class-content-top-right {
    width: 265px;
    max-width: 100%;
    min-width: 30px;
  }

  .af-view .af-class-content-bottom {
    height: 554px;
    padding: 40px;
  }

  .af-view .af-class-transition-block {
    display: none;
  }

  .af-view .af-class-s-scroll-bg-img.af-class-is-3 {
    width: 100%;
  }

  .af-view .af-class-content-heading-wrapper {
    margin-top: 140px;
    margin-left: 5px;
    font-size: 20px;
  }

  .af-view .af-class-content-top {
    padding: 40px;
  }

  .af-view .af-class-interaction-letter {
    font-size: 2em;
  }

  .af-view .af-class-button {
    margin-top: 20px;
  }

  .af-view .af-class-form-box {
    width: auto;
    margin-top: 0%;
  }

  .af-view .af-class-text-block-8 {
    white-space: nowrap;
  }

  .af-view .af-class-heading-2 {
    position: static;
    line-height: 140%;
  }

  .af-view .af-class-content-box {
    padding-top: 45px;
  }

  .af-view .af-class-text-field-box {
    width: 100%;
  }

  .af-view .af-class-block-1 {
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
  }

  .af-view .af-class-legal-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .af-view .af-class-div-block-6-copy {
    width: 100%;
  }

  .af-view .af-class-form-wrapper {
    max-width: 460px;
  }

  .af-view .af-class-block-2 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-heading-4 {
    width: 96.0864949031257%;
  }

  .af-view .af-class-heading-1 {
    font-size: 36px;
    line-height: 140%;
    font-weight: 500;
  }

  .af-view .af-class-link-3 {
    white-space: nowrap;
  }

  .af-view .af-class-link-9 {
    white-space: nowrap;
  }

  .af-view .af-class-dankeregister {
    width: 281px;
    height: 554px;
  }

  .af-view .af-class-th {
    width: 198px;
  }

  .af-view .af-class-hel {
    width: 258px;
    font-size: 2vh;
    line-height: 4vh;
  }

  .af-view .af-class-d {
    font-size: 11px;
  }

  .af-view .af-class-jawoll {
    margin-bottom: 10px;
  }

  .af-view .af-class-filter_wrapper {
    padding-top: 0px;
  }

  .af-view .af-class-inner-link.af-class-filter {
    margin-right: 27px;
  }

  .af-view .af-class-product-content-wrapper {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .af-view .af-class-products-wrapper.af-class-first {
    padding-top: 0px;
  }

  .af-view .af-class-small_heading.af-class-light.af-class-desktop_none {
    display: block;
  }

  .af-view .af-class-heading3 {
    font-size: 24px;
    line-height: 36px;
  }

  .af-view .af-class-single-product-wrapper {
    width: 250px;
    height: 300px;
  }

  .af-view .af-class-heading4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 33px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2vh;
    line-height: 18px;
    text-align: center;
  }

  .af-view .af-class-section-40 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .af-view .af-class-divider.af-class-_24px {
    height: 12px;
  }

  .af-view .af-class-product-image {
    width: 65%;
  }

  .af-view .af-class-product-image-wrapper {
    max-width: 100%;
    min-width: 100%;
  }

  .af-view .af-class-section_title {
    margin-bottom: 32px;
  }

  .af-view .af-class-heading2 {
    line-height: 40px;
  }

  .af-view .af-class-products_title_container {
    display: block;
    padding-top: 8px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .af-view .af-class-filter_links_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
  }

  .af-view .af-class-section-41 {
    display: block;
    width: 100%;
    height: auto;
  }

  .af-view .af-class-container-6 {
    position: static;
    top: 97px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-container-6.af-class-container--center {
    height: 390px;
  }

  .af-view .af-class-container-6.af-class-container--center-flex {
    height: 480px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-design-bezel-img {
    width: 87%;
    height: 306px;
    max-width: none;
  }

  .af-view .af-class-design-bezel-2 {
    height: auto;
    padding-top: 0px;
  }

  .af-view .af-class-sub-section-headline-2 {
    font-size: 30px;
  }

  .af-view .af-class-section-p-4 {
    left: 0px;
    width: 100%;
    margin-top: 225px;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
  }

  .af-view .af-class-s-scroll-2 {
    height: 80vh;
  }

  .af-view .af-class-sub-section-headline-3 {
    margin-top: 0px;
    font-size: 30px;
  }

  .af-view .af-class-learn-more-button.af-class-learn-more-button--blue {
    width: 239px;
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
  }

  .af-view .af-class-design-glass {
    height: auto;
  }

  .af-view .af-class-glass-img {
    width: 654px;
    height: 366px;
    max-width: 140%;
    min-height: 380px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .af-view .af-class-design-water {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 490px;
    margin-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-water-img {
    position: static;
    left: 0px;
    top: -212px;
    width: 100%;
    height: 44%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .af-view .af-class-design-water-text-wrap {
    position: static;
    left: 0px;
    top: -172px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 34%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .af-view .af-class-sub-section-headline-4 {
    width: 100%;
    font-size: 24px;
  }

  .af-view .af-class-sub-section-subheading.af-class-sub-section-subheading--water {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-right: 0px;
    font-size: 17px;
  }

  .af-view .af-class-weiterslider {
    overflow: visible;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .af-view .af-class-icon-17 {
    font-size: 23px;
  }

  .af-view .af-class-icon-18 {
    font-size: 23px;
  }

  .af-view .af-class-singeler {
    display: block;
    width: 302px;
    height: 100%;
    max-width: 229px;
    min-width: 95px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .af-view .af-class-hero-section {
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    background-image: url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .af-view .af-class-hero-section.af-class-about-us {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(46%, #f8f6f4), to(hsla(0, 0%, 100%, 0.75))), url('../images/Untitled-3-3.jpg');
    background-image: linear-gradient(90deg, #f8f6f4 46%, hsla(0, 0%, 100%, 0.75)), url('../images/Untitled-3-3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .af-view .af-class-page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .af-view .af-class-container-8 {
    height: auto;
  }

  .af-view .af-class-about-hero-block {
    width: 100%;
    margin-right: 0%;
  }

  .af-view .af-class-button-16 {
    margin-bottom: 10px;
  }

  .af-view .af-class-menu-button {
    background-color: transparent;
  }

  .af-view .af-class-kasse-2 {
    position: static;
    left: 115px;
    top: 17px;
    overflow: hidden;
    width: 164px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 21px;
  }

  .af-view .af-class-gutscheincode {
    width: 281px;
  }

  .af-view .af-class-gutscheinwrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-gutscheinform {
    width: 122%;
    font-size: 16px;
  }

  .af-view .af-class-gutscheinbutton {
    width: 86px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    text-align: center;
  }

  .af-view .af-class-jingle {
    width: 250px;
    height: 300px;
  }

  .af-view .af-class-produ {
    padding-right: 8px;
    padding-left: 8px;
  }

  .af-view .af-class-_1 {
    font-size: 24px;
    line-height: 36px;
  }

  .af-view .af-class-accordion-item-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -38px;
    margin-bottom: 49px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-logos-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    grid-column-gap: 3px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .af-view .af-class-logos-wrap.af-class-big {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .af-view .af-class-shopseitemenu {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .af-view .af-class-div-block-241 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block-242 {
    width: 93%;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .af-view .af-class-div-block-245 {
    width: 86%;
    height: 100%;
  }

  .af-view .af-class-div-block-246 {
    margin-top: 60px;
    padding-bottom: 0px;
  }

  .af-view .af-class-familie {
    margin-top: 20px;
  }

  .af-view .af-class-ein {
    width: 100%;
  }

  .af-view .af-class-urn {
    margin-top: 40px;
  }

  .af-view .af-class-div-block-248 {
    height: 25%;
  }

  .af-view .af-class-neuerbutt {
    margin-bottom: 10px;
  }

  .af-view .af-class-neuerbutt.af-class-dark {
    left: -16px;
    top: 155px;
    width: 100%;
    height: 41px;
    margin-top: 22px;
    margin-bottom: 22px;
    font-size: 21px;
  }

  .af-view .af-class-accordion-item-trigger-2 {
    width: 97%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-accordion-heading-2 {
    max-width: 100%;
    min-width: 100%;
    font-size: 2.5vh;
    line-height: 4vh;
    text-align: center;
  }

  .af-view .af-class-text-center-2 {
    font-size: 1.8vh;
    line-height: 4vh;
    text-align: center;
  }

  .af-view .af-class-section-faq-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-bold-text-4 {
    width: 100%;
    font-size: 2.5vh;
    text-align: center;
  }

  .af-view .af-class-bold-text-5 {
    width: 100%;
    font-size: 2.5vh;
  }

  .af-view .af-class-bold-text-6 {
    font-size: 2.5vh;
  }

  .af-view .af-class-zu-arten {
    margin-bottom: 10px;
  }

  .af-view .af-class-zu-arten.af-class-dark {
    left: -16px;
    top: 155px;
    width: 189px;
    height: 41px;
    font-size: 21px;
  }

  .af-view .af-class-kontaktmenu {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .af-view .af-class-neuerbereich {
    height: 56vh;
    min-height: 100%;
  }

  .af-view .af-class-head {
    top: 0px;
    width: 100%;
    font-size: 4.5vh;
    line-height: 50px;
    text-align: center;
  }

  .af-view .af-class-grabart {
    position: static;
    top: 11px;
    width: 100%;
    margin-top: -51px;
    font-size: 5vh;
    line-height: 5vh;
    font-weight: 400;
  }

  .af-view .af-class-mh {
    height: 163vh;
    min-height: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-news {
    height: 919px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-neusgrid {
    height: 90vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-auto-rows: 38%;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(100%, 100%);
    grid-template-columns: minmax(100%, 100%);
    -ms-grid-rows: 62%;
    grid-template-rows: 62%;
  }

  .af-view .af-class-entrance {
    top: 0px;
  }

  .af-view .af-class-ubs {
    position: static;
    top: 11px;
    width: 100%;
    font-size: 4vh;
    line-height: 5vh;
    font-weight: 400;
  }

  .af-view .af-class-uns {
    position: static;
    top: 20px;
    width: 270px;
    font-size: 16px;
    line-height: 28px;
  }

  .af-view .af-class-yesb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 42%, 0.2);
  }

  .af-view .af-class-yesbb {
    width: 92%;
    max-height: none;
    padding-top: 8px;
    padding-bottom: 13px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .af-view .af-class-f {
    font-size: 3vh;
  }

  .af-view .af-class-bes {
    width: 100%;
    height: auto;
    font-size: 2vh;
    line-height: 21px;
    text-align: center;
  }

  .af-view .af-class-section-56 {
    height: 54vh;
    margin-bottom: 0px;
  }

  .af-view .af-class-div-block-254 {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/QwcJyU_w.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/QwcJyU_w.jpeg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
  }

  .af-view .af-class-div-block-255 {
    width: 89%;
    height: 275px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-88 {
    margin-top: 0px;
    font-size: 4vh;
    line-height: 42px;
    text-align: center;
  }

  .af-view .af-class-paragraph-37 {
    margin-bottom: 0px;
    font-size: 2vh;
    text-align: center;
  }

  .af-view .af-class-grabarten {
    width: 100%;
    height: 1099px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-shopbutton {
    margin-bottom: 10px;
  }

  .af-view .af-class-shopbutton.af-class-dark {
    left: -16px;
    top: 155px;
    width: 90%;
    height: 56px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
  }

  .af-view .af-class-sorti {
    width: 100%;
    height: 90%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-neuerheader {
    width: 280px;
    font-size: 3vh;
    line-height: 46px;
    text-align: center;
  }

  .af-view .af-class-neue-beschreibung {
    width: 94%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.8vh;
    text-align: center;
  }

  .af-view .af-class-sortishop {
    margin-bottom: 10px;
  }

  .af-view .af-class-sortishop.af-class-dark {
    left: -16px;
    top: 155px;
    width: 182px;
    height: 47px;
    margin-top: 0px;
    font-size: 19px;
  }

  .af-view .af-class-sortishop.af-class-dark:hover {
    width: 58%;
  }

  .af-view .af-class-contact {
    margin-bottom: 10px;
  }

  .af-view .af-class-contact.af-class-dark {
    left: -16px;
    top: 155px;
    width: 100%;
    height: 48px;
    margin-top: 21px;
    font-size: 16px;
  }

  .af-view .af-class-contact.af-class-dark:hover {
    width: 100%;
    font-size: 2vh;
  }

  .af-view .af-class-ubutton {
    margin-bottom: 10px;
  }

  .af-view .af-class-ubutton.af-class-dark {
    left: -16px;
    top: 155px;
    width: 222px;
    height: 41px;
    font-size: 16px;
  }

  .af-view .af-class-mask-2 {
    overflow: hidden;
  }

  .af-view .af-class-neudi {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-mobileslide {
    overflow: visible;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .af-view .af-class-masker {
    overflow: hidden;
  }

  .af-view .af-class-image-124 {
    display: block;
    width: 220px;
    height: 142px;
  }

  .af-view .af-class-imager {
    display: none;
    width: 250px;
    height: 144px;
  }

  .af-view .af-class-section-58 {
    height: 158vh;
  }

  .af-view .af-class-hero__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block {
    margin-top: 0px;
  }

  .af-view .af-class-hero__card {
    width: 92%;
    height: 100%;
    max-height: none;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .af-view .af-class-hero__form-simple {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .af-view .af-class-hero__form-title-2 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-heading-90 {
    position: static;
    margin-top: 9px;
    margin-bottom: 0px;
    font-size: 3vh;
  }

  .af-view .af-class-image-container.af-class-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/MuKCtT80.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/MuKCtT80.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .af-view .af-class-image-container.af-class-second {
    background-position: 50% 0%;
  }

  .af-view .af-class-arrow-read-more {
    width: 45px;
    height: 45px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .af-view .af-class-first-article {
    display: none;
    height: 100vh;
    padding-right: 0%;
    padding-left: 0%;
  }

  .af-view .af-class-button-close {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 35px;
    height: 35px;
    max-width: 30%;
    margin-top: 22%;
    margin-right: 8%;
  }

  .af-view .af-class-section-content {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    height: auto;
  }

  .af-view .af-class-card-2 {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-main-heading {
    font-size: 5vh;
    line-height: 8vh;
    text-align: center;
  }

  .af-view .af-class-link-read-more {
    padding-right: 8px;
    padding-left: 27px;
    font-size: 24px;
  }

  .af-view .af-class-third-article {
    display: none;
    height: 100vh;
    min-height: auto;
  }

  .af-view .af-class-card-inner {
    display: block;
    min-height: auto;
    padding-right: 0%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
  }

  .af-view .af-class-image-wrapper {
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .af-view .af-class-inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-card-details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-cap {
    font-size: 80px;
  }

  .af-view .af-class-section-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 682px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view .af-class-second-article {
    display: none;
  }

  .af-view .af-class-card-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-rich-text {
    width: 92%;
    text-align: center;
  }

  .af-view .af-class-card-3 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .af-view .af-class-heading {
    font-size: 36px;
    text-align: center;
  }

  .af-view .af-class-text-block-91 {
    font-size: 2.4vh;
    line-height: 6vh;
    text-align: center;
  }

  .af-view .af-class-si {
    font-size: 80px;
  }

  .af-view .af-class-termingrid {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-auto-rows: 50%;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(100%, 100%);
    grid-template-columns: minmax(100%, 100%);
    -ms-grid-rows: 50%;
    grid-template-rows: 50%;
  }

  .af-view .af-class-yesbaba {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 66%;
    margin-top: 0px;
    border-bottom-style: solid;
    border-bottom-color: hsla(0, 0%, 42%, 0.2);
  }

  .af-view .af-class-section-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 189vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-91 {
    width: 93%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 3vh;
    line-height: 5vh;
    text-align: left;
  }

  .af-view .af-class-div-block-263 {
    position: static;
    top: 24px;
    height: 27%;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-paragraph-38 {
    width: 95%;
    margin-top: 2px;
    margin-bottom: 0px;
    color: #000;
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-gest {
    width: 100%;
    height: 73%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-besrd {
    height: 60%;
    max-height: none;
    min-height: 60%;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-termingestaltung {
    margin-bottom: 10px;
  }

  .af-view .af-class-termingestaltung.af-class-dark {
    position: static;
    left: -16px;
    top: -68px;
    width: 232px;
    height: 41px;
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .af-view .af-class-headss {
    margin-bottom: 10px;
    font-size: 3vh;
    line-height: 3vh;
    text-align: left;
  }

  .af-view .af-class-pars {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 0px;
    text-align: left;
  }

  .af-view .af-class-dddd {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 3vh;
    line-height: 4vh;
    text-align: center;
  }

  .af-view .af-class-mss {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    text-align: left;
  }

  .af-view .af-class-wart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 203vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-resd {
    height: 60%;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view .af-class-myl {
    height: auto;
    font-size: 3vh;
    line-height: 4vh;
  }

  .af-view .af-class-sas {
    width: 100%;
    margin-top: 5px;
  }

  .af-view .af-class-dd {
    font-size: 3vh;
    line-height: 4vh;
  }

  .af-view .af-class-awa {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 10px;
    text-align: left;
  }

  .af-view .af-class-terminwarte {
    margin-bottom: 10px;
  }

  .af-view .af-class-terminwarte.af-class-dark {
    position: static;
    left: 0px;
    top: 127px;
    width: 232px;
    height: 41px;
    margin-top: 0px;
    margin-bottom: 17px;
    font-size: 16px;
  }

  .af-view .af-class-pflegesection {
    height: 211vh;
  }

  .af-view .af-class-div-block-267 {
    width: 94%;
  }

  .af-view .af-class-heading-94 {
    font-size: 5vh;
  }

  .af-view .af-class-text-block-93 {
    width: 88%;
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-section-64 {
    height: 62vh;
    padding-left: 11px;
  }

  .af-view .af-class-div-block-268 {
    height: 199px;
  }

  .af-view .af-class-heading-95 {
    font-size: 3vh;
    font-style: italic;
    text-align: left;
  }

  .af-view .af-class-simonsbutton {
    margin-bottom: 10px;
  }

  .af-view .af-class-simonsbutton.af-class-dark {
    position: static;
    left: -16px;
    top: -68px;
    width: 189px;
    height: 41px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
  }

  .af-view .af-class-realcontent1.af-class-_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .af-view .af-class-realcontent2.af-class-_2 {
    display: none;
  }

  .af-view .af-class-realcontent3.af-class-_3 {
    display: none;
  }

  .af-view .af-class-div-block-269 {
    height: 700px;
    min-height: 400px;
    margin-bottom: 58px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-text-block-94 {
    margin-bottom: 32px;
  }

  .af-view .af-class-div-block-271 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-272 {
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-text-block-96 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 40px;
    min-height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }

  .af-view .af-class-text-block-97 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    text-align: center;
  }

  .af-view .af-class-div-block-273 {
    position: static;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-bi {
    left: 0px;
    top: -36px;
  }

  .af-view .af-class-backgroundvideo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 92%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-link-block-10 {
    width: 100%;
  }

  .af-view .af-class-link-block-11 {
    width: 100%;
  }

  .af-view .af-class-simd {
    margin-top: 0px;
    margin-bottom: 11px;
    font-size: 3vh;
    line-height: 4vh;
    text-align: center;
  }

  .af-view .af-class-ee {
    margin-bottom: 10px;
    font-size: 3vh;
    line-height: 3vh;
    text-align: center;
  }

  .af-view .af-class-div-block-274 {
    width: 95%;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-275 {
    position: static;
    top: 66px;
    width: 92%;
    height: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-276 {
    width: 100%;
    height: auto;
    margin-top: 9px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .af-view .af-class-div-block-277 {
    width: 100%;
    height: auto;
    margin-top: 29px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-278 {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-div-block-279 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-280 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-oppenbutton {
    margin-bottom: 10px;
  }

  .af-view .af-class-oppenbutton.af-class-dark {
    position: static;
    left: -16px;
    top: -68px;
    width: 224px;
    height: 41px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
  }

  .af-view .af-class-bold-text-7 {
    font-size: 16px;
    text-align: center;
  }

  .af-view .af-class-text-block-98 {
    margin-bottom: 32px;
  }

  .af-view .af-class-text-block-99 {
    height: 101px;
    font-size: 12px;
    text-align: center;
  }

  .af-view .af-class-text-block-101 {
    font-size: 15px;
  }

  .af-view .af-class-accordion-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-accordion-heading {
    padding-left: 0px;
    text-align: left;
  }

  .af-view .af-class-heading-97 {
    width: 100.0001844018879%;
    font-size: 3.5vh;
    text-align: center;
  }

  .af-view .af-class-bold-text-8 {
    display: block;
    font-size: 2.5vh;
    text-align: left;
  }

  .af-view .af-class-paragraph-39 {
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-paragraph-40 {
    text-align: left;
  }

  .af-view .af-class-paragraph-41 {
    text-align: left;
  }

  .af-view .af-class-paragraph-42 {
    text-align: left;
  }

  .af-view .af-class-paragraph-43 {
    text-align: left;
  }

  .af-view .af-class-paragraph-44 {
    text-align: left;
  }

  .af-view .af-class-accoablauf.af-class-slim {
    height: auto;
    margin-top: -92px;
  }

  .af-view .af-class-accoablauf.af-class-slim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-slidermaterial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 69vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-sg-brand-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .af-view .af-class-sg-colour-label-wrapper {
    width: 72%;
  }

  .af-view .af-class-sg-colour-swatch {
    margin-bottom: 0px;
  }

  .af-view .af-class-sg-colours-grid {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 114%;
    grid-template-columns: 114%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .af-view .af-class-button-21 {
    width: 100%;
  }

  .af-view .af-class-global-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .af-view .af-class-global-section.af-class-sg {
    padding-right: 10px;
    padding-left: 10px;
  }

  .af-view .af-class-global-section.af-class-arten {
    padding-right: 10px;
    padding-left: 10px;
  }

  .af-view .af-class-text.af-class-sg-colour-label {
    text-align: left;
  }

  .af-view .af-class-text.af-class-sg-colour-label.af-class-main {
    width: 100.0004%;
    max-width: 100%;
    text-align: left;
  }

  .af-view .af-class-text.af-class-sg-typography-label {
    text-align: center;
  }

  .af-view .af-class-sg-typography-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-p1 {
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-global-container {
    width: 95%;
  }

  .af-view .af-class-heading-98 {
    font-size: 3vh;
  }

  .af-view .af-class-heading-100 {
    text-align: center;
  }

  .af-view .af-class-heading-101 {
    text-align: center;
  }

  .af-view .af-class-paragraph-45 {
    font-size: 2vh;
  }

  .af-view .af-class-heading-105 {
    font-size: 3vh;
    line-height: 43px;
    text-align: left;
  }

  .af-view .af-class-grid-13 {
    height: 220px;
  }

  .af-view .af-class-heading-106 {
    font-size: 3vh;
    line-height: 47px;
    text-align: left;
  }

  .af-view .af-class-paragraph-46 {
    font-size: 2vh;
    text-align: left;
  }

  .af-view .af-class-paragraph-47 {
    font-size: 2vh;
  }

  .af-view .af-class-heading-107 {
    font-size: 3vh;
    line-height: 39px;
    text-align: left;
  }

  .af-view .af-class-heading-108 {
    font-size: 3vh;
    line-height: 36px;
    text-align: left;
  }

  .af-view .af-class-arthed {
    margin-bottom: 27px;
    font-size: 3vh;
    line-height: 40px;
    text-align: left;
  }

  .af-view .af-class-headers {
    font-size: 4vh;
    line-height: 7vh;
    text-align: left;
  }

  .af-view .af-class-mas {
    font-size: 2em;
  }

  .af-view .af-class-div-block-292 {
    height: 82px;
  }

  .af-view .af-class-heading-109 {
    font-size: 5vh;
  }

  .af-view .af-class-div-block-294 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block-295 {
    width: 100%;
  }

  .af-view .af-class-div-block-296 {
    width: 100%;
  }

  .af-view .af-class-heading-110 {
    font-size: 3vh;
  }

  .af-view .af-class-text-block-102 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .af-view .af-class-heading-112 {
    line-height: 35px;
  }

  .af-view .af-class-heading-113 {
    height: 56px;
    margin-bottom: 0px;
    font-size: 3vh;
  }

  .af-view .af-class-text-block-104 {
    margin-bottom: 0px;
    font-size: 3vh;
  }

  .af-view .af-class-div-block-301 {
    width: 104%;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-heading-114 {
    margin-bottom: 0px;
    font-size: 4vh;
    text-align: center;
  }

  .af-view .af-class-heading-115 {
    font-size: 3vh;
    line-height: 40px;
  }

  .af-view .af-class-paragraph-49 {
    font-size: 2vh;
  }

  .af-view .af-class-paragraph-50 {
    font-size: 2vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-51 {
    font-size: 2vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-52 {
    font-size: 2vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-53 {
    font-size: 2vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-54 {
    font-size: 2vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-55 {
    font-size: 2vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-56 {
    font-size: 2vh;
    text-align: center;
  }

  .af-view .af-class-bold-text-13 {
    width: 100%;
    font-size: 2.5vh;
  }

  .af-view .af-class-bold-text-14 {
    font-size: 2.5vh;
  }

  .af-view .af-class-bold-text-15 {
    display: block;
    font-size: 2.5vh;
    text-align: left;
  }

  .af-view .af-class-paragraph-57 {
    width: 100%;
    font-size: 2vh;
  }

  .af-view .af-class-butooo {
    margin-bottom: 10px;
  }

  .af-view .af-class-butooo.af-class-darko {
    position: static;
    left: -16px;
    top: -68px;
    width: 232px;
    height: 41px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
  }

  .af-view .af-class-div-block-303 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 41%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-304 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50%;
    margin-top: 22px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .af-view .af-class-div-block-310 {
    height: 40%;
  }

  .af-view .af-class-div-block-311 {
    width: 100%;
    height: 40%;
  }

  .af-view .af-class-div-block-312 {
    height: 40%;
  }

  .af-view .af-class-paragraph-58 {
    width: 100%;
    font-size: 2vh;
    line-height: 4vh;
    text-align: left;
  }

  .af-view .af-class-men-black {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .af-view .af-class-section-71 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-117 {
    width: 99%;
    font-size: 4vh;
    text-align: center;
  }

  .af-view .af-class-produktlink {
    width: 100%;
    height: 80vh;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-sortiment {
    width: 100%;
    height: 80%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-imagen {
    display: none;
    width: 250px;
    height: 144px;
  }

  .af-view .af-class-arten-container {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .af-view .af-class-div-block-317 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-material-con {
    width: 91%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .af-view .af-class-heading-118 {
    width: 93%;
    font-size: 2vh;
  }

  .af-view .af-class-heading-119 {
    font-size: 3vh;
    line-height: 5vh;
    text-align: center;
  }

  .af-view .af-class-schrift-con {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .af-view .af-class-gridschr {
    height: 220px;
  }

  .af-view .af-class-genehmigung-con {
    width: 90%;
    text-align: center;
  }

  .af-view .af-class-setzen-con {
    width: 90%;
    text-align: center;
  }

  .af-view .af-class-div-block-320 {
    height: 19vh;
  }

  .af-view .af-class-od {
    height: 19vh;
  }

  .af-view .af-class-lieg-con {
    width: 90%;
    text-align: center;
  }

  .af-view .af-class-heading-122 {
    line-height: 5vh;
  }

  .af-view .af-class-link-block-12 {
    position: relative;
    top: 163px;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 1px;
    text-align: center;
  }

  .af-view .af-class-section-73 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-image-126 {
    width: 57%;
  }

  .af-view .af-class-section-74 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .af-view .af-class-_7 {
    left: 0px;
    top: -8px;
    width: 288px;
    margin-bottom: -40px;
    font-size: 1.8vh;
    text-align: center;
  }

  .af-view .af-class-saler-copy {
    left: 0px;
    top: -25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    margin-top: 0px;
    margin-bottom: 36px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .af-view .af-class-paragraph-59 {
    width: 93%;
    margin-bottom: 0px;
    font-size: 2vh;
    line-height: 4vh;
  }

  .af-view .af-class-heading-123 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 2.5vh;
    line-height: 5vh;
  }

  .af-view .af-class-div-block-321 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-heading-124 {
    width: 229px;
    line-height: 5vh;
    text-align: center;
  }

  .af-view .af-class-paragraph-60 {
    width: 95%;
    line-height: 4vh;
  }

  .af-view .af-class-div-block-322 {
    width: 100%;
  }

  .af-view .af-class-paragraph-61 {
    width: 95%;
    font-size: 1.8vh;
    text-align: center;
  }

  .af-view .af-class-image-129 {
    width: 61%;
  }

  .af-view .af-class-newurne {
    width: 190px;
  }

  .af-view .af-class-neustes {
    width: 68%;
  }

  .af-view .af-class-urneh1 {
    left: 0px;
    top: -3px;
    width: auto;
    font-size: 4vh;
    line-height: 7vh;
    text-align: center;
  }

  .af-view .af-class-sjs {
    width: 238px;
  }

  .af-view .af-class-h1s {
    left: 0px;
    top: -3px;
    width: auto;
    font-size: 5vh;
    text-align: center;
  }

  .af-view .af-class-grid-14 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .af-view .af-class-button-23 {
    text-decoration: none;
  }

  .af-view .af-class-h11 {
    left: 0px;
    top: -3px;
    width: auto;
    font-size: 5vh;
    text-align: center;
  }

  .af-view .af-class-imago {
    width: 62%;
  }

  .af-view .af-class-jjjl {
    margin-bottom: 20px;
    padding-top: 10px;
  }

  .af-view .af-class-jyyy {
    left: 0px;
    top: -3px;
    width: auto;
    font-size: 4vh;
    line-height: 7vh;
    text-align: center;
  }

  .af-view .af-class-sss {
    width: 60%;
  }

  .af-view .af-class-sjes {
    width: 58%;
  }

  .af-view .af-class-jsks {
    width: 66%;
  }

  .af-view .af-class-eee {
    width: 69%;
  }

  .af-view .af-class-ddsa {
    width: 61%;
  }

  .af-view .af-class-k {
    width: 100%;
  }

  .af-view .af-class-cds {
    width: 55%;
  }

  .af-view .af-class-grabs {
    width: 190px;
  }

  .af-view .af-class-dds {
    width: 238px;
  }

  .af-view .af-class-div-block-324 {
    width: 93%;
  }

  .af-view .af-class-div-block-325 {
    width: 92%;
  }

  .af-view .af-class-heading-126 {
    font-size: 2.5vh;
  }

  .af-view .af-class-paragraph-62 {
    font-size: 1.8vh;
  }

  .af-view .af-class-div-block-329 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 87%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-text-block-105 {
    font-size: 18px;
  }

  .af-view .af-class-bold-text-16 {
    display: block;
    font-size: 2.5vh;
    text-align: left;
  }

  .af-view .af-class-bold-text-17 {
    display: block;
    font-size: 2.5vh;
  }

  .af-view .af-class-bold-text-18 {
    display: block;
    font-size: 2.5vh;
  }

  .af-view .af-class-bold-text-19 {
    display: block;
    font-size: 2.5vh;
  }

  .af-view .af-class-bold-text-20 {
    display: block;
    font-size: 2.5vh;
  }

  .af-view .af-class-bold-text-21 {
    font-size: 2.5vh;
  }

  .af-view .af-class-div-block-330 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-hald {
    left: 0px;
    top: -36px;
  }

  .af-view .af-class-urne {
    position: static;
    left: 0px;
    top: -1px;
    margin-bottom: 137px;
    margin-left: 0px;
    background-position: 50% 75%;
  }

  .af-view .af-class-col {
    position: static;
    left: 0px;
    top: 41px;
    margin-bottom: 68px;
  }

  .af-view .af-class-blob {
    position: static;
    left: 0px;
    top: 50px;
    margin-bottom: 34px;
  }

  .af-view .af-class-hes {
    position: static;
    top: 11px;
    width: 84%;
    font-size: 3vh;
    line-height: 5vh;
    font-weight: 400;
  }

  .af-view .af-class-term {
    margin-bottom: 10px;
  }

  .af-view .af-class-term.af-class-dark {
    left: -16px;
    top: 155px;
    width: 88%;
    height: 48px;
    margin-top: 21px;
    font-size: 16px;
  }

  .af-view .af-class-term.af-class-dark:hover {
    width: 100%;
    font-size: 2vh;
  }

  .af-view .af-class-link-block-13 {
    text-align: left;
  }

  .af-view .af-class-text-block-106 {
    font-size: 2vh;
    line-height: 3.4vh;
  }
}

.af-view #w-node-_6faecab5-0fd5-800f-4e41-062b151429b5-9fd07bae {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.af-view #w-node-e0a84c63-6e34-7ecc-f3c7-cd010eef7c84-4ed07bbc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

.af-view #w-node-a474963c-088e-30e3-fdb8-408e5366db7f-e9d07bbe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.af-view #w-node-_44e91390-d443-4568-dd4e-242db4fedbbd-59d07bbf {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

.af-view #w-node-_4490a947-10f6-0dce-6ca9-cfe6198a2f31-22d07bca {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 767px) {
  .af-view #w-node-db02e203-8943-4bfa-56fd-585edfc37db0-f6d07bb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-_5ca00433-c392-b066-17ca-c9332f354328-f6d07bb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-_1d2e245b-f32d-f637-0ec6-1f2b445042e2-f6d07bb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-_1784dabb-6320-c6e9-8224-4e2cc3fbf69e-f6d07bb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-e424572a-a19c-34b7-9bf1-06ea3f46f9e2-f6d07bb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-b6e5522f-73d3-255d-72d6-b12ae4394e9f-f6d07bb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-_21afe734-fc6c-5dcf-483f-485b818bce4f-f6d07bb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-_2be86a58-3203-415b-fe11-2d3f3d837581-f6d07bb5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-e9ba2030-20d1-adf3-d978-9dbc2b865fd3-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-ce2a21d8-461c-7592-d5e8-8d19e8bf1882-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-b71d3b48-80a3-474d-eb0a-96648187e028-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-_3064209b-9750-4270-d5e2-f579a5fa3ac4-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-d677bf97-f1c8-f9ea-d157-80c540641386-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-_01dea458-dfac-91d0-6ac6-670348f58381-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-e6cecf40-5c67-ff9f-0731-c641fe4edd6d-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-f096c09a-de6c-36be-d7f3-07e19a22cbf0-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-d05012c4-02a3-b406-a308-302f14f02d14-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  .af-view #w-node-_0381174f-af43-7e52-6f7c-557dccc13824-b3d07bc8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  .af-view #w-node-_0671c65c-cada-119a-6ba0-7f5e23a0338c-9fd07bae {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .af-view #w-node-_6faecab5-0fd5-800f-4e41-062b151429b5-9fd07bae {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .af-view #w-node-e0a84c63-6e34-7ecc-f3c7-cd010eef7c7d-4ed07bbc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .af-view #w-node-e0a84c63-6e34-7ecc-f3c7-cd010eef7c84-4ed07bbc {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  .af-view #w-node-a474963c-088e-30e3-fdb8-408e5366db6f-e9d07bbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .af-view #w-node-a474963c-088e-30e3-fdb8-408e5366db73-e9d07bbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .af-view #w-node-a474963c-088e-30e3-fdb8-408e5366db77-e9d07bbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .af-view #w-node-a474963c-088e-30e3-fdb8-408e5366db7b-e9d07bbe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .af-view #w-node-_44e91390-d443-4568-dd4e-242db4fedbad-59d07bbf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .af-view #w-node-_44e91390-d443-4568-dd4e-242db4fedbb1-59d07bbf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .af-view #w-node-_44e91390-d443-4568-dd4e-242db4fedbb5-59d07bbf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .af-view #w-node-_44e91390-d443-4568-dd4e-242db4fedbb9-59d07bbf {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .af-view #w-node-_4490a947-10f6-0dce-6ca9-cfe6198a2f28-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .af-view #w-node-_4490a947-10f6-0dce-6ca9-cfe6198a2f31-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .af-view #w-node-a17f1fcc-1f5d-570f-3646-d6f6376e15bc-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .af-view #w-node-a17f1fcc-1f5d-570f-3646-d6f6376e15bd-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .af-view #w-node-a17f1fcc-1f5d-570f-3646-d6f6376e15c6-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .af-view #w-node-a17f1fcc-1f5d-570f-3646-d6f6376e15cf-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  .af-view #w-node-a17f1fcc-1f5d-570f-3646-d6f6376e15d0-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  .af-view #w-node-a17f1fcc-1f5d-570f-3646-d6f6376e15d1-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .af-view #w-node-a17f1fcc-1f5d-570f-3646-d6f6376e15da-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .af-view #w-node-a17f1fcc-1f5d-570f-3646-d6f6376e15e3-22d07bca {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

