@font-face {
  font-family: Montserrat variablefont wght;
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat variablefont wght;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poltawskinowy variablefont wght;
  src: url('../fonts/PoltawskiNowy-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --white: white;
  --black: black;
}

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

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

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

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-menu {
  opacity: 1;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #383838;
  background-clip: border-box;
  border: 1px solid #afadad;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  border: 1px solid #afadad;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 100;
}

.nav-link-4 {
  color: #fff;
  border: 1px solid #afadad;
  border-radius: 1px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 100;
}

.navbar-dark-nav-button {
  opacity: .77;
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  padding: 20px 30px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 12px;
  font-weight: 100;
  display: flex;
}

.navbar-dark-nav-button:hover {
  background-color: #fffc;
}

.navbar-dark-brand {
  flex: 1;
  align-self: center;
}

.image {
  margin-top: 10px;
  display: inline-block;
}

.navbar-container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-dark-menu-button.w--open {
  background-color: #2e2e2e;
}

.navmen-punkt {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #afadad;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 12px;
  font-weight: 100;
  display: flex;
  position: static;
}

.navmen-punkt:hover {
  color: #fff;
}

.navbar-dark {
  opacity: 1;
  background-color: #d9cdbd;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-dark.sarah {
  background-color: #dbcdbc;
  border-bottom: 1px solid #000;
}

.navbar-dark.sarah.kfz-weber {
  background-color: #272727;
}

.logo-hero-startseite {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/DSC_0001.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  background-color: #3f3c3c82;
  border: 1px solid #fff;
  grid-template-columns: 1fr;
  padding-left: 10px;
  padding-right: 10px;
}

.heading {
  color: #600;
  text-align: center;
  font-family: Montserrat variablefont wght, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.link-block {
  background-image: url('../images/Logo---KFZ-Weber.png');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  height: 150px;
}

.lackierwerkstatt {
  background-image: linear-gradient(#00000052, #00000052), url('../images/DSC_0005.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #8b8b8b;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.werkstatt {
  background-image: linear-gradient(#00000073, #00000073), url('../images/DSC_0018.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #000;
  justify-content: center;
  align-items: center;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reparatur {
  background-image: linear-gradient(#29292970, #29292970), url('../images/DSC_0034.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #8b8b8b;
  justify-content: center;
  align-items: center;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-3 {
  color: #fff;
  background-color: #7979798f;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

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

.heading-4 {
  color: #fff;
  background-color: #5e5e5e73;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

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

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

.heading-5 {
  background-color: #4b4b4b82;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.gallerie {
  background-image: linear-gradient(#2727277d, #2727277d), url('../images/DSC_0050.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px solid #000;
  justify-content: center;
  align-items: center;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-6 {
  color: #000;
  background-color: #414141a6;
  border: 1px solid #fff;
  margin-top: 10px;
  padding: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

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

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area"
                 "."
                 / 6fr 3.25fr 3.25fr 4fr;
  place-items: start;
  width: 940px;
}

.heading-14 {
  color: #666;
  padding: 10px;
  font-weight: 400;
}

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

.heading-15, .heading-13 {
  color: #fff;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.grid-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-around;
  place-items: center stretch;
  display: grid;
}

.link {
  color: #fff;
}

.footer-high-gloss-car {
  background-color: #dcccbb;
  border-top: 1px solid #646464;
  min-height: 20vh;
}

.footer-high-gloss-car.sarah-make-up-artist {
  background-color: #1d1d1d;
}

.div-block-40 {
  border-top: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40.pelk {
  background-color: #000;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
}

.div-block-36 {
  text-align: center;
}

.lottie-animation-4 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: block;
}

.heading-18 {
  color: #fff;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-18.terminanfragen {
  color: #fff;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 400;
}

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

.text-block-8 {
  color: #797979;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-41 {
  background-image: url('../images/TuVl-Logo-1.png');
  background-position: 50%;
  background-size: contain;
}

.div-block-42 {
  background-image: url('../images/TuVl-Logo-1.png');
  background-position: 50%;
  background-size: cover;
  width: 275px;
  height: 150px;
}

.grid-55 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.div-block-89 {
  background-image: url('../images/bild-tg.jpeg');
  background-position: 50% 0;
  background-size: cover;
  width: 950px;
  height: 400px;
}

.div-block-89.kontakt {
  background-image: linear-gradient(#00000087, #00000087), url('../images/DSC_0045.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  width: 940px;
}

.div-block-90 {
  text-align: center;
  background-color: #d1d1d1;
}

.link-block-22 {
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
}

.heading-76 {
  text-align: center;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 400;
}

.grid-56 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

.div-block-91 {
  text-align: center;
  background-color: #d1d1d1;
}

.link-block-23 {
  color: #2e2e2e;
  text-align: center;
  text-decoration: none;
}

.text-block-11 {
  text-align: center;
}

.text-field-9, .textarea-2 {
  margin-bottom: 20px;
}

.gefunden, .field-label-5 {
  color: #000;
}

.error-message-2 {
  text-align: center;
}

.success-message-2 {
  color: #333;
  background-color: #4f9659;
}

.um-was-gehts {
  color: #000;
  font-weight: 700;
}

.text-block-10 {
  color: #000;
  font-weight: 600;
}

.select-field-2 {
  margin-bottom: 20px;
}

.submit-button-2 {
  background-color: #474747;
  font-weight: 700;
}

.form {
  text-align: center;
}

.section-5 {
  margin-top: 40px;
}

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

.section-6 {
  background-image: url('../images/DSC_0005.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #000;
  margin: 20px;
}

.section-6.repearatur {
  background-image: url('../images/DSC_0039.jpg');
  background-position: 50% 75%;
}

.section-6.pickerl {
  background-image: url('../images/WhatsApp-Image-2023-03-29-at-13.46.15-3.jpeg');
  background-position: 50% 70%;
}

.section-6.pickerl.werk {
  background-image: url('../images/DSC_0018.jpg');
  background-position: 50% 65%;
}

.section-6.gall {
  background-image: linear-gradient(#07070785, #07070785), url('../images/DSC_0051.jpg');
  background-position: 0 0, 50% 52%;
  background-size: auto, cover;
}

.heading-77 {
  color: #fff;
  text-align: center;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.heading-77.rep {
  color: #fff;
}

.div-block-92 {
  margin-bottom: 10px;
}

.text-block-12 {
  color: #e02727;
  text-align: center;
  background-color: #000;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-block-12.rep {
  background-color: #494949;
}

.text-block-12.pickerl {
  background-color: #909b9a;
}

.text-block-12.pickerl.werk {
  color: #000;
  background-color: #e72f23;
}

.text-block-12.gall {
  background-color: #0f1b5f;
}

.basisger-st-1 {
  grid-column-gap: 7px;
}

.basisger-st-1.spot-repair, .basisger-st-1.spot-repair-ehrlich {
  margin-top: 20px;
  margin-bottom: 40px;
}

.basisger-st-1.versich {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.basisger-st-1.klima, .basisger-st-1.spur, .basisger-st-1.unter, .basisger-st-1.reifen, .basisger-st-1.somwin, .basisger-st-1.sonstig {
  margin-top: 20px;
  margin-bottom: 40px;
}

.basisger-st-1.normal {
  margin-bottom: 40px;
}

.basisger-st-1.anh-nger {
  margin-top: 20px;
  margin-bottom: 40px;
}

.basisger-st-1.standard {
  margin-bottom: 40px;
}

.basisger-st-1.lackierei, .basisger-st-1.neben {
  margin-top: 20px;
  margin-bottom: 40px;
}

.text-berschrift-1.versich {
  width: auto;
  height: auto;
}

.text-berschrift-1.somwin, .text-berschrift-1.normal {
  text-align: center;
}

.bild-1.spot-repair {
  background-image: linear-gradient(#3131315e, #3131315e), url('../images/DSC_0005.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.spot-ehrlich {
  background-image: linear-gradient(#8181814a, #8181814a), url('../images/DSC_0010.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.klima {
  background-image: linear-gradient(#00000057, #00000057), url('../images/WhatsApp-Image-2023-03-29-at-13.46.16-4.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.spur {
  background-image: linear-gradient(#46464680, #46464680), url('../images/WhatsApp-Image-2023-03-29-at-13.46.17-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.unter {
  background-image: url('../images/WhatsApp-Image-2023-05-11-at-08.26.54-1.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 300px;
}

.bild-1.reifen {
  background-image: linear-gradient(#201f1f75, #201f1f75), url('../images/WhatsApp-Image-2023-03-29-at-13.46.12.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.somwin {
  background-image: linear-gradient(#4643436b, #4643436b), url('../images/WhatsApp-Image-2023-03-29-at-13.46.17-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.sonstig {
  background-image: linear-gradient(#4c4c4c80, #4c4c4c80), url('../images/DSC_0026.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.normal {
  background-image: linear-gradient(#4d4d4d80, #4d4d4d80), url('../images/DSC_0049.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.anh-nger {
  background-image: linear-gradient(#2e2e2e70, #2e2e2e70), url('../images/WhatsApp-Image-2023-03-29-at-13.46.15-3.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.service-all {
  background-image: url('../images/WhatsApp-Image-2023-03-29-at-13.46.14.jpeg');
  background-position: 49%;
  background-size: cover;
  width: 450px;
  height: 300px;
}

.bild-1.standard {
  background-image: linear-gradient(#5757576e, #5757576e), url('../images/WhatsApp-Image-2023-03-29-at-13.46.15-2.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.lackierei {
  background-image: linear-gradient(#5050506b, #5050506b), url('../images/DSC_0009.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.neben {
  background-image: linear-gradient(#5e5e5e61, #5e5e5e61), url('../images/DSC_0030.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.bild-1.speng {
  background-image: linear-gradient(#6e6e6e80, #6e6e6e80), url('../images/DSC_0039.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 450px;
  height: 300px;
}

.beschreibung-1.spot-repair {
  color: #2b2b2b;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.beschreibung-1.versich {
  width: auto;
  height: auto;
}

.beschreibung-1.unter {
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
}

.beschreibung-1.somwin {
  text-align: center;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.beschreibung-1.service-all {
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
}

.beschreibung-1.lackierei, .beschreibung-1.neben {
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.beispiel-berger-st.spot-repair {
  margin: 20px auto;
}

.beispiel-berger-st.versich {
  width: auto;
  height: auto;
}

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

.section-7 {
  margin: 20px auto;
}

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

.heading-78 {
  text-align: center;
  background-color: #171d49a1;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-13 {
  text-align: center;
}

.heading-79 {
  text-align: center;
  background-color: #c46e24;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 700;
}

.text-block-14 {
  color: #2b2b2b;
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-80 {
  text-align: center;
  background-color: #c32b2b;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.versich {
  width: 450px;
  height: 300px;
}

.versich.bild-1 {
  background-image: linear-gradient(#49494980, #49494980), url('../images/Versicherungs-Abwcklung-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lack {
  width: auto;
  height: auto;
}

.text-block-15 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-81 {
  text-align: center;
  background-color: #2c6be0;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 700;
}

.text-block-16 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-82 {
  text-align: center;
  background-color: #2ab160;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-17 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-83 {
  text-align: center;
  background-color: #72da28;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 700;
}

.text-block-18 {
  text-align: center;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-84 {
  text-align: center;
  background-color: #eb8118;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-19 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-85 {
  background-color: #eb60f0;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 700;
}

.text-block-20 {
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
}

.heading-86 {
  text-align: center;
  background-color: #afafaf;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-21 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-87 {
  background-color: #807e7e;
}

.heading-88 {
  background-color: #ff8d8d;
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.link-block-24 {
  color: #2e2e2e;
}

.heading-89 {
  background-color: #8d5050;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-22 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-90 {
  text-align: center;
  background-color: #6390f0;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-23 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-91 {
  text-align: center;
  background-color: #63922a;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
  font-weight: 700;
}

.text-block-24 {
  text-align: center;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-92 {
  text-align: center;
  background-color: #7e4545;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-25 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.heading-93 {
  text-align: center;
  background-color: #5d68bb;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-26 {
  text-align: center;
}

.heading-94 {
  text-align: center;
  background-color: #5a8f58;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-27 {
  text-align: center;
}

.heading-95 {
  text-align: center;
  background-color: #9daf4b;
  border: 1px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poltawskinowy variablefont wght, sans-serif;
}

.text-block-28 {
  text-align: center;
  background-color: #c7c7c799;
  border: 1px solid #000;
  padding: 10px;
  font-family: Montserrat variablefont wght, sans-serif;
  font-weight: 600;
}

.section-8 {
  text-align: center;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.container-2 {
  position: static;
}

.heading-96 {
  text-align: center;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-dark-nav-button {
    flex-flow: row;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .navmen-punkt {
    flex: 0 auto;
    display: flex;
  }

  .navbar-dark-icon {
    color: #fff;
    justify-content: flex-end;
    display: flex;
  }

  .logo-hero-startseite {
    height: 500px;
  }

  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 55px;
  }

  .lackierwerkstatt, .werkstatt, .reparatur {
    height: 500px;
  }

  .heading-3, .heading-4, .heading-5 {
    font-size: 50px;
    line-height: 70px;
  }

  .gallerie {
    height: 500px;
  }

  .heading-6 {
    font-size: 50px;
    line-height: 70px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-42 {
    width: 250px;
    height: 135px;
  }

  .div-block-89, .div-block-89.kontakt {
    width: 725px;
  }

  .heading-76 {
    font-size: 30px;
  }

  .section-5 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-dark-nav-button {
    flex-direction: row;
  }

  .logo-hero-startseite {
    height: 400px;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 50px;
  }

  .link-block {
    width: 400px;
    height: 100px;
  }

  .link-block.w--current {
    width: 450px;
  }

  .lackierwerkstatt, .werkstatt, .reparatur {
    height: 400px;
  }

  .heading-3, .heading-4, .heading-5 {
    font-size: 35px;
    line-height: 60px;
  }

  .gallerie {
    height: 400px;
  }

  .heading-6 {
    font-size: 35px;
    line-height: 60px;
  }

  .footer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-15, .heading-13, .heading-18 {
    font-size: 15px;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-42 {
    width: 200px;
    height: 125px;
  }

  .div-block-89 {
    width: 575px;
  }

  .div-block-89.kontakt {
    width: 600px;
  }

  .form, .section-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bild-1.spot-repair, .bild-1.spot-ehrlich, .bild-1.klima, .bild-1.spur, .bild-1.unter, .bild-1.reifen, .bild-1.somwin, .bild-1.sonstig, .bild-1.normal, .bild-1.anh-nger, .bild-1.service-all, .bild-1.standard, .bild-1.lackierei, .bild-1.neben, .bild-1.speng {
    width: 300px;
    height: 200px;
    margin-left: 10px;
  }

  .beschreibung-1.spot-repair, .beschreibung-1.unter, .beschreibung-1.service-all {
    margin-right: 10px;
  }

  .beschreibung-1.lackierei, .beschreibung-1.neben {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-78 {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    line-height: 40px;
  }

  .text-block-13 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-14 {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .versich.bild-1 {
    width: 300px;
    height: 200px;
    margin-left: 10px;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-18 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-19, .text-block-20, .text-block-21 {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-88 {
    font-size: 35px;
  }

  .heading-89 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-22 {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-90 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-23 {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-91 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-24 {
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-25, .text-block-28 {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .navbar-dark-nav-button {
    flex-direction: row;
  }

  .navbar-dark-nav-button:hover {
    background-color: #fff;
  }

  .navmen-punkt:active {
    background-color: #0000001a;
  }

  .navbar-dark {
    opacity: 1;
  }

  .logo-hero-startseite {
    height: 300px;
  }

  .grid {
    grid-row-gap: 0px;
  }

  .heading {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .link-block {
    width: 250px;
    height: 50px;
  }

  .link-block.w--current {
    width: 250px;
  }

  .lackierwerkstatt, .werkstatt, .reparatur {
    height: 300px;
  }

  .heading-3, .heading-4, .heading-5 {
    font-size: 20px;
    line-height: 50px;
  }

  .gallerie {
    height: 300px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 50px;
  }

  .heading-14, .heading-15, .heading-13 {
    font-size: 10px;
  }

  .grid-9 {
    grid-column-gap: 10px;
  }

  .heading-18 {
    font-size: 10px;
  }

  .text-block-8 {
    padding: 10px 20px 20px;
  }

  .div-block-42 {
    width: 135px;
    height: 75px;
  }

  .div-block-89 {
    width: 360px;
  }

  .div-block-89.kontakt {
    background-image: linear-gradient(#00000075, #00000075), url('../images/DSC_0045.jpg');
    background-position: 0 0, 0%;
    width: 360px;
  }

  .heading-76 {
    font-size: 25px;
  }

  .heading-77 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-12 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bild-1.spot-repair, .bild-1.spot-ehrlich, .bild-1.klima, .bild-1.spur, .bild-1.unter, .bild-1.reifen, .bild-1.somwin, .bild-1.sonstig, .bild-1.normal, .bild-1.anh-nger, .bild-1.service-all, .bild-1.standard, .bild-1.lackierei, .bild-1.neben, .bild-1.speng {
    width: 200px;
    height: 150px;
  }

  .beschreibung-1.lackierei, .beschreibung-1.neben {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-78 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-13 {
    text-align: left;
    font-size: 10px;
    line-height: 14px;
  }

  .heading-79 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-14 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-80 {
    font-size: 30px;
    line-height: 35px;
  }

  .versich.bild-1 {
    width: 200px;
    height: 150px;
  }

  .text-block-15 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-81 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-16 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-82 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-17 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-83 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-18 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-84 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-19 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-85 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-20 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-86 {
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-21 {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-88, .heading-89 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-22 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-90 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-23 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-91 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-24 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-92 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-25 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-93, .heading-94, .heading-95 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-28 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-96 {
    font-size: 20px;
  }
}

#w-node-a58551af-c2c7-e1fb-b540-9d91c04cc9a5-58ef1132, #w-node-_4bc06f92-6a59-ad93-5585-b72f33e5624d-58ef1132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a080e0d4-688b-cff3-8c29-9fe85bf079b9-58ef1132, #w-node-a080e0d4-688b-cff3-8c29-9fe85bf079bd-58ef1132, #w-node-a080e0d4-688b-cff3-8c29-9fe85bf079c1-58ef1132, #w-node-a080e0d4-688b-cff3-8c29-9fe85bf079c5-58ef1132, #w-node-a080e0d4-688b-cff3-8c29-9fe85bf079c9-58ef1132 {
  place-self: center;
}

#w-node-a080e0d4-688b-cff3-8c29-9fe85bf079cd-58ef1132, #w-node-a080e0d4-688b-cff3-8c29-9fe85bf079d0-58ef1132 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-a080e0d4-688b-cff3-8c29-9fe85bf079d6-58ef1132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79039414-b964-4934-c8f8-b8e71509a15f-cea96d4d, #w-node-_79039414-b964-4934-c8f8-b8e71509a163-cea96d4d, #w-node-_79039414-b964-4934-c8f8-b8e71509a167-cea96d4d, #w-node-_79039414-b964-4934-c8f8-b8e71509a16b-cea96d4d, #w-node-_79039414-b964-4934-c8f8-b8e71509a16f-cea96d4d {
  place-self: center;
}

#w-node-_79039414-b964-4934-c8f8-b8e71509a173-cea96d4d, #w-node-_79039414-b964-4934-c8f8-b8e71509a175-cea96d4d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_79039414-b964-4934-c8f8-b8e71509a17b-cea96d4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b19824f7-f83a-c488-656b-19635381669d-28dcf97f, #w-node-b19824f7-f83a-c488-656b-1963538166a1-28dcf97f, #w-node-b19824f7-f83a-c488-656b-1963538166a5-28dcf97f, #w-node-b19824f7-f83a-c488-656b-1963538166a9-28dcf97f, #w-node-b19824f7-f83a-c488-656b-1963538166ad-28dcf97f {
  place-self: center;
}

#w-node-b19824f7-f83a-c488-656b-1963538166b1-28dcf97f, #w-node-b19824f7-f83a-c488-656b-1963538166b3-28dcf97f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-b19824f7-f83a-c488-656b-1963538166b9-28dcf97f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46a6ee44-6190-4bb4-df5c-aeb82d822ba7-e571316f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_269cc375-f173-22d5-7bd9-7e6d2c94952d-e571316f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b63f955-e23b-1f8a-adf6-a9bd3a62aa8a-e571316f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adf11327-fb66-71f6-c2e2-32ffbe7742e9-e571316f, #w-node-_8d27bf25-86b4-f48a-8ea7-13504d0fbdb1-e571316f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-de0f18a8-0381-26de-e389-e5b1897fd4a8-e571316f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de0f18a8-0381-26de-e389-e5b1897fd4a9-e571316f, #w-node-de0f18a8-0381-26de-e389-e5b1897fd4aa-e571316f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-c6a4e9ed-3e63-20db-2917-c75df71a896a-e571316f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-c6a4e9ed-3e63-20db-2917-c75df71a896b-e571316f, #w-node-c6a4e9ed-3e63-20db-2917-c75df71a896c-e571316f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_45209434-44a3-9cb8-9d00-deded80b2c43-e571316f, #w-node-_45209434-44a3-9cb8-9d00-deded80b2c47-e571316f, #w-node-_45209434-44a3-9cb8-9d00-deded80b2c4b-e571316f, #w-node-_45209434-44a3-9cb8-9d00-deded80b2c4f-e571316f, #w-node-_45209434-44a3-9cb8-9d00-deded80b2c53-e571316f {
  place-self: center;
}

#w-node-_45209434-44a3-9cb8-9d00-deded80b2c57-e571316f, #w-node-_45209434-44a3-9cb8-9d00-deded80b2c59-e571316f {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_45209434-44a3-9cb8-9d00-deded80b2c5f-e571316f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7feef692-6daf-5a75-3de4-3f5e72ad94ee-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7feef692-6daf-5a75-3de4-3f5e72ad94f1-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f20daa4-0ebc-ee36-ef53-2837ea9a8295-ea0c5b8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f20daa4-0ebc-ee36-ef53-2837ea9a8296-ea0c5b8a, #w-node-_4f20daa4-0ebc-ee36-ef53-2837ea9a8297-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4f20daa4-0ebc-ee36-ef53-2837ea9a829a-ea0c5b8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f20daa4-0ebc-ee36-ef53-2837ea9a829b-ea0c5b8a, #w-node-_4f20daa4-0ebc-ee36-ef53-2837ea9a829c-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b61d51a0-2d95-282f-eb22-bc5773297db1-ea0c5b8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b61d51a0-2d95-282f-eb22-bc5773297db2-ea0c5b8a, #w-node-b61d51a0-2d95-282f-eb22-bc5773297db3-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_18efc240-e32c-b0a0-c23d-aa5fec630e79-ea0c5b8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18efc240-e32c-b0a0-c23d-aa5fec630e7a-ea0c5b8a, #w-node-_18efc240-e32c-b0a0-c23d-aa5fec630e7b-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_72b931ce-c45b-c574-9bdd-4729fccbc987-ea0c5b8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72b931ce-c45b-c574-9bdd-4729fccbc988-ea0c5b8a, #w-node-_72b931ce-c45b-c574-9bdd-4729fccbc989-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fed32ad9-a42e-660c-269e-d522923dbb9d-ea0c5b8a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fed32ad9-a42e-660c-269e-d522923dbb9e-ea0c5b8a, #w-node-fed32ad9-a42e-660c-269e-d522923dbb9f-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f6bb7c39-5322-05c3-5c3a-d8b75dd0251e-ea0c5b8a, #w-node-f6bb7c39-5322-05c3-5c3a-d8b75dd02522-ea0c5b8a, #w-node-f6bb7c39-5322-05c3-5c3a-d8b75dd02526-ea0c5b8a, #w-node-f6bb7c39-5322-05c3-5c3a-d8b75dd0252a-ea0c5b8a, #w-node-f6bb7c39-5322-05c3-5c3a-d8b75dd0252e-ea0c5b8a {
  place-self: center;
}

#w-node-f6bb7c39-5322-05c3-5c3a-d8b75dd02532-ea0c5b8a, #w-node-f6bb7c39-5322-05c3-5c3a-d8b75dd02534-ea0c5b8a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-f6bb7c39-5322-05c3-5c3a-d8b75dd0253a-ea0c5b8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d3fad7-c880-2c97-bee1-0ba397db5652-0b3dd07d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_95d3fad7-c880-2c97-bee1-0ba397db5655-0b3dd07d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7233405-d09b-c51a-042e-d6c8577e4798-0b3dd07d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-f7233405-d09b-c51a-042e-d6c8577e4799-0b3dd07d, #w-node-f7233405-d09b-c51a-042e-d6c8577e479a-0b3dd07d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f7233405-d09b-c51a-042e-d6c8577e479d-0b3dd07d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7233405-d09b-c51a-042e-d6c8577e479e-0b3dd07d, #w-node-f7233405-d09b-c51a-042e-d6c8577e479f-0b3dd07d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f7233405-d09b-c51a-042e-d6c8577e47a2-0b3dd07d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7233405-d09b-c51a-042e-d6c8577e47a3-0b3dd07d, #w-node-f7233405-d09b-c51a-042e-d6c8577e47a4-0b3dd07d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3a3f5358-be90-ed0b-1914-cada647287f8-0b3dd07d, #w-node-_3a3f5358-be90-ed0b-1914-cada647287fc-0b3dd07d, #w-node-_3a3f5358-be90-ed0b-1914-cada64728800-0b3dd07d, #w-node-_3a3f5358-be90-ed0b-1914-cada64728804-0b3dd07d, #w-node-_3a3f5358-be90-ed0b-1914-cada64728808-0b3dd07d {
  place-self: center;
}

#w-node-_3a3f5358-be90-ed0b-1914-cada6472880c-0b3dd07d, #w-node-_3a3f5358-be90-ed0b-1914-cada6472880e-0b3dd07d {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_3a3f5358-be90-ed0b-1914-cada64728814-0b3dd07d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_631d2fd5-980c-a2f9-7005-c41aa4ccb32f-97b60ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_631d2fd5-980c-a2f9-7005-c41aa4ccb332-97b60ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02b05bc6-5edf-c02f-3ca8-e54461658802-97b60ee1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02b05bc6-5edf-c02f-3ca8-e54461658803-97b60ee1, #w-node-_02b05bc6-5edf-c02f-3ca8-e54461658804-97b60ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02b05bc6-5edf-c02f-3ca8-e54461658807-97b60ee1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02b05bc6-5edf-c02f-3ca8-e54461658808-97b60ee1, #w-node-_02b05bc6-5edf-c02f-3ca8-e54461658809-97b60ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_02b05bc6-5edf-c02f-3ca8-e5446165880c-97b60ee1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02b05bc6-5edf-c02f-3ca8-e5446165880d-97b60ee1, #w-node-_02b05bc6-5edf-c02f-3ca8-e5446165880e-97b60ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_760301b6-812f-0035-4d42-bf8be987a451-97b60ee1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_760301b6-812f-0035-4d42-bf8be987a452-97b60ee1, #w-node-_760301b6-812f-0035-4d42-bf8be987a453-97b60ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8f47c5e0-df4f-2b98-985f-1715d3e34f4d-97b60ee1, #w-node-_8f47c5e0-df4f-2b98-985f-1715d3e34f51-97b60ee1, #w-node-_8f47c5e0-df4f-2b98-985f-1715d3e34f55-97b60ee1, #w-node-_8f47c5e0-df4f-2b98-985f-1715d3e34f59-97b60ee1, #w-node-_8f47c5e0-df4f-2b98-985f-1715d3e34f5d-97b60ee1 {
  place-self: center;
}

#w-node-_8f47c5e0-df4f-2b98-985f-1715d3e34f61-97b60ee1, #w-node-_8f47c5e0-df4f-2b98-985f-1715d3e34f63-97b60ee1 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_8f47c5e0-df4f-2b98-985f-1715d3e34f69-97b60ee1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76426872-9ef7-2fd0-27bb-20623e931caf-93852ad5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_76426872-9ef7-2fd0-27bb-20623e931cb2-93852ad5, #w-node-_49eafb68-9365-107c-600c-3c3b9f831c56-93852ad5, #w-node-_415ed6d1-3a2b-6c1c-02e6-8e93d4f9392d-93852ad5, #w-node-_612246c9-d7d7-73e3-e22e-42c5dcd694d9-93852ad5, #w-node-_24f53831-f90d-a435-5d8e-82ebab4dcaae-93852ad5, #w-node-_13cf3b53-07ca-2e7d-5fbe-00ff19dfb723-93852ad5, #w-node-_3dac5058-377a-ac19-9edd-105456804a88-93852ad5, #w-node-_21aa0914-6d28-e54e-6512-2e4bd7faf976-93852ad5, #w-node-b767c86a-157f-05cf-6780-2993541fb6c2-93852ad5, #w-node-cdfc88b1-eca8-3191-9229-abe21605f36a-93852ad5, #w-node-ae7154a2-fe0e-7b13-dd5c-34ee9d5aa665-93852ad5, #w-node-_5234cfa7-b167-ddd2-09d7-142b1e67618c-93852ad5, #w-node-_090df72f-1bb5-b434-70b3-75bc0a2d2a25-93852ad5, #w-node-_9745d595-1825-c953-298f-3fdc2c99002f-93852ad5, #w-node-ab17e5f4-0fc8-a73d-b19e-ab9a1ae50964-93852ad5, #w-node-_671ac126-a6c6-8112-56a5-d61afe6bfbb8-93852ad5, #w-node-_294a7a20-c813-2cc6-9472-5f018ab16c44-93852ad5, #w-node-_2256885e-a8fe-05b3-802a-3a6bc9ac9861-93852ad5, #w-node-_899f024e-adf0-4c79-e40b-71bdaf91357a-93852ad5, #w-node-_7ec64277-0545-babc-f778-a2d11598747e-93852ad5, #w-node-_06732a19-b51e-9aaf-77fa-0d71619f03d7-93852ad5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be0be262-1d86-f166-4e0e-ac3eeeb2738a-93852ad5, #w-node-be0be262-1d86-f166-4e0e-ac3eeeb2738e-93852ad5, #w-node-be0be262-1d86-f166-4e0e-ac3eeeb27392-93852ad5, #w-node-be0be262-1d86-f166-4e0e-ac3eeeb27396-93852ad5, #w-node-be0be262-1d86-f166-4e0e-ac3eeeb2739a-93852ad5 {
  place-self: center;
}

#w-node-be0be262-1d86-f166-4e0e-ac3eeeb2739e-93852ad5, #w-node-be0be262-1d86-f166-4e0e-ac3eeeb273a0-93852ad5 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-be0be262-1d86-f166-4e0e-ac3eeeb273a6-93852ad5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f70fa7d-36eb-c4c1-d5c2-34619472fa08-9dca60bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_2f70fa7d-36eb-c4c1-d5c2-34619472fa09-9dca60bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6362f88c-4a3a-b916-d72c-d1b08b4962ca-9dca60bc, #w-node-_6362f88c-4a3a-b916-d72c-d1b08b4962ce-9dca60bc, #w-node-_6362f88c-4a3a-b916-d72c-d1b08b4962d2-9dca60bc, #w-node-_6362f88c-4a3a-b916-d72c-d1b08b4962d6-9dca60bc, #w-node-_6362f88c-4a3a-b916-d72c-d1b08b4962da-9dca60bc {
  place-self: center;
}

#w-node-_6362f88c-4a3a-b916-d72c-d1b08b4962de-9dca60bc, #w-node-_6362f88c-4a3a-b916-d72c-d1b08b4962e0-9dca60bc {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center;
}

#w-node-_6362f88c-4a3a-b916-d72c-d1b08b4962e6-9dca60bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat variablefont wght';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poltawskinowy variablefont wght';
  src: url('../fonts/PoltawskiNowy-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poltawskinowy variablefont wght';
  src: url('../fonts/PoltawskiNowy-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}