:root {
  --00fb86: white;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: #fff;
  text-decoration: none;
}

.menu-navbar {
  background-color: #000;
  border-bottom: 1px solid #ffffff2b;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  color: #fff;
  font-size: 15px;
}

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

.nav-link-2, .nav-link-3 {
  color: #fff;
  font-size: 15px;
}

.nav-link-3.w--current {
  color: #fff;
}

.nav-menu {
  flex-direction: column;
  margin-right: 2vw;
  display: flex;
}

.kontakt-navbar {
  background-color: #1c1c1c;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-dynamisch {
  color: #fff;
  margin-left: 15px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
}

.text-block-dynamisch.navbartext {
  margin-left: 0;
}

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  font-size: 12px;
}

.nav-link-5 {
  color: #fff;
  margin-left: 0;
  padding: 5px;
  font-size: 16px;
}

.div-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  color: #fff;
  background-color: #000;
  font-family: Noto Sans, sans-serif;
}

.section {
  background-color: #fff;
  margin-top: 84px;
  padding-left: 112px;
  padding-right: 112px;
}

.section.leistungen {
  background-color: #fff;
  margin: 0 auto;
  display: block;
}

.section.schwarzen-hintergrund {
  background-color: #000;
  margin-top: 85px;
  margin-bottom: 0;
}

.section.schwarzen-hintergrund.footer {
  margin-top: 0;
  padding-top: 85px;
}

.section.overflow-none {
  overflow: hidden;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #6d6e72;
  font-weight: 400;
}

.button.margin {
  margin-left: 25px;
  font-family: Noto Sans, sans-serif;
}

.button.topmargin {
  text-align: center;
  margin-top: 25px;
  font-size: 13.5px;
}

.button.topmargin.breit {
  margin-top: 0;
}

.container {
  background-color: #fff;
  height: 100%;
  margin: 0 auto;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-family: Noto Sans, sans-serif;
  font-size: 25px;
}

.h2.wei {
  color: #fff;
  margin-top: 100px;
}

.h2.wei.margintop {
  margin-top: 100px;
}

.h2.wei.margintop.schawrz {
  color: #000;
  margin-top: 50px;
  margin-bottom: 0;
}

.h2.wei.cta {
  margin-top: 0;
  margin-bottom: 0;
}

.h2.autoheadline {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}

.h2.schwarz {
  color: #000;
  margin-top: 59px;
}

.leistungen {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 57px;
  margin-bottom: 57px;
  display: grid;
}

.h3 {
  color: #fff;
  font-size: 20px;
}

.h3.schwarz {
  color: #000;
}

.h3.notopmargin {
  margin-top: 0;
  margin-bottom: 0;
}

.h3.preis {
  margin-top: 0;
}

.h3.preis-headline {
  margin-top: 10px;
  margin-bottom: 0;
}

.div-leistungen-1 {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  margin-left: 14px;
  margin-right: 14px;
  padding: 51px 27px;
  display: flex;
}

.div-leistungen-1.k {
  margin-right: -8px;
}

.div-leistungen-1.lastdiv {
  margin-right: 0;
}

.paragraph {
  text-align: center;
}

.paragraph.schwarz-und-linksb-ndig {
  color: #000;
  text-align: left;
}

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

.container-2 {
  align-items: center;
  display: block;
}

.nav-menu-2 {
  flex: 0 auto;
  order: 1;
  align-self: center;
}

.div-abovethefold {
  flex-direction: column;
  max-width: 50vw;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-buttons-above-the-fold {
  text-align: center;
  margin-top: 30px;
}

.h1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
}

