:root {
  --primary-color: #e4e031;
  --primary-color-adjusted: rgb(230 230 49);
  --font-color: #1e1e1e;
  --lightgrey-color: #ebebeb;
  --midgrey-color: #A0A0A0;
  --darkgrey-color: #636363;
  --white-color: #ffffff;
  --border-radius: 12px;
  --font-family-extended: "allumi-std-extended";
  --background-primary-img: url("/images/intern/bg_video.png") repeat top left; }

.uk-position-z-index {
  z-index: -1;
  display: none; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: transparent; }

::-webkit-scrollbar-thumb {
  background: var(--font-color);
  border-radius: 6px; }

::-webkit-scrollbar-thumb:hover {
  background: var(--font-color); }

.eb-popup {
  overflow-y: clip;
  touch-action: none; }

video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black); }

html {
  overflow: hidden; }

.convertforms {
  margin-top: 40px; }
  .convertforms .cf-form-wrap {
    padding: 0; }
  .convertforms .cf-input, .convertforms .cf-input:focus, .convertforms .cf-input:invalid:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none; }
  .convertforms .cfupload {
    margin: 20px 0; }
    .convertforms .cfupload .dz-message {
      border: none;
      background-color: #a0a0a0;
      border-radius: var(--border-radius);
      height: 180px;
      color: var(--white-color); }
  .convertforms .cf-checkbox-group {
    gap: 20px;
    accent-color: var(--font-color); }
  .convertforms .cf-btn {
    margin-top: 20px;
    border: 2px solid var(--font-color);
    text-transform: uppercase;
    font-weight: 700;
    background: none; }
    .convertforms .cf-label a {
      text-decoration: underline; }
  .convertforms.cf-success .cf-response {
    background-color: transparent;
    color: var(--font-color);
    text-align: left;
    padding: 0; }

body #tm-main {
  overflow: scroll;
  overflow-x: hidden;
  height: 100vh;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth; }
  body #tm-main > section.uk-section, body #tm-main footer {
    scroll-snap-align: center; }
body .description-popup-content {
  display: flex;
  align-items: center; }
  body .description-popup-content .description-icon {
    width: 50px;
    margin-right: 20px; }
body .cf-form-bottom .cf-form-wrap {
  padding: 0; }
  body .cf-form-bottom .cf-form-wrap input {
    padding: 12px;
    border-bottom: 1px solid #1e1e1e;
    border-top: 0;
    border-right: 0;
    border-left: 0; }
    body .cf-form-bottom .cf-form-wrap input:focus {
      padding: 12px;
      border-bottom: 1px solid #1e1e1e !important;
      border-top: 0 !important;
      border-right: 0 !important;
      border-left: 0 !important; }
body .convertforms.cf-success .cf-response {
  background: none; }
body .eb-dialog {
  margin: 40px !important;
  max-height: calc(100vh - 80px);
  clip-path: inset(0 round 8px); }
  body .eb-dialog::-webkit-scrollbar-thumb {
    background: var(--font-color);
    border-radius: 6px; }
  body .eb-dialog::-webkit-scrollbar-thumb:hover {
    background: var(--font-color); }
  body .eb-dialog .eb-header {
    opacity: 1 !important;
    font-size: 40px !important;
    margin-bottom: 2rem !important;
    font-family: var(--font-family-extended);
    font-weight: 800;
    letter-spacing: -2px;
    text-transform: uppercase;
    max-width: 90%;
    hyphens: auto; }
body .uk-button {
  padding: 6px 18px 5px; }
  body .uk-button span.uk-icon {
    width: 27px; }
    body .uk-button span.uk-icon svg path {
      transition: 0.1s ease-in-out; }
body .uk-button.uk-active span.uk-icon svg path, body .uk-button:hover span.uk-icon svg path {
  stroke: var(--primary-color); }
body .uk-button-text {
  text-transform: none; }
body .uk-section-primary, body .uk-section-secondary {
  position: relative;
  margin: 40px;
  box-sizing: border-box;
  border-radius: var(--border-radius);
  min-height: calc(100vh - 80px); }
  body .uk-section-primary.top-section-block, body .uk-section-secondary.top-section-block {
    transition: opacity 1.2s ease-in-out;
    margin-top: 40px !important; }
body .uk-tile-secondary .highlight .bg, body .uk-section-secondary .highlight .bg {
  background: var(--primary-color) !important; }
body .uk-tile-secondary .highlight .label, body .uk-section-secondary .highlight .label {
  color: var(--font-color) !important; }
body #main-home::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px); }
  body #main-home.blur::before {
    opacity: 1;
    pointer-events: all; }
