@charset "UTF-8";
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

button.hamburger {
  height: 32px;
  width: 32px;
}

div.hamburger {
  height: 32px;
  width: 32px;
}
div.hamburger > .inner {
  top: 50%;
}

.hamburger {
  background-color: transparent;
  border: 0 transparent solid;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  opacity: 1;
  overflow: visible;
  padding: 3px;
  text-transform: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger:hover {
  background-color: transparent;
  opacity: 1;
}
.hamburger:hover span.bar {
  background-color: #000;
}
.hamburger:hover > .inner:nth-child(1)::before, .hamburger:hover > .inner:nth-child(1)::after, .hamburger:hover > .inner:nth-child(2)::before, .hamburger:hover > .inner:nth-child(2)::after, .hamburger:hover > .inner:nth-child(3)::before, .hamburger:hover > .inner:nth-child(3)::after,
.hamburger:hover span.bar:nth-child(1)::before,
.hamburger:hover span.bar:nth-child(1)::after,
.hamburger:hover span.bar:nth-child(2)::before,
.hamburger:hover span.bar:nth-child(2)::after,
.hamburger:hover span.bar:nth-child(3)::before,
.hamburger:hover span.bar:nth-child(3)::after {
  background-color: #000;
}
.hamburger.active {
  background-color: transparent;
}
.hamburger.active span.bar {
  background-color: #000;
}
.hamburger.active > .inner:nth-child(1)::before, .hamburger.active > .inner:nth-child(1)::after, .hamburger.active > .inner:nth-child(2)::before, .hamburger.active > .inner:nth-child(2)::after, .hamburger.active > .inner:nth-child(3)::before, .hamburger.active > .inner:nth-child(3)::after,
.hamburger.active span.bar:nth-child(1)::before,
.hamburger.active span.bar:nth-child(1)::after,
.hamburger.active span.bar:nth-child(2)::before,
.hamburger.active span.bar:nth-child(2)::after,
.hamburger.active span.bar:nth-child(3)::before,
.hamburger.active span.bar:nth-child(3)::after {
  background-color: #000;
}
.hamburger > .inner {
  margin: 0;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.hamburger span.bar {
  background-color: #000;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.hamburger span.bar:nth-child(1) {
  top: -10px;
}
.hamburger span.bar:nth-child(3) {
  top: 10px;
}
.hamburger:focus {
  outline: 0;
}

.hamburger--stack span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}
.hamburger--stack span.bar:nth-child(1), .hamburger--stack span.bar:nth-child(3) {
  background: none;
  top: 0;
}
.hamburger--stack span.bar:nth-child(1)::before, .hamburger--stack span.bar:nth-child(3)::before {
  background-color: #000;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--stack span.bar:nth-child(1) {
  transform: translate3d(0, -10px, 0);
}
.hamburger--stack span.bar:nth-child(3) {
  transform: translate3d(0, 10px, 0);
}
.hamburger--stack.active span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--stack.active span.bar:nth-child(1), .hamburger--stack.active span.bar:nth-child(3) {
  transform: translate3d(0, 0, 0);
}
.hamburger--stack.active span.bar:nth-child(1)::before, .hamburger--stack.active span.bar:nth-child(3)::before {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.hamburger--stack.active span.bar:nth-child(1)::before {
  transform: rotate(45deg);
}
.hamburger--stack.active span.bar:nth-child(2) {
  opacity: 0;
}
.hamburger--stack.active span.bar:nth-child(3)::before {
  transform: rotate(-45deg);
}

:root {
  --orange: #ff6900;
  --red: #fa350f;
  --white: #fff;
  --black: #000;
  --gray: #f0f0f0;
  --xWidth: 25em;
}
@media (min-width: 768px) {
  :root {
    --xWidth: 30em;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

svg,
img {
  width: 100%;
  display: block;
  vertical-align: middle;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-padding-top: 2.5rem;
}

body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-family: "Univers", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #f7f7f7;
}

::selection {
  background-color: var(--red);
  color: var(--white);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 1200px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

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

.main {
  padding-top: 2rem;
}

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

a:hover,
a:focus,
a:focus-visible {
  color: #b92104 !important;
  text-decoration: underline;
  text-decoration: none;
}

a:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

.padding {
  padding-top: min(5%, 5rem);
  padding-bottom: min(5%, 5rem);
}

.btn {
  background-color: var(--red);
  color: var(--white);
  font-weight: 700;
  border: 0;
  border-radius: 0;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  color: var(--white);
  background-color: #de2805;
  border-color: var(--red);
  text-decoration: none;
}

.columns {
  width: 100%;
  columns: 1;
  break-inside: avoid;
  gap: 5rem;
  margin-bottom: 3rem;
}
.columns .bold {
  font-weight: 700;
}
@media (min-width: 992px) {
  .columns {
    columns: 2;
  }
  .columns .break {
    break-before: column;
    display: block;
  }
}
.columns h2 {
  margin-bottom: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Univers Condensed";
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.015em;
}

.heading {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
  color: inherit;
  letter-spacing: -0.015em;
}

.lead {
  width: 100%;
}

.paragraph {
  width: 100%;
}
@media (min-width: 992px) {
  .paragraph {
    max-width: 70%;
  }
}

.center {
  text-align: center;
}
.center .lead,
.center .paragraph {
  margin-left: auto;
  margin-right: auto;
}

.icon-chevron-right:before {
  content: "\e831";
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "heroicons-outline";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.separator {
  display: block;
  height: 2rem;
  background: repeating-linear-gradient(-45deg, var(--red), var(--red) 32px, #fff 32px, #fff 64px);
}

.background-gray {
  background-color: var(--gray);
}

.background-white {
  background-color: var(--white);
}

.background-black {
  background-color: var(--black);
  color: var(--white);
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navigation-bar {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 5%;
  text-transform: uppercase;
}
.navigation-bar a {
  color: var(--black);
  font-size: 1.25rem;
  font-family: "Univers Condensed";
  text-decoration: none;
}
.navigation-bar a:hover {
  color: var(--red);
}

.header-nav-container .nav-item {
  margin: 0;
  outline: none;
}
.header-nav-container .nav-item a.nav-link:focus-visible {
  outline: none;
  box-shadow: none !important;
}

.header-nav-container {
  display: flex;
  overflow: hidden;
  position: relative;
}

.header-nav-container::before {
  content: "";
  position: fixed;
  width: var(--xWidth);
  top: 0;
  left: 100%;
  height: 100vh;
  transform-origin: 0 100%;
  z-index: -1;
  transform: skew(-40deg);
  background-color: var(--red);
  transition: left 0.3s 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .navigation-bar a:hover {
    color: var(--black);
  }
  .header-nav-container {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    display: flex;
    align-items: center;
    padding-left: 7%;
    transition: left 0.3s ease-in-out;
  }
  .header-nav-container .nav {
    flex-direction: column;
  }
  .header-nav-container .nav-link {
    font-size: 2.75rem;
  }
  .header-nav-container[data-visible] {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 55;
  }
  .header-nav-container[data-visible]::before {
    left: -10%;
  }
}
.logo {
  width: 200px;
}

.telefon {
  font-size: 1.25rem;
  font-family: "Univers Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  letter-spacing: -0.015em;
}
.telefon svg {
  display: inline-block;
  width: 1.25em;
}
@media (max-width: 991px) {
  .telefon {
    display: none;
  }
}
.telefon a {
  color: var(--red);
}

.hamburger-container {
  position: fixed;
  top: 1%;
  right: 5%;
  z-index: 9999;
}
@media (min-width: 992px) {
  .hamburger-container {
    display: none;
  }
}
.hamburger-container span.bar {
  width: 32px;
}

.loader ~ .header {
  position: relative;
}

.services-list li {
  margin-left: 0;
}

.services-projects {
  aspect-ratio: unset;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 3333;
  background-color: #fff;
  overflow: hidden;
  top: 0;
  left: 0;
}
.loader .loader-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  visibility: hidden;
}

.hero-container {
  --height: 80vh;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.hero-container .hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: 100%;
}
.hero-container .hero-slogan {
  font-size: clamp(3.5rem, 5vmax, 15rem) !important;
}
.hero-container .hero-x {
  position: absolute;
  top: 0;
  left: 60%;
  transform-origin: top left;
  transform: skew(-45deg);
  width: var(--xWidth);
  height: 100%;
  mix-blend-mode: multiply;
  background-color: var(--red);
  z-index: 2;
}
.hero-container .hero-video {
  width: 100%;
  height: var(--height);
  object-fit: cover;
  z-index: -1;
}
.hero-container .hero-image {
  width: 100%;
  height: var(--height);
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}
@media (min-width: 992px) {
  .hero-container .hero-image {
    object-position: center right;
    height: 100%;
    height: var(--height);
  }
}
.hero-container .hero-image-front {
  position: absolute;
  inset: 0;
  width: 100%;
  height: var(--height);
  object-fit: cover;
  object-position: top center;
  z-index: 2;
  opacity: 1;
}
@media (min-width: 992px) {
  .hero-container .hero-image-front {
    object-position: center right;
    height: 100%;
    height: var(--height);
  }
}
.hero-container .hero-mask-left {
  position: absolute;
  width: 60%;
  transform-origin: top left;
  height: 100%;
  top: 0;
  background-color: #fff;
  transform: skew(-45deg);
  z-index: 1;
  display: none;
}
@media (orientation: portrait) and (min-height: 900px) {
  .hero-container .hero-mask-left {
    display: block;
  }
}
@media (min-width: 700px) {
  .hero-container .hero-mask-left {
    display: block;
  }
}
.hero-container .hero-mask-right {
  position: absolute;
  width: 150%;
  transform-origin: top left;
  height: 100%;
  top: 0;
  left: calc(60% + var(--xWidth));
  background-color: #fff;
  transform: skew(-45deg);
  z-index: 1;
}
.hero-container .hero-curtain {
  position: absolute;
  inset: 0;
  background-color: #fff;
}
.hero-container .hero-text {
  position: absolute;
  z-index: 5;
}
.hero-container .hero-text .hero-slogan {
  font-size: 4rem;
  text-transform: uppercase;
  padding-bottom: 0.25em;
}
.hero-container .hero-text p {
  width: 80%;
  line-height: 1.6em;
}
.hero-container .hero-text--left {
  bottom: 0%;
  left: 3%;
  width: 35%;
}
.hero-container .hero-text--left h2 {
  color: #fff;
}
@media (min-width: 700px) {
  .hero-container .hero-text--left {
    top: 15%;
    left: 5%;
    width: 35%;
  }
  .hero-container .hero-text--left h2 {
    color: #000;
  }
}
.hero-container .hero-text--right {
  bottom: 15%;
  right: 5%;
  width: 35%;
}

.footer {
  margin-top: 4rem;
  position: relative;
  background-color: #fff;
}
.footer small.text-muted {
  padding-top: 2rem;
  display: inline-block;
}

.footer-nav-container {
  text-align: center;
  width: 100%;
}

.footer-nav {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: space-around;
}
.footer-nav a:hover,
.footer-nav a {
  color: var(--red);
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.75rem 0em;
}
@media (min-width: 992px) {
  .footer-nav a:hover,
  .footer-nav a {
    padding: 0.75rem 2em;
  }
}
.footer-nav .nav {
  flex-direction: column;
}
.footer-nav .nav li {
  margin: 0;
}
@media (min-width: 768px) {
  .footer-nav .nav {
    flex-direction: row;
    gap: 2rem;
  }
}

.scroll-top {
  padding: 0.55em 1.25em;
  position: absolute;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  right: 5%;
  bottom: 35%;
  width: 4rem;
  aspect-ratio: 1;
  color: #fff;
  background-color: var(--red);
}
.scroll-top svg {
  width: 100%;
  margin: 0 auto;
}

.icons {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2em;
  justify-items: center;
  align-items: center;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .icons {
    margin-top: 4em;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .icons {
    margin-top: 4em;
    grid-template-columns: repeat(3, 1fr);
  }
}
.icons img {
  width: 100%;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.icon-item-icns {
  width: 150px;
  justify-items: center;
  align-items: center;
  position: relative;
}

.icon-item-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
}

.icon-item-text {
  opacity: 0.7;
  padding: 1em 2em;
  text-align: center;
}

.certificate {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3em;
  justify-items: center;
  align-items: center;
  overflow-x: hidden;
  margin-top: 4em;
}
@media (min-width: 768px) {
  .certificate {
    flex-direction: row;
  }
}
.certificate img {
  width: 100%;
}

.certificate-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.certificate-item-icns {
  width: 150px;
}

.big-text {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  --height: 60ch;
}
@media (min-width: 992px) {
  .big-text {
    height: 80vh;
    min-height: 700px;
  }
}
.big-text .big-text-background {
  inset: 0;
  z-index: -2;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .big-text .big-text-background {
    position: absolute;
  }
}
.big-text .big-text-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 3rem;
  background-color: inherit;
  color: inherit;
  margin: 0 50% 0 auto;
}
.big-text .big-text-content > * {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .big-text .big-text-content {
    width: 50%;
    text-align: right;
    align-items: flex-end;
    padding: 3rem 3rem 3rem 20%;
  }
}
@media (min-width: 992px) {
  .big-text .big-text-image {
    position: absolute;
    text-align: left;
    overflow: hidden;
    height: var(--height);
    aspect-ratio: 1;
    top: 20%;
    left: 50%;
    isolation: isolate;
  }
}
.big-text .big-text-image img {
  object-fit: cover;
  object-position: left bottom;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .big-text .big-text-x {
    --diagonale: calc(var(--height) * 1.4142);
    position: absolute;
    top: 20%;
    left: 50%;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    background-color: var(--red);
    height: calc(var(--diagonale));
    width: 50%;
    z-index: -1;
    isolation: isolate;
    mix-blend-mode: darken;
  }
}

.slider {
  position: relative;
  width: 100%;
}
.slider .glide__slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80vh;
}
.slider .glide__slide img {
  object-fit: cover;
  height: 80vh;
}
.slider .slider-textbox {
  width: 100%;
  text-align: left;
  position: relative;
  top: 20%;
  right: 0;
  padding: 2em;
  background-color: #fff;
}

@media (min-width: 992px) {
  .slider .slider-textbox {
    width: 80ch;
    position: absolute;
    top: 20%;
    right: 0;
    padding: 3em 2em;
    background-color: #fff;
  }
  .slider .slider-textbox::before {
    content: "";
    background: repeating-linear-gradient(-45deg, var(--red), var(--red) 32px, #fff 32px, #fff 64px);
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 1em;
  }
  .slider .slider-textbox::after {
    content: "";
    background: repeating-linear-gradient(-45deg, var(--red), var(--red) 32px, #fff 32px, #fff 64px);
    position: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1em;
  }
}
.glide__arrow {
  position: absolute;
  display: block;
  --width: 164px;
  width: var(--width);
  height: var(--width);
  aspect-ratio: 1/1;
  top: 75%;
  right: 5%;
  z-index: 2;
  color: white;
  color: var(--red);
  text-transform: uppercase;
  padding: 8px;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
  transition: 0.3s;
  transform-origin: 50% 50%;
}
@media (min-width: 992px) {
  .glide__arrow {
    top: 70%;
    right: 10%;
    width: 264px;
    height: 264px;
  }
}

.glide__arrow:hover {
  opacity: 0.9;
}

.glide__slide--active {
  z-index: 10;
  isolation: isolate;
}

.glide__arrow.glide__arrow--left {
  display: none;
}

.slider-with-description .description {
  position: absolute;
  inset: auto 0 0 0;
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 992px) {
  .slider-with-description .description {
    flex-direction: row;
    gap: 1rem;
  }
}
.slider-with-description .description > * {
  padding: 1rem 1.5rem;
}
.slider-with-description .description .description-title {
  color: var(--red);
  font-family: "Univers Condensed";
  font-weight: 700;
  flex: 1;
  font-size: 1.5rem;
}
.slider-with-description .description .description-body {
  flex: 4;
}

.glide__bullets {
  position: relative;
  margin-top: 2rem;
  bottom: 0;
  width: fit-content;
  display: flex;
  gap: 1rem;
}

.glide__bullet {
  border-radius: 0;
  border: 0;
  font-size: 0;
  width: 28px;
  height: 20px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background-color: var(--red);
  opacity: 0.4;
}

.glide__bullet--active {
  opacity: 1;
}

.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: var(--red);
}

.slider-cards .glide__arrow,
.slider-with-description .glide__arrow {
  --width: 48px;
  width: var(--width);
  height: var(--width);
  border-radius: 0;
  color: var(--white);
  background-color: var(--red);
  top: 50%;
}
.slider-cards .glide__arrow.glide__arrow--left,
.slider-with-description .glide__arrow.glide__arrow--left {
  display: block;
  left: 0;
}
.slider-cards .glide__arrow.glide__arrow--left svg,
.slider-with-description .glide__arrow.glide__arrow--left svg {
  transform: rotate(180deg);
  transform-origin: center;
}
.slider-cards .glide__arrow.glide__arrow--right,
.slider-with-description .glide__arrow.glide__arrow--right {
  right: 0;
  color: var(--white);
}

.slider-cards {
  min-height: 60vh;
}
.slider-cards .glide__slide {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 4rem;
}
.slider-cards .glide__slide img {
  object-fit: cover;
  height: 50vh;
}
.slider-cards .x {
  mix-blend-mode: lighten !important;
  z-index: 0;
}
.slider-cards .description {
  position: absolute;
  inset: auto 0 0 0;
  background-color: #222222;
  color: var(--white);
  text-align: left;
}
.slider-cards .description > * {
  padding: 0 1.5rem;
  margin-top: 1rem;
}
.slider-cards .description .description-title {
  color: var(--red);
  font-family: "Univers Condensed";
  font-weight: 700;
  flex: 1;
  font-size: 1.5rem;
}

.columns {
  column-width: 400px;
  column-gap: 5rem;
  break-inside: avoid;
}
.columns h2 {
  margin-bottom: 2rem;
}

.workinprogress {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.workinprogress .l {
  width: 40vw;
}
.workinprogress .o {
  width: 30vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--orange);
  z-index: -1;
  transform: translate(-50%, -50%) skew(45deg);
  transform-origin: 50% 50%;
}
.workinprogress .r {
  width: 30vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--red);
  z-index: -1;
  transform: translate(-50%, -50%) skew(-45deg);
  transform-origin: 50% 50%;
}
.workinprogress .ok {
  position: absolute;
  font-size: 11px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Add asterisk to labels of required inputs */
.auftragsstrecke-row-nachname label {
  position: relative;
}

/* Target labels within rows containing required inputs */
div[class*=auftragsstrecke-row] label:has(+ div > input[required])::after {
  content: "*";
  color: #fa350f;
  /* Red asterisk */
  margin-left: 0.2em;
  font-weight: bold;
}

.auftragsstrecke-label-zaehlernummer::before {
  content: "Die Zählernummer befindet sich direkt auf dem Stromzähler. Sie besteht aus einer Zahlen- oder Buchstabenkombination und ist meist gut sichtbar ober- oder unterhalb eines Barcodes angebracht. Oft ist sie mit ‚Zählernummer‘ oder ‚Nr.‘ gekennzeichnet.";
  display: block;
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.auftragsstrecke-row-endansicht {
  backdrop-filter: blur(8px);
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
}
.auftragsstrecke-row-endansicht > p {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
}
.auftragsstrecke-row-endansicht > p::before {
  content: "Vielen Dank";
  display: block;
  font-family: "Univers Condensed";
  line-height: 1;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2rem;
  border-top: 2px solid var(--red);
  padding-top: 1rem;
}

@media (orientation: landscape) and (min-width: 992px) {
  .auftragsstrecke-row-endansicht {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    right: 0%;
    background-color: rgba(0, 0, 0, 0.2666666667);
    backdrop-filter: blur(8px);
    transition: all 0.3s ease-in-out;
  }
  .auftragsstrecke-row-endansicht > p {
    display: block;
    font-size: 1.15rem;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    background-color: #fff;
    padding: 3rem 5rem 5rem 5rem;
    width: 100%;
    max-width: 600px;
    box-shadow: var(--shadow);
  }
  .auftragsstrecke-row-endansicht > p::before {
    content: "Vielen Dank";
    display: block;
    font-family: "Univers Condensed";
    line-height: 1;
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 5rem;
    border: none;
    margin-top: 0;
  }
}
.comply-ButtonWrapper button {
  background-color: pink !important;
}

[showlanguageselection=false] ul li p {
  display: inline;
  line-height: 2;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(310px, 100%), 1fr));
  gap: 15px 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 550px) {
  .downloads-grid {
    grid-template-columns: repeat(auto-fill, minmax(min(355px, 100%), 1fr));
  }
}
@media (min-width: 1450px) {
  .downloads-grid {
    grid-template-columns: repeat(auto-fill, minmax(380px, 2fr));
    padding: 2rem 2rem;
    gap: 2rem 2rem;
  }
}

.teaser.-download {
  position: relative;
  flex-wrap: nowrap;
  display: flex;
  border: 1px solid var(--gray-200);
  transition: all 0.3s ease;
  background-color: white;
}
.teaser.-download:hover {
  background-color: white;
  transform: translateY(-2%);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.0784313725) !important;
}
.teaser.-download .teaser__image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: white;
  width: 120px;
  height: 160px;
  padding: 17px;
}
.teaser.-download .teaser__image img {
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 160px;
  object-fit: contain;
}
@media (max-width: 480px) {
  .teaser.-download .teaser__image {
    display: none;
  }
}
.teaser.-download .teaser__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding: 20px;
  border-left: 1px solid var(--gray-200);
  background-color: var(--gray-50);
}
.teaser.-download .teaser__content a:hover,
.teaser.-download .teaser__content a:focus,
.teaser.-download .teaser__content a:focus-visible {
  color: #fff !important;
}
.teaser.-download .teaser__head {
  padding-bottom: 0.5rem;
}
.teaser.-download .teaser__title {
  padding-bottom: 0.5rem;
  line-height: 1.3;
}
.teaser.-download .teaser__subtitle {
  font-size: 80%;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
}

.accordion-wrapper {
  width: 98%;
  padding-bottom: 4em;
}
@media (min-width: 992px) {
  .accordion-wrapper {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .accordion-wrapper {
    width: 60%;
  }
}
.accordion-wrapper h2 {
  margin-top: 2em;
}

.accordion {
  border: 1px solid #cbcbcb;
  border-radius: 0;
  overflow: hidden;
  margin: 2rem auto;
}
@media (min-width: 992px) {
  .accordion {
    margin-left: 3em;
  }
}
.accordion h3 {
  margin: 0;
  border-top: none;
}

.accordion-item {
  border-bottom: 1px solid #cbcbcb;
}
.accordion-item:last-child {
  border-bottom: none;
}

.accordion-button {
  width: 100%;
  text-align: left;
  background: #fff;
  border: none;
  padding: 1.25rem;
  font-size: 1.25rem;
  font-family: "Univers Condensed";
  font-weight: 700;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  color: #000;
}
.accordion-button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FA350f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.accordion-button[aria-expanded=true] {
  background-color: #f7f7f7;
}
.accordion-button[aria-expanded=true]::after {
  transform: rotate(-180deg);
}
.accordion-button:hover, .accordion-button:focus {
  background-color: #f7f7f7;
  color: #000;
}
.accordion-button:focus-visible {
  outline: 2px solid red;
}

.accordion-content {
  padding: 1.25rem 1.25rem;
  background: #fff;
}
.accordion-content ul li {
  margin-bottom: 0.25rem;
  margin-top: 0.15rem;
  margin-left: 0;
  list-style: unset;
  padding-left: 1.5rem;
}
.accordion-content a {
  white-space: nowrap;
}
.accordion-content p {
  margin: 0;
  max-width: 92ch;
}
.accordion-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .accordion-content table {
    font-size: 1rem;
  }
}
.accordion-content table th,
.accordion-content table td {
  padding: 0.5rem;
  border: 1px solid #cbcbcb;
  text-align: left;
}
.accordion-content table th {
  border-bottom: 1px solid #cbcbcb;
  font-weight: bold;
}
.accordion-content[hidden] {
  display: none;
}

.card {
  border: none;
}

.card--employee {
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0);
  height: 50%;
}

.card--employee > * {
  flex-shrink: 1;
}

.card--employee .card-img {
  max-width: 100%;
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card--employee .card-title {
  font-family: var(--font-family-sans-serif);
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0;
}

.card--employee .card-body {
  padding: 0 0 0 1rem;
}

.inline-size {
  container-type: inline-size;
}

.card--employee2 {
  flex-direction: row;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  padding-block: 0;
  margin-bottom: 0;
  gap: 1rem;
}

.card--employee2 .card-title {
  margin-bottom: 0.25em;
}

.card--employee2 .card-position {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.card--employee2 .card-img-top {
  min-width: 75px;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 5/7;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 40%;
  object-position: 50% 40%;
  flex-shrink: 1;
}

.card--employee2 .card-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 60%;
  padding: 0;
}

.card--employee2 .card-text {
  margin-top: auto;
}

@container (300px <=width <=350px) {
  .card--employee2 {
    font-size: 0.9rem;
  }
  .card--employee2 .card-title {
    font-size: 1.2rem;
  }
}
@container (width < 300px) {
  .card--employee2 {
    flex-direction: column;
  }
  .card--employee2 .card-body {
    width: 100%;
    padding-inline: 0;
  }
}
@container (width < 240px) {
  .card--employee2 .card-title {
    font-size: 1.2rem;
  }
}
@container (width < 190px) {
  .card--employee2 {
    font-size: 0.9rem;
  }
}
#dcrt_dps_content ul {
  list-style-position: outside !important;
}
#dcrt_dps_content ul li:first-child {
  margin-bottom: 0.5em;
  margin-left: unset;
  list-style: unset;
}

