:root {
  --white: white;
  --orange: #ed7317;
  --grün: #86ba0d;
  --black: black;
  --dim-grey: #4d4d4d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #333;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  position: relative;
}

h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  aspect-ratio: auto;
  color: var(--white);
  object-fit: scale-down;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  overflow: visible;
}

.headline-2-ber-flie-text {
  max-width: 85vw;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
}

.headline-2-ber-flie-text.berschrift {
  margin-top: 2em;
}

.section-content {
  width: 85vw;
  max-width: 85vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
}

.section-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.h1-heading-hero {
  z-index: 99;
  color: var(--white);
  background-color: #0a0a0a;
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 85vw;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.h2-heading-content {
  color: var(--white);
  text-align: center;
  background-color: #000;
  border: 1px #000;
  border-radius: 8px;
  max-width: 85vw;
  margin-top: .1em;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-2 {
  color: #000;
  text-align: center;
  max-width: 1200em;
  margin-top: 20px;
  font-size: 1.2em;
  line-height: 1.2;
}

.section-footer {
  z-index: 99;
  width: 100vw;
  max-width: 100%;
}

.balken-top {
  z-index: 2;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
}

.navibar {
  justify-content: space-between;
  align-items: center;
  width: 99vw;
  max-width: 99%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.image {
  z-index: 99;
  min-width: 280px;
  max-width: 0%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.link-navi {
  z-index: 99;
  color: #fff;
  padding-top: 0;
  font-weight: 600;
  position: relative;
}

.link-navi.header {
  font-size: 15px;
}

.link-navi.header:hover {
  color: var(--orange);
}

.navi-links {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  place-content: flex-start center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.balken-footer-2 {
  z-index: 99;
  aspect-ratio: auto;
  background-color: #000;
  width: 100vw;
  max-width: 100%;
  height: 14em;
  display: block;
}

.balken-footer-1 {
  background-color: var(--grün);
  width: 100vw;
  height: .5em;
}

.balken-footer-3 {
  background-color: #464646;
  width: 100vw;
  max-width: 100%;
  height: 2.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.container-content {
  align-self: center;
  width: 85vw;
  max-width: 85vw;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-navi {
  z-index: 999;
  width: 100vw;
  max-width: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.h1-hero-div {
  z-index: 99;
  max-width: 85vw;
}

.gridtitel {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border-radius: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  justify-items: stretch;
  max-width: 1200px;
  height: 85vh;
  margin-top: 30px;
  padding-left: 0;
}

.link-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.link-block.w--current {
  background-image: url('../images/Motorrad-Vollfoliert.webp');
  background-position: 50%;
  background-size: cover;
  transition: all .3s ease-in;
}

.link-block.w--current:hover {
  opacity: .75;
  filter: blur(3px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
}

.link-block.hover {
  background-image: url('../images/Motorrad-Vollfoliert.webp');
  background-position: 50%;
  background-size: cover;
}

.flex-block {
  background-color: var(--black);
  color: var(--grün);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-weight: 700;
}

.flex-block.grid {
  height: auto;
}

.link-block-3 {
  background-image: url('../images/Kia-Toenung-tuer1.webp');
  background-position: 0%;
  background-size: cover;
}

.link-block-3.w--current {
  mix-blend-mode: normal;
  background-image: url('../images/Motorrad-Vollfoliert.webp');
  background-position: 50%;
  background-size: cover;
  transition: opacity .3s ease-in;
}

.link-block-3.w--current:hover {
  opacity: .75;
  filter: blur(3px);
}

.link-block-4 {
  background-image: url('../images/Motorrad-Koffer-40GS.webp');
  background-position: 50% 0;
  background-size: cover;
}

.link-text-grid {
  color: var(--grün);
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.link-text-grid:hover {
  color: var(--orange);
}

.link-text-grid.w--current {
  color: var(--grün);
  font-size: 20px;
  font-style: normal;
}

.link-text-grid.w--current:hover {
  color: var(--orange);
}

.link-block-5 {
  background-image: url('../images/schornstein3.webp');
  background-position: 50%;
  background-size: cover;
}

.link-block-6 {
  background-image: url('../images/Motorrad-Vollfoliert.webp');
  background-position: 50%;
  background-size: cover;
}

.link-block-6.w--current {
  background-image: url('../images/Motorrad-Vollfoliert.webp');
  background-position: 50%;
  background-size: cover;
  transition: all .3s ease-in;
}

.link-block-6.w--current:hover {
  opacity: .75;
  filter: blur(3px);
}

.link-block-7 {
  background-image: url('../images/Kia-Toenung-tuer.webp');
  background-position: 50%;
  background-size: cover;
}

.link-block-9 {
  max-width: 300px;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-9.w--current {
  margin-left: 20px;
  margin-right: 20px;
}

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

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

.h3-heading-footer {
  color: var(--white);
  margin-top: .5em;
  margin-bottom: .3em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
}

.link-footer {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

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

.link-wrapper-footer {
  justify-content: space-around;
  align-self: center;
  width: 70vw;
  max-width: 100%;
  margin-top: .6em;
  margin-left: auto;
  margin-right: auto;
}

.text-footer-copyright {
  color: var(--white);
  text-align: center;
  padding-top: 2px;
  font-family: Open Sans, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
}

.text-footer {
  color: var(--white);
  font-size: 1.2em;
  line-height: 1.5;
}

.text-footer.link {
  font-size: .85em;
}

.div-block {
  background-image: url('../images/Geschäftsleitung.webp');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  max-width: 100%;
  height: 50vh;
}

.div-block.titel {
  background-color: var(--black);
  -webkit-text-stroke-color: #fff;
  background-image: url('../images/porsche-Titel.webp');
  height: 60vh;
}

.div-block.titel.teilfolierung {
  background-image: url('../images/shutterstock_521587840.webp');
  background-position: 50%;
}

.div-block.titel.warnmarkierung {
  background-image: url('../images/MAN-TGA.webp');
  background-position: 50% 20%;
}

.div-block.titel.camper-design {
  background-image: url('../images/Camper-vor-see.webp');
  background-position: 50%;
}

.div-block.titel.schilder-flachglas {
  background-image: url('../images/Werbeschild-totale.webp');
  background-position: 50% 20%;
}

.div-block.scheibent-nung {
  background-image: url('../images/car-wrapping3.webp');
}

.div-block.ueber-uns {
  background-image: url('../images/Geschäftsleitung.webp');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.div-block.bildgalerie {
  background-image: url('../images/Opel-scheinwerfer.webp');
  background-position: 50% 43%;
  background-size: cover;
  height: 60vh;
}

.paragraph {
  color: var(--black);
  text-align: left;
  max-width: 70em;
  margin: 1em auto 0;
  font-size: 1.2rem;
  line-height: 1.4;
}

.paragraph.bildgalerie {
  text-align: center;
  max-width: none;
}

.paragraph.in-grid {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 170px 25px auto;
}

.gridbilder-t-nung {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  height: 60vh;
  margin-top: 1em;
  margin-bottom: 2em;
}

.background-video {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #0003;
  width: 100vw;
  max-width: 100%;
  height: 50vh;
}

.background-video.vollfolierung, .background-video.lackschutz {
  height: 60vh;
}

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

.grid-2.startseite {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  place-items: stretch stretch;
  width: 85vw;
  max-width: 85vw;
  min-height: 30vh;
  margin-left: auto;
  margin-right: auto;
}

.link-block-vollfolierung {
  background-image: url('../images/Motorrad-Vollfoliert.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 40vh;
  transition: all .375s;
}

.link-block-vollfolierung:hover {
  opacity: 1;
  filter: blur(5px);
  mix-blend-mode: luminosity;
  background-position: 50%;
  box-shadow: 0 2px 5px #0003;
}

.link-block-t-nung {
  background-image: url('../images/Kia-Toenung-tuer.webp');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 5px;
  transition: all .375s;
}

.link-block-t-nung:hover {
  filter: blur(5px);
  mix-blend-mode: luminosity;
}

.text-block-grid {
  z-index: 99;
  float: left;
  clear: none;
  background-color: var(--grün);
  color: var(--white);
  text-align: right;
  object-fit: fill;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1.4em;
  margin: 419px 0 4px 4px;
  padding-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: static;
  top: 20px;
  left: auto;
  right: 0%;
}

.text-block-grid.scheiben {
  color: var(--white);
  text-indent: 0;
  border-radius: 5px;
  min-width: auto;
}

.text-block-grid.sonnenschutz {
  color: var(--white);
}

.text-block-grid.caravan {
  min-width: auto;
}

.link-block-camper-design {
  background-image: url('../images/shutterstock_1529925794_.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  transition: all .375s;
}

.link-block-camper-design:hover {
  filter: blur(5px);
  mix-blend-mode: luminosity;
}

.div-block-8 {
  width: 85vw;
  max-width: 85vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.link-im-text {
  float: none;
  clear: none;
  color: var(--grün);
  text-align: left;
  font-weight: 600;
  display: inline;
  position: static;
}

.link-im-text:hover {
  color: var(--orange);
}

.link-block-teilfolierung {
  background-image: url('../images/AdobeStock_187164546.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  transition: all .375s;
}

.link-block-teilfolierung:hover {
  filter: blur(5px);
  mix-blend-mode: luminosity;
}

.link-block-sonnenschutz {
  background-image: url('../images/Wintergarten-Spiegelfolie.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 5px;
  transition: all .375s;
}

.link-block-sonnenschutz:hover {
  filter: blur(5px);
  mix-blend-mode: luminosity;
}

.link-block-schaufenster {
  background-image: url('../images/Schaufensterwerbung-heinemann-schräg.webp');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 5px;
  transition: all .375s;
}

.link-block-schaufenster:hover {
  filter: blur(5px);
  mix-blend-mode: luminosity;
}

.div-block-14 {
  background-image: url('../images/Garten.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 85vw;
  max-width: 1200px;
  height: 50vh;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14.innenraum {
  background-image: url('../images/vorher-nachher-Innenraum.webp');
}

.gridbilder-vollfolierung {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: 500px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: minmax(308px, 1.25fr);
  height: 85vh;
  margin-top: 1em;
  margin-bottom: 1em;
}

.gridbilder-teilfolierung {
  grid-column-gap: 5px;
  grid-row-gap: 205px;
  grid-template-areas: ". ."
                       ". ."
                       ". Area"
                       ". Area";
  height: 70vh;
  margin-top: 25px;
  margin-bottom: 1em;
}

.bild-l1-vollfolierung {
  background-image: url('../images/Benelli-TKR_Motorrad-m.webp');
  background-position: 50% 25%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r1-vollfolierung {
  background-image: url('../images/volvo_schraeg.webp');
  background-position: 50% 10%;
  background-size: cover;
  border-radius: 5px;
}

.bild-l2-vollfolierung {
  background-image: url('../images/Opel-front-nah.webp');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r2-vollfolierung {
  background-image: url('../images/Motorrad-Vollfoliert.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.bild-l1-teilfolierung {
  background-image: url('../images/Protec-Transit3.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -193px;
}

.bild-l2-teilfolierung {
  background-image: url('../images/Golf1.webp');
  background-position: 50% 80%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r1-teilfolierung {
  background-image: url('../images/Polo_2018-m.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -190px;
}

.bild-r2-teilfolierung {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/Audi-A3-Streifen2.webp');
  background-position: 0 0, 50% 100%;
  background-size: 0%, cover;
  border-radius: 5px;
}

.bild-l1-t-nung {
  background-image: url('../images/Kia-Toenung-tuer.webp');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r1-t-nung {
  background-image: url('../images/T3-Toenung-Heck.webp');
  background-position: 50% 1%;
  background-size: cover;
  border-radius: 5px;
}

.bild-l2-t-nung {
  background-image: url('../images/Kia-Toenung-vergleich.webp');
  background-position: 50% 38%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r2-t-nung {
  background-image: url('../images/Q3-toenung-heck.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.bild-l1-lackschutz {
  background-image: url('../images/BMW-E46-Lackschutz.webp');
  background-position: 50% 45%;
  background-size: cover;
  border-radius: 5px;
}

.bild-l2-lackschutz {
  background-image: url('../images/vorher-nachher-Vergleich-ladekante.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r1-lackschutz {
  background-image: url('../images/Peugeot-Traveller-Einstieg-Schiebetür.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r2-lackschutz {
  background-image: url('../images/griffmulde.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.link-block-sonderfahrzeuge {
  mix-blend-mode: normal;
  background-image: url('../images/Cubra-Born.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  transition: all .375s;
}

.link-block-sonderfahrzeuge:hover {
  filter: blur(5px);
  mix-blend-mode: luminosity;
}

.gridbilder-sonderfahrzeuge {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "."
                       "."
                       "."
                       "."
                       ".";
  height: 70vh;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bild-l1-sonderfahrzeug {
  background-image: url('../images/Cubra-Born.webp');
  background-position: 0 40%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r1-sonderfolierung {
  background-image: url('../images/Ford-NRW-Warnmarkierung.webp');
  background-position: 40%;
  background-size: cover;
  border-radius: 5px;
}

.bild-l2-sonderfolierung {
  background-image: url('../images/Feuerwehr-Heck.webp');
  background-position: 50% 40%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r2-sonderfolierung {
  background-image: url('../images/Feuerwehr-Vito.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.gridbilder-schild {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  height: 70vh;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bild-l1-schild {
  background-image: url('../images/Schild-Apotheke.webp');
  background-position: 53% 10%;
  background-size: 1100px;
  border-radius: 5px;
}

.bild-l2-schild {
  background-image: url('../images/Werbeschild.webp');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r1-schild {
  background-image: url('../images/Velo-Mangold.webp');
  background-position: 85% 47%;
  background-size: 1100px;
  border-radius: 5px;
}

.bild-r2-schild {
  background-image: url('../images/Balkon-Milchglasfolie.webp');
  background-position: 50% 60%;
  background-size: cover;
  border-radius: 5px;
}

.gridbilder-sonnenschutz {
  grid-column-gap: 449px;
  grid-row-gap: 5px;
  height: 70vh;
  margin-bottom: 1em;
}

.bild-l1-sonnenschutz {
  background-image: url('../images/Sonnenschutz-Behandlungsraum-innen.webp');
  background-position: 50%;
  background-size: 650px;
  border-radius: 5px;
}

.bild-l2-sonnenschutz {
  background-image: url('../images/Sonnenschutz-Scheibe.webp');
  background-position: 25% 30%;
  background-size: 850px;
  border-radius: 5px;
}

.bild-r1-sonnenschutz {
  background-image: url('../images/Sonnenschutz-Behandlungsraum-außen.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.bild-r2-sonnenschutz {
  background-image: url('../images/Sonnenschutzfolie-verspiegelt.webp');
  background-position: 50% 42%;
  background-size: 850px;
  border-radius: 5px;
}

.navi-mobil-hintergrund {
  color: var(--white);
}

.navi-mobil {
  display: none;
}

.navi-mobil.test {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.navi-mobil.test.desktop {
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar {
  z-index: 999;
  width: 100vw;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.burger-line {
  background-color: #000;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu {
  z-index: 1;
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-link {
  color: #5e5b5b;
  text-transform: capitalize;
  margin-top: 10px;
  text-decoration: none;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.container-footer {
  width: 85vw;
  max-width: none;
  max-height: 15em;
  padding-top: .5em;
  font-size: 1em;
  line-height: 1;
  position: static;
  inset: 0% 0% auto;
}

.div-block-17 {
  width: 100vw;
  height: 40vh;
}

.image__pan-trigger {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.image__enlarged {
  z-index: 999;
  cursor: pointer;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.image__default {
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.image__default-2 {
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.grid-bildgalerie {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 0;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85vw;
  height: 300vh;
}

.div-block-19 {
  background-image: url('../images/Womo-Zierstreifen-m.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-20 {
  background-image: url('../images/Benelli-TKR_Motorrad-m.webp');
  background-position: 50% 30%;
  background-size: 120%;
}

.div-block-21 {
  background-image: url('../images/Protec-Transit3-m.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100%;
}

.div-block-22 {
  background-image: url('../images/Cubra-Born-m.webp');
  background-position: 50%;
  background-size: 110%;
}

.div-block-23 {
  background-image: url('../images/Golf1-m.webp');
  background-position: 50% 55%;
  background-size: 100%;
}

.div-block-24 {
  background-image: url('../images/Feuerwehr-ESW.webp');
  background-position: 50%;
  background-size: 100%;
}

.div-block-25 {
  background-image: url('../images/Balkon-Milchglasfolie-m.webp');
  background-position: 50%;
  background-size: 150%;
}

.div-block-26 {
  background-image: url('../images/Motorrad-Vollfoliert-m.webp');
  background-position: 50%;
  background-size: 125%;
}

.div-block-27 {
  background-image: url('../images/Golf-Detail4-m.webp');
  background-position: 50%;
  background-size: 130%;
}

.div-block-28 {
  background-image: url('../images/MAN-TGA-m.webp');
  background-position: 45% 22%;
  background-size: 140%;
}

.div-block-29 {
  background-image: url('../images/Feuerwehr-Heck-m.webp');
  background-position: 40% 40%;
  background-size: 120%;
}

.div-block-30 {
  background-image: url('../images/Wohnmobil-Berge.webp');
  background-position: 20%;
  background-size: 115%;
}

.div-block-31 {
  background-image: url('../images/Werbeschild-m.webp');
  background-position: 50% 60%;
  background-size: 170%;
}

.div-block-32 {
  background-image: url('../images/Schaufensterwerbung-heinemann-schräg-m.webp');
  background-position: 40%;
  background-size: 120%;
}

.navbar {
  z-index: 999;
  color: var(--white);
  background-color: #000;
  width: 100vw;
  height: 8em;
}

.navbar.desktop {
  position: fixed;
  inset: 0% 0% auto;
}

.brand {
  color: var(--white);
  width: 20vw;
  max-height: 6em;
  overflow: visible;
}

.brand.w--current {
  width: 40vw;
}

.container {
  color: var(--white);
  width: 85vw;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.menu-button-2 {
  border: 3px solid var(--white);
  border-radius: 10px;
  margin-top: 30px;
}

.image-4 {
  max-height: 5em;
  margin-top: 20px;
}

.nav-menu {
  color: var(--white);
  text-align: left;
  background-color: #000000d9;
  width: 25vw;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  inset: 0% 7% auto auto;
}

.nav-link {
  text-align: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

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

.nav-link:active, .nav-link:focus, .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link:visited, .nav-link:lang(de-de) {
  color: var(--white);
}

.nav-link.w--current {
  text-transform: none;
  margin-top: 10px;
  margin-left: 258px;
  margin-right: 258px;
  padding: 20px;
  display: block;
  position: relative;
}

.nav-link.ab2 {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.nav-link.ab2:hover {
  color: var(--orange);
}

.nav-link.ab2:active {
  color: var(--white);
}

.image-7 {
  max-width: 136%;
}

.image-7.womo {
  aspect-ratio: auto;
  flex: 0 auto;
  max-width: 100%;
  margin-bottom: -13px;
  position: relative;
}

.image-7.audiraul {
  max-width: 100%;
  margin-bottom: 110px;
  margin-right: 22px;
  padding-bottom: 0;
}

.image-7.golf7 {
  max-width: 155%;
}

.image-7.bierwagen {
  max-width: 140%;
}

.image-7.bierwagenh {
  max-width: 181%;
  margin-left: 70px;
}

.image-7.grid2 {
  max-width: 135%;
  margin-left: 33px;
}

.image-7.frankia {
  max-width: 137%;
  margin-left: -34px;
}

.image-7.motorrad1 {
  max-width: 100%;
  margin-top: -43px;
}

.image-7.man {
  max-width: 160%;
  margin-top: 44px;
  margin-left: 36px;
}

.image-7.fw {
  max-width: 110%;
}

.image-7.werbeschild {
  max-width: 160%;
}

.image-7.gerloff {
  max-width: 101%;
}

.image-7.werbeschild2 {
  max-width: 200%;
  margin-top: 164px;
  margin-left: 166px;
}

.image-7.motorrad2 {
  max-width: 140%;
  margin-right: 26px;
}

.image-7.schaufenster2 {
  margin-left: 0;
}

.image-7.sichtschutz {
  max-width: 105%;
}

.image-7.van {
  margin-left: 44px;
}

.image-7.berg {
  max-width: 127%;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: scale-down;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "Area"
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.grid-3.camper {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  width: 70vw;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.div-grid-hoch {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  height: 300px;
  overflow: clip;
}

.div-grid-breit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.headline-1-ber-flie-text {
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}

.mitarbeiter-wrapper {
  max-width: 85vw;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.mitarbeiter-wrapper._1zeile {
  margin-top: 0;
}

.foto {
  background-image: url('../images/Oliver.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px 550px;
  width: 400px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.foto.oliver {
  background-image: url('../images/Oliver_SW.jpg');
}

.foto.oliver:hover {
  mix-blend-mode: normal;
  background-image: url('../images/Oliver.jpg');
}

.foto.magnus {
  background-image: url('../images/Magnus_SW.jpg');
}

.foto.magnus:hover {
  background-image: url('../images/Magnus.jpg');
}

.foto.nadine {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Nadine_SW.jpg');
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: auto;
  display: grid;
  position: relative;
  top: -47px;
}

.foto.nadine:hover {
  background-image: url('../images/Nadine.jpg');
}

.foto.thomas {
  background-image: url('../images/Thomas_SW.jpg');
}

.foto.thomas:hover {
  background-image: url('../images/Thomas.jpg');
}

.foto.tim {
  background-image: url('../images/Tim_SW.jpg');
}

.foto.tim:hover {
  background-image: url('../images/Tim.jpg');
}

.foto.martina {
  background-image: url('../images/Martina_SW.jpg');
}

.foto.martina:hover {
  background-image: url('../images/Martina.jpg');
}

.foto.luci {
  background-image: url('../images/Luci_SW.jpg');
}

.foto.luci:hover {
  background-image: url('../images/Luci.jpg');
}

.grid-4 {
  grid-column-gap: 11px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start center;
  margin-top: 4em;
  margin-bottom: 1em;
}

.text-mitarbeiter {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.text-mitarbeiter.kontaktdaten {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
}

.text-mitarbeiter.titel {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
}

.link-mitarbeiter {
  color: var(--black);
  text-decoration: none;
}

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

.link-mitarbeiter:active, .link-mitarbeiter:visited {
  color: var(--black);
}

.text-block {
  color: var(--black);
  margin: 180px 25px auto;
  font-size: 1.2rem;
}

.button {
  z-index: 8888;
  position: sticky;
  top: 200px;
  left: 87%;
}

.button.anfrage {
  z-index: auto;
  background-color: var(--grün);
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 700;
  position: static;
}

.button.anfrage:hover {
  color: var(--black);
}

.div-button-down {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}

.div-button-top {
  text-align: center;
  margin-top: 2em;
  position: static;
  top: 200px;
}

.div-block-34 {
  position: relative;
  top: -50px;
}

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

@media screen and (max-width: 991px) {
  .headline-2-ber-flie-text {
    margin-top: .5em;
  }

  .headline-2-ber-flie-text.berschrift {
    margin-top: 2em;
  }

  .section-hero {
    height: 40vh;
    margin-top: 0;
  }

  .h1-heading-hero {
    font-size: 2rem;
  }

  .h2-heading-content {
    font-size: 1.5rem;
  }

  .h2-heading-content.scheibent-nung {
    margin-top: 2em;
    font-size: 1.5rem;
  }

  .h2-heading-content.sonderfahrzeuge, .h2-heading-content.camper, .h2-heading-content.lackschutz, .h2-heading-content.innenraum {
    margin-top: 2em;
  }

  .heading-2 {
    margin-top: 1em;
    font-size: 1.5rem;
  }

  .balken-top {
    height: 16vh;
  }

  .navibar {
    justify-content: space-around;
    align-items: center;
    height: 10vh;
    position: static;
  }

  .image {
    display: block;
    position: relative;
  }

  .link-navi.header {
    font-size: 1.1em;
  }

  .navi-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    font-size: 12px;
    display: flex;
    position: absolute;
  }

  .balken-footer-2 {
    height: 17em;
    font-size: 1em;
  }

  .container-content {
    max-width: none;
  }

  .section-navi {
    position: fixed;
  }

  .h1-hero-div {
    font-size: 2rem;
  }

  .link-block-9.w--current {
    object-fit: fill;
    position: static;
    inset: 0% auto 0% 0%;
  }

  .h3-heading-footer {
    text-align: left;
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .link-footer {
    font-size: 1em;
  }

  .link-wrapper-footer {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1.4em;
  }

  .div-block.titel {
    background-position: 50% 0;
    height: 40vh;
  }

  .div-block.titel.warnmarkierung, .div-block.titel.schilder-flachglas {
    background-position: 50% 0;
  }

  .div-block.titel.scheibent-nung, .div-block.titel.ueber-uns {
    height: 40vh;
  }

  .div-block.titel.bildgalerie {
    background-position: 50% 0;
    height: 40vh;
  }

  .div-block.scheibent-nung {
    height: 35vh;
    margin-bottom: 0;
  }

  .div-block.ueber-uns, .div-block.bildgalerie {
    height: 35vh;
  }

  .paragraph {
    margin-top: .5em;
  }

  .gridbilder-t-nung {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 120vh;
  }

  .background-video.vollfolierung, .background-video.lackschutz {
    height: 40vh;
  }

  .grid-2.startseite {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .text-block-grid {
    font-size: 1.3em;
  }

  .div-block-8 {
    overflow: visible;
  }

  .link-block-sonnenschutz {
    background-image: url('../images/Sonnenschutz-Scheibe.webp');
    background-position: 50% 30%;
  }

  .div-block-14 {
    background-image: url('../images/m_Garten.webp');
    background-position: 50% 60%;
    width: 100vw;
    height: 30vh;
  }

  .gridbilder-vollfolierung {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: 120vh;
  }

  .gridbilder-teilfolierung {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 120vh;
  }

  .bild-l1-teilfolierung {
    background-position: 50%;
    background-size: cover;
  }

  .gridbilder-sonderfahrzeuge {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 120vh;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .bild-l1-sonderfahrzeug {
    background-position: 50%;
  }

  .gridbilder-schild, .gridbilder-sonnenschutz {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    height: 120vh;
  }

  .navi-mobil {
    display: none;
  }

  .heading-3 {
    margin-top: 1em;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .container-footer {
    max-width: none;
    max-height: none;
    font-size: 1em;
  }

  .div-block-17 {
    height: 60vh;
  }

  .div-block-19 {
    background-position: 20%;
  }

  .div-block-20 {
    background-size: 180%;
  }

  .div-block-22 {
    background-size: 200%;
  }

  .div-block-23 {
    background-size: 150%;
  }

  .div-block-24 {
    background-image: url('../images/Feuerwehr-ESW.webp');
    background-size: 130%;
  }

  .div-block-25 {
    background-size: 250%;
  }

  .div-block-29 {
    background-size: 140%;
  }

  .div-block-30 {
    background-size: 210%;
  }

  .div-block-31, .div-block-32 {
    background-size: 230%;
  }

  .brand {
    width: 40vw;
    margin-left: 50px;
  }

  .brand.w--current {
    max-height: 5em;
  }

  .nav-menu {
    width: 100vw;
    left: 0;
    right: 0;
  }

  .nav-link {
    text-align: center;
  }

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

  .grid-3.camper {
    grid-template-columns: 1fr 1fr;
    width: 85vw;
  }

  .foto.oliver, .foto.magnus, .foto.nadine, .foto.thomas, .foto.tim, .foto.martina, .foto.luci {
    background-size: 266.667px;
    width: 266.667px;
    height: 366.667px;
  }

  .grid-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-auto-flow: row;
    place-content: start center;
    justify-items: start;
    margin-top: 2.5em;
  }

  .text-mitarbeiter {
    font-size: 1.7rem;
  }

  .text-mitarbeiter.kontaktdaten {
    font-size: 1.1rem;
  }

  .text-mitarbeiter.titel {
    font-size: 1rem;
  }

  .text-block {
    margin-top: 10px;
  }

  .button.anfrage {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .div-button-down {
    text-align: center;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-button-top {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .headline-2-ber-flie-text {
    margin-top: 15px;
  }

  .headline-2-ber-flie-text.berschrift {
    margin-top: 1.5em;
  }

  .section-content {
    margin-top: 0;
  }

  .section-hero {
    margin-top: 0;
  }

  .h1-heading-hero {
    font-size: 1.5rem;
  }

  .h2-heading-content {
    font-size: 1rem;
  }

  .balken-footer-2 {
    height: 14em;
  }

  .balken-footer-3 {
    height: 2.5em;
  }

  .container-content {
    margin-top: .5em;
    font-size: 1.5rem;
  }

  .section-navi {
    display: none;
  }

  .h1-hero-div {
    z-index: 0;
    font-size: 1.5rem;
  }

  .h3-heading-footer {
    margin-bottom: .3em;
    font-size: 1.2em;
  }

  .link-wrapper-footer {
    width: 85vw;
    margin-top: 1em;
    font-size: .9em;
  }

  .text-footer-copyright {
    width: 100vw;
  }

  .text-footer {
    font-size: .8em;
  }

  .text-footer.link {
    font-size: 1.25em;
  }

  .paragraph {
    text-align: center;
  }

  .text-block-grid {
    font-size: 1.2em;
  }

  .navi-mobil-hintergrund {
    z-index: 1;
    background-color: var(--black);
    border: 1px #000;
    width: 100%;
    height: 15vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navi-mobil {
    z-index: 100;
    width: 100%;
    height: 150px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .link-block-10 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .link-block-10.w--current {
    z-index: 99;
    text-align: center;
    object-fit: fill;
    width: 50vw;
    max-width: 50vw;
    height: 17vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: absolute;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .image-2 {
    z-index: 99;
    color: #0000;
    text-align: left;
    object-fit: scale-down;
    background-image: url('../images/Folierung-Logo_2f.png');
    background-position: 0 0;
    background-size: auto;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: fixed;
    inset: 1% 0% auto;
  }

  .nav-bar {
    z-index: 500;
    color: var(--black);
    background-color: #0000;
    margin-top: 23px;
    inset: 0% 5% auto auto;
  }

  .menu-button {
    z-index: 3;
    background-color: var(--dim-grey);
    color: var(--black);
    flex-wrap: nowrap;
    flex: 0 2 auto;
    align-items: center;
    width: 60px;
    height: 80%;
    margin-bottom: 10px;
    margin-left: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .burger-line {
    background-color: var(--white);
    -webkit-text-stroke-color: var(--white);
    width: 35px;
  }

  .full-screen-menu {
    z-index: 2;
    background-color: var(--white);
    background-image: url('../images/Hintergrund-menu.jpg');
    background-position: 50%;
    background-size: cover;
    font-size: 18px;
    line-height: 6vh;
    display: none;
  }

  .nav-link {
    color: var(--white);
    -webkit-text-stroke-color: #fff;
    font-weight: 700;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .container-footer {
    font-size: 1.2em;
  }

  .div-block-17 {
    height: 55vh;
  }

  .grid-bildgalerie {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1em;
  }

  .div-block-20, .div-block-21, .div-block-22, .div-block-23, .div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29 {
    background-size: 100%;
  }

  .div-block-30 {
    background-position: 20% 65%;
    background-size: 100%;
  }

  .div-block-31 {
    background-size: 100%;
  }

  .div-block-32 {
    background-position: 40% 35%;
    background-size: 100%;
  }

  .brand {
    width: 50vw;
  }

  .menu-button-2 {
    margin-right: 50px;
  }

  .nav-link {
    font-weight: 600;
  }

  .nav-link.ab2 {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
  }

  .grid-3, .grid-3.camper {
    grid-template-columns: 1fr;
  }

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

  .button.anfrage {
    z-index: auto;
    text-align: center;
    vertical-align: baseline;
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
    inset: auto auto 6%;
  }

  .div-button-down {
    text-align: center;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 479px) {
  .headline-2-ber-flie-text.berschrift {
    margin-top: 1.5em;
    font-size: 1rem;
  }

  .section-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-hero {
    width: 100vw;
    height: 50vh;
    margin-top: 73px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-heading-hero {
    flex-wrap: wrap;
    place-content: flex-start center;
    align-items: stretch;
    font-size: 1em;
  }

  .h2-heading-content {
    font-size: .9rem;
  }

  .heading-2 {
    font-size: 1em;
  }

  .balken-footer-2 {
    height: 36em;
  }

  .balken-footer-3 {
    height: 3.5em;
    font-size: 1em;
    line-height: 1em;
  }

  .container-content {
    margin-top: .5em;
  }

  .h1-hero-div {
    text-align: center;
  }

  .h3-heading-footer {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    display: block;
  }

  .link-footer {
    color: var(--grün);
    line-height: 2;
  }

  .link-wrapper-footer {
    flex-flow: column;
    place-content: space-around;
    align-items: center;
    margin-top: 0;
    line-height: 3;
  }

  .text-footer-copyright {
    font-size: .9em;
  }

  .text-footer {
    font-size: .8em;
    line-height: 2.1;
  }

  .div-block.titel {
    background-position: 50% 0;
    height: 50vh;
  }

  .div-block.titel.warnmarkierung {
    background-position: 50% 20%;
    background-size: cover;
    height: 30vh;
  }

  .div-block.titel.camper-design {
    margin-top: 0;
  }

  .div-block.titel.ueber-uns {
    height: 50vh;
  }

  .div-block.scheibent-nung {
    height: 30vh;
  }

  .div-block.ueber-uns {
    background-position: 57%;
    height: 30vh;
  }

  .div-block.bildgalerie {
    height: 30vh;
  }

  .paragraph {
    text-align: center;
    margin-bottom: 0;
  }

  .gridbilder-t-nung {
    grid-template-columns: 1fr;
  }

  .background-video.vollfolierung, .background-video.lackschutz {
    height: 30vh;
  }

  .grid-2.startseite {
    grid-template-columns: 1fr;
    width: 70vw;
    max-width: none;
    min-height: auto;
  }

  .link-block-vollfolierung {
    min-height: 5vh;
  }

  .text-block-grid {
    margin-top: 250px;
    font-size: 1em;
  }

  .text-block-grid.scheiben {
    -webkit-text-stroke-width: 0px;
    margin-left: 0;
    padding-left: 4px;
    font-size: 1em;
  }

  .div-block-8 {
    width: 70vw;
    margin-top: .75em;
  }

  .div-block-14 {
    width: 100vw;
    margin: 0 0 1em;
  }

  .gridbilder-vollfolierung {
    grid-template-columns: 1fr;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .gridbilder-teilfolierung {
    grid-template-columns: 1fr;
  }

  .gridbilder-sonderfahrzeuge {
    grid-template-columns: 1fr;
    margin-top: 1em;
    margin-bottom: 0;
  }

  .gridbilder-schild {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bild-l1-schild {
    background-position: 50% 20%;
  }

  .gridbilder-sonnenschutz {
    grid-template-columns: 1fr;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .navi-mobil-hintergrund {
    height: 25vh;
  }

  .navi-mobil.test {
    height: 19vh;
  }

  .image-2 {
    width: 80vw;
  }

  .nav-bar {
    margin-top: 85px;
    inset: 0% 0% auto;
  }

  .menu-button {
    margin-top: 10vh;
  }

  .full-screen-menu {
    width: 100vw;
    height: 100vh;
    display: none;
  }

  .nav-link {
    margin-top: 1em;
  }

  .heading-3 {
    margin-top: 0;
    font-size: .9rem;
  }

  .container-footer {
    text-align: center;
    width: 95vw;
    font-size: 1.6em;
    line-height: 1.4;
  }

  .navbar {
    height: 13em;
  }

  .brand {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
    width: 60vw;
    padding-left: 0;
  }

  .container {
    flex-flow: column;
    display: flex;
  }

  .menu-button-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2.w--open {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    object-fit: fill;
    min-width: 60vw;
    max-height: 5em;
  }

  .nav-link.ab2 {
    margin-left: 0;
    margin-right: 0;
    font-family: Open Sans, sans-serif;
  }

  .grid-3, .grid-3.camper {
    grid-template-columns: 1fr;
  }

  .headline-1-ber-flie-text {
    font-size: 1rem;
  }

  .mitarbeiter-wrapper {
    margin-top: 1.5em;
  }

  .mitarbeiter-wrapper._1zeile {
    margin-top: 0;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start center;
    margin-top: 1em;
  }

  .button.anfrage {
    width: 50vw;
  }

  .div-button-down {
    margin-top: 1em;
  }
}

#w-node-_138cf2ba-3acc-3f24-c17a-9cef48bd8c61-e1c4be65, #w-node-_9719666b-6d19-956a-bacd-9f3e64809b3c-e1c4be65, #w-node-_44fa1f79-92df-1002-b06b-8c9704e4cd7e-e1c4be65, #w-node-f16e5c4c-530b-2a2a-4920-99e7eb90b05c-e1c4be65, #w-node-_54459f86-83b9-e50b-7b44-11409621f089-e1c4be65, #w-node-_64c0bb25-f3bf-dbb6-8e8e-b11874961712-e1c4be65, #w-node-_0ea9b4f2-8372-0b3c-2198-f3511ac73746-e1c4be65, #w-node-af4ca16a-696c-38ee-5a2b-fc8de7728331-e1c4be65, #w-node-_4d03bd1f-45b9-03cf-dc89-8285cef61461-e1c4be6d, #w-node-_4d03bd1f-45b9-03cf-dc89-8285cef61462-e1c4be6d, #w-node-_4d03bd1f-45b9-03cf-dc89-8285cef61463-e1c4be6d, #w-node-ab63a2cd-fe60-bc79-d216-574692e7d964-e1c4be6e, #w-node-_25bcdb32-b342-900f-61a1-045063723b34-e1c4be6e, #w-node-_597b4ff8-7910-92e4-3ad3-bd50ee8f112e-e1c4be6e, #w-node-d4542ac6-cd6c-2536-d76c-f9a5deb09cde-e1c4be6e, #w-node-_1d3f7441-07a2-5f44-d7dc-b720c367dbfc-e1c4be6f, #w-node-_1d3f7441-07a2-5f44-d7dc-b720c367dbfd-e1c4be6f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-daedee19-04d5-72f1-d720-790b150b7a0f-e1c4be70, #w-node-daedee19-04d5-72f1-d720-790b150b7a10-e1c4be70, #w-node-daedee19-04d5-72f1-d720-790b150b7a11-e1c4be70, #w-node-daedee19-04d5-72f1-d720-790b150b7a12-e1c4be70 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_1b757ce5-a182-ab6c-be0c-26a8d89a0425-e1c4be71, #w-node-_1b757ce5-a182-ab6c-be0c-26a8d89a0426-e1c4be71 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_9c146aae-30fd-f668-6f63-5ec0f7f19026-e1c4be71 {
  grid-area: Area;
}

#w-node-_1b757ce5-a182-ab6c-be0c-26a8d89a0427-e1c4be71, #w-node-b5be8d25-4474-1d50-661d-4f415b9c33f8-e1c4be73, #w-node-b5be8d25-4474-1d50-661d-4f415b9c33f9-e1c4be73, #w-node-b5be8d25-4474-1d50-661d-4f415b9c33fb-e1c4be73, #w-node-b5be8d25-4474-1d50-661d-4f415b9c33fa-e1c4be73 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_405713d7-1f35-a26a-8517-bceb3fd32f39-e1c4be74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70d5225d-a683-fe5d-8ba5-27a58274abf4-e1c4be74 {
  grid-area: Area;
}

#w-node-_97cedb07-e327-75f7-871f-360bcb4192fc-e1c4be74, #w-node-cfd813d3-6a17-a007-1332-dcc91a2fff75-e1c4be74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_138cf2ba-3acc-3f24-c17a-9cef48bd8c61-e1c4be65, #w-node-_9719666b-6d19-956a-bacd-9f3e64809b3c-e1c4be65, #w-node-_44fa1f79-92df-1002-b06b-8c9704e4cd7e-e1c4be65, #w-node-f16e5c4c-530b-2a2a-4920-99e7eb90b05c-e1c4be65, #w-node-_54459f86-83b9-e50b-7b44-11409621f089-e1c4be65, #w-node-_64c0bb25-f3bf-dbb6-8e8e-b11874961712-e1c4be65, #w-node-_0ea9b4f2-8372-0b3c-2198-f3511ac73746-e1c4be65 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-af4ca16a-696c-38ee-5a2b-fc8de7728331-e1c4be65 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_138cf2ba-3acc-3f24-c17a-9cef48bd8c61-e1c4be65 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_1d3f7441-07a2-5f44-d7dc-b720c367dbfc-e1c4be6f {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_1d3f7441-07a2-5f44-d7dc-b720c367dbfd-e1c4be6f {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-daedee19-04d5-72f1-d720-790b150b7a0f-e1c4be70, #w-node-daedee19-04d5-72f1-d720-790b150b7a10-e1c4be70 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_9d09eb2a-2646-2e9a-df6e-7fca32df685b-e1c4be72, #w-node-_52eb3d00-e73f-b391-d263-32a3a3a8d39d-e1c4be72, #w-node-_1b2d676e-d96d-a060-811b-790c9b504f79-e1c4be72, #w-node-a423e644-9d76-502c-e9f5-6b0d51803b5a-e1c4be72, #w-node-c14b60e9-0420-1997-fa2d-28c8b9b6c42a-e1c4be72, #w-node-fab65adb-6bd5-afca-a8df-298b44aa72b0-e1c4be72 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