body .main-landing-image {
  position: absolute;
  width: 60%;
  left: 36%;
  top: 20%;
  margin: 0 !important;
  cursor: pointer; }
  body .main-landing-image#main-landing-full-image {
    transition: opacity 0.6s ease-in-out; }
    body .main-landing-image#main-landing-full-image:hover {
      opacity: 0; }
body.subpage header.tm-header-mobile, body.subpage header.tm-header {
  width: fit-content;
  margin-left: auto; }
body.subpage header .uk-logo {
  display: none; }
body header.tm-header-mobile, body header.tm-header {
  opacity: 1;
  top: 80px;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  z-index: 3; }
  body header.tm-header-mobile.hide, body header.tm-header.hide {
    opacity: 0;
    pointer-events: none; }
body header .uk-navbar .uk-logo img {
  height: 70px;
  width: auto;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; }
body .tm-header-placeholder {
  display: none; }
body .uk-border-rounded {
  border-radius: var(--border-radius); }
  body .bw-image img {
    filter: grayscale(1); }
body .svg-map {
  min-width: 250px; }
  body .svg-map .pulse-circle {
    animation: pulse 3s infinite; }

@keyframes pulse {
  0% {
    r: 10;
    opacity: 1; }
  50% {
    r: 16;
    opacity: 0.5; }
  100% {
    r: 10;
    opacity: 1; } }
body .container-sub-boxes {
  display: flex;
  gap: 1rem; }
  body .container-sub-boxes .column {
    flex: 1 1 50%;
    box-sizing: border-box; }
    body .container-sub-boxes .column:not(:first-of-type) {
      margin-top: 1rem;
      display: flex;
      flex-direction: column; }
      body .container-sub-boxes .column:not(:first-of-type) .box-2 {
        flex-grow: 1; }
  body .container-sub-boxes img {
    height: 100%;
    object-fit: cover; }
  body .container-sub-boxes .uk-button-default {
    text-wrap: nowrap; }
body h1 .highlight, body .uk-h1 .highlight, body h2 .highlight, body .uk-h2 .highlight, body h3 .highlight, body .uk-h3 .highlight {
  position: relative;
  width: fit-content;
  display: inline-block;
  transform: translateX(-8px) !important; }
  body h1 .highlight .bg, body .uk-h1 .highlight .bg, body h2 .highlight .bg, body .uk-h2 .highlight .bg, body h3 .highlight .bg, body .uk-h3 .highlight .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--font-color);
    transform: scaleX(0);
    transition: transform 1s ease-in-out;
    transform-origin: left; }
    body h1 .highlight .bg.loaded, body .uk-h1 .highlight .bg.loaded, body h2 .highlight .bg.loaded, body .uk-h2 .highlight .bg.loaded, body h3 .highlight .bg.loaded, body .uk-h3 .highlight .bg.loaded {
      transform: scaleX(1); }
  body h1 .highlight .label, body .uk-h1 .highlight .label, body h2 .highlight .label, body .uk-h2 .highlight .label, body h3 .highlight .label, body .uk-h3 .highlight .label {
    z-index: 1;
    color: var(--primary-color);
    position: relative;
    padding: 0 8px 0 8px; }
body .footer-popover {
  width: 100%; }
body .uk-modal-dialog {
  border-radius: var(--border-radius);
  background-color: var(--primary-color); }
body .uk-navbar-toggle {
  padding-right: 40px; }
  body .uk-navbar-toggle .uk-icon {
    width: 40px;
    height: 40px; }
    body .uk-navbar-toggle .uk-icon svg {
      width: 100%;
      height: 100%; }
      body .uk-navbar-toggle .uk-icon svg rect {
        height: 1px;
        width: 80%; }