.skipmenu {
  position: absolute;
  top: 0;
  transform: translateY(-110%);
  opacity: 0;
  transition: transform 0.2s ease;
  background-color: #fff;
  padding: 12px 18px;
  font-weight: 700;
  z-index: 999;
}

.skipmenu:focus {
  transform: translateY(0);
  opacity: 1;
  z-index: 9999;
}

img {
  width: 100%;
}

.test {
  height: 100%;
  aspect-ratio: 1;
}
.test .img-fluid {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.map {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.map .map-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}
.map .map-image:before {
  content: "";
  position: absolute;
  z-index: 11;
  right: 0;
  width: clamp(40px, 6vw, 80px);
  height: 100%;
  background-image: url("../images/deco_absperrband.svg");
  background-position: right;
  background-repeat: repeat-y;
}
.map .map-points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.map .map-points li {
  position: absolute;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  z-index: 10;
  pointer-events: auto;
}
.map .map-points li .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  min-width: 2.2em;
  aspect-ratio: 1/1;
  padding: 0 0.5em;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.1px;
  width: 14px;
  height: 14px;
}
@media (min-width: 800px) {
  .map .map-points li .number {
    font-size: 0.6rem;
    width: fit-content;
    aspect-ratio: 1/1;
    height: auto;
  }
}
.map .map-points li .name {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.5rem;
  white-space: nowrap;
  color: #000;
  padding-left: 0.35em;
  padding-right: 0;
}
.map .map-points li .name.left {
  left: auto;
  right: 100%;
  text-align: right;
  padding-left: 0;
  padding-right: 0.35em;
}
.map .map-info {
  position: relative;
  left: 0;
  bottom: 5%;
  z-index: 10;
  background: #fff;
  padding: 2em 3em;
  border-radius: 0;
  display: none;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1333333333);
}
@media (min-width: 992px) {
  .map .map-info {
    position: absolute;
    left: 5%;
    border-radius: 0.5em;
    padding-left: 8rem;
  }
}
.map .map-info:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: clamp(40px, 6vw, 80px);
  height: 100%;
  background-image: url("../images/deco_absperrband.svg");
  background-position: left;
  background-repeat: repeat-y;
}
@media (min-width: 992px) {
  .map .map-info:before {
    display: block;
  }
}
.map .map-info.map-info--sum {
  display: flex;
}
.map .map-info.map-info--sum .name {
  line-height: 1;
}
.map .map-info .name {
  font-family: "Univers Condensed";
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.map .map-info .number {
  font-family: "Univers Condensed";
  font-weight: 700;
  font-size: 5rem;
  color: #000;
  line-height: 0.7;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 500px) {
  .map .map-info .number {
    font-size: 8rem;
  }
}
@media (min-width: 600px) {
  .map .map-info .number {
    font-size: 10rem;
  }
}
@media (min-width: 1200px) {
  .map .map-info .number {
    font-size: 15rem;
  }
}
.map .map-info .unit {
  font-family: Arial;
  font-size: 0.375em;
  font-weight: 100;
  font-style: italic;
  margin-left: 0.15em;
  line-height: 0.7;
}
.map li:nth-child(1) {
  top: 33.5%;
  left: 63.5%;
}
.map li:nth-child(3) {
  top: 4%;
  left: 41%;
}
.map li:nth-child(5) {
  top: 40%;
  left: 54%;
}
.map li:nth-child(7) {
  top: 28%;
  left: 41.5%;
}
.map li:nth-child(12) {
  top: 40%;
  left: 60%;
}
.map li:nth-child(10) {
  top: 23%;
  left: 42%;
}
.map li:nth-child(11) {
  top: 37.5%;
  left: 53%;
}
.map li:nth-child(13) {
  top: 35.5%;
  left: 54%;
}
.map li:nth-child(8) {
  top: 24.5%;
  left: 37.5%;
}
.map li:nth-child(14) {
  top: 26%;
  left: 38%;
}
.map li:nth-child(9) {
  top: 35.25%;
  left: 44.25%;
}
.map li:nth-child(6) {
  top: 34.9%;
  left: 46%;
}
.map li:nth-child(15) {
  top: 33%;
  left: 45%;
}
.map li:nth-child(4) {
  top: 39.75%;
  left: 44.5%;
}
.map li:nth-child(16) {
  top: 41.25%;
  left: 45%;
}
.map li:nth-child(2) {
  top: 27.25%;
  left: 44.75%;
}
.map li:nth-child(17) {
  top: 26%;
  left: 44%;
}
.map li:nth-child(18) {
  top: 29%;
  left: 39%;
}
.map li:nth-child(19) {
  top: 40%;
  left: 51%;
}
.map li:nth-child(20) {
  top: 33%;
  left: 61%;
}
.map .copy {
  font-size: 10px;
  width: fit-content;
  position: absolute;
  top: 2px;
  left: 2px;
  color: #666;
}
@media (min-width: 992px) {
  .map .copy {
    top: unset;
    bottom: 2px;
    color: #666;
  }
}

.story-chapter p {
  color: #fff !important;
}

.story-headline {
  color: #fff !important;
}

.story-media .story-media-item {
  border: 2px solid #fff !important;
}
@media (min-width: 0) and (max-width: 768px) {
  .story-media .story-media-item::after {
    background: rgba(0, 0, 0, 0.45) !important;
  }
}

.support-cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  padding: 1.5rem 0.75rem;
  cursor: pointer;
}
.support-cta-button .support-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
}
.support-cta-button svg {
  width: 100%;
  color: var(--white);
}
.support-cta-button .support-cta-text {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin: 0;
  padding: 0;
}

.support-cta-popup {
  padding: 2rem;
  z-index: 1000;
}
.support-cta-popup .support-cta-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-cta-popup .support-cta-close:focus,
.support-cta-popup .support-cta-close:hover {
  color: #FA350F;
}
