@font-face {
  font-family: Helveticaneue_local;
  src: url('../fonts/HelveticaNeue-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Local Roboto Condensed;
  src: url('../fonts/RobotoCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Local Roboto Mono;
  src: url('../fonts/RobotoMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Local Roboto Mono;
  src: url('../fonts/RobotoMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-1: #111;
  --color-6: var(--color-1);
  --color-5: white;
  --color-7: #faff00;
  --color-3: #ffe3dc;
  --color-4: #f2f2f2;
  --color-8: #ff3621;
  --color-2: #443c3c;
  --color-9: #8f8f8f;
  --color-10: #1aa059;
  --kirsch-rosa: #c6a0a1;
  --dim-grey: #616060;
  --turquoise: turquoise;
  --petrol: #00586a;
  --lightgrey: #e2e2e2;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

body {
  color: #000;
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  letter-spacing: -5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Condensed;
  font-size: 126px;
  font-weight: 700;
  line-height: .9;
}

h2 {
  color: var(--color-1);
  letter-spacing: -4.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Condensed;
  font-size: 105px;
  font-weight: 700;
  line-height: .9;
}

h3 {
  color: var(--color-1);
  letter-spacing: -4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Condensed;
  font-size: 84px;
  font-weight: 700;
  line-height: .9;
}

h4 {
  color: var(--color-1);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto Condensed;
  font-size: 66px;
  font-weight: 700;
  line-height: .9;
}

h5 {
  color: var(--color-1);
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto Condensed;
  font-size: 48px;
  font-weight: 700;
  line-height: .9;
}

h6 {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Condensed;
  font-size: 30px;
  font-weight: 700;
  line-height: .9;
}

p {
  margin-bottom: 40px;
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--color-6);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--color-1);
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.title-large {
  grid-row-gap: 10px;
  color: var(--color-1);
  letter-spacing: -4px;
  text-transform: uppercase;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.text-small {
  color: var(--color-1);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.text-medium {
  color: var(--color-1);
  letter-spacing: -.3px;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}

.text-medium.mitte {
  width: 60%;
}

.caption-medium-dark {
  color: var(--color-1);
  letter-spacing: -.3px;
  width: auto;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.price-medium {
  color: var(--color-6);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.price-small {
  color: var(--color-6);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.button-apple-pay {
  background-color: var(--color-1);
  color: var(--color-5);
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  font-family: Roboto Mono;
  font-weight: 700;
  display: flex;
}

.button-apple-pay:hover {
  color: #ff3;
}

.styles-vertical-stack {
  grid-row-gap: 20px;
  background-color: #d3d3d3;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.button-primarycta {
  background-color: var(--color-6);
  color: var(--color-5);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-right: auto;
  padding: 0 40px;
  font-family: Roboto Mono;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.button-primarycta:hover {
  color: var(--color-7);
}

.color-block {
  align-self: stretch;
  width: 120px;
  height: 120px;
  padding: 40px;
}

.color-block._3 {
  background-color: var(--color-3);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._6 {
  background-color: var(--color-6);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._4 {
  background-color: var(--color-4);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._7 {
  background-color: var(--color-7);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._5 {
  background-color: var(--color-5);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._2 {
  background-color: var(--color-1);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._8 {
  background-color: var(--color-8);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._1 {
  background-color: var(--color-2);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._9 {
  background-color: var(--color-9);
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-block._10 {
  background-color: var(--color-10);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-standard {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1440px;
  margin-top: 0;
  padding: 80px;
  display: flex;
}

.seperator {
  background-color: var(--color-1);
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.standard-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.tape-home-image-wrapper {
  border-radius: 20px;
  flex: none;
  width: 200px;
  height: 196px;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 2;
  position: relative;
  overflow: hidden;
}

.tape-home-image-wrapper.portrait {
  height: 245px;
}

.tape-home-image-wrapper.quad {
  width: 245px;
  height: 245px;
}

.tape-home-image-wrapper.landscape, .tape-home-image-wrapper.ultra-wide {
  width: 245px;
  height: 200px;
}

.tape-home-image-wrapper.ultrawide {
  width: 575px;
  height: 200px;
}

.tape-home-image-wrapper.landscape-wide {
  width: 340px;
  height: 200px;
}

.empty-state-hidden {
  display: none;
}

.sliding-tapes-home-list {
  width: 100%;
  overflow: hidden;
}

.sliding-tapes-home {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 30px;
  display: block;
  overflow: hidden;
}

.home-tape-stack {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.tape-home-typography {
  color: var(--color-1);
  letter-spacing: -10px;
  text-transform: uppercase;
  flex: none;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Roboto Condensed;
  font-size: 300px;
  font-weight: 700;
  line-height: 200px;
}

.sliding-tapes-home-item {
  width: 100%;
  overflow: visible;
}

.home-tape-container {
  flex: none;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.home-tape-width-20k {
  width: 20000px;
  display: flex;
}

.home-tape-scroller {
  margin-left: -2%;
  display: flex;
}

.home-tape-section {
  background-color: var(--color-4);
}

.home-promo-item-cms {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.home-hero-caption {
  grid-row-gap: 10px;
  flex-direction: column;
  height: 90px;
  display: flex;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color-1);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
}

.footer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.footer-links {
  flex-flow: column wrap;
  flex: none;
  padding-right: 80px;
  display: flex;
}

.nav-active-container {
  z-index: 20;
  grid-row-gap: 20px;
  background-color: var(--kirsch-rosa);
  flex-direction: column;
  align-items: flex-start;
  width: 360px;
  height: 100%;
  padding: 80px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
  box-shadow: 20px 0 80px 20px #00000040;
}

.button-search {
  background-color: #0000;
  background-image: url('../images/Icon-Search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom: 2px solid #111;
  border-radius: 0;
  flex: none;
  width: 48px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
}

.button-close {
  z-index: 21;
  cursor: pointer;
  background-color: #111;
  background-image: url('../images/X.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  flex: none;
  width: 40px;
  height: 40px;
  margin: 10px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.button-hamburger {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.cart-quantity {
  color: #fff;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-left: 0;
  padding-top: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.cart-button {
  background-color: #0000;
  background-image: url('../images/Cart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.search {
  grid-column-gap: 0px;
  border-radius: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.nav-pages {
  flex-direction: column;
  display: flex;
}

.search-input {
  letter-spacing: -.4px;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #111;
  border-radius: 0;
  flex: 1;
  height: 48px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 1;
}

.search-input:focus {
  border-bottom-color: #3a16fb;
}

.nav-bar {
  background-color: var(--color-1);
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-active {
  z-index: 20;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-direction: row-reverse;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-overlay {
  z-index: 19;
  opacity: .6;
  background-color: #fff;
  flex: 1;
  position: fixed;
  inset: 0%;
}

.navigation {
  z-index: 99;
  flex-direction: column;
  position: fixed;
  inset: 0% 0% auto;
}

.button-home {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin-left: 20px;
  display: flex;
}

.button-home.w--current {
  width: 220px;
  margin-left: 20px;
}

.button-secondarycta {
  background-color: var(--color-6);
  color: var(--color-5);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  font-weight: 700;
  display: flex;
}

.product-container {
  max-width: 2560px;
  display: flex;
}

.products-collection-wrapper {
  flex: 1;
  display: flex;
}

.products-collection-list {
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-card-wrapper {
  flex: 1;
  min-width: 25%;
  max-width: 50%;
  display: flex;
}

.product-card-wrapper.first-row {
  min-width: 50%;
}

.product-card-wrapper.promo {
  max-width: 100%;
}

.product-card {
  grid-row-gap: 20px;
  border: .5px solid var(--color-1);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  padding: 30px;
  display: flex;
}

.product-card-image {
  object-fit: cover;
  flex: 1;
}

.product-card-caption {
  grid-row-gap: 10px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  height: 100px;
  display: flex;
}

.products-wrapper {
  margin-top: 60px;
}

.tape-category {
  grid-column-gap: 30px;
  background-color: var(--color-7);
  border: .5px solid #111;
  border-radius: .5px;
  align-items: center;
  max-width: 2560px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  overflow: hidden;
}

.sliding-tapes-category {
  grid-column-gap: 20px;
  flex: none;
  margin-left: -100px;
  display: flex;
}

.sliding-tapes-category-caption {
  color: #111;
  letter-spacing: -4px;
  text-transform: uppercase;
  cursor: default;
  flex: none;
  margin-bottom: 0;
  font-family: Roboto Condensed;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.product-detail-wrapepr {
  grid-row-gap: 120px;
  flex-direction: column;
  margin-top: 60px;
  padding-top: 120px;
  padding-bottom: 60px;
  display: flex;
}

.product-header {
  grid-column-gap: 80px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.product-header-cell {
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.product-main-image-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}

.sliding-tapes-product-back {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -250px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: visible;
}

.sliding-tapes-product-name-back {
  grid-row-gap: 10px;
  color: #111;
  letter-spacing: -2px;
  text-transform: uppercase;
  cursor: default;
  flex-direction: column;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed;
  font-size: 500px;
  font-weight: 700;
  line-height: 500px;
}

.product-main-image {
  z-index: 5;
  column-count: 12;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.sliding-tapes-product-front {
  z-index: 6;
  opacity: .15;
  mix-blend-mode: difference;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -250px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: visible;
}

.sliding-tapes-product-name-front {
  grid-row-gap: 10px;
  color: #0000;
  letter-spacing: -2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  cursor: default;
  flex-direction: column;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed;
  font-size: 500px;
  font-weight: 700;
  line-height: 500px;
}

.product-detail-images-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.product-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.collection-item {
  flex: 1;
  justify-content: space-between;
  min-width: 40%;
  display: flex;
}

.option-container {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.option-buttons {
  grid-column-gap: 4px;
  margin-bottom: 0;
}

.option-button {
  color: #111;
  background-color: #0000;
  border-width: 0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 0;
  padding: 0;
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.option-button:hover {
  border-width: 2px;
  border-color: var(--color-3);
}

.option-button.w--ecommerce-pill-selected {
  color: #3a16fb;
  background-color: #ffe3dc;
  border-width: 0;
}

.styles-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d3d3d3;
  flex-flow: wrap;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.checkout-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.checkout-form {
  background-color: #0000;
  padding-top: 100px;
}

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

.order-summary-wrapper {
  top: 80px;
}

.order-confirmation {
  padding-top: 100px;
}

.search-result-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color-4);
  flex-direction: row;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.search-text {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 75%;
  display: flex;
}

.search-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  min-width: 200px;
  height: 200px;
}

.content-body {
  background-color: var(--color-5);
}

.navigation-link {
  color: var(--color-1);
  letter-spacing: -.4px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: all .7s;
  display: block;
}

.navigation-link:hover {
  color: var(--dim-grey);
}

.footer-link {
  color: var(--color-9);
  letter-spacing: -.4px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .7s;
  display: block;
}

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

.footer-link.w--current {
  line-height: 1.5;
}

.rich-text p {
  width: 100%;
  margin-bottom: 0;
}

.highlight {
  color: var(--color-5);
  margin-bottom: 0;
}

.footer-links-title {
  color: var(--color-5);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.product-name-title {
  color: var(--color-1);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Roboto Condensed;
  font-size: 64px;
  font-weight: 700;
  line-height: .9;
}

.map {
  height: 500px;
}

.form {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.vertical-stack-10px {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.text-input {
  color: var(--color-1);
  height: 40px;
  margin-top: 8px;
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.text-input.multi {
  height: 80px;
}

.caption-small {
  color: var(--color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Mono;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.checkbox-group {
  flex-direction: row;
  align-items: center;
}

.checkbox {
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.radio-button {
  flex: none;
  width: 30px;
  height: 30px;
}

.checkout-options-container {
  align-items: flex-start;
}

.navigation-links {
  border-top: 1px solid #000;
  border-bottom: 1px solid var(--color-1);
  text-align: right;
  flex-direction: column;
  align-self: flex-end;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.success {
  background-color: var(--color-10);
  color: #fff;
}

.error {
  background-color: var(--color-4);
  color: var(--color-8);
  margin-top: 20px;
}

.home-hero-slider {
  background-color: #0000;
  flex-direction: column;
  max-width: 1600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 80px;
  display: none;
  position: relative;
}

.home-hero-item {
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  display: flex;
}

.home-hero-wrapper {
  margin-left: auto;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.prev {
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  inset: 50% 20% auto 80px;
}

.next {
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: 120px;
}

.pagination {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Roboto Mono;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  inset: 80px 40px auto auto;
}

.home-hero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero-product-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--color-5);
  background-color: #fff;
  flex-direction: column;
  width: 300px;
  margin-right: 120px;
  padding: 40px;
  transition: background-color .25s cubic-bezier(.23, 1, .32, 1), border-color .25s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
}

.home-hero-product-card:hover {
  border-color: var(--color-6);
}

.pagination-icon {
  object-fit: scale-down;
  width: 40px;
  height: 40px;
}

.home-hero-section {
  background-color: var(--color-5);
  margin-top: 0;
  display: block;
}

.image {
  width: 100%;
  height: 100%;
}

.div-copy {
  justify-content: center;
  margin-top: 40px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.div-impressum {
  justify-content: space-between;
  height: 6.5vh;
  display: flex;
}

.div-impressum.footer-referenzen {
  width: 100vw;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 80px;
}

.paragraph.footercopy {
  text-transform: uppercase;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.fooercopy {
  margin-bottom: 0;
}

.fooercopy.datenschutz {
  margin-right: 45px;
  font-family: Local Roboto Mono, sans-serif;
}

.footercopy {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Local Roboto Mono, sans-serif;
}

.div-links {
  display: flex;
}

.adresse {
  color: var(--color-9);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Local Roboto Mono, sans-serif;
}

.div-adresse {
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  margin-left: 70px;
  margin-right: 0;
  display: flex;
}

.link {
  color: var(--color-9);
  cursor: pointer;
  transition: color .7s;
}

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

.link-2 {
  color: var(--color-9);
}

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

.link-3 {
  color: var(--color-9);
}

.div-copy-copy {
  justify-content: center;
  margin-top: 40px;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

.heading {
  color: var(--color-1);
  margin-bottom: 0;
  font-size: 230px;
  line-height: 200px;
}

.div-foto-zusatz {
  border-radius: 20px;
  width: 200px;
  height: 164px;
  margin-left: 30px;
  margin-right: 30px;
}

.heading-zusatz {
  color: var(--color-1);
  margin-bottom: 0;
  font-size: 230px;
  line-height: 200px;
}

.heading-2 {
  width: 50%;
}

.image-2 {
  background-image: url('../images/08_Kirsch_Image.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 45%;
  height: auto;
  margin-top: -60px;
  margin-left: 100px;
  margin-right: 0;
}

.div-image-content-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-bottom: 0;
  display: flex;
}

.div-text-links {
  width: 42%;
  margin-top: 0;
}

.heading-3 {
  font-family: Roboto Mono;
  font-size: 32px;
  font-weight: 400;
}

.image-3 {
  background-image: url('../images/08_Kirsch_Image.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 60px;
  position: absolute;
  right: 0;
}

.div-content-oben {
  justify-content: space-between;
  display: flex;
}

.text-wrap-links {
  width: 100%;
}

.link-4 {
  color: var(--color-1);
}

.link-impressum {
  color: var(--color-1);
  text-decoration: underline;
}

.daten_ber_gro {
  font-size: 24px;
}

.link-footer {
  color: var(--color-9);
  -webkit-text-stroke-color: var(--color-5);
}

.footer-mobile {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color-1);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: none;
}

.footer-copy, .footer-copyright {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-5 {
  font-family: Local Roboto Condensed, sans-serif;
}

.container-mobile {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.bold-text {
  font-family: Local Roboto Condensed, sans-serif;
}

.container-standard-phone {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 1440px;
  margin-top: 0;
  padding: 80px;
  display: none;
}

.hero-section__wrapper-title {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 6px #979797;
}

.wrpper-title__container {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1300px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.container__subtitle {
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: 1em;
  margin-bottom: 2em;
  margin-right: auto;
  padding-left: 0;
  font-family: Roboto Mono;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
}

.container__subtitle.white {
  color: var(--color-5);
}

.container__title {
  text-align: left;
  padding-left: 0;
  font-size: 8em;
}

.container__title.mobile {
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 8em;
}

.container__title.mobile.white {
  color: var(--color-5);
}

.section-description {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-description.kontakt {
  height: 80vh;
}

.description__grid {
  grid-column-gap: 79px;
  grid-template-rows: auto;
  width: 80%;
  max-width: 750px;
  margin-top: 60px;
}

.description__grid.text_content {
  width: 80%;
  max-width: none;
}

.grid__wrap-paragraph {
  margin-bottom: 100px;
}

.wrap__paragraph {
  text-align: justify;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
}

.wrap__paragraph.black {
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
}

.wrap__paragraph.white {
  color: #fff;
  font-weight: 400;
}

.wrap__paragraph.white.no {
  display: none;
}

.wrap__paragraph.black-team {
  text-transform: none;
  margin-bottom: 1em;
  font-size: 23px;
  font-weight: 600;
  display: none;
}

.wrap__paragraph.start {
  width: 25em;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.5em;
  line-height: 1.2;
}

.wrap__paragraph.start.white {
  font-family: Local Roboto Mono, sans-serif;
  font-weight: 400;
}

.wrap__paragraph.start.white.bold {
  font-family: Local Roboto Mono, sans-serif;
  font-weight: 700;
}

.wrap__paragraph.black-team-marken {
  text-transform: none;
  margin-bottom: 1em;
  font-size: 23px;
  font-weight: 400;
  display: block;
}

.hero-section__wrap-title {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 60px auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-section__wrap-title.kontakt {
  margin-top: 100px;
}

.description__container {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.mask__left-arrow {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  left: 1%;
}

.text-team {
  font-family: Local Roboto Condensed, sans-serif;
  position: static;
  inset: 0% auto auto;
}

.team__heading {
  z-index: -1;
  color: #f5f5f5;
  font-size: 8em;
  position: absolute;
  top: -19%;
}

.mask__first-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  bottom: auto;
}

.exhibitions-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  margin-top: 6rem;
}

.box-container {
  background-color: var(--turquoise);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container.black {
  background-color: #000;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container.rose {
  background-color: #ffe2d8;
  margin-left: auto;
}

.box-container.petrol {
  background-color: var(--petrol);
}

.wrap-text__grid {
  grid-column-gap: 0px;
  border-top: 1px #000;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 20px;
}

.container_title {
  margin-right: auto;
  font-size: 125px;
}

.container_title.white {
  color: #fff;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 8em;
}

.container_title.mobile {
  font-size: 8em;
}

.first-tab {
  height: 100%;
  bottom: 0;
  overflow: visible;
}

.exhibition_title {
  color: #fff;
  letter-spacing: -1px;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
}

.exhibition_title.dark {
  color: var(--color-9);
}

.paragraph-title {
  margin-bottom: 5px;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.5em;
}

.first-slide__bg-one {
  background-image: url('../images/KIRSCH_Slide03_Marken_Leicht.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 85%;
}

.card__wrap-text {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 140px 40px 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.card__wrap-text.news {
  padding-left: 40px;
  padding-right: 40px;
}

.hero-section__grid {
  grid-template-rows: auto;
  grid-template-columns: 56.7% 43.3%;
  width: 100%;
  height: 32.8vw;
}

.tabs__content {
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tab-link__third {
  color: #999;
  background-color: #0000;
  padding-left: 0;
  padding-right: 2px;
}

.tab-link__third.w--current {
  color: #000;
  background-color: #0000;
  padding-right: 2px;
}

.first-slide__bg {
  background-image: url('../images/KIRSCH_Slide02_01.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

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

.team__title {
  text-align: center;
  margin-bottom: 300px;
  font-size: 120px;
  font-weight: 600;
}

.team__title.team {
  margin-bottom: .125em;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 8em;
}

.card-image {
  z-index: 2;
  opacity: 1;
  width: 100%;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.card-image.dfg {
  display: block;
}

.first-slide__bg-two {
  background-image: url('../images/KIRSCH_Slide01_01.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.section-team {
  z-index: 2;
  text-transform: capitalize;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 8em;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-team.off {
  display: none;
}

.tab-link {
  color: #999;
  background-color: #0000;
  padding-left: 2px;
  padding-right: 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #0000;
  padding-left: 2px;
  padding-right: 0;
}

.container-box {
  width: 80%;
}

.content {
  z-index: 99;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.grid__card {
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.mask__third-slide {
  width: 100%;
  margin-right: 30px;
}

.mask__second-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.team__grid {
  z-index: 2;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  width: 80%;
  margin-bottom: 220px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid__tab {
  background-color: #f3f2f2;
  padding: 30px;
  display: flex;
  position: relative;
}

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

.date {
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.section-exhibitions__title {
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-size: 10vw;
  font-weight: 700;
  line-height: .9;
}

.section-exhibitions__title.contact {
  font-size: 11vw;
  font-weight: 500;
}

.section-exhibitions__title.spruch {
  text-align: left;
  margin: 1em auto 1em 0;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 8em;
}

.section-exhibitions__title.spruch.unten {
  margin-bottom: 4em;
}

.section-exhibitions__title.spruch.news {
  margin-top: 2em;
  margin-bottom: 3em;
}

.section-exhibitions__title.blog {
  text-align: left;
  margin: 0 auto 0 0;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 8em;
}

.section-exhibitions__title.blog.unten {
  margin-bottom: 4em;
}

.section-exhibitions__title.blog.news {
  margin-top: 2em;
  margin-bottom: 3em;
}

.second-slide__bg-two {
  background-image: url('../images/KIRSCH_Slide01_02.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.exhibitions__paragraph {
  color: #fff;
  text-align: justify;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.1vw;
  font-weight: 200;
  line-height: 1.7;
}

.exhibitions__paragraph.news {
  font-size: 1vw;
  line-height: 1.3;
}

.text-span {
  font-size: 90px;
}

.text-span.no {
  display: none;
}

.content-grid {
  z-index: 999;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 65% 35%;
  align-items: stretch;
  width: 100%;
  position: relative;
}

.slider {
  background-color: #0000;
  width: 90vw;
  height: 50vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.slider.black {
  width: 80vw;
}

.slider.breit_85 {
  width: 85vw;
}

.slider.eng_44 {
  width: 44vw;
}

.mask__right-arrow {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  right: 9%;
}

.exibition-sub-title {
  color: #b2b2b2;
  margin-top: 10px;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 2em;
}

.exibition-sub-title.dark {
  color: var(--color-1);
}

.team-heading {
  color: #f5f5f5;
  position: relative;
  top: 0%;
}

.third-slide__bg-one {
  background-image: url('../images/KIRSCH_Slide04_Marken_Warendorf.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 85%;
}

.main__hero-section {
  z-index: 1;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 14em 0;
  display: flex;
  position: relative;
}

.wrap__slider {
  height: 50vh;
}

.tab-link-text {
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.5em;
  line-height: 1;
}

.grid_wrap-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid_wrap-text.jobs {
  width: 32em;
}

.card-team__subtitle {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.card-team__subtitle.contact {
  margin-top: 0;
  font-size: 1rem;
}

.card-team__subtitle.no {
  display: none;
}

.second-slide__bg {
  background-image: url('../images/KIRSCH_Slide02_02.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section-program {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.third-slide__bg-two {
  background-image: url('../images/KIRSCH_Slide01_03.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.grid__card-team {
  overflow: hidden;
}

.grid-wrap_date {
  z-index: 9999;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: auto;
  margin: auto 0;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  transform: rotate(0);
}

.second-slide__bg-one {
  background-image: url('../images/KIRSCH_Slide03_Marken_next125.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 85%;
}

.slide__mask {
  width: 93%;
  overflow: visible;
}

.wrap-overflow {
  overflow: hidden;
}

.container_subtitle {
  margin-bottom: 40px;
  margin-right: auto;
  padding-left: 0;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 1.5em;
}

.container_subtitle.white {
  color: var(--color-5);
}

.card-team-name {
  letter-spacing: -1px;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 1.4vw;
  display: block;
}

.card-team-name.no {
  display: none;
}

.third-slide__bg {
  background-image: url('../images/KIRSCH_Slide02_03.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.container__grid {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  width: 65vw;
  max-width: 800px;
  margin-top: 60px;
}

.container__grid.white {
  grid-column-gap: 35px;
  width: 65vw;
  max-width: 800px;
  margin-bottom: auto;
}

.main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.card-team__name {
  letter-spacing: -2px;
  font-size: 1.7vw;
}

.date-text {
  z-index: 9999;
  width: auto;
  height: auto;
  margin: auto 0 auto -20%;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 8em;
  font-weight: 300;
  position: static;
  inset: -129% -111% 49px auto;
  transform: rotate(90deg);
}

.date-text.no {
  display: none;
}

.change-bg {
  z-index: 1;
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.tabs-menu {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.team__grid-second {
  z-index: 1;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  margin: 0 auto 220px;
  position: relative;
}

.grid__image {
  background-image: url('../images/Kirsch_Gluekskeks.webp');
  background-position: 50%;
  background-size: cover;
}

.section-exhibitions {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 6rem 6rem 0;
  position: relative;
}

.second-team__heading {
  z-index: 2;
  color: #f5f5f5;
  margin-bottom: -.4em;
  position: relative;
  top: 0%;
}

.tab-link__second {
  color: #999;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5vw;
}

.tab-link__second.w--current {
  color: #000;
  background-color: #0000;
}

.bg-title {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.section-contact {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.right-arrow-4 {
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 8%;
  height: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.slide-nav {
  font-size: 8px;
  bottom: 0;
}

.contact-second-slide {
  padding-left: 2rem;
  padding-right: 2rem;
}

.sticky-wrap__bg {
  background-image: url('../images/KIRSCH_Bilde_Footer_01.webp');
  background-position: 50%;
  background-size: cover;
  padding: 6rem;
  position: absolute;
  inset: 0%;
}

.sticky-wrap__bg.third {
  background-image: url('../images/KIRSCH_Bilde_Footer_03.webp');
  width: 100vw;
  overflow: hidden;
}

.sticky-wrap__bg.second {
  background-image: url('../images/KIRSCH_Bilde_Footer_02.webp');
}

.sticky-wrap__bg.ref1 {
  background-image: url('../images/Kirsch_referenzen_pic1.webp');
}

.sticky-wrap__bg.ref2 {
  background-image: url('../images/Helbig-KW-M3.webp');
}

.sticky-wrap__bg.ref3 {
  background-image: url('../images/Kirsch_referenzen_pic3.webp');
}

.sticky-wrap__bg.ref4 {
  background-image: url('../images/_KUG1657.webp');
}

.sticky-wrap__bg.ref5 {
  background-image: url('../images/_KUG1743.webp');
}

.sticky-wrap__bg.ref6 {
  background-image: url('../images/_KUG1815.webp');
}

.sticky-wrap__bg.ref7 {
  background-image: url('../images/_KUG2429-2.webp');
}

.sticky-wrap__bg.ref8 {
  background-image: url('../images/_KUG2561-Bearbeitet-1.webp');
}

.sticky-wrap__bg.ref9 {
  background-image: url('../images/_KUG2573-Bearbeitet-1.webp');
}

.sticky-wrap__bg.ref10 {
  background-image: url('../images/Leonhard-KW-M1.webp');
}

.sticky-wrap__bg.ref11 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/M1.1-Kirsch-Wagner.webp');
  background-clip: border-box;
}

.sticky-wrap__bg.ref12 {
  background-image: url('../images/M1-Kirsch-Sanden.webp');
}

.sticky-wrap__bg.ref13 {
  background-image: url('../images/M5-Kirsch-Glasow.webp');
}

.sticky-wrap__bg.ref14 {
  background-image: url('../images/Seidl_KW_M13.webp');
}

.sticky-wrap__bg.ref15 {
  background-image: url('../images/Warmuth-Lembcke-KW-M1.webp');
}

.sticky-wrap__bg.ref16 {
  background-image: url('../images/Weigel-Steinhagen-KW-M7.webp');
}

.gallery__sticky-wrap {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gradient {
  background-color: #0000;
  background-image: linear-gradient(8deg, #0d0d11b3, #0d0d11b3 0%, #0000);
  position: absolute;
  inset: 0%;
}

.icon-2 {
  color: #000;
  font-size: 25px;
  position: absolute;
  inset: 0% 29% 0% auto;
}

.left-arrow-4 {
  background-image: linear-gradient(to right, #fff, #0000);
  justify-content: flex-start;
  width: 9%;
  display: flex;
  left: auto;
}

.slide-bg {
  background-image: url('../images/contact3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
}

.slide-bg.second {
  background-image: url('../images/contact2.jpg');
}

.slide-bg.first {
  background-image: url('../images/contact1.jpg');
}

.location-grid {
  grid-template-columns: .25fr 1fr;
  width: 100%;
}

.slider__mask {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.gallery__title {
  color: #fff;
  letter-spacing: -2px;
  text-transform: uppercase;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 4.5vw;
}

.contact-third-slide {
  padding-left: 2rem;
  padding-right: 2rem;
}

.section-gallery {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

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

.slide-wrap-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.section-contact__slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}

.location-paragraph {
  margin-bottom: 0;
  font-size: 1rem;
}

.icon-3 {
  color: #000;
  font-size: 25px;
  inset: 0% auto 0% 29%;
}

.contact-first-slide {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.mask__viertes-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  bottom: auto;
}

.viert-slide__bg {
  background-image: url('../images/KIRSCH_Slide02_04.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mask__fourth-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  bottom: auto;
}

.fourth-slide__bg-two {
  background-image: url('../images/KIRSCH_Slide01_04.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.mask__fourth-slide4 {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  bottom: auto;
}

.fourth-slide__bg-one4 {
  background-image: url('../images/KIRSCH_Slide03_04.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.box-container-2 {
  background-color: #40e0d0;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container-2.black {
  background-color: #000;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container-3 {
  background-color: #e2e2e2;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mask__left-arrow-2 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  left: 1%;
}

.slider-2 {
  background-color: #0000;
  width: 90vw;
  height: 50vh;
  margin-bottom: 100px;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.second-slide__bg-two-2 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.first-slide__bg-two-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.image-4 {
  width: 56em;
  max-width: none;
  height: auto;
  display: inline-block;
}

.third-slide__bg-two-2 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mask__slide-nav-2 {
  text-align: center;
  padding-left: 20em;
}

.wrap__paragraph-2 {
  letter-spacing: -1px;
  width: 50%;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

.wrap__paragraph-2.no {
  display: none;
}

.mask__first-slide-copy {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  bottom: auto;
}

.section-jobs {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  padding: 0 6rem;
  position: relative;
}

.exhibitions-grid-jobs {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 6rem;
}

.section-marken {
  z-index: 2;
  text-transform: capitalize;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-slider-marken, .section-slider-geraete {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: visible;
}

.box-container-pink {
  background-color: var(--color-3);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container-4 {
  background-color: #e2e2e2;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mask__left-arrow-3 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  left: 1%;
}

.description__container-2 {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.slider-3 {
  background-color: #0000;
  width: 90vw;
  height: 50vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.second-slide__bg-two-3 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-5 {
  width: 56em;
  max-width: none;
  height: auto;
}

.container__title-2 {
  padding-left: 0;
  font-size: 115px;
}

.container__title-2.mobile {
  font-size: 125px;
  line-height: .9;
}

.third-slide__bg-two-3 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.container_subtitle-2 {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  padding-left: 0;
  font-size: 1.5em;
}

.wrap__paragraph-3 {
  letter-spacing: -1px;
  width: 50%;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.wrap__paragraph-3.no {
  display: none;
}

.box-container-5 {
  background-color: var(--color-3);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mask__left-arrow-4 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  left: 1%;
}

.description__container-3 {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.slider-4 {
  background-color: #0000;
  width: 90vw;
  height: 50vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.second-slide__bg-two-4 {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-6 {
  width: 56em;
  max-width: none;
  height: auto;
}

.container__title-3 {
  padding-left: 0;
  font-size: 115px;
}

.container__title-3.mobile {
  font-size: 125px;
}

.third-slide__bg-two-4 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.wrap__paragraph-4 {
  letter-spacing: -1px;
  width: 50%;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2em;
}

.wrap__paragraph-4.no {
  display: none;
}

.mask__fifth-slide, .mask__six-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  bottom: auto;
}

.box-container-6 {
  background-color: var(--turquoise);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.mask__left-arrow-5 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  left: 1%;
}

.description__container-4 {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.slider-5 {
  background-color: #0000;
  width: 90vw;
  height: 50vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.image-7 {
  width: 56em;
  max-width: none;
  height: auto;
}

.container__title-4 {
  padding-left: 0;
  font-size: 115px;
}

.container__title-4.mobile {
  font-size: 125px;
}

.third-slide__bg-two-5 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.wrap__paragraph-5 {
  letter-spacing: -1px;
  width: 50%;
  margin-bottom: 0;
  padding-left: 80px;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

.wrap__paragraph-5.no {
  display: none;
}

.mask__seven-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  bottom: auto;
}

.exhibition_title-2 {
  color: #fff;
  letter-spacing: -2px;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-size: 2.1vw;
  font-weight: 600;
  line-height: 1;
  display: none;
}

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

.text-block {
  font-size: 200px;
  font-weight: 700;
}

.home-tape-scroller-1 {
  margin-left: -2%;
  display: flex;
}

.home-tape-stack-1 {
  flex: none;
  align-items: flex-start;
  display: flex;
  transform: translate(2%);
}

.home-tape-scroller-2 {
  margin-top: 20px;
  margin-left: -2%;
  display: flex;
}

.home-tape-stack-2 {
  flex: none;
  align-items: flex-start;
  display: flex;
}

.header_unterseiten {
  background-image: url('../images/KIRSCH_Header_02.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 0;
}

.header_unterseiten.marken {
  background-image: url('../images/KIRSCH_Header_03.webp');
}

.header_unterseiten.news {
  background-image: url('../images/KIRSCH_Header_01.webp');
}

.container-impressum {
  max-width: 1440px;
  margin-top: 8em;
  margin-bottom: 8em;
  padding-left: 80px;
  padding-right: 80px;
}

.overflow__horizontal-scroll {
  width: 400vw;
  height: 100%;
  position: relative;
}

.form__horizontal-wrapper {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.section-form {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 300vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.horizzontal-wrap__overflow {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.content-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 60vh;
  font-weight: 700;
  line-height: .9;
  position: sticky;
  top: 0;
  left: 0;
}

.image-scrollable {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.scroll__horizontal-content {
  color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.bg-image {
  width: 29.167vw;
  height: 41.667vw;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
}

.bg-image.first {
  opacity: .63;
  background-image: url('../images/KIRSCH_Kontakt_01.webp');
  background-position: 50%;
}

.bg-image.third {
  opacity: .63;
  background-image: url('../images/KIRSCH_Kontakt_03.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image.second {
  opacity: .63;
  background-image: url('../images/KIRSCH_Kontakt_02.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-image.fourth {
  opacity: .63;
  background-image: url('../images/KIRSCH_Kontakt_04.webp');
  background-position: 50%;
  background-size: cover;
}

.bg-form {
  z-index: -1;
  background-color: #ffe2d8;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.overflow-wrap {
  font-family: Local Roboto Mono, sans-serif;
  overflow: hidden;
}

.overflow-wrap.margin-left {
  margin-left: 140px;
}

.form__success-message {
  color: #fff;
  background-color: #0000;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 60px;
}

.form-2 {
  z-index: 10;
  background-color: #000;
  align-items: center;
  margin-bottom: auto;
  padding-bottom: 140px;
  padding-left: 0;
  display: block;
  position: relative;
  bottom: 0;
}

.success-message__text {
  font-size: 50px;
  line-height: 1;
}

.form__textarea {
  opacity: .36;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #8c8c8c;
  height: auto;
  margin-top: 40px;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 15vh;
  line-height: 15vh;
}

.form__textarea:focus {
  opacity: 1;
  color: #fff;
  border-bottom-color: #fff;
}

.form__text-field {
  opacity: .36;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px solid #8c8c8c;
  height: auto;
  padding-left: 0;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 15vh;
  line-height: 15vh;
}

.form__text-field:active {
  opacity: 1;
}

.form__text-field:focus {
  opacity: 1;
  color: #fff;
  border-bottom-color: #fff;
}

.form__button {
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-top: 100px;
  padding-left: 0;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 24vw;
  font-weight: 600;
  line-height: 31vw;
}

.form-block__form {
  color: #1d1d1d;
}

.form-block {
  color: #7e7b7b;
  width: 85%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form__error-message {
  color: #fff;
  background-color: #f89e9e;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 35px;
  line-height: 1;
}

.mask__left-arrow-6 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  left: 1%;
}

.box-container-7 {
  background-color: #e2e2e2;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrap__paragraph-6 {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

.wrap__paragraph-6.no {
  display: none;
}

.description__container-5 {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1060px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.third-slide__bg-two-6 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mask__right-arrow-2 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  right: 8%;
}

.container__title-5 {
  padding-left: 0;
  font-size: 115px;
}

.container__title-5.mobile {
  font-size: 8em;
}

.first-slide__bg-two-3 {
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-right: 20px;
}

.mask__left-arrow-7 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  left: 1%;
}

.box-container-8 {
  background-color: #e2e2e2;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container-8.rose {
  background-color: #ffe2d8;
  margin-left: auto;
}

.description__container-6 {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.first-slide__bg-2 {
  background-image: url('../images/1a.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.second-slide__bg-2 {
  background-image: url('../images/2a.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.third-slide__bg-2 {
  background-image: url('../images/3a.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider-6 {
  background-color: #0000;
  width: 90vw;
  height: 50vh;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.mask__right-arrow-3 {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  right: 9%;
}

.div-block {
  background-image: url('../images/KIRSCH_Beratung.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.wrap__paragraph-content {
  text-align: center;
  text-transform: none;
  width: 80%;
  margin-bottom: 6em;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

.wrap__paragraph-content.black {
  font-size: 23px;
  font-weight: 600;
}

.wrap__paragraph-content.white {
  color: #fff;
  font-weight: 400;
}

.wrap__paragraph-content.white.no {
  display: none;
}

.wrap__paragraph-content.black-team {
  text-transform: none;
  margin-bottom: 10em;
  font-size: 23px;
  font-weight: 600;
}

.wrap__paragraph-content.start {
  width: 25em;
}

.wrap__paragraph-content.no {
  display: none;
}

.hero-section__wrap-title-marken {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin: 60px auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-section__wrap-title-marken.kontakt {
  margin-top: 100px;
}

.home-tape-scroller-3 {
  margin-top: 20px;
  margin-left: -2%;
  display: flex;
}

.home-tape-stack-3 {
  flex: none;
  align-items: flex-start;
  display: flex;
  transform: translate(0%);
}

.looptextblock {
  letter-spacing: -10px;
  font-family: Helveticaneue_local, sans-serif;
  font-weight: 500;
}

.text-block-3, .text-block-4 {
  font-family: Helveticaneue_local, sans-serif;
  font-weight: 500;
}

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

.wrap__img {
  height: 50vh;
}

.image-8 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 44vw;
  height: 50vh;
  position: absolute;
  overflow: hidden;
}

.bold-text-3 {
  font-family: Local Roboto Condensed, sans-serif;
}

.slider-2-mob {
  background-color: #0000;
  width: 90vw;
  height: 50vh;
  margin-bottom: 100px;
  display: none;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.container__grid-uberuns {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  width: 65vw;
  max-width: 800px;
  margin-top: 60px;
}

.container__grid-uberuns.white {
  grid-column-gap: 35px;
  width: 65vw;
  max-width: 800px;
  margin-bottom: auto;
}

.section-slider {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.container-box-slider {
  width: 80%;
}

.box-container-slider {
  background-color: var(--lightgrey);
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.box-container-slider.turkis {
  background-color: var(--turquoise);
}

.box-container-slider.beige {
  background-color: var(--color-3);
}

.box-container-slider.grey_ueberuns {
  background-color: var(--lightgrey);
}

.box-container-slider.greynews {
  background-color: var(--color-4);
}

.box-container-slider.beigenews {
  background-color: var(--color-3);
}

.description_container_slider {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1060px;
  display: flex;
}

.container-subtitle-slider {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 1.5em;
}

.container-title-slider {
  margin-bottom: 40px;
  font-family: Local Roboto Condensed, sans-serif;
}

.slider-7 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 116%;
  height: auto;
}

.columns-slider {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-3 {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.2em;
}

.first-slide-bg {
  object-fit: fill;
  background-image: url('../images/KIRSCH_Leicht.webp');
  background-position: 0 0;
  background-size: cover;
  width: 46vw;
  max-width: 700px;
  height: 50vh;
  max-height: 475px;
  margin-top: 0;
  margin-bottom: 100px;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
  overflow: hidden;
}

.first-slide-bg.marken3_1 {
  background-image: url('../images/KIRSCH_Platten.webp');
}

.first-slide-bg.marken2_1 {
  background-image: url('../images/KIRSCH_Geraete.webp');
}

.first-slide-bg.ueberuns1_1 {
  background-image: url('../images/KIRSCH_Beratung.webp');
  margin-bottom: 0;
}

.first-slide-bg.news1_1 {
  background-image: url('../images/KIRSCH_News_3.webp');
}

.first-slide-bg.news2_1 {
  background-image: url('../images/n_KIRSCH_News_Farben.webp');
}

.mask-slide {
  width: 100%;
  height: 100%;
}

.slide_mask {
  width: 100%;
  height: auto;
}

.column {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: block;
}

.mask-left-arrow {
  background-color: var(--color-5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: -4%;
}

.mask-slide-copy, .mask-slide-copy-copy {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  color: #0000;
  padding-top: 40px;
  padding-bottom: 0;
  font-size: .8em;
}

.wrap-paragraph-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-slide-3 {
  width: 100%;
  height: 100%;
}

.icon-arrow-left, .icon-arrow-right {
  color: #000;
  font-size: 20px;
}

.mask-right-arrow {
  background-color: var(--color-5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 1%;
}

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

.grid-slider {
  grid-template: "."
  / .75fr 1fr;
}

.grid-slider.grid-m3, .grid-slider.grid-m2 {
  grid-template-rows: 50vh auto;
}

.grid-slider.grid-u1 {
  grid-template-rows: 90vh auto;
}

.grid-slider.grid-n1 {
  grid-template-rows: 50vh auto;
}

.grid-slider.grid-n2 {
  grid-template-rows: 60vh auto;
}

.second-slide-bg {
  object-fit: fill;
  background-image: url('../images/KIRSCH_next125.webp');
  background-position: 0 0;
  background-size: cover;
  width: 46vw;
  max-width: 700px;
  height: 50vh;
  max-height: 475px;
  margin-top: 0;
  margin-bottom: 100px;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
  overflow: hidden;
}

.second-slide-bg.marken3_2 {
  background-image: url('../images/KIRSCH_Holz.webp');
}

.second-slide-bg.marken2_2 {
  background-image: url('../images/KIRSCH_Bora.webp');
  background-position: 50%;
}

.second-slide-bg.ueberuns1_2 {
  background-image: url('../images/KIRSCH_Planung.webp');
  margin-bottom: 0;
}

.second-slide-bg.news1_2 {
  background-image: url('../images/KIRSCH_News_4.webp');
}

.second-slide-bg.news2_2 {
  background-image: url('../images/n_KIRSCH_News_Materialien.webp');
}

.third-slide-bg {
  object-fit: fill;
  background-image: url('../images/Kirsch_warendorf.webp');
  background-position: 0 0;
  background-size: cover;
  width: 46vw;
  max-width: 700px;
  height: 50vh;
  max-height: 475px;
  margin-top: 0;
  margin-bottom: 100px;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
  overflow: hidden;
}

.third-slide-bg.marken3_3 {
  background-image: url('../images/Kuchenarbeitsplatte_Quarz_Cristall-Grey_grau_glitzer.jpg');
  background-position: 50%;
}

.third-slide-bg.marken2_3 {
  background-image: url('../images/KIRSCH_Bosch.webp');
}

.third-slide-bg.ueberuns1_3 {
  background-image: url('../images/KIRSCH_3D.webp');
  margin-bottom: 0;
}

.third-slide-bg.news2_3 {
  background-image: url('../images/n_KIRSCH_News_Beleuchtung.webp');
}

.mask-slide-4, .mask-slide-5, .mask-slide-3-copy, .mask-slide-6, .mask-slide-7 {
  width: 100%;
  height: 100%;
}

.fourth-slide-bg {
  object-fit: fill;
  background-image: url('../images/Kirsch_schueller_neu.webp');
  background-position: 0 0;
  background-size: cover;
  width: 46vw;
  max-width: 700px;
  height: 50vh;
  max-height: 475px;
  margin-top: 0;
  margin-bottom: 100px;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
  overflow: hidden;
}

.fourth-slide-bg.marken3_3 {
  background-image: url('../images/KIRSCH_Quarz.webp');
}

.fourth-slide-bg.marken3_4 {
  background-image: url('../images/KIRSCH_Marmor.webp');
}

.fourth-slide-bg.marken2_4 {
  background-image: url('../images/KIRSCH_Gaggenau.webp');
  background-position: 50% 0;
}

.fourth-slide-bg.ueberuns1_4 {
  background-image: url('../images/KIRSCH_Montage.webp');
  margin-bottom: 0;
}

.fourth-slide-bg.news2_4 {
  background-image: url('../images/n_KIRSCH_News_Trend.webp');
}

.fifth-slide-bg {
  object-fit: fill;
  background-image: url('../images/KIRSCH_Schueller.webp');
  background-position: 0 0;
  background-size: cover;
  width: 46vw;
  max-width: 700px;
  height: 50vh;
  max-height: 475px;
  margin-top: 0;
  margin-bottom: 100px;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
  overflow: hidden;
}

.fifth-slide-bg.marken3_3 {
  background-image: url('../images/KIRSCH_Quarz.webp');
}

.fifth-slide-bg.marken3_5 {
  background-image: url('../images/Spekva_worktop_island-1024x1024.webp');
  background-position: 0 0;
}

.fifth-slide-bg.marken2_5 {
  background-image: url('../images/KIRSCH_Miele_n.webp');
  background-position: 50% 0;
}

.sixth-slide-bg {
  object-fit: fill;
  background-image: url('../images/KIRSCH_Schueller.webp');
  background-position: 0 0;
  background-size: cover;
  width: 46vw;
  max-width: 700px;
  height: 50vh;
  max-height: 475px;
  margin-top: 0;
  margin-bottom: 100px;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
  overflow: hidden;
}

.sixth-slide-bg.marken3_3 {
  background-image: url('../images/KIRSCH_Quarz.webp');
}

.sixth-slide-bg.marken3_6 {
  background-image: url('../images/KIRSCH_Edelstahl.webp');
}

.sixth-slide-bg.marken2_6 {
  background-image: url('../images/KIRSCH_Neff.webp');
  background-position: 50% 0;
}

.seventh-slide-bg {
  object-fit: fill;
  background-image: url('../images/KIRSCH_Schueller.webp');
  background-position: 0 0;
  background-size: cover;
  width: 46vw;
  max-width: 700px;
  height: 50vh;
  max-height: 475px;
  margin-top: 0;
  margin-bottom: 100px;
  margin-right: 0;
  position: absolute;
  inset: auto 0 auto auto;
  overflow: hidden;
}

.seventh-slide-bg.marken3_3 {
  background-image: url('../images/KIRSCH_Quarz.webp');
}

.seventh-slide-bg.marken3_7 {
  background-image: url('../images/KIRSCH_Gramit.webp');
}

.seventh-slide-bg.marken3_8 {
  background-image: url('../images/KIRSCH_Quarz.webp');
}

.mask__third-slide-copy {
  width: 100%;
  margin-right: 30px;
}

.fourth-slide__bg-one {
  background-image: url('../images/KIRSCH_Slide03_Marken_schueller.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 85%;
}

.mask-slide-3-copy {
  width: 100%;
  height: 100%;
}

.section {
  background-image: url('../images/KIRSCH_Header_01.webp');
  background-position: 0 0;
  background-size: cover;
}

.section-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/KIRSCH_Header_01.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: block;
  position: static;
}

.section-header._2 {
  background-image: url('../images/KIRSCH_Header_02.webp');
}

.section-header._3 {
  background-image: url('../images/KIRSCH_Header_03.webp');
}

.section-header._4 {
  background-image: url('../images/KIRSCH_Header_04.webp');
}

.section-header._5 {
  background-image: url('../images/KIRSCH_Header_05.webp');
}

.section-header._6 {
  background-image: url('../images/KIRSCH_Header_06.webp');
}

.button-wrapper {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  padding: 150px;
  display: flex;
  position: relative;
}

.circle-button {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 40px;
  display: flex;
  position: absolute;
}

.circle-button.link {
  background-color: #9b313d;
}

.inner-circle-button {
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.heading-small {
  text-align: center;
  text-transform: uppercase;
  padding-top: 3px;
  font-size: 35px;
  font-weight: 700;
  line-height: .8;
}

.heading-small.red {
  color: #ff5864;
  letter-spacing: 2px;
  text-indent: 0;
  word-break: normal;
  mix-blend-mode: normal;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 1.5em;
}

.bold-text-4, .bold-text-5 {
  font-family: Local Roboto Mono, sans-serif;
}

.bold-text-6 {
  font-family: Local Roboto Condensed, sans-serif;
}

.bold-text-7, .bold-text-8 {
  font-family: Local Roboto Mono, sans-serif;
}

.bold-text-9 {
  font-family: Local Roboto Condensed, sans-serif;
}

.bold-text-10 {
  font-family: Local Roboto Mono, sans-serif;
}

.bold-text-11 {
  font-family: Local Roboto Condensed, sans-serif;
}

.bold-text-12 {
  font-family: Local Roboto Mono, sans-serif;
}

.bold-text-13 {
  font-family: Local Roboto Condensed, sans-serif;
}

.bold-text-14 {
  font-family: Local Roboto Mono, sans-serif;
}

.bold-text-15 {
  font-family: Local Roboto Condensed, sans-serif;
}

.div-block-2 {
  z-index: 5000;
  display: block;
  position: absolute;
  top: 53%;
  left: 70%;
}

.section-news, .section-jobs-copy {
  z-index: 99;
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 0 6rem;
  position: relative;
}

.grid__card-news {
  height: 100vh;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.card-image-news {
  z-index: 2;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  top: 0;
  right: 0;
}

.card-image-news.dfg {
  display: block;
}

.exhibitions-grid-news {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  margin-top: 6rem;
}

.bold-text-news.dark {
  color: var(--color-1);
}

.foto-basic-119 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Hässler_01.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-119:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.content__wrapper-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 745.6em;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.content__wrapper-2.photo {
  height: 532.4em;
}

.main-2 {
  font-size: 1vw;
  line-height: 1.6;
}

.foto-basic-102 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Steinhagen_01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-102:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-113 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/107_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-113:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.reihe-rm {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.foto-basic-112 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/138_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-112:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-123 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/111_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-123:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-143 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/121_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-143:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-104 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Waldmann_01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-104:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.reihe-lm {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.foto-basic-116 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/166_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-116:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-153 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/SIXROOMS_Fotos_Zusatz_04.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-153:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-154 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/SIXROOMS_Fotos_Zusatz_01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-154:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.text-footer-contact {
  color: #000;
  font-size: .7em;
  font-weight: 500;
}

.foto-basic-110 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Pott_01.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-110:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-141 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/153_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-141:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.footer-contact {
  z-index: 5;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-contact.kacheln {
  width: 100vw;
  height: 4em;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.foto-basic-107 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Wagner_03.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-107:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-114 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/HuberWarendorf_02.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-114:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.background-video-photo {
  border-radius: 2em;
  width: 24em;
  height: 35em;
}

.foto-basic-122 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/06_Dreibein_Industrie.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-122:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-115 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/105_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-115:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-144 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/151_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-144:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-130 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/136_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-130:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-129 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/131_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-129:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-101 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Grieger_01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-101:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-120 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/119_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-120:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.reihe-ll {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 0;
}

.foto-basic-100 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Köcher_01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-100:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-105 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Frost_02.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-105:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-121 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/123_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-121:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.section-2.infinite-item {
  margin-top: 0;
}

.container-2 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  overflow: hidden;
}

.foto-basic-127 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/156_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-127:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-106 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Weber_02.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-106:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-103 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Glasow_01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-103:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-108 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Zagler_01.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-108:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-124 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/140_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-124:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.div-impressum-2 {
  z-index: 75;
  display: flex;
  position: relative;
}

.link-contact {
  color: #000;
  cursor: pointer;
  padding-left: 2em;
  font-size: .7em;
  font-weight: 500;
  transition: opacity .5s;
}

.link-contact:hover {
  opacity: .1;
}

.foto-basic-117 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/152_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-117:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-155 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/Pape_03.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-155:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-155.lm_8 {
  background-image: url('../images/Hoffmann_01.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.lm_12 {
  background-image: url('../images/Kubikwerk2_02.webp');
}

.foto-basic-155.lm_7 {
  background-image: url('../images/DalMolin_01.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic-155.lm_3 {
  background-image: url('../images/4Strobl_01.webp');
}

.foto-basic-155.ll_9 {
  background-image: url('../images/Warmuth_02.webp');
  background-position: 50% 100%;
}

.foto-basic-155.rr_1 {
  background-image: url('../images/3Lehmann_Horn_01.webp');
  height: 35em;
}

.foto-basic-155.ll_7 {
  background-image: url('../images/Dresp_02.webp');
  background-position: 50% 100%;
}

.foto-basic-155.rm_9 {
  background-image: url('../images/Rumm_01.webp');
}

.foto-basic-155.rr_3 {
  background-color: #0000;
  background-image: url('../images/Greffenius_03.webp');
  background-position: 50%;
  background-size: cover;
  height: 35em;
}

.foto-basic-155.ll_10 {
  background-image: url('../images/Uhlig_01.webp');
  background-position: 50% 100%;
}

.foto-basic-155.rm_5 {
  background-image: url('../images/Schwarz_01.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.ll_2 {
  background-image: url('../images/Dannecker_01.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.foto-basic-155.ll_2:hover {
  background-color: #0000;
}

.foto-basic-155.rm_1 {
  background-color: #0000;
  background-image: url('../images/1Bickel_01.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic-155.lm_1 {
  background-image: url('../images/Schustender_02.webp');
  background-position: 50%;
  background-size: cover;
  box-shadow: 0 2px 5px #0003;
}

.foto-basic-155.lm_1:hover {
  box-shadow: none;
}

.foto-basic-155.lm_5 {
  background-image: url('../images/SIXROOMS_Test_04.jpg');
  background-position: 0 0;
  background-size: cover;
}

.foto-basic-155.lm_5.text {
  background-position: 50% 100%;
  height: 16em;
}

.foto-basic-155.lm_5.text.no {
  background-image: url('../images/4Strobl_01.webp');
  height: 18em;
}

.foto-basic-155.ll_8 {
  background-image: url('../images/Kastalio_02.webp');
  height: 35em;
}

.foto-basic-155.rr_5 {
  background-image: url('../images/Sanden_02.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.lm_4 {
  background-image: url('../images/Dresplin_01.webp');
  background-position: 50%;
  background-size: cover;
  height: 35em;
}

.foto-basic-155.rr_8 {
  background-color: #0000;
  background-image: url('../images/Obersteiner_02.webp');
  background-position: 50%;
  background-size: cover;
  height: 35em;
}

.foto-basic-155.rr_12 {
  background-image: url('../images/Strenzke_01.webp');
}

.foto-basic-155.lm_2 {
  background-image: url('../images/Bräu_02.webp');
  background-position: 0%;
  height: 35em;
}

.foto-basic-155.rr_7 {
  background-image: url('../images/Meier_03.webp');
}

.foto-basic-155.lm_13 {
  background-image: url('../images/Leimer_02.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.ll_11 {
  background-image: url('../images/146_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.rm_7 {
  background-image: url('../images/Neumann_02.webp');
}

.foto-basic-155.rm_4 {
  background-image: url('../images/Gnahm_02.webp');
  background-position: 50% 100%;
  height: 35em;
}

.foto-basic-155.ll_13 {
  background-image: url('../images/Zausinger_01.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-155.rm_8 {
  background-image: url('../images/Jacob_01.webp');
  background-position: 50% 0;
  height: 35em;
}

.foto-basic-155.ll_4 {
  background-image: url('../images/Bauer_01.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.rr_11 {
  background-color: #0000;
  background-image: url('../images/Tegtmeyer_02.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 35em;
}

.foto-basic-155.lm_6 {
  background-image: url('../images/Strobl_02.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.ll_6 {
  background-image: url('../images/Steurer_03.webp');
  background-position: 50%;
}

.foto-basic-155.rm_3 {
  background-image: url('../images/Leimer2_03.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic-155.rr_9 {
  background-image: url('../images/Schlottermüller_02.webp');
  background-position: 50%;
}

.foto-basic-155.rm_6 {
  background-image: url('../images/1Michloudaki_02.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.rm_11 {
  background-image: url('../images/Von_der_Felsen_02.webp');
  background-position: 50% 100%;
  height: 35em;
}

.foto-basic-155.rr_6 {
  background-image: url('../images/SIXROOMS_Test_01.jpg');
}

.foto-basic-155.rr_6.text {
  background-position: 50% 100%;
  height: 10em;
}

.foto-basic-155.rr_6.text.no {
  background-image: url('../images/HuberWarendorf_02.webp');
  height: 9em;
}

.foto-basic-155.rr_13 {
  background-color: #0000;
  background-image: url('../images/Von_Staudt_01.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 35em;
}

.foto-basic-155.rm_2 {
  background-image: url('../images/1912_GRA_PRE_01.webp');
  background-position: 50%;
}

.foto-basic-155.ll_5 {
  background-image: url('../images/3Will_02.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.ll_3 {
  background-image: url('../images/Weber_01.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.lm_11 {
  background-image: url('../images/Toussaint_02.webp');
  background-position: 50%;
  height: 35em;
}

.foto-basic-155.rm_12 {
  background-image: url('../images/Walesch_02.webp');
}

.foto-basic-155.rr_10 {
  background-image: url('../images/Scarabis_01.webp');
}

.foto-basic-155.lm_9 {
  background-image: url('../images/Hammermann_02.webp');
}

.foto-basic-155.rr_4 {
  background-image: url('../images/Ettl_Steger_01.webp');
}

.foto-basic-155.rm_10 {
  background-image: url('../images/Schnopp_03.webp');
}

.foto-basic-155.lm_10 {
  background-image: url('../images/Sarcletti_01.webp');
}

.foto-basic-155.rr_2 {
  background-image: url('../images/3Lehmann_Horn_02.webp');
  background-position: 50%;
  background-size: cover;
}

.foto-basic-155.rm_13 {
  background-image: url('../images/Unger_02.webp');
  background-position: 50% 100%;
  height: 35em;
}

.bgnd-video-photo-5 {
  border-radius: 2em;
  width: 24em;
  height: 35em;
}

.foto-basic-109 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/134_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-109:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-111 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/133_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-111:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-131 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/178_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-131:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-118 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/154_SIXROOMS_Fotoproduktion_Konzept.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-118:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.reihe-rr {
  flex-direction: column;
  align-items: center;
  width: 24.5em;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.foto-basic-142 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/180_SIXROOMS_Fotoproduktion_Konzept.jpg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-142:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-151 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/SIXROOMS_Fotos_Zusatz_03.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-151:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.foto-basic-152 {
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/SIXROOMS_Fotos_Zusatz_02.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2em;
  width: 24em;
  height: 35em;
  margin: 0 0 .5em .25em;
  padding-top: 0;
  padding-left: 0;
  transition: all .6s cubic-bezier(.755, .05, .855, .06);
}

.foto-basic-152:hover {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container.hero-container {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

._12-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
  margin-left: 0;
  position: relative;
}

.hero-logo-wrapper {
  overflow: hidden;
}

.hero-logo {
  max-width: 90%;
  margin-left: 11px;
  font-family: Local Roboto Condensed, sans-serif;
  font-weight: 700;
}

.hero-subtitle {
  color: #000;
  letter-spacing: -.05rem;
  max-width: 26ch;
  margin-right: -23px;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.text-neutral-600 {
  color: #6e6e6e;
}

.divider {
  background-color: #dedddd;
  width: 100%;
  height: 1px;
}

.article-post {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.article-post:hover {
  opacity: .8;
  transform: translate(0, -8px);
}

.article-post.popular {
  color: #fff;
}

.article-post.popular.small {
  grid-column-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-medium-2 {
  letter-spacing: -.05rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.news-post-info-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #666;
  align-items: center;
  display: flex;
}

.article-image-wrapper {
  width: 25em;
  height: 70%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.article-image-wrapper.small {
  max-width: 9rem;
  margin-bottom: 0;
}

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

.category {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.heading-section-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
}

.article-info-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  color: #fff;
  letter-spacing: .05rem;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border: 0 solid #e6e6e6;
  border-radius: 50vw;
  padding: 1.125rem 2rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.heading-7 {
  font-family: Local Roboto Condensed, sans-serif;
}

.spacer-16vh {
  height: 16vh;
}

._2-column-grid {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-grid.popular-grid {
  grid-template-columns: 1fr .75fr;
}

.image-11 {
  width: 100%;
}

.category-2 {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.featured-article-info-container {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 48ch;
  display: flex;
}

.text-large {
  letter-spacing: -.1rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}

.featured-article-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.text-medium-3 {
  letter-spacing: -.05rem;
  font-size: 1.5rem;
  line-height: 120%;
}

.image-12 {
  width: 100%;
}

.category-3 {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.section-dark {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-dark.popular-section {
  color: #fff;
  background-color: #000;
}

.image-13 {
  width: 100%;
}

.category-4 {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
  position: static;
}

.category-4.popular {
  color: #999;
  border-color: #3b3b3b;
  font-family: Local Roboto Mono, sans-serif;
}

.text-small-2 {
  letter-spacing: -.05rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.25rem;
  line-height: 120%;
}

.text-large-2 {
  letter-spacing: -.1rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
}

.wrapper-rechts {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.text-medium-4 {
  letter-spacing: -.05rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.section-light {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: block;
}

.image-14 {
  width: 100%;
}

.category-5 {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-family: Local Roboto Mono, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.author-name {
  color: #000;
  font-size: .875rem;
}

.section-3 {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-3.article-content-section {
  padding-bottom: 0;
}

.section-3.article-hero-section {
  padding-top: 5rem;
  padding-bottom: 0;
}

.rich-text-2 {
  color: #000;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.author-detail {
  color: #6e6e6e;
  font-size: .875rem;
}

.article-content-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-15 {
  width: 100%;
}

.category-6 {
  color: #6e6e6e;
  border: 1px solid #dedddd;
  border-radius: 50vw;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 150%;
}

.author-name-container {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.article-intro-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1-article-heading {
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 0;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 80%;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.read-time {
  color: #6e6e6e;
  font-size: .75rem;
  font-weight: 500;
}

.author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.author-container {
  align-items: center;
  display: flex;
}

.h2-article-heading {
  color: var(--dim-grey);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-top: 0;
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 80%;
}

.list-item-news-ordered {
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.2em;
}

.list {
  padding-left: 60px;
}

.btn-wrapper {
  text-align: right;
}

.magazin-container {
  width: 100%;
  height: 105vh;
}

.section-magazin {
  display: block;
  position: static;
}

.border-top {
  border-top: 1px solid #0003;
  padding-top: .5rem;
}

.job-accordion-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.header49_content-left {
  display: flex;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.job-accordion {
  border-bottom: 1px solid #0003;
}

.section-label {
  color: #00000080;
  letter-spacing: .1px;
  text-transform: uppercase;
  font-size: .75rem;
  font-style: italic;
}

.heading-8 {
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.two-column-infotext {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.headline.heading-scale-large {
  font-family: Local Roboto Condensed, sans-serif;
  font-size: 8em;
  display: block;
}

.paragraph-4 {
  text-align: justify;
  font-family: Local Roboto Mono, sans-serif;
}

.div-adresse-wrap {
  margin-bottom: 20px;
  display: flex;
}

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

.icons {
  width: 3em;
  max-width: none;
  margin-right: 10px;
}

.div-icon.off {
  display: none;
}

.paragraph-5 {
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1em;
}

.heading-9 {
  margin-bottom: 40px;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.paragraph-5-copy {
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1em;
}

.paragraph-blog {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Local Roboto Mono, sans-serif;
  font-size: 1.2em;
}

.hero-section__wrap-blog {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin: 60px auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-section__wrap-blog.kontakt {
  margin-top: 100px;
}

.div-rechts, .div-linke-seite {
  display: flex;
}

.mask__fifthsm-slide {
  width: 100%;
  height: 100%;
  margin-right: 20px;
  bottom: auto;
}

.fourth-slide__bg-one-copy {
  background-image: url('../images/KIRSCH_Slide03_Marken_schueller.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.fifth-slide__bg-one {
  background-image: url('../images/KIRSCH_Slide05_Marken_SieMatic.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 85%;
}

@media screen and (min-width: 1440px) {
  .first-slide__bg-one, .third-slide__bg-one, .second-slide__bg-one, .fourth-slide__bg-one, .fifth-slide__bg-one {
    height: 94%;
  }
}

@media screen and (min-width: 1920px) {
  .text-medium.mitte {
    width: 60%;
  }

  .container-standard {
    max-width: 1920px;
  }

  .tape-home-image-wrapper {
    height: 164px;
  }

  .tape-home-image-wrapper.landscape {
    width: 245px;
  }

  .tape-home-image-wrapper.ultra-wide {
    width: 500px;
    height: 212px;
  }

  .tape-home-image-wrapper.ultrawide {
    width: 500px;
    overflow: hidden;
  }

  .tape-home-image-wrapper.landscape-wide {
    width: 245px;
  }

  .home-tape-stack {
    mix-blend-mode: normal;
    position: static;
  }

  .home-tape-section {
    background-color: var(--color-4);
  }

  .footer-link {
    margin-right: 4px;
    padding-top: 0;
  }

  .home-hero-section {
    background-color: var(--color-5);
  }

  .div-impressum {
    height: 6vh;
  }

  .fooercopy.datenschutz {
    margin-right: 40px;
  }

  .image-3 {
    width: 25%;
    margin-right: 80px;
    right: 0;
  }

  .container-standard-phone {
    max-width: 1920px;
  }

  .wrpper-title__container {
    max-width: none;
  }

  .wrap__paragraph.black-team-marken {
    font-size: 1.5em;
    font-weight: 400;
    display: block;
  }

  .exhibitions-grid.start {
    margin-top: 24rem;
  }

  .section-exhibitions__title.spruch.unten, .section-exhibitions__title.blog.unten {
    width: 100.001%;
  }

  .exhibitions__paragraph.news {
    font-size: .9vw;
  }

  .mask__right-arrow {
    right: 10%;
  }

  .third-slide__bg-one {
    background-image: url('../images/KIRSCH_Slide04_Marken_Warendorf.webp');
  }

  .grid_wrap-text {
    align-items: flex-start;
    width: 25em;
  }

  .grid_wrap-text.jobs {
    width: 36em;
  }

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

  .grid-wrap_date {
    width: 40%;
    right: auto;
  }

  .date-text {
    margin-left: 0%;
  }

  .date-text.no {
    display: none;
  }

  .image-4, .image-5, .image-6 {
    width: 64em;
  }

  .image-7 {
    width: 64em;
    height: auto;
  }

  .home-tape-stack-1, .home-tape-stack-2 {
    mix-blend-mode: normal;
    position: static;
  }

  .mask__right-arrow-2 {
    right: 10%;
  }

  .mask__slide-nav-3 {
    left: 20em;
  }

  .mask__right-arrow-3 {
    right: 10%;
  }

  .mask__slide-nav-4 {
    text-align: center;
    left: 20em;
  }

  .wrap__paragraph-content.no {
    display: none;
  }

  .home-tape-stack-3 {
    mix-blend-mode: normal;
    position: static;
  }

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

  .first-slide-bg, .second-slide-bg, .third-slide-bg {
    max-width: 700px;
    max-height: 475px;
  }

  .fourth-slide-bg {
    background-image: url('../images/Kirsch_schueller_neu.webp');
    max-width: 700px;
    max-height: 475px;
  }

  .fifth-slide-bg, .sixth-slide-bg, .seventh-slide-bg {
    max-width: 700px;
    max-height: 475px;
  }

  .fourth-slide__bg-one {
    background-image: url('../images/KIRSCH_Slide03_Marken_schueller_neu.png');
  }

  .button-wrapper {
    z-index: 9999;
  }

  .circle-button.link {
    z-index: 5000;
  }

  .div-block-2 {
    position: absolute;
    top: 42%;
  }

  .card-image-news {
    height: 100vh;
  }

  .fourth-slide__bg-one-copy, .fifth-slide__bg-one {
    background-image: url('../images/KIRSCH_Slide03_Marken_schueller_neu.png');
  }
}

@media screen and (max-width: 991px) {
  .text-medium {
    width: 100%;
    font-size: 16px;
  }

  .text-medium.mitte {
    font-size: 16px;
  }

  .container-standard {
    justify-content: flex-start;
    max-width: none;
    padding: 60px 20px 40px;
  }

  .container-standard.datenschutz {
    max-width: 100%;
  }

  .standard-section {
    flex-direction: column;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .standard-section.impressum {
    margin-bottom: 40px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .standard-section.datenschutz {
    width: auto;
  }

  .tape-home-image-wrapper {
    width: 140px;
    height: 114px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .tape-home-image-wrapper.portrait {
    height: 170px;
  }

  .tape-home-image-wrapper.quad {
    width: 170px;
    height: 170px;
  }

  .tape-home-image-wrapper.landscape, .tape-home-image-wrapper.ultra-wide {
    width: 170px;
    height: 140px;
  }

  .tape-home-image-wrapper.ultrawide {
    width: 500px;
    height: 170px;
  }

  .tape-home-image-wrapper.landscape-wide {
    width: 240px;
    height: 140px;
  }

  .tape-home-typography {
    letter-spacing: -5px;
    font-size: 160px;
    line-height: 140px;
  }

  .home-hero-caption {
    width: 160px;
  }

  .footer {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .footer-container {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    margin-bottom: 40px;
  }

  .footer-links.abstand {
    margin-left: 0;
    padding-right: 0;
  }

  .product-header {
    grid-column-gap: 40px;
  }

  .home-hero-slider {
    padding: 40px 40px 80px;
  }

  .home-hero-item {
    height: 500px;
  }

  .prev {
    left: 40px;
  }

  .next {
    right: 80px;
  }

  .pagination {
    top: 40px;
    right: 20px;
  }

  .home-hero-product-card {
    margin-right: 80px;
  }

  .div-copy {
    margin: 0 auto 40px;
  }

  .div-impressum {
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.footercopy {
    padding-right: 0;
  }

  .div-links {
    flex-flow: column;
    justify-content: space-around;
    margin-bottom: 40px;
  }

  .div-adresse {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-copy-copy {
    margin-top: 0;
    margin-left: 100px;
    margin-right: 100px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .div-image-content-1 {
    align-items: flex-start;
  }

  .image-3 {
    margin-top: 0;
    margin-bottom: -100px;
    margin-right: 0;
    bottom: auto;
    right: 0;
  }

  .div-content-oben {
    align-items: flex-end;
  }

  .footer-mobile {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .footer-copyright {
    margin-bottom: 0;
  }

  .heading-4 {
    font-size: 100px;
  }

  .container-mobile {
    max-width: none;
  }

  .container-standard-phone {
    justify-content: flex-start;
    max-width: none;
    padding: 60px 20px 40px;
  }

  .container-standard-phone.datenschutz {
    max-width: 100%;
  }

  .hero-section__wrapper-title {
    padding-top: 2em;
  }

  .wrpper-title__container {
    width: 80%;
  }

  .container__subtitle {
    font-size: 2vw;
  }

  .container__title {
    font-size: 9vw;
  }

  .container__title.mobile {
    font-size: 5.7em;
  }

  .container__title.mobile.white {
    width: 10.1rem;
    font-size: 5.7em;
  }

  .description__grid {
    width: 70%;
  }

  .wrap__paragraph, .wrap__paragraph.black {
    font-size: 1.2em;
  }

  .wrap__paragraph.start {
    width: 100%;
    font-size: 1.2em;
  }

  .wrap__paragraph.start.white, .wrap__paragraph.start.white.bold {
    width: 100%;
  }

  .description__container {
    width: 90%;
    max-width: none;
  }

  .mask__left-arrow {
    left: 0%;
  }

  .mask__first-slide {
    width: 100%;
    height: 100%;
    margin-right: 0;
    bottom: auto;
  }

  .exhibitions-grid {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .container_title.white {
    font-size: 90px;
  }

  .exhibition_title {
    margin-bottom: 20px;
    font-size: 2.5vw;
  }

  .first-slide__bg-one {
    background-size: cover;
  }

  .card__wrap-text {
    padding: 10px 20px;
  }

  .hero-section__grid {
    grid-template-columns: 100%;
    height: auto;
  }

  .card-image {
    z-index: 2;
    opacity: 1;
    display: inline-block;
  }

  .container-box {
    object-fit: fill;
    width: 90%;
  }

  .mask__third-slide {
    margin-right: 0;
  }

  .mask__second-slide {
    width: 100%;
    margin-right: 0;
  }

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

  .grid__tab {
    justify-content: center;
    height: 400px;
  }

  .section-exhibitions__title {
    font-size: 65px;
  }

  .second-slide__bg-two {
    display: block;
  }

  .exhibitions__paragraph {
    margin-bottom: 0;
    font-size: 1.8vw;
  }

  .exhibitions__paragraph.news {
    font-size: 1em;
  }

  .content-grid {
    grid-template-columns: 100%;
  }

  .slider {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .slider.breit_85 {
    height: 472px;
  }

  .mask__right-arrow {
    width: 40px;
    height: 40px;
    margin-top: 216px;
    font-size: 14px;
  }

  .exibition-sub-title {
    font-size: 12px;
  }

  .wrap__slider {
    height: auto;
  }

  .tab-link-text {
    font-size: 3vw;
  }

  .card-team__subtitle {
    font-size: 2vw;
  }

  .grid-wrap_date {
    display: none;
  }

  .slide__mask {
    width: 100%;
  }

  .container_subtitle {
    font-size: 2vw;
  }

  .card-team-name {
    font-size: 3vw;
  }

  .container__grid {
    grid-column-gap: 65px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .container__grid.white {
    grid-column-gap: 35px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .card-team__name {
    font-size: 4vw;
  }

  .date-text {
    margin-left: 0%;
    display: none;
    position: absolute;
  }

  .tabs-menu {
    width: 100%;
  }

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

  .grid__image {
    height: 32vw;
  }

  .section-exhibitions {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .slide-bg {
    height: 40vh;
  }

  .section-gallery {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-slide {
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }

  .mask__viertes-slide, .mask__fourth-slide, .mask__fourth-slide4 {
    width: 100%;
    margin-right: 0;
  }

  .mask__left-arrow-2 {
    width: 20px;
    height: 20px;
    margin-top: 110px;
    margin-bottom: 110px;
    font-size: 12px;
    line-height: 1.2;
    left: 0%;
  }

  .slider-2 {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .second-slide__bg-two-2 {
    display: block;
  }

  .first-slide__bg-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 100%;
    margin-right: 0;
  }

  .image-4 {
    width: 25em;
  }

  .mask__slide-nav-2 {
    padding-left: 5.9em;
    font-size: 14px;
  }

  .wrap__paragraph-2 {
    width: 50%;
    height: 125px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: .8em;
  }

  .mask__first-slide-copy {
    width: 100%;
    margin-right: 0;
  }

  .section-jobs {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .exhibitions-grid-jobs {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .box-container-4 {
    height: auto;
    padding-bottom: 100px;
  }

  .mask__left-arrow-3 {
    width: 30px;
    height: 30px;
    margin-top: 355px;
  }

  .description__container-2 {
    width: 90%;
    max-width: none;
  }

  .slider-3 {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .second-slide__bg-two-3 {
    display: block;
  }

  .image-5 {
    aspect-ratio: auto;
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .container__title-2 {
    font-size: 9vw;
  }

  .container__title-2.mobile {
    font-size: 5.7em;
  }

  .container_subtitle-2 {
    font-size: 2vw;
  }

  .wrap__paragraph-3 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .description__container-3 {
    width: 90%;
    max-width: none;
  }

  .slider-4 {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .second-slide__bg-two-4 {
    display: block;
  }

  .container__title-3 {
    font-size: 9vw;
  }

  .container__title-3.mobile {
    font-size: 5.7em;
  }

  .wrap__paragraph-4 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1em;
  }

  .mask__fifth-slide, .mask__six-slide {
    width: 100%;
    margin-right: 0;
  }

  .description__container-4 {
    width: 90%;
    max-width: none;
  }

  .slider-5 {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .container__title-4 {
    font-size: 9vw;
  }

  .mask__seven-slide {
    width: 100%;
    margin-right: 0;
  }

  .exhibition_title-2 {
    margin-bottom: 20px;
    font-size: 2.5vw;
  }

  .container-impressum {
    max-width: none;
  }

  .section-form {
    height: 400vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-title {
    font-size: 40vh;
  }

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

  .form__textarea, .form__text-field {
    font-size: 10vh;
  }

  .description__container-5 {
    width: 90%;
    max-width: none;
  }

  .container__title-5 {
    font-size: 9vw;
  }

  .description__container-6 {
    width: 90%;
    max-width: none;
  }

  .slider-6 {
    width: 100%;
    height: 500px;
    margin-bottom: 0;
    position: relative;
  }

  .looptextblock {
    line-height: 100px;
  }

  .wrap__img {
    height: 25vh;
  }

  .image-8 {
    object-fit: cover;
    width: 81%;
    height: 23%;
  }

  .icon-6 {
    margin-top: 4px;
  }

  .leftarrowmob {
    width: 25px;
    font-size: 14px;
  }

  .rightarrowmob {
    width: 25px;
  }

  .icon-7 {
    font-size: 14px;
  }

  .paragraph-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-9 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 87%;
    max-width: 93%;
    height: 36%;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-2-mob {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1em;
    line-height: 1.2;
  }

  .mask {
    height: auto;
  }

  .image-9-1, .image-9-2, .image-9-3 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 87%;
    max-width: 93%;
    height: 36%;
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .slider-2-mob {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: block;
    position: relative;
  }

  .container__grid-uberuns {
    grid-column-gap: 65px;
    grid-template-columns: 1fr;
    width: 100%;
    display: none;
  }

  .container__grid-uberuns.white {
    width: 100%;
  }

  .icon-9 {
    font-size: 14px;
  }

  .section-slider {
    z-index: 1;
    aspect-ratio: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    position: relative;
  }

  .container-box-slider {
    width: 90%;
  }

  .box-container-slider {
    justify-content: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .container-title-slider {
    font-size: 5.7em;
  }

  .slider-7 {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    display: flex;
  }

  .paragraph-3 {
    font-size: 1em;
    position: relative;
  }

  .first-slide-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: auto;
    display: block;
    position: relative;
  }

  .mask-slide, .slide_mask, .mask-slide-2 {
    height: auto;
  }

  .slide-nav-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .wrap-paragraph-3 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .mask-slide-3 {
    height: auto;
  }

  .mask-right-arrow {
    margin-right: -4%;
  }

  .grid-slider {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template: "." minmax(355px, auto)
                   "." 45vh
                   / .75fr 1fr;
    grid-auto-flow: column;
    place-content: space-around;
    align-items: center;
    height: auto;
    padding-right: 0;
  }

  .grid-slider.grid-m3, .grid-slider.grid-m2, .grid-slider.grid-u1 {
    grid-template-rows: 40vh 45vh;
  }

  .grid-slider.grid-n1 {
    grid-template-rows: 30vh 45vh;
  }

  .grid-slider.grid-n2 {
    grid-template-rows: 40vh 45vh;
  }

  .second-slide-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/KIRSCH_next125.webp');
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: auto;
    display: block;
    position: relative;
  }

  .third-slide-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/KIRSCH_Schueller.webp');
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: auto;
    display: block;
    position: relative;
  }

  .mask-slide-4, .mask-slide-5, .mask-slide-3-copy, .mask-slide-6, .mask-slide-7 {
    height: auto;
  }

  .fourth-slide-bg, .fifth-slide-bg, .sixth-slide-bg, .seventh-slide-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/KIRSCH_Schueller.webp');
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: auto;
    display: block;
    position: relative;
  }

  .mask__third-slide-copy {
    margin-right: 0;
  }

  .mask-slide-3-copy {
    height: auto;
  }

  .circle-button.link {
    width: 20vw;
    height: 20vw;
  }

  .heading-small {
    font-size: 20px;
  }

  .section-news, .section-jobs-copy {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .grid__card-news {
    height: 70vh;
  }

  .card-image-news {
    z-index: 2;
    opacity: 1;
    height: 70vh;
    display: inline-block;
  }

  .exhibitions-grid-news {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
  }

  .bold-text-16, .bold-text-17, .bold-text-17-copy, .bold-text-news, .bold-text-news-2 {
    font-size: 1.5em;
  }

  .text-footer-contact {
    width: 60%;
    font-size: 1.5em;
  }

  .container-2 {
    justify-content: flex-start;
  }

  .link-contact {
    font-size: 1.5em;
  }

  ._12-column-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .article-post.popular.small {
    max-width: 530px;
  }

  .article-image-wrapper {
    width: 20em;
    margin-bottom: 1rem;
  }

  ._3-column-grid, ._2-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  .featured-article-image-wrapper {
    margin-bottom: 1rem;
  }

  .border-top {
    padding-top: .5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    font-size: 2rem;
  }

  .container-medium {
    max-width: 36rem;
  }

  .two-column-infotext {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .paragraph-blog {
    font-size: 1em;
    position: relative;
  }

  .div-rechts {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-linke-seite {
    flex-flow: row;
    justify-content: center;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .mask__fifthsm-slide {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -4px;
    font-size: 84px;
  }

  h2 {
    letter-spacing: -3px;
    font-size: 70px;
  }

  h3 {
    letter-spacing: -3px;
    font-size: 56px;
  }

  h4 {
    letter-spacing: -2.2px;
    font-size: 44px;
  }

  h5 {
    font-size: 32px;
  }

  h6 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  .title-large {
    letter-spacing: -2px;
    font-size: 60px;
    line-height: 1;
  }

  .text-small {
    font-size: 14px;
    line-height: 1.4;
  }

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

  .caption-medium-dark, .price-medium {
    font-size: 18px;
  }

  .price-small {
    font-size: 14px;
    line-height: 1.4;
  }

  .button-apple-pay {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 14px;
  }

  .button-primarycta {
    height: 50px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 14px;
  }

  .container-standard {
    grid-row-gap: 20px;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .standard-section {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .tape-home-image-wrapper {
    border-radius: 10px;
    width: 100px;
    height: 78px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .tape-home-image-wrapper.portrait {
    height: 120px;
  }

  .tape-home-image-wrapper.quad {
    width: 120px;
    height: 120px;
  }

  .tape-home-image-wrapper.landscape, .tape-home-image-wrapper.ultra-wide {
    width: 120px;
    height: 100px;
  }

  .tape-home-image-wrapper.ultrawide {
    width: 350px;
    height: 120px;
  }

  .tape-home-image-wrapper.landscape-wide {
    width: 170px;
    height: 100px;
  }

  .sliding-tapes-home {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .tape-home-typography {
    font-size: 110px;
    line-height: 100px;
  }

  .home-hero-caption {
    width: 150px;
  }

  .footer {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer-container {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-links {
    padding-right: 60px;
  }

  .nav-active-container {
    flex: 1;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-hamburger {
    top: 20px;
    right: 20px;
  }

  .cart-button {
    bottom: 20px;
    left: 20px;
  }

  .nav-overlay {
    display: none;
  }

  .product-container {
    flex-direction: column-reverse;
  }

  .product-card-wrapper {
    min-width: 50%;
  }

  .product-card {
    padding: 20px;
  }

  .sliding-tapes-category {
    grid-column-gap: 10px;
  }

  .sliding-tapes-category-caption {
    letter-spacing: -3px;
    font-size: 52px;
    line-height: 1;
  }

  .product-detail-wrapepr {
    grid-row-gap: 60px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .product-header {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .product-header-cell {
    grid-row-gap: 20px;
  }

  .product-main-image-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sliding-tapes-product-back {
    margin-top: -150px;
  }

  .sliding-tapes-product-name-back {
    font-size: 300px;
    line-height: 300px;
  }

  .sliding-tapes-product-front {
    margin-top: -150px;
  }

  .sliding-tapes-product-name-front {
    font-size: 300px;
    line-height: 300px;
  }

  .product-detail-images-container {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .option-container {
    grid-row-gap: 20px;
  }

  .option-button {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .search-result-block {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .search-text, .search-image {
    width: 100%;
  }

  .footer-links-title {
    font-size: 20px;
  }

  .product-name-title {
    letter-spacing: -2px;
    font-size: 40px;
    line-height: .9;
  }

  .map {
    height: 400px;
  }

  .home-hero-slider {
    padding: 30px;
  }

  .home-hero-item {
    align-items: flex-end;
    height: 500px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .home-hero-wrapper {
    margin-right: 0;
  }

  .prev {
    margin-top: -210px;
    left: 60px;
  }

  .next {
    margin-top: -210px;
    display: none;
    right: 60px;
  }

  .pagination {
    inset: auto auto 60px 30px;
  }

  .home-hero-bg {
    height: 260px;
  }

  .home-hero-product-card {
    width: 240px;
    margin-right: 30px;
    padding: 30px;
  }

  .pagination-icon {
    width: 20px;
  }

  .paragraph.footercopy {
    padding-right: 0;
  }

  .div-links {
    margin-bottom: 0;
  }

  .div-adresse {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-mobile {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container-standard-phone {
    grid-row-gap: 20px;
    padding-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-section__wrapper-title {
    padding-top: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrpper-title__container {
    width: 100%;
  }

  .container__subtitle {
    padding-left: 0;
    font-size: 2.5vw;
  }

  .container__title, .container__title.mobile, .container__title.mobile.white {
    font-size: 65px;
  }

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

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

  .wrap__paragraph, .wrap__paragraph.black {
    font-size: 1.1em;
  }

  .wrap__paragraph.start {
    width: 32.5em;
    font-size: 1.1em;
  }

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

  .description__container {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .mask__left-arrow {
    width: 20px;
    height: 20px;
  }

  .mask__first-slide {
    width: 100%;
  }

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

  .box-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container_title {
    font-size: 90px;
  }

  .container_title.white, .container_title.mobile {
    font-size: 65px;
  }

  .exhibition_title {
    margin-bottom: 10px;
    font-size: 6vw;
    line-height: 1.2;
  }

  .team__title {
    margin-bottom: 100px;
    font-size: 10vw;
  }

  .container-box {
    width: 95%;
  }

  .mask__third-slide, .mask__second-slide {
    width: 100%;
  }

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

  .section-exhibitions__title {
    font-size: 55px;
  }

  .section-exhibitions__title.spruch, .section-exhibitions__title.blog {
    font-size: 6.3em;
  }

  .exhibitions__paragraph {
    margin-top: 20px;
    font-size: 2.8vw;
  }

  .slider {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .slider.breit_85 {
    height: 200px;
  }

  .mask__right-arrow {
    width: 20px;
    height: 20px;
    margin-top: 90px;
    inset: 0% 3% 0% auto;
  }

  .exibition-sub-title {
    margin-bottom: 10px;
    font-size: 2vw;
  }

  .main__hero-section {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .wrap__slider {
    position: relative;
  }

  .card-team__subtitle {
    font-size: 2vw;
  }

  .mask__slide-nav {
    padding-top: 30px;
    font-size: 8px;
    inset: auto 0% 0%;
  }

  .container_subtitle {
    padding-left: 0;
    font-size: 2.5vw;
  }

  .card-team-name {
    font-size: 3vw;
  }

  .container__grid {
    max-width: none;
  }

  .container__grid.white {
    max-width: none;
    margin-bottom: 0;
    position: relative;
  }

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

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

  .sticky-wrap__bg.third {
    padding-bottom: 2rem;
  }

  .gallery__sticky-wrap {
    height: 50vh;
  }

  .location-grid {
    grid-column-gap: 36px;
  }

  .slider__mask {
    width: 85%;
  }

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

  .mask__viertes-slide, .mask__fourth-slide, .mask__fourth-slide4 {
    width: 100%;
  }

  .box-container-2, .box-container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .mask__first-slide-copy {
    width: 100%;
  }

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

  .exhibitions-grid-jobs {
    grid-template-columns: 1fr;
  }

  .box-container-pink, .box-container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__container-2 {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .slider-3 {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .container__title-2, .container__title-2.mobile {
    font-size: 65px;
  }

  .container_subtitle-2 {
    padding-left: 0;
    font-size: 2.5vw;
  }

  .box-container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__container-3 {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .slider-4 {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .container__title-3, .container__title-3.mobile {
    font-size: 65px;
  }

  .mask__fifth-slide, .mask__six-slide {
    width: 100%;
  }

  .box-container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__container-4 {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .slider-5 {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .container__title-4, .container__title-4.mobile {
    font-size: 65px;
  }

  .mask__seven-slide {
    width: 100%;
  }

  .exhibition_title-2 {
    margin-bottom: 10px;
    font-size: 6vw;
    line-height: 1.2;
  }

  .section-form {
    height: 600vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-title {
    padding: 20px 0;
    font-size: 50vw;
  }

  .form__textarea, .form__text-field {
    font-size: 7vh;
  }

  .error-message__text {
    font-size: 20px;
    line-height: 1.2;
  }

  .box-container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__container-5 {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .mask__right-arrow-2 {
    inset: 0% 3% 0% auto;
  }

  .container__title-5, .container__title-5.mobile {
    font-size: 65px;
  }

  .box-container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .description__container-6 {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .slider-6 {
    height: 300px;
    position: static;
    inset: auto 0%;
  }

  .mask__right-arrow-3 {
    inset: 0% 3% 0% auto;
  }

  .looptextblock {
    line-height: 50px;
  }

  .wrap__img {
    height: 27vh;
  }

  .image-8 {
    width: 90vw;
    height: 27vh;
  }

  .icon-4 {
    height: auto;
    font-size: 12px;
    line-height: 1.5;
  }

  .icon-5 {
    font-size: 12px;
    line-height: 1;
  }

  .leftarrowmob {
    height: auto;
    margin-top: 280px;
  }

  .rightarrowmob {
    height: 600px;
    margin-top: 279px;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .slider-2-mob {
    height: 600px;
    position: static;
    inset: auto 0%;
  }

  .container__grid-uberuns {
    max-width: none;
  }

  .container__grid-uberuns.white {
    max-width: none;
    margin-bottom: 0;
    position: relative;
  }

  .container-box-slider {
    width: 95%;
  }

  .box-container-slider {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-title-slider {
    font-size: 12vw;
  }

  .mask-left-arrow {
    width: 30px;
    height: 30px;
  }

  .icon-arrow-left, .icon-arrow-right {
    font-size: 16px;
  }

  .mask-right-arrow {
    width: 30px;
    height: 30px;
  }

  .grid-slider {
    grid-template-rows: minmax(430px, auto) 30vh;
    padding-right: 0;
  }

  .grid-slider.grid-m3, .grid-slider.grid-m2 {
    grid-template-rows: 40vh 30vh;
  }

  .grid-slider.grid-u1 {
    grid-template-rows: 62vh 30vh;
  }

  .grid-slider.grid-n1 {
    grid-template-rows: 30vh 30vh;
  }

  .grid-slider.grid-n2 {
    grid-template-rows: 40vh 30vh;
  }

  .mask__third-slide-copy {
    width: 100%;
  }

  .section-news, .section-jobs-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid__card-news {
    height: 88vh;
  }

  .card-image-news {
    height: 85vh;
  }

  .exhibitions-grid-news {
    grid-template-columns: 1fr;
  }

  .bold-text-news-2 {
    font-size: 1em;
  }

  .hero-subtitle {
    font-size: 1.5rem;
  }

  .article-post.popular.small {
    display: block;
  }

  .article-image-wrapper {
    width: 30em;
  }

  .article-image-wrapper.small {
    max-width: none;
    margin-bottom: 1rem;
  }

  .heading-section-container {
    flex-wrap: wrap;
  }

  ._3-column-grid, ._2-column-grid {
    grid-template-columns: 1fr;
  }

  .text-small-2 {
    font-size: 1.5rem;
  }

  .border-top {
    padding-top: .5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-label {
    font-size: .75rem;
  }

  .heading-8 {
    font-size: 1.6rem;
  }

  .container-medium {
    max-width: 34rem;
  }

  .two-column-infotext {
    grid-template-columns: 1fr;
  }

  .hero-section__wrap-blog {
    margin-top: 0;
  }

  .div-linke-seite {
    margin-bottom: 0;
    padding-left: 0;
  }

  .mask__fifthsm-slide {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-medium {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .text-medium.mitte {
    width: 80%;
  }

  .container-standard {
    padding: 60px 20px 0;
  }

  .container-standard.impressum {
    flex-direction: column;
    padding-left: 20px;
    display: flex;
  }

  .container-standard.datenschutz {
    max-width: 100%;
    display: none;
    overflow: visible;
  }

  .standard-section.impressum {
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tape-home-image-wrapper {
    width: 65px;
    height: 54px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tape-home-image-wrapper.portrait {
    height: 80px;
  }

  .tape-home-image-wrapper.quad {
    width: 65px;
    height: 65px;
  }

  .tape-home-image-wrapper.landscape, .tape-home-image-wrapper.ultra-wide {
    width: 85px;
    height: 65px;
  }

  .tape-home-image-wrapper.ultrawide {
    width: 200px;
    height: 65px;
  }

  .tape-home-image-wrapper.landscape-wide {
    width: 100px;
    height: 65px;
  }

  .sliding-tapes-home {
    padding-bottom: 10px;
  }

  .tape-home-typography {
    letter-spacing: -3px;
    font-size: 75px;
    line-height: 70px;
  }

  .cart-button {
    bottom: 20px;
    left: 20px;
  }

  .sliding-tapes-product-back {
    margin-top: -100px;
  }

  .sliding-tapes-product-name-back {
    font-size: 200px;
    line-height: 200px;
  }

  .sliding-tapes-product-front {
    margin-top: -100px;
  }

  .sliding-tapes-product-name-front {
    font-size: 200px;
    line-height: 200px;
  }

  .product-image-grid {
    grid-template-columns: 1fr;
  }

  .collection-item {
    min-width: 80%;
  }

  .home-hero-slider {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .prev {
    left: 20px;
  }

  .next {
    right: 20px;
  }

  .pagination {
    bottom: 60px;
    left: 30px;
  }

  .home-hero-product-card {
    width: 200px;
    margin-right: 30px;
  }

  .div-copy {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-impressum {
    padding-left: 30px;
  }

  .paragraph.footercopy {
    padding-right: 0;
  }

  .div-links {
    justify-content: space-between;
  }

  .div-adresse {
    text-align: left;
    padding-left: 30px;
  }

  .div-copy-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    margin-top: 40px;
    margin-left: 0;
  }

  .div-text-links {
    width: 70%;
  }

  .image-3 {
    display: none;
  }

  .body {
    overflow: visible;
  }

  .link-impressum {
    width: auto;
    max-width: none;
    display: block;
  }

  .link-impressum.klein {
    font-size: 12px;
  }

  .heading-4 {
    font-size: 80px;
  }

  .heading-5 {
    width: 100%;
    font-size: 50px;
    display: block;
  }

  .container-mobile {
    max-width: 100%;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-6 {
    width: 50%;
  }

  .heading-6.datenschutz, .bold-text {
    font-size: 50px;
  }

  .container-standard-phone {
    max-width: 100%;
    padding: 80px 20px 0;
    display: block;
  }

  .container-standard-phone.impressum {
    flex-direction: column;
    padding-left: 20px;
    display: flex;
  }

  .container-standard-phone.datenschutz {
    max-width: 100%;
    overflow: visible;
  }

  .hero-section__wrapper-title {
    padding-top: 2em;
  }

  .wrpper-title__container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container__subtitle {
    font-size: 4vw;
  }

  .container__title {
    font-size: 12vw;
  }

  .container__title.mobile {
    margin-bottom: 10px;
    font-size: 12vw;
  }

  .container__title.mobile.white {
    width: 100%;
  }

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

  .description__grid {
    width: 100%;
    margin-top: 20px;
  }

  .description__grid.text_content {
    grid-column-gap: 79px;
    grid-row-gap: 17px;
  }

  .wrap__paragraph {
    font-size: 1em;
    font-weight: 400;
  }

  .wrap__paragraph.black {
    font-size: 1em;
  }

  .wrap__paragraph.start {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1em;
  }

  .wrap__paragraph.start.white, .wrap__paragraph.start.white.bold {
    width: 100%;
    font-size: 1em;
  }

  .description__container {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .text-team {
    font-size: 15vw;
  }

  .team__heading {
    top: -2%;
  }

  .mask__first-slide {
    width: 100%;
  }

  .exhibitions-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .box-container {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container_title {
    font-size: 11vw;
  }

  .container_title.white {
    font-size: 12vw;
  }

  .container_title.mobile {
    font-size: 14vw;
  }

  .exhibition_title {
    font-size: 7vw;
  }

  .paragraph-title {
    font-size: 4vw;
  }

  .first-slide__bg-one {
    width: 100%;
    height: 66%;
  }

  .card__wrap-text.news {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team__title {
    font-size: 11vw;
  }

  .team__title.team {
    font-size: 4.5em;
  }

  .grid-content {
    width: 100%;
  }

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

  .container-box {
    width: 92%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .team__grid {
    width: 100%;
  }

  .grid__tab {
    padding: 20px;
  }

  .date {
    font-size: 18px;
  }

  .section-exhibitions__title {
    font-size: 35px;
  }

  .section-exhibitions__title.spruch, .section-exhibitions__title.blog {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 4.5em;
  }

  .exhibitions__paragraph {
    margin-top: 0;
    font-size: 3.8vw;
  }

  .slider {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .exibition-sub-title {
    margin-bottom: 5px;
    font-size: 4vw;
  }

  .team-heading {
    top: -1.5%;
  }

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

  .wrap__slider {
    height: auto;
    position: relative;
  }

  .tab-link-text {
    font-size: 4vw;
  }

  .grid_wrap-text.jobs {
    width: 100%;
  }

  .card-team__subtitle {
    margin-bottom: 5px;
    font-size: 4vw;
  }

  .section-program {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: static;
  }

  .container_subtitle {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 4vw;
  }

  .card-team-name {
    font-size: 5vw;
  }

  .container__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    display: block;
  }

  .container__grid.white {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .main {
    object-fit: fill;
    flex-wrap: nowrap;
    position: static;
  }

  .card-team__name {
    font-size: 6vw;
  }

  .team__grid-second {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    width: 100%;
    margin-bottom: 100px;
  }

  .grid__image {
    height: 200px;
  }

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

  .second-team__heading {
    font-size: 15vw;
    inset: -2% 0% auto;
  }

  .bg-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-wrap__bg {
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery__sticky-wrap {
    height: 35vh;
  }

  .left-arrow-4 {
    background-image: linear-gradient(to right, #fff, #fff0);
  }

  .slider__mask {
    width: 100%;
  }

  .gallery__title {
    font-size: 10vw;
  }

  .section-gallery {
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-first-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask__viertes-slide, .mask__fourth-slide, .mask__fourth-slide4 {
    width: 100%;
  }

  .box-container-2.black, .box-container-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-2 {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .mask__slide-nav-2 {
    padding-left: 0;
  }

  .wrap__paragraph-2 {
    font-size: 1em;
  }

  .mask__first-slide-copy {
    width: 100%;
  }

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

  .exhibitions-grid-jobs {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

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

  .section-slider-marken, .section-slider-geraete {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .description__container-2 {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .slider-3 {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .container__title-2, .container__title-2.mobile {
    font-size: 12vw;
  }

  .container_subtitle-2 {
    padding-left: 0;
    font-size: 4vw;
  }

  .wrap__paragraph-3 {
    font-size: 20px;
  }

  .description__container-3 {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .slider-4 {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .container__title-3, .container__title-3.mobile {
    font-size: 12vw;
  }

  .wrap__paragraph-4 {
    font-size: 20px;
  }

  .mask__fifth-slide, .mask__six-slide {
    width: 100%;
  }

  .description__container-4 {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .slider-5 {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .container__title-4, .container__title-4.mobile {
    font-size: 12vw;
  }

  .wrap__paragraph-5 {
    font-size: 20px;
  }

  .mask__seven-slide {
    width: 100%;
  }

  .exhibition_title-2 {
    font-size: 7vw;
  }

  .container-impressum {
    max-width: 100%;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overflow__horizontal-scroll {
    width: 270vw;
  }

  .section-form {
    height: 400vh;
    padding-left: 0;
    padding-right: 0;
  }

  .content-title {
    padding: 0 20px 0 0;
    font-size: 37vw;
  }

  .bg-image.first, .bg-image.third, .bg-image.second {
    width: 95vw;
    height: 90vw;
    margin-right: 20px;
  }

  .bg-image.fourth {
    width: 95vw;
    height: 90vw;
    margin-right: 0;
  }

  .overflow-wrap.margin-left {
    margin-left: 45px;
  }

  .form__textarea {
    padding-left: 0;
    font-size: 4vh;
    line-height: 4vh;
  }

  .form__text-field {
    font-size: 4vh;
    line-height: 4vh;
  }

  .wrap__paragraph-6 {
    font-size: 20px;
  }

  .description__container-5 {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .container__title-5, .container__title-5.mobile {
    font-size: 12vw;
  }

  .description__container-6 {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .slider-6 {
    clear: none;
    height: 300px;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .wrap__paragraph-content {
    font-size: 4vw;
  }

  .looptextblock {
    line-height: 10px;
  }

  .wrap__img {
    height: 13vh;
  }

  .image-8 {
    width: 100%;
    height: auto;
  }

  .bold-text-3 {
    width: 100%;
    font-size: 12vw;
  }

  .leftarrowmob {
    margin-top: 456px;
  }

  .rightarrowmob {
    height: auto;
    margin-top: 456px;
  }

  .icon-7 {
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .paragraph-2-mob {
    margin-left: 0;
    margin-right: 0;
  }

  .image-9-3 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .slider-2-mob {
    clear: none;
    object-fit: cover;
    height: auto;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    overflow: hidden;
  }

  .icon-8 {
    margin-top: 155px;
    margin-bottom: 155px;
  }

  .container__grid-uberuns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .container__grid-uberuns.white {
    flex-direction: column;
    flex: 1;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  .container-box-slider {
    width: 90%;
  }

  .box-container-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-title-slider {
    font-size: 12vw;
  }

  .paragraph-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .first-slide-bg {
    width: 100%;
    margin-bottom: 40px;
  }

  .mask-left-arrow {
    margin-left: -12%;
  }

  .slide-nav-2 {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: .5em;
  }

  .wrap-paragraph-3 {
    flex-direction: row;
    justify-content: center;
  }

  .mask-right-arrow {
    margin-right: -12%;
  }

  .grid-slider {
    grid-template-rows: minmax(745px, auto) 17vh;
    padding-right: 0;
  }

  .grid-slider.grid-m3 {
    grid-template-rows: minmax(400px, auto) 17vh;
  }

  .grid-slider.grid-m2 {
    grid-template-rows: minmax(475px, auto) 17vh;
  }

  .grid-slider.grid-u1 {
    grid-template-rows: minmax(945px, auto) 17vh;
  }

  .grid-slider.grid-n1 {
    grid-template-rows: minmax(460px, auto) 17vh;
  }

  .grid-slider.grid-n2 {
    grid-template-rows: minmax(630px, auto) 17vh;
  }

  .second-slide-bg, .third-slide-bg, .fourth-slide-bg, .fifth-slide-bg, .sixth-slide-bg, .seventh-slide-bg {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-news, .section-jobs-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid__card-news {
    height: 140vh;
  }

  .card-image-news {
    height: 30vh;
  }

  .exhibitions-grid-news {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .foto-basic-119 {
    width: 90em;
    height: 130em;
  }

  .content__wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
  }

  .content__wrapper-2.photo {
    flex-direction: column;
    height: auto;
  }

  .foto-basic-102, .foto-basic-113 {
    width: 90em;
    height: 130em;
  }

  .reihe-rm {
    width: 90vw;
  }

  .foto-basic-112, .foto-basic-123, .foto-basic-143, .foto-basic-104 {
    width: 90em;
    height: 130em;
  }

  .reihe-lm {
    width: 90vw;
  }

  .foto-basic-116, .foto-basic-153, .foto-basic-154 {
    width: 90em;
    height: 130em;
  }

  .text-footer-contact {
    width: 88%;
    margin-bottom: 2em;
    font-size: 3em;
  }

  .foto-basic-110, .foto-basic-141 {
    width: 90em;
    height: 130em;
  }

  .footer-contact {
    flex-direction: column;
    justify-content: space-around;
    height: 14em;
    inset: auto 0% 0%;
  }

  .foto-basic-107, .foto-basic-114, .background-video-photo, .foto-basic-122, .foto-basic-115, .foto-basic-144, .foto-basic-130, .foto-basic-129, .foto-basic-101, .foto-basic-120 {
    width: 90em;
    height: 130em;
  }

  .reihe-ll {
    width: 90vw;
  }

  .foto-basic-100, .foto-basic-105, .foto-basic-121, .foto-basic-127, .foto-basic-106, .foto-basic-103, .foto-basic-108, .foto-basic-124 {
    width: 90em;
    height: 130em;
  }

  .div-impressum-2 {
    margin-bottom: 4em;
  }

  .link-contact {
    padding-left: 1em;
    font-size: 3em;
  }

  .foto-basic-117, .foto-basic-155 {
    width: 90em;
    height: 130em;
  }

  .foto-basic-155.lm_8, .foto-basic-155.rr_1, .foto-basic-155.ll_7, .foto-basic-155.rr_3, .foto-basic-155.rm_5, .foto-basic-155.ll_2 {
    height: 130em;
  }

  .foto-basic-155.lm_5.text.no {
    display: none;
  }

  .foto-basic-155.ll_8, .foto-basic-155.rr_5, .foto-basic-155.lm_4, .foto-basic-155.rr_8, .foto-basic-155.lm_2, .foto-basic-155.lm_13, .foto-basic-155.ll_11, .foto-basic-155.rm_4, .foto-basic-155.ll_13, .foto-basic-155.rm_8, .foto-basic-155.ll_4, .foto-basic-155.rr_11, .foto-basic-155.lm_6, .foto-basic-155.rm_6, .foto-basic-155.rm_11 {
    height: 130em;
  }

  .foto-basic-155.rr_6.text.no {
    display: none;
  }

  .foto-basic-155.rr_13, .foto-basic-155.ll_5, .foto-basic-155.ll_3, .foto-basic-155.lm_11, .foto-basic-155.rm_13 {
    height: 130em;
  }

  .bgnd-video-photo-5, .foto-basic-109, .foto-basic-111, .foto-basic-131, .foto-basic-118 {
    width: 90em;
    height: 130em;
  }

  .reihe-rr {
    width: 90vw;
  }

  .foto-basic-142, .foto-basic-151, .foto-basic-152 {
    width: 90em;
    height: 130em;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
  }

  .hero-subtitle {
    font-size: 1.25rem;
  }

  .article-image-wrapper {
    width: 90vw;
    margin-bottom: 1rem;
  }

  .heading-section-container {
    grid-row-gap: 2rem;
    justify-content: flex-start;
  }

  .text-large {
    font-size: 1.5rem;
  }

  .featured-article-image-wrapper {
    margin-bottom: 1rem;
  }

  .text-large-2 {
    font-size: 1.5rem;
  }

  .h1-article-heading, .h2-article-heading {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 8%;
    padding-right: 8%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-8 {
    font-size: 1.4rem;
  }

  .two-column-infotext {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .paragraph-blog {
    padding-left: 0;
    padding-right: 0;
  }

  .div-rechts {
    flex-flow: column;
  }

  .div-linke-seite {
    flex-flow: column;
    justify-content: space-between;
  }

  .mask__fifthsm-slide {
    width: 100%;
  }
}

#w-node-_3d6d2d45-3660-a851-54d7-9cdb21a902fd-c01ece35, #w-node-c0049da3-e141-021a-6609-ec0390cb2fdc-c01ece35, #w-node-_69485b2f-39c1-d17a-7961-19a210b99cea-c01ece35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c33d8e3b-4a2c-c044-6d30-742f06fe2a05-c01ece35 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#w-node-c33d8e3b-4a2c-c044-6d30-742f06fe2a0e-c01ece35, #w-node-c33d8e3b-4a2c-c044-6d30-742f06fe2a25-c01ece35, #w-node-c33d8e3b-4a2c-c044-6d30-742f06fe2a34-c01ece35 {
  align-self: stretch;
}

#w-node-_869143f9-12db-08d9-ca8d-1d277b806093-c01ece35 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_869143f9-12db-08d9-ca8d-1d277b806094-c01ece35 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_869143f9-12db-08d9-ca8d-1d277b8060ac-c01ece35 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_869143f9-12db-08d9-ca8d-1d277b8060ad-c01ece35 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_869143f9-12db-08d9-ca8d-1d277b8060c5-c01ece35 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-_869143f9-12db-08d9-ca8d-1d277b8060c6-c01ece35 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_550f54b3-947d-4d45-c73d-d40440c1f785-c01ece77, #w-node-_550f54b3-947d-4d45-c73d-d40440c1f78f-c01ece77, #w-node-_550f54b3-947d-4d45-c73d-d40440c1f79a-c01ece77, #w-node-_550f54b3-947d-4d45-c73d-d40440c1f7a5-c01ece77 {
  align-self: center;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-c01ece77 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-c01ece77 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-c01ece77 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-c01ece77 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-c01ece77 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-c01ece77 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-f2c28a6b {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-f2c28a6b {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-f2c28a6b {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-f2c28a6b {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-f2c28a6b {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-f2c28a6b {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57a-bdfddd0f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57c-bdfddd0f {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end start;
}

#w-node-e1114422-e83c-986d-9c64-549868a3ed0c-bdfddd0f {
  place-self: center;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-bdfddd0f {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-bdfddd0f {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-bdfddd0f {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-bdfddd0f {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-bdfddd0f {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-bdfddd0f {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57a-461a6ee4 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57c-461a6ee4 {
  grid-area: 1 / 8 / 2 / 12;
  place-self: end start;
}

#w-node-e1114422-e83c-986d-9c64-549868a3ed0c-461a6ee4 {
  place-self: center;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-461a6ee4 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-461a6ee4 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-461a6ee4 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-461a6ee4 {
  grid-area: 1 / 1 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-461a6ee4 {
  grid-area: 1 / 3 / 5 / 5;
}

#w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-461a6ee4 {
  grid-area: 1 / 1 / 5 / 5;
}

@media screen and (min-width: 1920px) {
  #w-node-_3d6d2d45-3660-a851-54d7-9cdb21a902fd-c01ece35, #w-node-_69485b2f-39c1-d17a-7961-19a210b99cea-c01ece35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_869143f9-12db-08d9-ca8d-1d277b806093-c01ece35 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_869143f9-12db-08d9-ca8d-1d277b806094-c01ece35 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-_869143f9-12db-08d9-ca8d-1d277b8060ac-c01ece35 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_869143f9-12db-08d9-ca8d-1d277b8060ad-c01ece35 {
    grid-row-end: 3;
  }

  #w-node-_869143f9-12db-08d9-ca8d-1d277b8060c5-c01ece35 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-_869143f9-12db-08d9-ca8d-1d277b8060c6-c01ece35 {
    grid-row-end: 3;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f782-c01ece77 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f785-c01ece77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f788-c01ece77 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f78f-c01ece77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f792-c01ece77 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f79a-c01ece77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f79d-c01ece77 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f7a5-c01ece77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_81df49ce-ae56-2e35-6bd6-4eed1beda95e-c01ece77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-c01ece77 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-c01ece77 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-c01ece77 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-c01ece77 {
    grid-row-end: 3;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-c01ece77 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-c01ece77 {
    grid-row-end: 3;
  }

  #w-node-_6e55f23a-dda3-a238-08de-d04cc595d2b8-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b15531ed-de9e-3ac3-07aa-b65d29e70f11-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_92cc9750-789f-f5e9-bba7-bdb38a4083de-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_164f8814-ae67-7832-a438-f37ba1698caa-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_0e1e2de3-a5ca-b500-c09b-07f5d499d910-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-fd93b241-aa37-d249-b1aa-0327df66870d-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_36319802-bee3-de33-c18d-14d6d55089aa-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_36319802-bee3-de33-c18d-14d6d55089b1-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-e5327f98-02de-ab43-6d1c-eb27c03c2acc-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e5327f98-02de-ab43-6d1c-eb27c03c2ad3-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-e5327f98-02de-ab43-6d1c-eb27c03c2ad6-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e5327f98-02de-ab43-6d1c-eb27c03c2add-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-e5327f98-02de-ab43-6d1c-eb27c03c2ae0-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e5327f98-02de-ab43-6d1c-eb27c03c2ae7-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_1726f241-6fb2-0b8a-d65a-662e7359b6aa-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1726f241-6fb2-0b8a-d65a-662e7359b6b2-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-bf868afd-079b-9539-88cc-b2425586cd78-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bf868afd-079b-9539-88cc-b2425586cd80-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_8c0acb6f-b8fd-f1de-114a-9ab3967005f6-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8c0acb6f-b8fd-f1de-114a-9ab3967005fe-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116bb-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116be-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116c1-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116c8-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116cb-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116d3-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116d6-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116de-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116e1-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116e9-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116ec-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116f4-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116f7-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_516f3fec-c94a-e983-4534-3b0baac116ff-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_1c3e46ed-327b-dbd7-392f-99cc27176ce2-f2c28a6b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1c3e46ed-327b-dbd7-392f-99cc27176cea-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-f2c28a6b {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-f2c28a6b {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-f2c28a6b {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-f2c28a6b {
    grid-row-end: 3;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-f2c28a6b {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-f2c28a6b {
    grid-row-end: 3;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f74-bdfddd0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f77-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f7a-bdfddd0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f81-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74b3-bdfddd0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74b6-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74b9-bdfddd0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74c0-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74c3-bdfddd0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74cb-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74ce-bdfddd0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74d6-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57a-bdfddd0f, #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57c-bdfddd0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1114422-e83c-986d-9c64-549868a3ed0a-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1114422-e83c-986d-9c64-549868a3ed0c-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-f1936f49-d1e6-10e8-4d3e-2cffc47c50f5-bdfddd0f, #w-node-f1936f49-d1e6-10e8-4d3e-2cffc47c510f-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_681026ab-bc2f-59d8-c73d-208b8260a26e-bdfddd0f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_681026ab-bc2f-59d8-c73d-208b8260a24c-bdfddd0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6f81e657-5a3b-4321-1122-364426366bbe-bdfddd0f, #w-node-_6f81e657-5a3b-4321-1122-364426366be0-bdfddd0f, #w-node-f8b4d763-e4fe-692d-158d-17f4836eb44a-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8b4d763-e4fe-692d-158d-17f4836eb428-bdfddd0f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-bdfddd0f {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-bdfddd0f {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-bdfddd0f {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-bdfddd0f {
    grid-row-end: 3;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-bdfddd0f {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-bdfddd0f {
    grid-row-end: 3;
  }

  #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57a-461a6ee4, #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57c-461a6ee4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e1114422-e83c-986d-9c64-549868a3ed0a-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e1114422-e83c-986d-9c64-549868a3ed0c-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f74-461a6ee4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f77-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f7a-461a6ee4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f81-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74b3-461a6ee4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74b6-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74b9-461a6ee4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74c0-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74c3-461a6ee4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74cb-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74ce-461a6ee4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74d6-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-f1936f49-d1e6-10e8-4d3e-2cffc47c50f5-461a6ee4, #w-node-f1936f49-d1e6-10e8-4d3e-2cffc47c510f-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_681026ab-bc2f-59d8-c73d-208b8260a26e-461a6ee4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_681026ab-bc2f-59d8-c73d-208b8260a24c-461a6ee4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6f81e657-5a3b-4321-1122-364426366bbe-461a6ee4, #w-node-_6f81e657-5a3b-4321-1122-364426366be0-461a6ee4, #w-node-f8b4d763-e4fe-692d-158d-17f4836eb44a-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f8b4d763-e4fe-692d-158d-17f4836eb428-461a6ee4 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-461a6ee4 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-461a6ee4 {
    grid-row-end: 3;
    grid-column-end: 5;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-461a6ee4 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-461a6ee4 {
    grid-row-end: 3;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-461a6ee4 {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-461a6ee4 {
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57a-bdfddd0f, #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57c-bdfddd0f, #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57a-461a6ee4, #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57c-461a6ee4 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_869143f9-12db-08d9-ca8d-1d277b806093-c01ece35, #w-node-_869143f9-12db-08d9-ca8d-1d277b806094-c01ece35, #w-node-_869143f9-12db-08d9-ca8d-1d277b8060ac-c01ece35, #w-node-_869143f9-12db-08d9-ca8d-1d277b8060ad-c01ece35, #w-node-_869143f9-12db-08d9-ca8d-1d277b8060c5-c01ece35, #w-node-_869143f9-12db-08d9-ca8d-1d277b8060c6-c01ece35 {
    grid-column-end: 3;
  }

  #w-node-_550f54b3-947d-4d45-c73d-d40440c1f78f-c01ece77, #w-node-_550f54b3-947d-4d45-c73d-d40440c1f79a-c01ece77, #w-node-_550f54b3-947d-4d45-c73d-d40440c1f7a5-c01ece77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-c01ece77, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-c01ece77, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-c01ece77, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-c01ece77, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-c01ece77, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-c01ece77 {
    grid-column-end: 3;
  }

  #w-node-_164f8814-ae67-7832-a438-f37ba1698caa-f2c28a6b, #w-node-fd93b241-aa37-d249-b1aa-0327df66870d-f2c28a6b, #w-node-_36319802-bee3-de33-c18d-14d6d55089b1-f2c28a6b, #w-node-e5327f98-02de-ab43-6d1c-eb27c03c2add-f2c28a6b, #w-node-e5327f98-02de-ab43-6d1c-eb27c03c2ae7-f2c28a6b, #w-node-_1726f241-6fb2-0b8a-d65a-662e7359b6b2-f2c28a6b, #w-node-bf868afd-079b-9539-88cc-b2425586cd80-f2c28a6b, #w-node-_8c0acb6f-b8fd-f1de-114a-9ab3967005fe-f2c28a6b, #w-node-_516f3fec-c94a-e983-4534-3b0baac116c8-f2c28a6b, #w-node-_516f3fec-c94a-e983-4534-3b0baac116d3-f2c28a6b, #w-node-_516f3fec-c94a-e983-4534-3b0baac116de-f2c28a6b, #w-node-_516f3fec-c94a-e983-4534-3b0baac116e9-f2c28a6b, #w-node-_516f3fec-c94a-e983-4534-3b0baac116f4-f2c28a6b, #w-node-_516f3fec-c94a-e983-4534-3b0baac116ff-f2c28a6b, #w-node-_1c3e46ed-327b-dbd7-392f-99cc27176cea-f2c28a6b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-f2c28a6b, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-f2c28a6b, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-f2c28a6b, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-f2c28a6b, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-f2c28a6b, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-f2c28a6b {
    grid-column-end: 3;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f81-bdfddd0f, #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74c0-bdfddd0f, #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74cb-bdfddd0f, #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74d6-bdfddd0f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57a-bdfddd0f, #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57c-bdfddd0f {
    grid-column: span 2 / span 2;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-bdfddd0f, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-bdfddd0f, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-bdfddd0f, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-bdfddd0f, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-bdfddd0f, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-bdfddd0f {
    grid-column-end: 3;
  }

  #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57a-461a6ee4, #w-node-_62a3c1f2-6eea-7e1d-b9ed-eb453aa6d57c-461a6ee4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_14d0b6d2-d06f-b9cb-aeb9-ba6e431c2f81-461a6ee4, #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74c0-461a6ee4, #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74cb-461a6ee4, #w-node-_2fdcfd55-3e86-8f05-cb3f-f678dd4f74d6-461a6ee4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5a-461a6ee4, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f5b-461a6ee4, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f73-461a6ee4, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f74-461a6ee4, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8c-461a6ee4, #w-node-ea8f91fd-c8f4-1b1a-22a5-8c974adc3f8d-461a6ee4 {
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Helveticaneue_local';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Local Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Local Roboto Mono';
  src: url('../fonts/RobotoMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Local Roboto Mono';
  src: url('../fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}