body #tm-dialog .uk-offcanvas-bar, body #tm-dialog-mobile .uk-offcanvas-bar {
  max-width: 100vw !important; }
  body #tm-dialog .uk-offcanvas-bar .uk-offcanvas-close, body #tm-dialog-mobile .uk-offcanvas-bar .uk-offcanvas-close {
    width: 40px;
    height: 40px;
    top: 6vh;
    left: 40px; }
    body #tm-dialog .uk-offcanvas-bar .uk-offcanvas-close svg, body #tm-dialog-mobile .uk-offcanvas-bar .uk-offcanvas-close svg {
      width: 100%;
      height: 100%; }
  body #tm-dialog .uk-offcanvas-bar #module-menu-dialog, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog {
    padding-left: 60px;
    text-align: right; }
    body #tm-dialog .uk-offcanvas-bar #module-menu-dialog a, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog a {
      justify-content: flex-end; }
      body #tm-dialog .uk-offcanvas-bar #module-menu-dialog a::before, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog a::before {
        content: "";
        width: 25px;
        min-width: 25px;
        height: 18px;
        background-color: var(--font-color);
        mask: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2218%22%20viewBox%3D%220%200%2025%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.362793%209L23.3628%209M23.3628%209L15.7593%2016.5M23.3628%209L15.7593%201.5%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2218%22%20viewBox%3D%220%200%2025%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.362793%209L23.3628%209M23.3628%209L15.7593%2016.5M23.3628%209L15.7593%201.5%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
        -webkit-mask-size: contain;
        transition: background-color 0.3s ease; }
    body #tm-dialog .uk-offcanvas-bar #module-menu-dialog .uk-active a:hover, body #tm-dialog .uk-offcanvas-bar #module-menu-dialog a:hover, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog .uk-active a:hover, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog a:hover {
      color: var(--midgrey-color); }
      body #tm-dialog .uk-offcanvas-bar #module-menu-dialog .uk-active a:hover::before, body #tm-dialog .uk-offcanvas-bar #module-menu-dialog a:hover::before, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog .uk-active a:hover::before, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog a:hover::before {
        background-color: var(--midgrey-color); }
    body #tm-dialog .uk-offcanvas-bar #module-menu-dialog .uk-nav-sub a, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog .uk-nav-sub a {
      font-weight: 700; }
    body #tm-dialog .uk-offcanvas-bar #module-menu-dialog .uk-nav-sub a::before, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog .uk-nav-sub a::before {
      display: none; }
  body #tm-dialog .uk-offcanvas-bar .dialog-bottom, body #tm-dialog-mobile .uk-offcanvas-bar .dialog-bottom {
    margin-bottom: 8vh; }
    body #tm-dialog .uk-offcanvas-bar .dialog-bottom .uk-iconnav, body #tm-dialog-mobile .uk-offcanvas-bar .dialog-bottom .uk-iconnav {
      justify-content: end;
      align-items: center; }
body .scroll-down-btn {
  position: absolute;
  bottom: 40px;
  right: 40px; }
  body .scroll-down-btn a {
    position: relative;
    padding-right: 32px;
    display: inline-block; }
  body .scroll-down-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2235%22%20viewBox%3D%220%200%2021%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%200V34M10.5%2034L1%2024.413M10.5%2034L20%2024.413%22%20stroke%3D%22%231E1E1E%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat; }
  body .scroll-down-btn a:hover {
    text-decoration: none; }
