@font-face {
  font-family: Noto Sans Lokal;
  src: url('../fonts/noto-sans-v36-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans Lokal;
  src: url('../fonts/noto-sans-v36-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans Lokal;
  src: url('../fonts/noto-sans-v36-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans Lokal;
  src: url('../fonts/noto-sans-v36-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans Lokal;
  src: url('../fonts/noto-sans-v36-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans Lokal;
  src: url('../fonts/noto-sans-v36-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Noto Sans Lokal;
  src: url('../fonts/noto-sans-v36-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --red: #d81b12;
  --white: #fff;
  --grey: #e0e0e0;
  --light-black: #000000c9;
  --blue: #001b47;
}

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

.sk-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) {
  .sk-layout-blockcontainer {
    max-width: 728px;
  }
}

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

.navbar-logo-left {
  z-index: 3;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#ffffff73, #ffffff73);
  border-bottom: 4px solid #000;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  transition: all .2s;
}

.navbar-brand:hover {
  transform: scale(.95);
}

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  border: 3px solid #0000;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  border: 3px solid #000;
  border-radius: 10px;
}

.nav-link:focus-visible, .nav-link[data-sk-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 20px 5px 5px;
  font-size: 14px;
  line-height: 20px;
}

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

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

.nav-dropdown-icon {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 900;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.sk--open {
  background-color: #ffffffd1;
  margin-left: -84px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-dropdown-link {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.nav-dropdown-link:hover {
  color: var(--black);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--red);
  transform: scale(1.05);
}

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

.nav-dropdown-link.sk--current {
  color: var(--black);
}

.button-primary {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #d81b1275;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--red);
  color: var(--black);
}

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

.body {
  color: var(--black);
  font-family: Noto Sans Lokal, sans-serif;
  font-weight: 400;
}

.image {
  width: 20vw;
  max-width: none;
}

.container-3 {
  z-index: 3;
  max-width: 1200px;
  padding-left: 20px;
  position: relative;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

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

.section {
  z-index: 2;
  background-image: linear-gradient(270deg, #0000, #ffffff4a 0%, #e0e0e0 99%);
  background-position: 0 0;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.paragraph {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button {
  border: 3px solid var(--red);
  color: var(--black);
  background-color: #3898ec00;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  transition: all .3s;
}

.button:hover {
  transform: scale(1.05)translate(0, -5px);
  box-shadow: 0 2px 5px 2px #0003;
}

.button-2 {
  border: 3px solid var(--red);
  background-color: var(--red);
  color: var(--white);
  border-radius: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  transition: all .3s;
}

.button-2:hover {
  transform: scale(1.05)translate(0, -5px);
  box-shadow: 0 2px 5px 2px #0003;
}

.paragraph-2 {
  z-index: 2;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
}

.container-4 {
  width: 100em;
  max-width: none;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 140px;
  padding-right: 40%;
  position: relative;
}

.footer-dark {
  border-top: 5px solid var(--red);
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.jahr {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.heading-2 {
  color: var(--red);
  margin-bottom: 20px;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

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

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

.image-2 {
  width: 40px;
  max-width: none;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.image-3 {
  z-index: 1;
  margin-top: -170px;
  position: absolute;
  inset: 0%;
}

.section-2 {
  z-index: 3;
  background-color: var(--white);
  padding: 60px 20px 100px;
  position: relative;
}

.container-6 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  display: flex;
}

.image-4 {
  width: 100px;
  max-width: none;
}

.heading-3 {
  color: var(--red);
  font-size: 30px;
}

.paragraph-3 {
  border: 3px solid var(--red);
  text-align: center;
  border-radius: 15px;
  width: 260px;
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-7 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.section-3 {
  padding: 60px 20px 100px;
}

.heading-4 {
  color: var(--red);
  font-size: 40px;
  line-height: 40px;
}

.image-5 {
  border-radius: 40px;
  width: 500px;
  max-width: none;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 20px;
  display: flex;
}

.link-block-2 {
  border: 3px solid var(--red);
  color: var(--black);
  border-radius: 14px;
  align-self: flex-end;
  margin-top: 40px;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
}

.text-block-2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.div-block-6 {
  border: 3px solid var(--red);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  transform: rotate(12deg);
}

.container-large {
  max-width: 1100px;
}

.heading-5 {
  color: var(--red);
}

.paragraph-5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.isk-image {
  width: 300px;
  max-width: none;
}

.div-block-7 {
  margin-right: 20px;
}

.container-9 {
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.section-4 {
  padding: 60px 20px 100px;
}

.div-block-8 {
  background-color: var(--grey);
  width: 530px;
  height: 250px;
  color: var(--black);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 5px 1px #0003;
}

.text-span {
  color: var(--red);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.image-7 {
  width: 100px;
  max-width: none;
}

.paragraph-6 {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 18px;
  line-height: 22px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  margin-bottom: 30px;
}

.container-10 {
  max-width: 1100px;
  position: relative;
}

.heading-6 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 50px;
}

.section-5 {
  padding: 60px 20px 140px;
}

.text-block-3 {
  color: var(--red);
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-7 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-9 {
  width: 70%;
}

.link-block-3 {
  border: 3px solid var(--red);
  background-color: var(--red);
  color: var(--black);
  border-radius: 15px;
  align-self: flex-end;
  margin-top: 40px;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
}

.div-block-10 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-11 {
  border: 4px solid var(--black);
  border-radius: 15px;
  margin: -5px;
  position: absolute;
  inset: 0%;
  transform: rotate(6deg);
}

.section-6 {
  padding: 40px 20px 60px;
}

.start-section {
  padding-top: 140px;
}

.start-section.ber-uns {
  background-image: url('../images/AdobeStock_327681313-1-1.webp');
  background-position: 50% 60%;
  background-size: cover;
  height: 50vw;
  position: relative;
}

.start-section.referenzenpage {
  background-image: url('../images/AdobeStock_327681313-1-2.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 50vw;
}

.start-section.mittelspannung {
  background-image: url('../images/Mittelspannungsanalagen-Unterseite-Hero.avif');
  background-position: 50%;
  background-size: cover;
  height: 40vw;
}

.start-section.leistungen {
  height: 40vw;
}

.start-section.leistungen.elektroinstallation {
  background-image: url('../images/w-stephan-oranienburg-elektroinstallation.avif');
  background-position: 0 0;
  background-size: cover;
}

.start-section.leistungen.sicherheitstechnik {
  background-image: url('../images/w-stephan-oranienburg-sicherheitstechnik.avif');
  background-position: 0 0;
  background-size: cover;
}

.start-section.leistungen.kommunikationstechnik {
  background-image: url('../images/AdobeStock_619094818.webp');
  background-position: 50%;
  background-size: cover;
}

.start-section.leistungen.e-check {
  background-image: url('../images/AdobeStock_498227398.webp');
  background-position: 0 0;
  background-size: cover;
}

.start-section.leistungen.netzanalyse {
  background-image: url('../images/AdobeStock_458725517.avif');
  background-position: 0 0;
  background-size: cover;
}

.start-section.leistungen.elektrothermografie {
  background-image: url('../images/AdobeStock_292743172.webp');
  background-position: 50% 20%;
  background-size: cover;
}

.start-section.karriere {
  background-image: url('../images/Bildschirmfoto-2024-08-06-um-01.47.34.webp');
  background-position: 0 0;
  background-size: cover;
  height: 40vw;
}

.start-section.kontaktsite {
  background-image: url('../images/AdobeStock_327681313-1-3.webp');
  background-position: 50%;
  background-size: cover;
  height: 40vw;
}

.start-section.impressum {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-8 {
  width: 250px;
  max-width: none;
  position: absolute;
  inset: auto auto 0% 5%;
}

.section-7 {
  padding: 60px 20px 100px;
}

.container-11 {
  max-width: 1100px;
}

.background-video {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  padding-bottom: 54.25%;
  display: flex;
}

.lightbox-link {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.image-9 {
  width: 220px;
  max-width: none;
  padding: 20px;
  position: relative;
}

.div-block-12 {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #ffffff29;
  border-radius: 100%;
  padding: 40px;
  position: absolute;
}

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

.heading-7 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans Lokal, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.div-block-14 {
  width: 35%;
}

.paragraph-8 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.section-8 {
  padding: 20px 20px 100px;
}

.container-12 {
  max-width: 1100px;
}

.heading-8 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 44px;
}

.paragraph-9 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.section-9 {
  background-color: var(--grey);
  padding: 30px 20px;
}

.container-13 {
  max-width: 1100px;
}

.div-block-15 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.text-block-5 {
  color: var(--red);
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.image-10 {
  width: 70px;
  max-width: none;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.section-10 {
  padding: 60px 20px 100px;
  position: relative;
}

.image-11 {
  z-index: 0;
  opacity: .35;
  filter: grayscale();
  width: 800px;
  max-width: none;
  margin-left: -314px;
  position: absolute;
  transform: rotate(40deg);
}

.container-14 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-12 {
  border-radius: 25px;
  width: 400px;
  max-width: none;
}

.image-13, .image-14 {
  border-radius: 25px;
  width: 300px;
  max-width: none;
}

.container-15 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.image-15 {
  border-radius: 25px;
  width: 600px;
  max-width: none;
}

.image-16 {
  width: 400px;
  max-width: none;
  display: block;
}

.section-11 {
  padding: 40px 20px 100px;
}

.container-16 {
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.image-17 {
  border-radius: 20px;
  width: 300px;
  max-width: none;
  box-shadow: 0 2px 10px 3px #0003;
}

.heading-9 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 44px;
}

.section-12 {
  padding: 40px 20px 100px;
}

.container-17 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  height: 400px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.div-block-18 {
  background-color: var(--grey);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 20px 140px;
  display: flex;
  position: absolute;
  top: 151px;
  left: 137px;
}

.text-block-6 {
  color: var(--red);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-7 {
  font-size: 16px;
  font-weight: 500;
}

.image-18 {
  z-index: 1;
  border-radius: 20px;
  width: 170px;
  max-width: none;
  position: absolute;
  inset: 10% auto auto 5%;
}

.heading-10 {
  color: var(--red);
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  inset: -15% auto auto 5%;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.paragraph-10 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-11 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 10% 5% 0% auto;
}

.text-block-8 {
  color: var(--red);
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-21 {
  background-color: var(--red);
  border-radius: 100px;
  width: 10px;
  position: absolute;
  inset: 0% 0% 50% auto;
}

.div-block-22 {
  background-color: var(--red);
  border-radius: 100px;
  width: 25%;
  height: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-23 {
  background-color: var(--red);
  border-radius: 100px;
  width: 25%;
  height: 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-24 {
  background-color: var(--red);
  border-radius: 100px;
  width: 10px;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.kontakt {
  background-color: var(--red);
  color: var(--black);
  border: 2px solid #000;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transition: all .3s;
}

.kontakt:hover {
  transform: translate(0, -3px)scale(1.03);
  box-shadow: 0 2px 5px 2px #0003;
}

.kontakt.hover.sk--current {
  transition: all .3s;
}

.kontakt.hover.sk--current:hover {
  transform: translate(0, -3px)scale(1.03);
  box-shadow: 0 2px 5px 2px #0003;
}

.section-13 {
  padding: 60px 1.5rem 100px;
}

.heading-11 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
}

.reference-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  width: 80%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.text-span-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

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

.section-14 {
  padding-bottom: 100px;
}

.container-19 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  height: 441px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.referenz {
  max-width: 100%;
  height: 100%;
}

.div-block-26 {
  background-color: var(--grey);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  margin-left: -123px;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 50% 75%;
  transform: translate(0, 50%);
}

.text-block-9 {
  color: #d81b12;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-10 {
  color: #c51911;
  text-align: center;
  border: 2px solid #000;
  border-radius: 7px;
  align-self: center;
  padding: 3px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-11 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.container-20 {
  justify-content: flex-end;
  align-items: center;
  max-width: 1000px;
  height: 441px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
}

.div-block-27 {
  background-color: var(--grey);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 350px;
  margin-right: -191px;
  padding: 30px 40px;
  display: flex;
  position: relative;
}

.section-15 {
  padding: 60px 20px 100px;
}

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

.image-19 {
  width: 500px;
  max-width: none;
}

.paragraph-13 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.heading-12 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
}

.div-block-28 {
  margin-right: 40px;
}

.container-22 {
  margin-top: 100px;
}

.heading-13 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
}

.paragraph-14 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.section-16 {
  padding: 60px 20px 100px;
}

.heading-14 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
}

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

.image-20 {
  width: 40px;
  max-width: none;
}

.text-block-12 {
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-30 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-left: 40px;
  display: flex;
}

.container-23 {
  max-width: 1000px;
  display: flex;
}

.image-21 {
  max-width: none;
}

.paragraph-15 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.image-22 {
  align-self: center;
  width: 300px;
  max-width: none;
  margin-top: 40px;
}

.section-17 {
  padding: 60px 20px 100px;
}

.heading-15 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
}

.paragraph-16 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.first-carrier-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-4 {
  border: 3px solid var(--red);
  background-color: var(--red);
  color: var(--black);
  border-radius: 15px;
  margin-top: 40px;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
}

.section-18 {
  padding: 60px 20px 100px;
}

.background-video-2 {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  padding-bottom: 54.25%;
  display: flex;
}

.lightbox-link-2 {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.background-video-3 {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-31 {
  z-index: 2;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: none;
  position: absolute;
  inset: 0%;
}

.div-block-32 {
  filter: blur(5px);
  background-color: #ffffff87;
  border-radius: 100%;
  margin: 35px;
  position: absolute;
  inset: 0%;
}

.section-19 {
  padding: 60px 20px 100px;
}

.container-25 {
  max-width: 1050px;
}

.container-26 {
  max-width: 1100px;
}

.grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-13 {
  color: var(--red);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-17 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.image-23 {
  width: 100px;
  max-width: none;
}

.div-block-33 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 3px solid var(--red);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
}

.section-20 {
  padding: 60px 20px 100px;
}

.heading-16 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 50px;
}

.heading-17 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-18 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-34 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.columns {
  margin-top: 40px;
}

.container-27 {
  margin-top: 60px;
}

.text-block-14 {
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.heading-18 {
  color: var(--red);
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 40px;
}

.section-edit {
  padding: 6rem 3rem;
}

.heading-19 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.div-block-35 {
  border: 3px solid var(--red);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  padding: 20px;
  display: flex;
}

.text-block-15 {
  color: var(--red);
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
}

.button-3 {
  background-color: var(--red);
  color: var(--black);
  border-radius: 15px;
  align-self: flex-end;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.button-3.hover {
  transition: all .3s;
}

.button-3.hover:hover {
  transform: translate(0, -3px)scale(1.03);
  box-shadow: 0 2px 5px 2px #0003;
}

.paragraph-19 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

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

.div-block-36 {
  width: 50%;
}

.div-block-37 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
}

.spacer {
  width: 10%;
}

.heading-20 {
  color: var(--red);
  font-size: 40px;
  font-weight: 900;
}

.field-label {
  z-index: 1;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: -11px;
  margin-left: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  position: relative;
}

.text-field {
  border: 2px solid #d81b124a;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 20px;
}

.text-field:focus {
  color: var(--black);
  border-color: #d81b12cf;
}

.text-field::placeholder {
  color: var(--light-black);
}

.form {
  border: 3px solid var(--red);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 30px 30px;
  display: flex;
}

.submit-button {
  background-color: var(--red);
  color: var(--black);
  border-radius: 10px;
  align-self: center;
  margin-top: 20px;
  padding: 15px 25px;
  font-size: 26px;
  font-weight: 800;
  line-height: 24px;
}

.submit-button.hover {
  transition: all .3s;
}

.submit-button.hover:hover {
  transform: scale(1.03)translate(0, -5px);
  box-shadow: 0 2px 5px 2px #0003;
}

.section-22 {
  padding: 60px 20px 100px;
}

.paragraph-20 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.section-23 {
  padding-bottom: 60px;
}

.container-29 {
  padding-left: 10vw;
  padding-right: 10vw;
}

.heading-21 {
  color: var(--red);
  font-size: 40px;
  line-height: 44px;
}

.paragraph-21 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.section-24 {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-24 {
  max-width: 300px;
}

.nav-link-copy {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .3s;
}

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

.image-25 {
  width: 120px;
  max-width: none;
}

.link-block-5 {
  border-radius: 25px;
  transition: all .3s;
  position: absolute;
  inset: auto 2% 1% auto;
}

.link-block-5:hover {
  transform: translate(0, -3px)scale(1.05);
  box-shadow: 0 2px 5px 3px #0003;
}

.section-25 {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.jahr-copy {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.link-block-6 {
  margin-left: 20px;
}

.container-30 {
  display: none;
}

.div-block-33-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 3px solid var(--red);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 10px;
  display: flex;
}

.image-26 {
  display: none;
}

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

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

.container-32 {
  margin-top: 40px;
}

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

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

.isk-wrapper {
  display: flex;
}

.isk-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper {
  border: 3px solid var(--red);
  background-color: var(--red);
  color: var(--black);
  border-radius: 15px;
  align-self: flex-end;
  margin-top: 40px;
  padding: 10px 20px;
  text-decoration: none;
  position: relative;
}

.black-outline {
  border: 4px solid var(--black);
  border-radius: 15px;
  margin: -5px;
  position: absolute;
  inset: 0%;
  transform: rotate(6deg);
}

.button-text {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

._35-years {
  position: absolute;
  inset: auto 10% 1rem auto;
}

.div-block-39 {
  height: 100%;
}

.reference-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 3rem;
}

.reference-image {
  object-fit: cover;
}

.h3 {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.jobs-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.container-xlarge {
  max-width: 1100px;
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    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.sk--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
    line-height: 30px;
  }

  .menu-button.sk--open {
    background-color: var(--black);
    color: #fff;
    border-radius: 10px;
  }

  .image {
    width: 30vw;
  }

  .div-block {
    width: 95%;
  }

  .container-4 {
    width: auto;
    padding-bottom: 0;
  }

  .footer-dark {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-5 {
    max-width: 95%;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 50px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .image-3 {
    margin-top: -12%;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .paragraph-3 {
    width: 200px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    width: 300px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .link-block-2 {
    align-self: center;
  }

  .div-block-7 {
    margin-right: 30px;
  }

  .div-block-8 {
    width: 350px;
    height: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-7 {
    width: 80px;
  }

  .paragraph-6 {
    margin-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: center;
    width: 100%;
  }

  .div-block-9 {
    padding-right: 20px;
  }

  .link-block-3 {
    align-self: center;
  }

  .start-section, .start-section.mittelspannung {
    height: 60vw;
  }

  .start-section.leistungen {
    height: 50vw;
  }

  .start-section.karriere {
    background-position: 50%;
    height: 50vw;
  }

  .start-section.impressum {
    height: auto;
  }

  .image-8 {
    width: 25vw;
  }

  .image-9 {
    width: 150px;
  }

  .div-block-12 {
    padding: 20px;
  }

  .image-11 {
    width: 100vw;
    margin-left: -200px;
    display: none;
  }

  .container-14 {
    justify-content: center;
    align-items: center;
  }

  .image-12 {
    width: 50vw;
  }

  .image-13, .image-14 {
    width: 37vw;
  }

  .image-15 {
    width: 50vw;
  }

  .image-16 {
    width: 40vw;
  }

  .image-17 {
    width: 30vw;
  }

  .div-block-18 {
    padding-left: 100px;
    left: 215px;
    right: 3%;
  }

  .image-18 {
    left: 12%;
  }

  .div-block-20 {
    display: none;
    top: 4%;
    right: 2%;
  }

  .referenz {
    width: 70vw;
    max-width: none;
    height: auto;
  }

  .div-block-26 {
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 33%;
  }

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

  .div-block-27 {
    width: 300px;
    margin-bottom: -156px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-15 {
    padding-bottom: 60px;
  }

  .image-19 {
    width: 300px;
  }

  .container-23 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-21 {
    max-width: 45%;
  }

  .link-block-4 {
    align-self: center;
  }

  .div-block-32 {
    margin: 25px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .section-edit {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-24 {
    max-width: 250px;
  }

  .div-block-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

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

  .icon {
    font-size: 40px;
  }

  .button-wrapper {
    align-self: center;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    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.sk--open {
    position: relative;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.sk--open {
    margin-left: 0;
  }

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

  .image {
    width: 35vw;
  }

  .container-4 {
    width: auto;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .footer-dark {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

  .jahr {
    width: 75%;
  }

  .heading-2, .text-block, .image-3, .section-2 {
    display: none;
  }

  .container-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-4 {
    width: 70px;
  }

  .paragraph-3 {
    width: 140px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

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

  .section-3 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .image-5 {
    width: 350px;
  }

  .div-block-5 {
    margin-top: 30px;
  }

  .container-large {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .isk-image {
    width: 14rem;
  }

  .div-block-7 {
    margin-right: 0;
  }

  .div-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 43vw;
    height: 370px;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .paragraph-6 {
    text-align: center;
    margin-left: 0;
    font-size: 15px;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 20px;
  }

  .container-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-9 {
    width: 85%;
  }

  .div-block-10 {
    position: relative;
  }

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

  .start-section.ber-uns {
    height: 70vw;
  }

  .start-section.referenzenpage, .start-section.leistungen {
    height: 60vw;
  }

  .start-section.karriere {
    background-position: 50%;
    height: 60vw;
  }

  .lightbox-link {
    width: 100%;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-14 {
    align-self: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .container-12 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 24px;
  }

  .image-10 {
    width: 40px;
  }

  .div-block-16 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin-left: -20px;
    margin-right: -20px;
  }

  .counter {
    font-size: 30px;
  }

  .container-14 {
    justify-content: center;
    align-items: center;
  }

  .container-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-17 {
    width: 40vw;
  }

  .container-17 {
    height: 600px;
  }

  .div-block-18 {
    padding-left: 20px;
    top: 325px;
    left: 11%;
    right: 26px;
  }

  .image-18 {
    width: 200px;
    inset: 9% 0% 0% 34%;
  }

  .heading-10 {
    top: -20%;
    left: 5%;
  }

  .section-13 {
    padding-bottom: 0;
  }

  .heading-11 {
    margin-bottom: 40px;
  }

  .reference-text-wrapper {
    flex-flow: column;
  }

  .paragraph-12 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

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

  .div-block-25 {
    justify-content: center;
    align-items: center;
  }

  .section-14 {
    padding-bottom: 60px;
  }

  .container-19 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 80px auto;
  }

  .referenz {
    border-radius: 25px;
    width: 90vw;
  }

  .div-block-26 {
    width: 400px;
    margin-top: -40px;
    margin-left: 0;
    padding: 40px;
    position: static;
    transform: none;
  }

  .container-20 {
    flex-flow: column-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-right: auto;
  }

  .div-block-27 {
    width: 400px;
    margin-top: -40px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 40px;
  }

  .section-15 {
    padding-top: 20px;
  }

  .container-21 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .image-19 {
    width: 350px;
  }

  .paragraph-13, .heading-12 {
    text-align: center;
  }

  .div-block-28 {
    margin-right: 0;
  }

  .heading-14 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
  }

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

  .div-block-30 {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 40px;
  }

  .container-23 {
    background-image: url('../images/Webseitenbeispiel_Tino_Krusch-16-2.avif');
    background-position: 50%;
    background-size: cover;
    border-radius: 25px;
  }

  .image-21 {
    display: none;
  }

  .paragraph-15 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .image-22 {
    width: 250px;
  }

  .columns {
    padding-left: 150px;
  }

  .container-28 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-36 {
    width: 75%;
  }

  .section-22 {
    padding-top: 20px;
  }

  .image-24 {
    max-width: 350px;
  }

  .div-block-38 {
    margin-bottom: 0;
  }

  .nav-link-copy {
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
  }

  .jahr-copy {
    width: 75%;
  }

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

  .link-block-6 {
    margin-top: 40px;
  }

  .image-26 {
    display: block;
    position: absolute;
    inset: 24% auto 0% 3%;
  }

  .image-27 {
    display: none;
  }

  .container-31 {
    position: relative;
  }

  .isk-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .isk-image-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .container-xlarge {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }
}

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

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

  .image {
    width: 70vw;
  }

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

  .section {
    padding-bottom: 8rem;
  }

  .paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-between;
    align-items: center;
  }

  .button, .button-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .container-4 {
    width: auto;
    padding-bottom: 40px;
  }

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

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

  .jahr {
    width: 70%;
  }

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

  .image-5 {
    width: 85vw;
  }

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

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .isk-image {
    width: 80vw;
  }

  .section-4 {
    padding-bottom: 40px;
  }

  .div-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 1rem;
  }

  .text-span {
    color: #c51a12;
    font-size: 16px;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 15px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .heading-6 {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }

  .text-block-3, .paragraph-7 {
    text-align: center;
  }

  .div-block-9 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    padding: 5px 10px;
  }

  .start-section.ber-uns {
    height: 90vw;
  }

  .start-section.referenzenpage {
    height: 100vw;
  }

  .start-section.mittelspannung, .start-section.leistungen {
    height: 90vw;
  }

  .start-section.leistungen.e-check {
    height: 60vw;
  }

  .start-section.leistungen.elektrothermografie {
    height: 90vw;
  }

  .start-section.karriere {
    background-position: 50% 100%;
    height: 100vw;
  }

  .start-section.kontaktsite {
    height: 90vw;
  }

  .image-8 {
    width: 40vw;
    bottom: -14%;
  }

  .image-9 {
    width: 100px;
  }

  .div-block-12 {
    padding: 10px;
  }

  .div-block-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .paragraph-8 {
    font-size: 20px;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .paragraph-9 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-block-5 {
    font-size: 30px;
  }

  .image-10 {
    width: 75px;
  }

  .div-block-16 {
    margin-left: 0;
    margin-right: 0;
  }

  .container-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-end;
  }

  .container-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .image-15 {
    width: 90vw;
  }

  .image-16 {
    width: 60vw;
  }

  .div-block-18 {
    border-radius: 1rem;
    padding: .5rem;
    top: 316px;
  }

  .text-block-6 {
    color: #c01c14;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
  }

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

  .image-18 {
    top: 5%;
    left: 14%;
  }

  .heading-10 {
    font-size: 30px;
    top: -19%;
  }

  .section-13 {
    padding-bottom: 0;
  }

  .heading-11 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
  }

  .paragraph-12 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
  }

  .container-19 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-26 {
    width: 220px;
    margin-top: 20px;
    padding: 20px;
  }

  .text-block-9 {
    color: #c21911;
    font-size: 16px;
  }

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

  .text-block-11 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .container-20 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-27 {
    width: 220px;
    margin-top: 20px;
    padding: 20px;
  }

  .section-15 {
    padding-bottom: 20px;
  }

  .image-19 {
    width: 240px;
  }

  .paragraph-13 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .container-22 {
    margin-top: 40px;
  }

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

  .paragraph-14 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-14 {
    font-size: 34px;
    font-weight: 900;
    line-height: 40px;
  }

  .image-20 {
    width: 30px;
  }

  .text-block-12 {
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-23 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-15 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .image-22 {
    align-self: center;
    width: 170px;
  }

  .heading-15 {
    font-size: 40px;
  }

  .section-18 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-32 {
    margin: 15px;
  }

  .section-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-13 {
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
  }

  .paragraph-17 {
    font-size: 13px;
    line-height: 18px;
  }

  .image-23 {
    width: 75px;
  }

  .div-block-33 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .paragraph-18 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-34 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .columns {
    padding-left: 100px;
  }

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

  .heading-18, .heading-19 {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block-35 {
    margin-top: 20px;
  }

  .text-block-15 {
    font-size: 26px;
    line-height: 30px;
  }

  .button-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-19 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-36, .div-block-37 {
    width: 100%;
  }

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

  .section-22 {
    padding-bottom: 40px;
  }

  .paragraph-20 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-21 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph-21 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-24 {
    max-width: 85vw;
  }

  .nav-link-copy {
    margin-right: 20px;
  }

  .link-block-5 {
    width: 25%;
    inset: auto 20% 2% auto;
  }

  .section-25 {
    padding-bottom: 0;
  }

  .jahr-copy {
    width: 50%;
  }

  .columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container-30 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .div-block-33-copy {
    display: none;
  }

  .image-26 {
    top: 21%;
  }

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

  .isk-image-wrapper {
    flex-flow: column;
  }

  .button-wrapper {
    padding: 5px 10px;
  }

  .button-text {
    font-size: 20px;
    line-height: 26px;
  }

  ._35-years {
    width: 6rem;
    right: 50%;
    transform: translate(50%);
  }

  .reference-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }
}

#sk-node-c3072550-6257-3ceb-7aa6-2ce555ed33a4-b3892229 {
  grid-area: span 4 / span 2 / span 4 / span 2;
}

#sk-node-_3917b9de-ca7f-378e-f958-08a3b8288ffb-b8288fea, #sk-node-_3917b9de-ca7f-378e-f958-08a3b828900a-b8288fea, #sk-node-_3917b9de-ca7f-378e-f958-08a3b828901b-b8288fea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#sk-node-_48a9dd4d-455e-d03b-a274-0b24f628895c-964a969d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#sk-node-_5daa418f-90ba-eecd-f9d6-5b0df6d32d50-964a969d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#sk-node-_2dc068b2-3226-8d7d-2c13-536ede01e646-964a969d {
  place-self: stretch stretch;
}

#sk-node-_27012485-cbda-ae6c-aa43-19f9ded6a49f-964a969d {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#sk-node-b7557edb-bfa7-9151-4d1a-c96161108fe1-964a969d, #sk-node-_81f3a73b-a465-da40-0f15-ddfdc5eb303a-964a969d {
  place-self: stretch stretch;
}


@font-face {
  font-family: 'Noto Sans Lokal';
  src: url('../fonts/noto-sans-v36-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Lokal';
  src: url('../fonts/noto-sans-v36-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Lokal';
  src: url('../fonts/noto-sans-v36-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Lokal';
  src: url('../fonts/noto-sans-v36-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Lokal';
  src: url('../fonts/noto-sans-v36-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Lokal';
  src: url('../fonts/noto-sans-v36-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Lokal';
  src: url('../fonts/noto-sans-v36-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}