.slide {
  background-image: linear-gradient(#000c, #000c), url('../images/WhatsApp-Image-2025-07-18-at-16.33.44.jpeg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide._2 {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/WhatsApp-Image-2025-07-18-at-16.33.44-2.jpeg');
  background-position: 0 0, 50% 90%;
}

.slide._3 {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/WhatsApp-Image-2025-07-18-at-16.33.44-2.jpeg');
  background-position: 0 0, 50% 70%;
}

.slide._4 {
  background-image: linear-gradient(to bottom, null, null), url('../images/DSC04504-min.jpg');
}

.slide.vier {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/WhatsApp-Image-2025-07-18-at-16.33.44-1.jpeg');
  background-position: 0 0, 50% 80%;
  background-attachment: scroll, scroll;
}

.slide._5 {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/WhatsApp-Image-2025-07-18-at-16.33.45.jpeg');
  background-position: 0 0, 50% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide.porsche {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/WhatsApp-Image-2025-07-18-at-16.33.42.jpeg');
  background-position: 0 0, 50% 72%;
  background-size: auto, cover;
}

.slider {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  height: 80vh;
}

.div-leistungen-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-3 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.section-automobile {
  background-image: url('../images/MK_Automobile_Hintergrund.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 85px;
  margin-bottom: 85px;
  display: block;
}

.div-cms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

.image {
  background-image: linear-gradient(to top, #000 100%, #fff);
}

.lightbox-link {
  background-image: linear-gradient(#000, #fff);
}

.automarke-textblock {
  font-size: 19px;
}

.div {
  margin-left: 0;
  display: flex;
}

.div.ps, .div.treibstoff {
  border-left: 1px solid #fff;
  margin-left: 10px;
}

.text-block-3 {
  margin-left: 5px;
}

.fahrzeugdaten-cms {
  margin-top: 10px;
  display: flex;
}

.text-block-ps, .text-block-treibstoff {
  margin-left: 10px;
}

.text-block-neu {
  color: #00fb86;
  margin-left: 10px;
  font-size: 13px;
  display: block;
}

.div-automarke-cms {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -51px;
  display: flex;
}

.text-block-euro {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 21px;
}

.div-preis-cms {
  align-items: flex-end;
  display: flex;
}

.text-block-preis {
  font-size: 20px;
}

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

.text-block-4 {
  color: #fff;
  text-transform: uppercase;
}

.next {
  color: #fff;
  background-color: #0000;
}

.button-entdecke-fahrzeuge {
  color: #fff;
  background-color: #fafafa00;
}

.pagination-2 {
  margin-top: 50px;
}

.text-block-5 {
  text-transform: uppercase;
}

.text-block-6 {
  color: #fff;
  text-transform: uppercase;
}

.previous {
  background-color: #fff0;
}

.icon {
  color: #fff;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 61px;
  display: grid;
}

.collection-item {
  margin-top: 21px;
}

.above-the-fold-paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
}

.divider {
  background-color: #ffffff96;
  max-width: 100%;
  height: 1px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.div-adresse {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
}

.text-block-7 {
  color: #000;
  margin-left: 10px;
}

.div-kontaktformular {
  grid-column-gap: 57px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-kontaktformular.original.hide {
  overflow: visible;
}

.form-field {
  margin-bottom: 25px;
}

.div-ablauf-2 {
  margin-top: 25px;
  display: flex;
}

.div-ablauf-2.notopmargin {
  margin-top: 0;
}

.dib-ablauf {
  flex: 1;
}

.div-ablauf-texte {
  margin-left: 50px;
}

.section-first-screen {
  z-index: 1;
  width: 100%;
  padding: 4rem 6rem 3rem;
  position: relative;
}

.container-4 {
  z-index: 2;
  flex-flow: column wrap;
  align-items: stretch;
  width: 100%;
  max-width: 1376px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.display-1 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 3rem;
  font-family: Noto Sans, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1em;
}

.introduction {
  color: #000;
  letter-spacing: .01em;
  margin-bottom: 2.25rem;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.background-color {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.links {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.links.social-media {
  display: block;
}

.links._2 {
  margin-left: 40px;
}

.text-block-8 {
  color: #fff;
  text-decoration: none;
}

.link-block {
  margin-bottom: 10px;
  text-decoration: none;
}

.text-block-9 {
  color: #fff;
  text-decoration: none;
}

.link-block-2, .text-block-10 {
  text-decoration: none;
}

.link-block-3 {
  color: #fff;
  text-decoration: none;
}

.divfooter {
  flex-direction: row;
  margin-bottom: 94px;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-section {
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.list {
  color: #fff;
}

.text-block-11 {
  color: #fff;
  font-size: 12px;
}

.text-block-11.eigenwerbung {
  color: #fff9;
  text-transform: uppercase;
  margin-top: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.link, .link-2, .link-3, .text-block-12 {
  color: #fff;
}

.body-2 {
  background-color: #000;
}

.collection-item-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-auto-cms {
  background-color: #fff;
  height: 1px;
}

.divider-auto-cms.topmargin20 {
  margin-top: 20px;
}

.divider-auto-cms.topmargin20.bottommargin20 {
  margin-bottom: 20px;
}

.heading, .modell {
  color: #fff;
}

.automarke-und-verkaufspreis-cms {
  margin-left: 20px;
}

.preis {
  color: #00fb86;
  font-size: 20px;
}

.div-preis {
  display: flex;
}

.euro-textblock {
  color: #00fb86;
  order: -1;
  margin-left: 0;
  margin-right: 10px;
  font-size: 20px;
}

.slide-2 {
  background-image: url('../images/WhatsApp-Image-2022-04-23-at-15.32.40-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-5 {
  margin-top: -64px;
  position: relative;
}

.div-kfz {
  width: 350px;
}

.div-atf-automobile {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.heading-2, .automodell {
  color: #fff;
}

.div-lightbox-auto, .collection-list-wrapper {
  margin-top: 25px;
}

.body-3 {
  background-color: #000;
}

.collection-list-wrapper-2 {
  flex-direction: row;
  margin-top: 25px;
  display: block;
  overflow: hidden;
}

.collection-list-2 {
  display: flex;
}

.div-auto-cms {
  width: 55%;
}

.automarke {
  color: #fff;
}

.div-autotext-cms {
  flex: 1;
  margin-left: 15px;
}

.divider-1 {
  color: #fff;
  background-color: #fff;
  height: 1px;
  margin-top: 15px;
}

.divider-1.dividermitmargin {
  background-color: #ffffff4f;
  margin-bottom: 15px;
}

.bold-text-2 {
  font-family: Noto Sans, sans-serif;
}

.jetzt-anrufen-cms {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
}

.div-fahrzeugdaten {
  margin-top: 25px;
}

.div-autoinfo-cms {
  display: flex;
}

.div-autoinfo-cms._2div {
  margin-top: 5px;
}

.text-block-statisch {
  color: #fff;
}

.text-block-statisch.km {
  color: #fff;
  margin-left: 5px;
}

.rich-text-cms-wei {
  color: #fff;
}

.div-block-6 {
  background-image: linear-gradient(#000, #fff);
}

.div-block-7 {
  background-image: linear-gradient(to top, #000 20%, #fff);
}

.hover:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.link-4 {
  text-decoration: underline;
}

.html-embed, .container-5 {
  margin-left: auto;
  margin-right: auto;
}

.div-google-maps {
  justify-content: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-google-maps.mobileonly {
  display: none;
}

.horizontal {
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.icon-social-square {
  background-color: #302d2b;
  border-bottom-style: none;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  transition: background-color .2s;
}

.icon-social-square:hover {
  color: #fff;
  background-color: #ff4802;
}

.icon-social-square.facebook {
  background-image: url('../images/facebook-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social-square.facebook:hover {
  background-color: #302d2b;
}

.icon-social-square.instagram {
  background-image: url('../images/instagram-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  margin-top: 11px;
}

.icon-social-square.instagram:hover {
  background-color: #302d2b;
}

.slider-wrapper {
  flex-direction: row;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lightbox-link-2 {
  display: block;
}

.image-3 {
  object-fit: cover;
  width: 25vw;
  padding-left: 19px;
  padding-right: 19px;
  display: block;
}

.slider-list {
  display: flex;
}

.image-4 {
  width: 7vw;
  height: 10vh;
}

.slider-thumb-wrap {
  background-color: #bfbfffe6;
  width: 100px;
  height: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.slider-2 {
  height: 500px;
}

.slider-2.no-perspective {
  margin-bottom: 140px;
  transform: none;
}

.image-5 {
  width: 100%;
}

.slider-navigation {
  z-index: 4;
  background-color: #ffffff45;
  border: 1px dashed #32ff47;
  height: 100px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  inset: auto 0% -25%;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  opacity: .07;
  background-color: #fff0;
  border: 1px #000;
  font-size: 100px;
}

.slider-navigation.no-perspective {
  border-style: none;
}

.slider-thumb-image {
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  color: #777;
}

.slider-arrow.right {
  right: -77px;
}

.slider-arrow.left {
  left: -76px;
}

.c-sub-img-feed-wrapper {
  display: none;
}

.cloneable-area {
  min-height: 50vh;
}

.cloneable-area._2 {
  display: block;
}

.c-img-gallery-main-dots, .c-main-img-feed-wrapper {
  display: none;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.c-main-img-feed-item {
  position: relative;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-img-overlay-icon {
  width: 5%;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.c-img-gallery {
  max-width: 649px;
  margin-left: auto;
  margin-right: auto;
}

.img-gallery-main-arrow, .img-gallery-main-arrow.right {
  display: none;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-gallery-main-icon {
  display: none;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.c-img-gallery-subs-dots {
  display: none;
}

.c-img-gallery-2 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  margin-left: 5px;
}

.image-7 {
  margin-bottom: 2px;
  margin-left: 5px;
}

.kundenbewertungen {
  background-color: #fff;
  display: block;
}

.html-embed-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.link-block-4 {
  margin-top: 16px;
}

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

.container-6 {
  margin-bottom: 2px;
}

.section-2 {
  background-color: #fff;
}

.html {
  padding-bottom: 0;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  color: #fff;
}

.code-embed {
  color: #000;
  text-align: left;
  background-color: #fff;
}

.code-embed-2, .code-embed-3 {
  text-align: left;
  width: 60%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

@media screen and (max-width: 991px) {
  .kontakt-navbar {
    display: none;
  }

  .button.margin {
    margin-top: 25px;
    margin-left: 0;
  }

  .leistungen {
    grid-template-columns: 1fr;
  }

  .div-leistungen-1 {
    width: 70vw;
    margin-right: 0;
  }

  .nav-menu-2 {
    background-color: #000;
  }

  .div-abovethefold {
    margin-top: 4vh;
    margin-left: auto;
    margin-right: auto;
  }

  .div-buttons-above-the-fold {
    flex-direction: column;
    display: flex;
  }

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

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

  .div-block-4, .div-kontaktformular {
    grid-template-columns: 1fr;
  }

  .section-first-screen {
    padding: 9rem 3rem 3rem;
  }

  .content {
    text-align: center;
    display: block;
  }

  .display-1 {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .introduction {
    font-size: 1.3rem;
  }

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

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

  .div-google-maps {
    display: none;
  }

  .div-google-maps.mobileonly {
    display: flex;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .img-gallery-main {
    height: 370px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main-icon {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.margin {
    margin-top: 15px;
  }

  .h2, .h2.wei {
    font-size: 20px;
  }

  .h3, .h3.schwarz, .h3.notopmargin {
    font-size: 18px;
  }

  .div-buttons-above-the-fold {
    margin-top: 20px;
  }

  .h1 {
    font-size: 25px;
  }

  .section-first-screen {
    padding: 7rem 2rem 2rem;
  }

  .container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .display-1 {
    font-size: 2rem;
  }

  .introduction {
    font-size: 1rem;
  }

  .footer-section {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
    margin-right: 0;
    padding-right: 14px;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .img-gallery-main-icon {
    width: 15px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.leistungen {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    text-align: center;
    font-weight: 400;
  }

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

  .h2 {
    font-size: 18px;
  }

  .h2.wei {
    text-align: left;
    margin-top: 0;
    font-size: 22px;
  }

  .h2.wei.margintop.schawrz {
    text-align: center;
  }

  .h2.schwarz {
    font-size: 22px;
  }

  .leistungen {
    justify-items: center;
  }

  .h3 {
    margin-top: 0;
  }

  .div-abovethefold {
    max-width: 60vw;
  }

  .section-automobile {
    display: block;
  }

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

  .above-the-fold-paragraph {
    font-size: 13px;
  }

  .form-field {
    margin-right: 0;
  }

  .div-ablauf-2, .div-ablauf-2.notopmargin {
    flex-direction: column;
  }

  .dib-ablauf {
    margin-right: 18vw;
  }

  .div-ablauf-texte {
    margin-top: 10px;
    margin-left: 0;
  }

  .section-first-screen {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-section {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

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

  .form {
    width: 90%;
    margin-right: 0;
  }

  .div-atf-automobile {
    flex-direction: column;
    display: flex;
  }

  .div-auto-cms {
    width: 100%;
    display: block;
  }

  .div-autotext-cms {
    margin-left: 0;
  }

  .html-embed {
    flex: 0 auto;
    margin-right: auto;
  }

  .horizontal {
    display: block;
  }

  .cloneable-area._2 {
    min-height: 100%;
  }

  .img-gallery-main {
    height: 250px;
  }

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

#w-node-_78806f3b-3537-c8af-eb4c-406df4cc66d3-ea74780f {
  place-self: center;
}

#w-node-_94021f03-a96f-891e-8221-99a0ab5ff161-ea74780f, #w-node-_93413aad-063f-d0da-3415-8b48af06f395-ea74780f, #w-node-ad6310c8-1baa-c744-b842-e000dbf77e2d-ea74780f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_94021f03-a96f-891e-8221-99a0ab5ff163-ea74780f {
    place-self: center;
  }

  #w-node-ad6310c8-1baa-c744-b842-e000dbf77e2d-ea74780f, #w-node-_529c1637-5a15-7850-b225-69e482cdf755-ea74780f, #w-node-_8452d49b-260e-4d16-dfd8-cd031347c48f-ea74780f {
    grid-area: 1 / 1 / 3 / 2;
  }
}