body .produkt-slider {
  position: relative;
  overflow: hidden;
  cursor: grab;
  max-height: 100vh; }
  body .produkt-slider.grabbing {
    cursor: grabbing; }
  body .produkt-slider .slider-next-button, body .produkt-slider .slider-previous-button {
    position: absolute;
    bottom: 40px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out; }
    body .produkt-slider .slider-next-button.show, body .produkt-slider .slider-previous-button.show {
      display: block;
      opacity: 1;
      pointer-events: all; }
    body .produkt-slider .slider-next-button.button-mobile, body .produkt-slider .slider-previous-button.button-mobile {
      display: none; }
    body .produkt-slider .slider-next-button.slider-next-button, body .produkt-slider .slider-previous-button.slider-next-button {
      right: 40px; }
    body .produkt-slider .slider-next-button.slider-previous-button, body .produkt-slider .slider-previous-button.slider-previous-button {
      left: 40px; }
      body .produkt-slider .slider-next-button.slider-previous-button .uk-icon, body .produkt-slider .slider-previous-button.slider-previous-button .uk-icon {
        transform: rotate(180deg); }
  body .produkt-slider p {
    font-size: 16px; }
  body .produkt-slider .deto-produkt-1 {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: hidden; }
    body .produkt-slider .deto-produkt-1 > .uk-panel {
      height: 100%; }
      body .produkt-slider .deto-produkt-1 > .uk-panel .uk-container {
        height: 100%;
        align-items: center; }
    body .produkt-slider .deto-produkt-1 .sublayout-height {
      height: 100%; }
      body .produkt-slider .deto-produkt-1 .sublayout-height .content-row {
        height: 100%; }
    body .produkt-slider .deto-produkt-1 .height-100 {
      height: 100%; }
    body .produkt-slider .deto-produkt-1 .image-absolute {
      margin: 0 !important; }
      body .produkt-slider .deto-produkt-1 .image-absolute .el-image {
        position: absolute;
        z-index: 1;
        object-fit: contain;
        max-height: 100%; }
    body .produkt-slider .deto-produkt-1 .content-block .uk-tile {
      margin: auto 0; }
      body .produkt-slider .deto-produkt-1 .content-block .uk-tile > .uk-panel {
        padding-left: 80px;
        position: relative; }
        body .produkt-slider .deto-produkt-1 .content-block .uk-tile > .uk-panel::before {
          content: "";
          position: absolute;
          left: 0;
          top: 4px;
          display: block;
          width: 40px;
          height: 40px;
          background-color: var(--primary-color); }
      body .produkt-slider .deto-produkt-1 .content-block .uk-tile.uk-tile-default > .uk-panel::before, body .produkt-slider .deto-produkt-1 .content-block .uk-tile.uk-tile-primary > .uk-panel::before {
        background-color: var(--font-color); }
  body .produkt-slider .deto-produkt-1.folie-1 > .uk-panel {
    height: 100%; }
  body .produkt-slider .deto-produkt-1.folie-1 .el-image {
    bottom: 10%;
    right: 40px;
    width: 55%;
    height: auto; }
  body .produkt-slider .deto-produkt-1 .f1-deto-eagle {
    position: absolute;
    bottom: 0;
    left: 20vw;
    width: 500px; }
    body .produkt-slider .deto-produkt-1 .f1-deto-eagle img {
      mix-blend-mode: multiply; }
  body .produkt-slider .deto-produkt-1.folie-2 {
    background-color: var(--primary-color); }
    body .produkt-slider .deto-produkt-1.folie-2 video {
      -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%);
      -webkit-mask-composite: intersect;
      mask-composite: intersect; }
    body .produkt-slider .deto-produkt-1.folie-2 .uk-container {
      padding: 0; }
    body .produkt-slider .deto-produkt-1.folie-2 .el-image {
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 60%;
      height: auto; }
    body .produkt-slider .deto-produkt-1.folie-2 .uk-tile {
      max-width: 60%;
      border-top-right-radius: var(--border-radius);
      border-bottom-right-radius: var(--border-radius);
      z-index: 10; }
  body .produkt-slider .deto-produkt-1.folie-x {
    background-color: #e7e537; }
    body .produkt-slider .deto-produkt-1.folie-x .uk-container {
      padding: 0; }
    body .produkt-slider .deto-produkt-1.folie-x .el-image {
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      width: 55%;
      height: auto; }
    body .produkt-slider .deto-produkt-1.folie-x .uk-tile {
      max-width: 60%;
      border-top-right-radius: var(--border-radius);
      border-bottom-right-radius: var(--border-radius);
      z-index: 10; }
  body .produkt-slider .deto-produkt-1.folie-3 .uk-container-expand {
    padding-right: 0; }
  body .produkt-slider .deto-produkt-1.folie-3 .uk-tile {
    min-height: 60vh; }
  body .produkt-slider .deto-produkt-1.folie-3 .column-right {
    margin: auto 0; }
    body .produkt-slider .deto-produkt-1.folie-3 .column-right .uk-tile {
      border-top-left-radius: var(--border-radius);
      border-bottom-left-radius: var(--border-radius); }
  body .produkt-slider .deto-produkt-1.folie-3 .uk-list .uk-first-column {
    margin-right: 1rem; }
  body .produkt-slider .deto-produkt-1.folie-3 .uk-list .el-content {
    font-weight: 700; }
body .produkt-slider .deto-produkt-1.folie-4 .hover-img img {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }
  body .produkt-slider .deto-produkt-1.folie-4 .hover-img img:hover {
    opacity: 1; }
body .produkt-slider .deto-produkt-1.folie-4 .uk-tile {
  min-height: 60vh;
  max-width: 75%;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius); }
body .produkt-slider .deto-produkt-1.folie-4 .el-image {
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto; }
body .produkt-slider .deto-produkt-1.folie-4 .iframe-container {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 50vw;
  height: calc(100vh - 250px); }
body .produkt-slider .deto-produkt-1.folie-5 {
  background-color: var(--primary-color); }
  body .produkt-slider .deto-produkt-1.folie-5 .uk-container {
    padding: 0; }
  body .produkt-slider .deto-produkt-1.folie-5 video {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-composite: intersect;
    mask-composite: intersect; }
  body .produkt-slider .deto-produkt-1.folie-5 .uk-tile {
    min-height: 60vh;
    margin: auto 0;
    max-width: 70%;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    z-index: 10; }
  body .produkt-slider .deto-produkt-1.folie-5 .el-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
    height: auto; }
body .produkt-slider .deto-produkt-1._folie-6 {
  overflow-y: hidden; }
  body .produkt-slider .deto-produkt-1._folie-6 .video-folie-6 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    z-index: -1; }
    body .produkt-slider .deto-produkt-1._folie-6 .video-folie-6 video {
      max-height: 100vh; }
body .produkt-slider .deto-produkt-1.folie-6 .uk-tile {
  padding-bottom: 5vh; }
body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-1, body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-2 {
  transition: opacity 0.3s ease-in-out; }
  body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-1.disabled, body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-2.disabled {
    opacity: 0.3;
    pointer-events: none; }
