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

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

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

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --white-smoke: #f8f8f8;
  --black: #333;
  --light: #fafafa;
}

.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 {
  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;
  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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  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-commercecheckoutadditionalinputscontainer {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  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-commercecheckoutadditionaltextinput {
  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-commercecheckoutadditionaltextinput::placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

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

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

.w-commerce-commercecheckoutshippingfullname {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  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 {
  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 {
  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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.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-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;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .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-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

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

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.2;
}

a {
  color: #000;
  text-decoration: underline;
}

li {
  margin-left: -5px;
}

.text-block {
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.text-block.large {
  font-size: 1.3rem;
  font-weight: 700;
}

.text-block.large.white.pink-link {
  font-size: 1.6vw;
}

.text-block.light.block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block.light.nm {
  line-height: 2;
}

.text-block.mw30ch {
  max-width: 30ch;
}

.text-block.hover.w--current {
  border-bottom: 1px solid #000;
}

.text-block.hover.faq {
  display: none;
}

.text-block.small {
  font-size: .8rem;
}

.nav {
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  padding: 25px 5vw;
}

.logo {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.style {
  display: none;
}

.light {
  font-weight: 300;
}

.nav-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.nav-mobile {
  display: none;
}

.section {
  border-bottom: 1px solid #e9e9e9;
  padding: 100px 5vw;
  position: relative;
}

.container.static {
  position: static;
}

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

.hero-text-wrapper {
  flex-direction: column;
  width: 60%;
}

.her-right-wrapper {
  width: 50%;
  height: 33vw;
  position: relative;
}

.circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.circle.large {
  width: 20vw;
  height: 20vw;
  inset: 0% auto auto 0%;
}

.circle.large.about {
  width: 15vw;
  height: 15vw;
}

.circle.normal {
  width: 15vw;
  height: 15vw;
  inset: 6.1vw auto auto 21.8vw;
}

.circle.normal.about {
  width: 12vw;
  height: 12vw;
  top: 12.6vw;
  left: 14.2vw;
}

.circle.small {
  width: 10vw;
  height: 10vw;
  top: 21.9vw;
  left: 14.7vw;
}

.circle.small.about {
  width: 10vw;
  height: 10vw;
  top: 16.6vw;
  left: 2.3vw;
}

.circle.xsmall {
  width: 7vw;
  height: 7vw;
  inset: 22.8vw auto auto 5.5vw;
}

.circle.xsmall.about {
  width: 6vw;
  height: 6vw;
  top: 5.2vw;
  left: 16.8vw;
}

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

.full.absoule {
  position: absolute;
  inset: 0%;
}

.full-bg {
  z-index: -1;
  background-image: url('../images/scan-BG_1scan-BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.full-bg.a15 {
  opacity: .1;
  background-image: url('../images/Hintergrundersteseiteobenalternativ_1Hintergrundersteseiteobenalternativ.avif');
}

.a15 {
  opacity: .15;
}

.paragraph {
  font-size: 1rem;
  line-height: 1.2;
}

.paragraph.align-start {
  text-align: left;
}

.regular {
  font-weight: 400;
}

.about-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.about-bubbles-wrapper {
  width: 26.5vw;
  height: 33vw;
  position: relative;
}

.pink-overlay {
  opacity: .63;
  background-color: #ca67bb;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.white {
  color: #fff;
}

.relative {
  position: relative;
}

.link-wrapper {
  align-items: center;
  display: flex;
}

.link-wrapper.relative {
  grid-column-gap: 6px;
  text-decoration: none;
}

.link-wrapper.relative.pink-link {
  grid-column-gap: .2vw;
}

.small-arrow {
  width: 20px;
  height: 20px;
}

.small-arrow.up {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
}

.small-arrow.up.fortbildung {
  filter: invert();
  margin-left: auto;
}

.small-arrow.black {
  filter: invert();
}

.small-arrow.black.forbutton {
  width: 15px;
  height: 15px;
}

.about-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.underline {
  border-bottom: 1px solid #000;
}

.mt-md {
  margin-top: 25px;
}

.link-block {
  text-decoration: none;
}

.mw-mid {
  max-width: 90ch;
}

.mw-mid.fade-in.text-size-medium.text-color-dark {
  color: #000;
}

.tabs {
  align-items: center;
  display: flex;
}

.tabs.fade-in {
  position: static;
}

.tabs-menu {
  flex-direction: column;
  align-items: stretch;
  margin-right: 50px;
  display: flex;
}

.tab-link {
  opacity: .6;
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #0009;
  padding-left: 0;
  padding-right: 15px;
}

.tab-link.w--current {
  border-bottom-color: var(--black);
  opacity: 1;
  background-color: #0000;
}

.tab-link.faq {
  opacity: .8;
  border-bottom-color: #c9c9c9;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.tab-link.faq:hover {
  border-bottom-color: var(--black);
  opacity: 1;
}

.tab-link.angebote {
  opacity: .8;
  border-bottom-color: #c9c9c9;
  align-items: center;
  padding-bottom: 10px;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.tab-link.angebote:hover {
  border-bottom-color: var(--black);
  opacity: 1;
}

.tab-link.downloads {
  opacity: .8;
  border-bottom-style: none;
  border-bottom-color: #c9c9c9;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.tab-link.downloads:hover {
  border-bottom-color: var(--black);
  opacity: 1;
}

.leistungen-text.mw-mid {
  max-width: 90ch;
}

.hidden {
  display: none;
}

.tabs-content {
  position: static;
}

.bg-right {
  display: none;
}

.faq-collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.collection-item {
  justify-content: space-between;
  display: flex;
}

.faq-item-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.faq-item-wrapper.margin-bottom.margin-medium {
  cursor: pointer;
}

.arrow-down {
  filter: invert();
  width: 10px;
  height: 10px;
  margin-left: auto;
}

.arrow-down.right {
  transform: rotate(-90deg);
}

.text-size-medium {
  color: #fff;
  font-size: 1.25rem;
}

.text-size-medium.font-zap {
  line-height: 1.2;
}

.text-size-medium.font-zap.padding-left.padding-small.max-width-large {
  height: auto;
  display: block;
}

.text-size-medium.text-color-dark {
  color: var(--black);
}

.heading-h3 {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  display: inline-block;
}

.answer-wrapper {
  display: inline-block;
  position: static;
}

.bg-circle {
  z-index: -1;
  opacity: .3;
  border-radius: 100%;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: auto 9% 7% auto;
}

.full-bg-2 {
  z-index: -1;
  background-image: url('../images/scan-BG_1scan-BG.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.full-bg-2.a15 {
  opacity: .1;
  object-fit: cover;
  background-image: url('../images/HintergrundersteSteieoben_1HintergrundersteSteieoben.avif');
}

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

.fortbildung-links-wrapper {
  flex-direction: column;
  display: flex;
}

.fortbildung-right {
  width: 40%;
}

.kontakt-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  margin-top: 25px;
  display: flex;
}

.kontakt-left {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.kontakt-text-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.kontakt-left-item {
  grid-column-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.kontakt-left-item.center {
  align-items: center;
}

.kontakt-icon-left {
  width: 25px;
  height: 25px;
}

.kontakt-right {
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.map {
  width: 100%;
  height: 400px;
}

.gmaps-right {
  justify-content: flex-end;
  display: flex;
}

.footer {
  background-color: var(--light);
  padding: 50px 5vw;
}

.footer-content {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.block {
  display: block;
}

.div-columns-wrapper {
  grid-column-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.hover {
  cursor: pointer;
}

.hover:hover {
  opacity: .6;
}

.arzt-image-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: min-content min-content min-content min-content min-content;
  grid-template-columns: min-content min-content min-content min-content min-content min-content;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.arzt-image-part {
  background-image: url('../images/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.rzte-list, .rzte-list.angestelle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: min-content min-content min-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.arzt-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: min-content min-content min-content min-content;
  grid-template-columns: min-content min-content min-content min-content;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
}

.imagepart {
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
}

.arzt-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mt-xlg {
  margin-top: 80px;
}

.abteilung-item {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 150px;
  padding: 15px;
  display: flex;
}

.abteilung-bottom {
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

.abteilungen-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

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

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

.angebote-drop {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.angebote-item-drop {
  grid-row-gap: 15px;
  background-color: var(--white-smoke);
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 25px;
  display: flex;
  position: relative;
}

.angebote-item-drop.margin-bottom.margin-medium {
  cursor: pointer;
}

.angebote-item-drop.stellen {
  grid-row-gap: 30px;
}

.angebot-kontakt-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mt-s {
  margin-top: 15px;
}

.download-item {
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 15px 25px;
  display: flex;
  position: relative;
}

.download-item.margin-bottom.margin-medium {
  cursor: pointer;
}

.download-icon {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.download-icon.right {
  transform: rotate(-90deg);
}

.link-icon {
  width: 15px;
  height: 15px;
  margin-left: auto;
  transform: rotate(-135deg);
}

.link-icon.right {
  transform: rotate(-90deg);
}

.nm {
  margin: 0;
}

.image-temp {
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  margin-bottom: 10px;
}

.leistung_histo_hintergrund {
  z-index: -4;
  object-fit: cover;
  background-color: red;
  width: 4.5vw;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tab-pane-tab-1 {
  position: static;
}

.absolue {
  background-color: red;
  position: absolute;
  inset: 0%;
}

.padding0 {
  margin-top: -4px;
  padding: 0;
}

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

.arzt-image-placeholder {
  background-color: var(--white-smoke);
  width: 260px;
  height: 260px;
  margin-bottom: 10px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_bottom_left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.fusevo-link-wrapper {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fusevo-logo {
  filter: invert();
  color: #000;
  width: 5rem;
}

.legal_wrapper {
  padding: 5vw;
}

.tab-link-2 {
  opacity: .6;
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #0009;
  padding-left: 0;
  padding-right: 15px;
}

.tab-link-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-bottom-color: #333;
}

.leistung_histo_hintergrund-2 {
  z-index: -4;
  object-fit: cover;
  background-color: red;
  width: 4.5vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero_heading {
  font-weight: 500;
}

.small_heading {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 400;
}

.top-bar {
  z-index: 999999;
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.top-bar-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-top_bar.static {
  position: static;
}

.buy_button {
  text-transform: uppercase;
  background-color: #d68ccb;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 700;
}

.checkout_content {
  padding: 5rem 5vw;
}

.customer_info_block {
  margin-bottom: 0;
}

.no-outline {
  border: 1px #000;
  border-left: 1px solid #e6e6e6;
  border-right-color: #e6e6e6;
  padding-bottom: 0;
}

.checkout_headings {
  margin-bottom: 0;
  font-size: 2.5rem;
}

.action_block {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 23px;
}

.action_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: grid;
}

.action_wrapper.hidden {
  display: none;
}

.default-state {
  margin-bottom: 0;
}

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

.order_form_label {
  white-space: nowrap;
  min-width: 8ch;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.blank_field {
  width: 0;
  height: 0;
}

.order_form_field {
  color: var(--black);
  text-align: center;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
}

.order_form_field:focus {
  border-bottom-color: #d68ccb;
}

.order_form_field.customer {
  color: #000;
  text-align: left;
  font-size: 16px;
}

.order_form_divider {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.order_form_row {
  grid-column-gap: 50px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: grid;
}

.oder_form_item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.order_form_button {
  text-transform: uppercase;
  background-color: #d68ccb;
  width: 150px;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
}

.captcha_button_wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.footer_team_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacer_tiny {
  padding-top: 5px;
}

.announcement-popup-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd4;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.announcement-popup {
  color: #fff;
  background-color: #d68ccb;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  padding: 44px 50px;
  display: flex;
  position: relative;
}

.popup_close_icon {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: -50px -50px auto auto;
}

.spacer_large {
  padding-top: 3rem;
}

@media screen and (min-width: 1280px) {
  .bg-right {
    background-image: url('../images/SeitlicherRand_1SeitlicherRand.avif');
    background-position: 100%;
    background-size: auto;
    width: 5vw;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .full-bg-2.a15 {
    background-image: url('../images/HintergrundFortbildung_1HintergrundFortbildung.avif');
  }

  .leistung_histo_hintergrund {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .text-block {
    font-size: 1.2rem;
  }

  .text-block.large {
    font-size: 1.5rem;
  }

  .text-block.large.white.pink-link {
    font-size: 26px;
  }

  .text-block.hover.faq {
    display: block;
  }

  .nav-links-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-desktop, .container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper {
    grid-column-gap: 80px;
  }

  .her-right-wrapper {
    height: 440px;
  }

  .circle.large.mouse-follow {
    width: 270px;
    height: 270px;
  }

  .circle.normal.mouse-follow {
    width: 200px;
    height: 200px;
    top: 78px;
    left: 284px;
  }

  .circle.normal.about.mouse-follow.pink {
    top: 221px;
    left: 239px;
  }

  .circle.small.mouse-follow {
    width: 150px;
    height: 150px;
    top: 286px;
    left: 194px;
  }

  .circle.small.about.mouse-follow.pink {
    top: 299px;
    left: 64px;
  }

  .circle.xsmall.mouse-follow {
    width: 100px;
    height: 100px;
    top: 300px;
    left: 73px;
  }

  .circle.xsmall.about.mouse-follow.pink {
    top: 95px;
    left: 296px;
  }

  .about-wrapper {
    grid-column-gap: 80px;
  }

  .about-bubbles-wrapper {
    width: 450px;
    height: 450px;
  }

  .tabs-menu {
    margin-right: 80px;
  }

  .leistungen-text.mw-mid {
    max-width: 120ch;
  }

  .faq-collection-list {
    grid-column-gap: 49px;
  }

  .fortbildung-wrapper, .kontakt-wrapper {
    grid-column-gap: 80px;
  }

  .div-columns-wrapper {
    grid-column-gap: 50px;
  }

  .imagepart {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }

  .about_home_top {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .top-bar {
    align-items: flex-end;
  }

  .container-top_bar {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  .text-block.large {
    font-size: 1.2rem;
  }

  .nav {
    grid-row-gap: 25px;
    background-color: var(--white-smoke);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-links-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .nav-desktop {
    grid-row-gap: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .hero-text-wrapper {
    width: 70%;
  }

  .her-right-wrapper {
    width: 30%;
    height: 14vw;
    margin-left: auto;
  }

  .circle.large.mouse-follow {
    width: 15vw;
    height: 15vw;
  }

  .circle.normal.mouse-follow {
    width: 10vw;
    height: 10vw;
    top: 6vw;
    left: 16.9vw;
  }

  .circle.normal.about.mouse-follow.pink {
    top: 18.3vw;
    left: 11vw;
  }

  .circle.small.mouse-follow {
    width: 8vw;
    height: 8vw;
    top: 16.9vw;
    left: 14.4vw;
  }

  .circle.small.about.mouse-follow.pink {
    left: 1.7vw;
  }

  .circle.xsmall.mouse-follow {
    width: 5vw;
    height: 5vw;
    top: 16.8vw;
    left: 6.5vw;
  }

  .circle.xsmall.about.mouse-follow.pink {
    top: 11.7vw;
    left: 14.5vw;
  }

  .paragraph {
    font-size: .9rem;
  }

  .about-wrapper {
    grid-column-gap: 35px;
  }

  .about-bubbles-wrapper {
    width: 22vw;
  }

  .link-wrapper.relative.pink-link {
    flex-direction: column-reverse;
  }

  .small-arrow.up {
    width: 10px;
    height: 10px;
  }

  .small-arrow.up.fortbildung {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: block;
  }

  .about-text-wrapper {
    width: 70%;
  }

  .tabs {
    flex-direction: column;
    align-items: stretch;
    margin-top: 35px;
  }

  .tab-link.faq, .tab-link.angebote {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .tab-link.downloads {
    justify-content: space-between;
  }

  .tabs-content {
    margin-top: 50px;
  }

  .faq-collection-list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .arrow-down {
    width: .7rem;
    height: auto;
  }

  .heading-h3 {
    font-size: 1.875rem;
  }

  .heading-h3.margin-bottom.margin-xsmall.padding-right.padding-large {
    font-size: 2rem;
  }

  .bg-circle {
    width: 200px;
    height: 200px;
  }

  .fortbildung-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .fortbildung-right {
    width: auto;
    min-width: 300px;
  }

  .kontakt-wrapper {
    grid-column-gap: 35px;
  }

  .footer-content {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-columns-wrapper {
    grid-column-gap: 0px;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .rzte-list {
    grid-template-columns: min-content min-content min-content;
  }

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

  .leistung_histo_hintergrund {
    width: 100%;
    height: 5vw;
    display: none;
    inset: auto 0% 0%;
  }

  .about_home_top {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .fusevo-link-wrapper {
    align-items: flex-end;
  }

  .fusevo-logo {
    width: 4.8rem;
  }

  .leistung_histo_hintergrund-2 {
    width: 100%;
    height: 5vw;
    display: none;
    inset: auto 0% 0%;
  }

  .top-bar {
    display: none;
  }

  .checkout_headings {
    font-size: 2rem;
  }

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

  .checkout_blocks {
    flex: 0 auto;
    margin-right: 0;
  }

  .popup_close_icon {
    right: -14px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
  }

  .text-block.large {
    font-size: 1.1rem;
  }

  .text-block.large.regular {
    font-weight: 400;
  }

  .text-block.large.white.pink-link {
    font-size: 13px;
  }

  .text-block.nav-mobile {
    font-size: 1.5rem;
  }

  .nav {
    z-index: 999;
    grid-column-gap: 16px;
    grid-row-gap: 25px;
    background-color: #0000;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    display: flex;
  }

  .burger-button {
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 35px;
    margin-top: 25px;
    margin-right: 15px;
    padding: 10px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .burger-line {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 2px;
    padding: 0;
  }

  .mobile-menu {
    z-index: 90;
    background-color: var(--white-smoke);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    min-height: 500px;
    padding-top: 25vh;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .circle.large.about.mouse-follow.pink {
    width: 100px;
    height: 100px;
  }

  .circle.normal.about.mouse-follow.pink {
    width: 90px;
    height: 90px;
    top: 29px;
    left: 189px;
  }

  .circle.small.about.mouse-follow.pink {
    width: 70px;
    height: 70px;
    top: -.1px;
    left: 120.7px;
  }

  .circle.xsmall.about.mouse-follow.pink {
    width: 40px;
    height: 40px;
    top: 76px;
    left: 94px;
  }

  .mobile-links-wrapper-center {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .mobile-links-wrapper-footer {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: absolute;
    inset: auto auto 10vh 5vw;
  }

  .about-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .about-bubbles-wrapper {
    width: auto;
    height: 150px;
  }

  .about-text-wrapper {
    width: auto;
  }

  .bg-circle {
    width: 150px;
    height: 150px;
  }

  .kontakt-wrapper {
    grid-row-gap: 35px;
    flex-direction: column-reverse;
  }

  .map {
    height: 300px;
  }

  .div-columns-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rzte-list {
    grid-template-columns: min-content min-content;
  }

  .imagepart {
    width: 52px;
    height: 52px;
    min-height: 52px;
  }

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

  .about_home_top {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .text-block.large {
    font-size: 1rem;
  }

  .mobile-menu {
    min-height: 400px;
  }

  .hero-text-wrapper {
    width: auto;
  }

  .her-right-wrapper {
    width: 46vw;
    height: 29vw;
    margin-bottom: 81px;
    margin-left: auto;
  }

  .circle.large.mouse-follow {
    width: 25vw;
    height: 25vw;
  }

  .circle.normal.mouse-follow {
    width: 20vw;
    height: 20vw;
    top: -7.5vw;
    left: 26vw;
  }

  .circle.small.mouse-follow {
    width: 15vw;
    height: 15vw;
    top: 29.2vw;
    left: 30.8vw;
  }

  .circle.xsmall.mouse-follow {
    width: 10vw;
    height: 10vw;
    top: 17.7vw;
    left: 25.3vw;
  }

  .paragraph h3 {
    font-size: 1.2rem;
  }

  .mobile-links-wrapper-footer {
    bottom: 12vh;
  }

  .about-bubbles-wrapper {
    height: 130px;
    margin-bottom: 25px;
    margin-left: 0;
  }

  .about-text-wrapper {
    width: auto;
  }

  .text-size-medium.font-zap.padding-left.padding-small.max-width-large {
    padding-left: .5rem;
    padding-right: 0;
  }

  .answer-wrapper {
    padding-right: 1rem;
  }

  .bg-circle {
    width: 100px;
    height: 100px;
    bottom: 5%;
  }

  .fortbildung-right {
    width: 100%;
    min-width: auto;
  }

  .div-columns-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .button {
    max-width: 85%;
  }

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

  .rzte-list.angestelle {
    grid-template-rows: auto auto;
    grid-template-columns: min-content;
  }

  .imagepart {
    width: 22.5vw;
    min-width: 22.5vw;
    height: 22.5vw;
    min-height: 22.5vw;
  }

  .abteilung-item {
    height: 120px;
  }

  .abteilungen-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto;
    justify-content: stretch;
    justify-items: stretch;
  }

  .team-wrapper {
    align-items: stretch;
  }

  .image-temp {
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .fusevo-link-wrapper {
    align-items: flex-end;
  }

  .fusevo-logo {
    width: 4rem;
  }

  .small_heading {
    font-size: 1.5rem;
  }

  .buy_button {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
  }

  .checkout_headings {
    font-size: 1.7rem;
  }

  .order_form_button {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 15px;
  }

  .announcement-popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup_close_icon {
    right: -4px;
  }
}

#w-node-bff32459-c5f6-cc7b-f6ed-f9170b083805-ea48c103, #w-node-bff32459-c5f6-cc7b-f6ed-f9170b083816-ea48c103, #w-node-_22a0ffa2-adc0-2072-3aab-dc94f1748bc6-ea48c109, #w-node-e6734d9d-6235-7f14-ddb1-9f099cce4ca0-ea48c109, #w-node-e6734d9d-6235-7f14-ddb1-9f099cce4cb1-ea48c109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abc93bae-9906-371a-b237-14e5864341a9-ea48c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_951c21f4-653c-fc02-933f-c18b35fe4d03-ea48c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Gefuellte-Formalinglaeser-20-ml-Stk-2.w-node-_205831d5-3fe8-faa4-92f3-f54dabbf2192-ea48c11c {
  align-self: center;
}

#w-node-c35de9ad-8a56-ba03-56fb-00f249378713-ea48c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Gefuellte-Formalinglaeser-100-ml-Stk-2.w-node-ab690994-8d9e-8e78-add9-b344beeda6e1-ea48c11c {
  align-self: center;
}

#w-node-f753ed83-7065-cac7-b01a-d273bcf9782c-ea48c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Ueberweisungsscheine-Stk-2.w-node-_042be903-349e-818f-a3e0-abad5dcb39e8-ea48c11c {
  align-self: center;
}

#w-node-cc578d5a-5f26-8ba3-7514-2b18d5bfe805-ea48c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Versandmaterial-f-r-direkte-Immunfluorezenz-Stk-2.w-node-_916fa747-cec2-dd07-58e9-7459bba8753c-ea48c11c {
  align-self: center;
}

#w-node-_450309f2-48cd-b6b4-c781-57c2b6beeec9-ea48c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#\35 \.-Unfrankierte-T-ten-Entgelt-zahlt-Empf-nger-Stk.w-node-_39629d15-fa36-edb1-50e7-d819a01e3f33-ea48c11c {
  align-self: center;
}

#w-node-_914dfd8e-36ad-9a58-9cd7-d7113439387c-ea48c11c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#Aufkleber-f-r-Formalingl-ser.w-node-f08c0a5b-f1b5-5a9d-53e9-bcf63b8be53d-ea48c11c {
  align-self: center;
}

#w-node-b81111b6-5471-641d-5053-135843a3620c-ea48c11c, #w-node-_7ddef517-74a1-f78e-ca76-17366811188b-ea48c11c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Praxis.w-node-_485f9c59-37ce-7fbe-8e75-b214dfb0bc05-ea48c11c, #Email.w-node-_67d4fc6c-9836-1810-1137-1114831136b0-ea48c11c, #PLZ-3.w-node-_602399c6-3441-f677-eac5-7681b69350ab-ea48c11c, #Ort.w-node-_800e8a75-11ea-88bd-e75d-17891a6ed7b6-ea48c11c {
  align-self: center;
}

#w-node-_800e8a75-11ea-88bd-e75d-17891a6ed7af-ea48c11c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#Strasse.w-node-_800e8a75-11ea-88bd-e75d-17891a6ed7b2-ea48c11c {
  align-self: center;
}

#w-node-_83740575-69f8-63fc-4818-b3d10ecc7881-ea48c11c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}