body .produkt-slider .deto-produkt-1.folie-6 .video-folie-6 video {
  max-height: calc(100vh - 300px); }
body .produkt-slider .deto-produkt-1.folie-7 {
  overflow: hidden; }
  body .produkt-slider .deto-produkt-1.folie-7 .uk-tile {
    max-width: 50%;
    margin: auto 0;
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius); }
    body .produkt-slider .deto-produkt-1.folie-7 .uk-tile .full-text {
      display: block; }
    body .produkt-slider .deto-produkt-1.folie-7 .uk-tile .short-text {
      display: none; }
  body .produkt-slider .deto-produkt-1.folie-7 .iframe-container {
    position: absolute;
    bottom: 0;
    right: 20px;
    overflow: hidden;
    z-index: -1;
    width: 45vw;
    height: calc(100vh - 250px); }
    body .produkt-slider .deto-produkt-1.folie-7 .iframe-container iframe {
      overflow: hidden;
      height: 100%; }
body .produkt-slider .deto-produkt-1.folie-8 {
  background-color: var(--primary-color);
  /*.contact-box {
                    position: absolute;
                    bottom: -15vh;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 100vw;
                    max-width: 1600px;

                    .el-image {
                        transform: none;
                    }
                } */ }
  body .produkt-slider .deto-produkt-1.folie-8 .uk-tile {
    min-height: 60vh;
    border-radius: var(--border-radius);
    margin: auto 0;
    z-index: 1; }
  body .produkt-slider .deto-produkt-1.folie-8 video {
    position: absolute;
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 65%;
    height: auto;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-composite: intersect;
    mask-composite: intersect; }
  body .produkt-slider .deto-produkt-1.folie-8 .button-mobile-download {
    display: none; }
  body .produkt-slider .deto-produkt-1.folie-8 .img-deto-eagle {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 320px;
    max-width: 60vw;
    max-height: 15vh; }
    body .produkt-slider .deto-produkt-1.folie-8 .img-deto-eagle img {
      mix-blend-mode: multiply; }
body .produkt-slider .iconnav .uk-panel {
  display: flex;
  justify-content: end;
  gap: 0.5rem; }
body .produkt-slider .folie-mit-schiene .deto-produkt-1 {
  height: calc(100vh - 250px); }
body .produkt-slider .schiene-only {
  position: absolute;
  height: 250px;
  left: 0;
  width: 100%;
  margin: 0; }
  body .produkt-slider .schiene-only svg {
    width: 100%; }
  body .produkt-slider .schiene-only .download-button {
    padding: 0 2rem;
    background-color: var(--primary-color);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  body .produkt-slider .schiene-only .fade-in::after {
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, #fff 0%, transparent 100%);
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    box-sizing: border-box; }
  body .produkt-slider .schiene-only.bg-primary {
    background-color: var(--primary-color); }
body .pulsing-collector {
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  body .pulsing-collector.show {
    opacity: 1; }
  body .pulsing-collector svg {
    max-height: 220px;
    width: 25vw;
    max-width: 480px;
    min-width: 330px; }
    body .pulsing-collector svg .circle-1, body .pulsing-collector svg .circle-2, body .pulsing-collector svg .circle-3 {
      transform-origin: center;
      animation: pulsingCircle 4.5s infinite; }
    body .pulsing-collector svg .circle-1 {
      animation-delay: 0s; }
    body .pulsing-collector svg .circle-2 {
      animation-delay: 1.5s; }
    body .pulsing-collector svg .circle-3 {
      animation-delay: 3s; }

@keyframes pulsingCircle {
  0% {
    r: 95;
    opacity: 0; }
  25% {
    r: 85;
    opacity: 1; }
  50% {
    r: 100;
    opacity: 0.6; }
  75% {
    r: 105;
    opacity: 0.2; }
  100% {
    r: 110;
    opacity: 0; } }
body .pulsing-collector, body .sliding-energy-collector {
  position: absolute;
  top: calc(100vh - 245px);
  transition: left 1s ease-in-out, transform 1s ease-in-out, opacity 0.3s ease-in;
  pointer-events: none;
  left: -500px; }
  body .pulsing-collector img, body .sliding-energy-collector img {
    max-height: 200px;
    width: 17vw;
    max-width: 300px;
    min-width: 200px;
    object-fit: contain;
    object-position: top;
    transform: translateY(0.2vw); }
  body .pulsing-collector.hide, body .sliding-energy-collector.hide {
    opacity: 0; }
body footer .uk-iconnav {
  align-items: center;
  justify-content: center; }

@media screen and (max-width: 1399px) {
  body .main-landing-image {
    top: unset;
    bottom: 2%; }
    body .label-item-trigger rect {
      width: 84px;
      height: 120px; }
      body .label-item-trigger g rect {
        display: none; }
  body .uk-h1, body h1 {
    font-size: 64px; }
    body .produkt-slider .deto-produkt-1.folie-4 .iframe-container {
      width: 46vw;
      height: 50vh; } }

@media screen and (max-width: 1200px) {
  body header .uk-navbar .uk-logo img {
    height: 50px;
    width: auto; }
  body .produkt-slider .deto-produkt-1.folie-7 .uk-tile {
    max-width: 60%;
    margin: 40px 0 auto; }
    body .produkt-slider .deto-produkt-1.folie-7 .uk-tile .full-text {
      display: none; }
    body .produkt-slider .deto-produkt-1.folie-7 .uk-tile .short-text {
      display: block; }
      body .produkt-slider .deto-produkt-1.folie-7 .uk-tile .short-text p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        max-height: 100px; }
  body .produkt-slider .deto-produkt-1.folie-7 .iframe-container {
    width: 50vw; }
  body footer .uk-iconnav {
    justify-content: start; } }

@media screen and (min-width: 960px) {
  body .uk-section-primary, body .uk-section-secondary {
    min-height: calc(100vh - 80px) !important;
    max-height: calc(100vh - 80px) !important; } }

@media screen and (max-width: 959px) {
  html {
    font-size: 16px; }
    body header.tm-header-mobile, body header.tm-header {
      top: 40px; }
    body .uk-h1, body h1 {
      font-size: 42px; }
    body .uk-h2, body h2 {
      font-size: 32px; }
    body .uk-h3, body h3 {
      font-size: 36px; }
    body .uk-h4, body h4 {
      font-size: 28px; }
    body .uk-section-primary, body .uk-section-secondary {
      margin: 20px;
      min-height: calc(100vh - 40px); }
      body .uk-section-primary.top-section-block, body .uk-section-secondary.top-section-block {
        margin-top: 20px !important; }
    body .container-sub-boxes {
      margin-top: 80px !important; }
    body .uk-button {
      font-size: 14px; }
    body .main-landing-image {
      width: 75%;
      left: 22%; }
    body .map-column {
      order: -1; }
      body .map-column svg {
        width: 80%; }
    body .produkt-slider .deto-produkt-1 .content-block .uk-tile > .uk-panel::before {
      top: 4px;
      width: 36px;
      height: 36px; }
    body .produkt-slider .deto-produkt-1 .f1-deto-eagle {
      left: 10px;
      width: 50%; }
      body .produkt-slider .deto-produkt-1.folie-2 .el-image {
        bottom: 15vh;
        top: unset;
        transform: unset; }
      body .produkt-slider .deto-produkt-1.folie-2 .uk-tile {
        max-width: 80%; }
    body .produkt-slider .deto-produkt-1.folie-x .el-image {
      width: 80%;
      top: unset;
      left: 50%;
      transform: translateX(-50%);
      bottom: 2vh; }
    body .produkt-slider .deto-produkt-1.folie-x .uk-tile {
      max-width: 80%; }
  body .produkt-slider .deto-produkt-1.folie-3 .uk-tile {
    min-height: unset; }
    body .produkt-slider .deto-produkt-1.folie-3 .content-row .column-left {
      order: 1;
      align-items: start; }
  body .produkt-slider .deto-produkt-1._folie-6 .video-folie-6 {
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }
  body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-1.disabled, body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-2.disabled {
    opacity: 0;
    padding: 0;
    height: 0;
    color: white;
    transition: opacity 0s ease-out; }
  body .produkt-slider .deto-produkt-1.folie-6 .video-folie-6 video {
    max-height: 45vh; }
  body .produkt-slider .deto-produkt-1.folie-7 .uk-tile {
    max-width: 80%; }
  body .produkt-slider .deto-produkt-1.folie-7 .iframe-container {
    width: 80vw;
    left: 50%;
    transform: translateX(-50%); }
  body footer .uk-subnav a {
    font-size: 16px !important; } }

@media screen and (max-width: 767px) {
  body .uk-h3, body h3 {
    font-size: 32px; }
  body .align-top-mobile {
    padding-top: 20px;
    align-items: start; }
    body .produkt-slider .folie-mit-schiene .deto-produkt-1 {
      height: calc(100vh - 250px); }
  body .produkt-slider .deto-produkt-1 .content-block .uk-tile > .uk-panel {
    padding-left: 60px; }
    body .produkt-slider .deto-produkt-1 .content-block .uk-tile > .uk-panel::before {
      top: 6px;
      width: 32px;
      height: 32px; }
  body .produkt-slider .deto-produkt-1.folie-1 .el-image {
    width: 90%;
    bottom: 10vh; }
  body .produkt-slider .deto-produkt-1.folie-2 .uk-tile, body .produkt-slider .deto-produkt-1.folie-3 .uk-tile, body .produkt-slider .deto-produkt-1.folie-4 .uk-tile, body .produkt-slider .deto-produkt-1.folie-5 .uk-tile, body .produkt-slider .deto-produkt-1.folie-x .uk-tile, body .produkt-slider .deto-produkt-1.folie-7 .uk-tile, body .produkt-slider .deto-produkt-1.folie-8 .uk-tile {
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    margin: 15px;
    border-radius: var(--border-radius);
    align-items: start; }
  body .produkt-slider .deto-produkt-1.folie-2 {
    background-color: #e7e537;
    margin: 15px;
    border-radius: var(--border-radius);
    height: calc(100vh - 30px) !important; }
    body .produkt-slider .deto-produkt-1.folie-2 video {
      -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%);
      -webkit-mask-composite: intersect;
      mask-composite: intersect; }
    body .produkt-slider .deto-produkt-1.folie-2 .el-image {
      width: 100%;
      top: unset;
      bottom: 12vh; }
  body .produkt-slider .deto-produkt-1.folie-x {
    background-color: #e7e537;
    margin: 15px;
    border-radius: var(--border-radius);
    height: calc(100vh - 30px) !important; }
    body .produkt-slider .deto-produkt-1.folie-x .el-image {
      width: 100%;
      bottom: 12vh; }
  body .produkt-slider .deto-produkt-1.folie-3 .uk-container {
    padding: 0; }
    body .produkt-slider .deto-produkt-1.folie-3 .content-row .column-right {
      margin: 0; }
      body .produkt-slider .deto-produkt-1.folie-3 .content-row .column-right .uk-tile {
        min-height: unset; }
    body .produkt-slider .deto-produkt-1.folie-3 .content-row .column-left {
      padding: 40px 0; }
      body .produkt-slider .deto-produkt-1.folie-3 .content-row .column-left .uk-list {
        margin-bottom: auto; }
  body .produkt-slider .deto-produkt-1.folie-4 .iframe-container {
    width: 100vw;
    height: 40vh; }
  body .produkt-slider .deto-produkt-1.folie-5 .el-image {
    width: 100%;
    bottom: 12vh;
    top: unset;
    left: 50%;
    transform: translateX(-50%); }
  body .produkt-slider .deto-produkt-1.folie-7 .uk-tile {
    min-height: unset; }
  body .produkt-slider .deto-produkt-1.folie-7 .el-image {
    z-index: 1;
    width: 90%;
    left: 50%;
    bottom: 10vh;
    transform: translateX(-50%); }
  body .produkt-slider .deto-produkt-1.folie-7 .iframe-container {
    z-index: 1;
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    height: 60vh; }
  body .produkt-slider .deto-produkt-1.folie-8 {
    background-color: var(--primary-color);
    margin: 15px;
    border-radius: var(--border-radius);
    height: calc(100vh - 30px) !important; }
    body .produkt-slider .deto-produkt-1.folie-8 video {
      -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 80%, rgba(0, 0, 0, 0) 100%);
      mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 20%, black 90%, rgba(0, 0, 0, 0) 100%);
      -webkit-mask-composite: intersect;
      mask-composite: intersect; }
    body .produkt-slider .deto-produkt-1.folie-8 .el-image {
      width: 100%;
      bottom: 10vh; }
    body .produkt-slider .deto-produkt-1.folie-8 .button-mobile-download {
      display: block; }
  body .produkt-slider .folie-mit-schiene .deto-produkt-1 {
    height: 100vh; }
  body .produkt-slider .schiene-only {
    display: none; }
  body .produkt-slider .slider-next-button, body .produkt-slider .slider-previous-button {
    background-color: var(--primary-color);
    bottom: 8vh; }
    body .produkt-slider .slider-next-button:hover, body .produkt-slider .slider-previous-button:hover {
      background-color: var(--font-color);
      color: var(--primary-color); }
  body .pulsing-collector, body .sliding-energy-collector {
    display: none; } }

@media screen and (max-width: 639px) {
  body .uk-h1 .highlight .label, body h1 .highlight .label {
    padding: 0 10px; }
  body .uk-h4, body h4 {
    font-size: 24px; }
  body .eb-dialog {
    margin: 20px !important; }
    body .eb-dialog .eb-header {
      font-size: 24px !important; }
  body .uk-nav-default {
    font-size: 28px;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  body .uk-text-meta, body .uk-nav-sub {
    font-size: 18px;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  body .uk-navbar-toggle {
    padding-right: 16px; }
  body .scroll-down-btn {
    right: 16px; }
  body .uk-section-primary, body .uk-section-secondary {
    margin: 15px;
    min-height: calc(100vh - 30px); }
  body.top-section-block {
    margin-top: 15px !important; }
  body .contact-column:not(:first-of-type) {
    margin-top: 80px !important; }
  body .main-landing-image {
    width: 90%;
    left: 4%; }
    body #tm-dialog .uk-offcanvas-bar .uk-offcanvas-close, body #tm-dialog-mobile .uk-offcanvas-bar .uk-offcanvas-close {
      left: 20px; }
    body #tm-dialog .uk-offcanvas-bar #module-menu-dialog, body #tm-dialog-mobile .uk-offcanvas-bar #module-menu-dialog {
      padding-left: 40px; } }

@media screen and (max-width: 480px) {
  html {
    overflow: auto; }
    body #tm-main {
      overflow: auto;
      scroll-snap-type: none;
      scroll-behavior: auto; }
    body .eb-dialog {
      margin: 15px !important; }
    body .description-popup-content {
      align-items: flex-start;
      flex-direction: column; }
      body .description-popup-content .description-icon {
        margin-right: 0px;
        margin-bottom: 20px; }
    body header.tm-header-mobile, body header.tm-header {
      top: 20px !important; }
    body header .uk-navbar {
      padding-top: 20px; }
    body .uk-h1, body h1 {
      font-size: 32px; }
    body h3, body .uk-h3 {
      font-size: 28px; }
    body .scroll-down-btn {
      bottom: 16px; }
      body #tm-dialog .uk-offcanvas-bar .dialog-bottom, body #tm-dialog-mobile .uk-offcanvas-bar .dialog-bottom {
        margin-bottom: 4vh; }
    body .produkt-slider .deto-produkt-1 .content-block .uk-tile {
      padding-top: 20px;
      padding-bottom: 20px; }
      body .produkt-slider .deto-produkt-1 .content-block .uk-tile > .uk-panel {
        padding-left: 0; }
        body .produkt-slider .deto-produkt-1 .content-block .uk-tile > .uk-panel::before {
          display: none; }
    body .produkt-slider .deto-produkt-1 p {
      font-size: 14px; }
      body .produkt-slider .deto-produkt-1.folie-1 .el-image {
        width: 80%;
        z-index: 0; }
    body .produkt-slider .deto-produkt-1.folie-3 .content-row .column-left {
      padding: 20px; }
  body .produkt-slider .deto-produkt-1.folie-4 .iframe-container {
    bottom: 4vh; }
  body .produkt-slider .deto-produkt-1.folie-x .el-image {
    bottom: 20vh; }
  body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-1, body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-2 {
    height: 30vh; }
    body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-1 .uk-container, body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-2 .uk-container {
      height: auto; }
    body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-1.disabled, body .produkt-slider .deto-produkt-1.folie-6 .toggle-text-2.disabled {
      height: 0; }
  body .produkt-slider .deto-produkt-1.folie-7 .iframe-container {
    height: 50vh; }
  body .produkt-slider .deto-produkt-1.folie-8 .uk-container {
    padding: 0; }
  body .produkt-slider .deto-produkt-1.folie-8 video {
    top: unset;
    transform: unset;
    bottom: 20vh; }
  body .produkt-slider .slider-next-button, body .produkt-slider .slider-previous-button {
    bottom: 6vh; }
    body .produkt-slider .slider-next-button.button-desktop, body .produkt-slider .slider-previous-button.button-desktop {
      display: none; }
    body .produkt-slider .slider-next-button.button-mobile, body .produkt-slider .slider-previous-button.button-mobile {
      display: block;
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      border: 2px solid var(--font-color);
      border-radius: 100px;
      background-color: var(--primary-color); }
      body .produkt-slider .slider-next-button.button-mobile svg, body .produkt-slider .slider-previous-button.button-mobile svg {
        padding: 10px 4px; }
      body .produkt-slider .slider-next-button.button-mobile:hover, body .produkt-slider .slider-next-button.button-mobile:active, body .produkt-slider .slider-previous-button.button-mobile:hover, body .produkt-slider .slider-previous-button.button-mobile:active {
        background-color: var(--primary-color); }
    body .produkt-slider .slider-next-button.slider-next-button, body .produkt-slider .slider-previous-button.slider-next-button {
      right: 30px; }
    body .produkt-slider .slider-next-button.slider-previous-button, body .produkt-slider .slider-previous-button.slider-previous-button {
      left: 30px; }
  body .container-sub-boxes {
    flex-wrap: wrap; } }

@media screen and (max-height: 800px) and (max-width: 959px) {
  body .produkt-slider .schiene-only {
    display: none; }
    body .produkt-slider .folie-mit-schiene .deto-produkt-1 {
      height: 100vh; }
  body .pulsing-collector, body .sliding-energy-collector {
    display: none; } }
