

.bg_story {
    font-size: 18px;
    font-family: "MullerRegular";
    line-height: 1.2;
    color: #3c3c3b;
}

@font-face {
  font-family: "MullerRegular";
  src:
    url("font/MullerRegular.otf") format("opentype");
}

@font-face {
  font-family: "MullerExtraBold";
  src:
    url("font/MullerExtraBold.otf") format("opentype");
}

.background-img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #46b667;
  opacity: 1;
}

/* target all bullets */
span.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -26px !important;
}

.panel img {
  object-fit: cover;
}

.background-img_three {
  background-image: url(image/Hintergrund-INDUSTRIELLE-AUTOMATION.jpg);
}

.background-img_one {
  background-image: url(image/background-gradient-1920x1080.png);
}

.background-img_two {
  background-image: url(image/Hintergrundbild-ELECTRICITY.jpg);
}

.background-img_four {
  background-image: url(image/Hintergrundbild-NACHHALTIGKEIT.jpg);
}

.bg_menu_icon img {
  width: 25px;
  height: 25px;
}

.color_white {
  color: #fff;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.swiper-wrapper {
    height: fit-content !important;
}

.button_story_banner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
    width: fit-content !important;
}

.bg_color {
    background-color: #fff;
}

.overline_story {
    color: #000;
    font-size: 14px;
}

.swiper_1 {
    height: 100%;
}

.swiper-slide {
    background-color: #fff;
    height: auto !important;
    text-align: center;
}
.swiper-wrapper {
    height: auto;
}

.headline_story {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    font-family: "MullerExtraBold";
}

.button_story {
    padding: 5px 20px;
    width: auto;
    display: inline-block;
    color: #3c3c3b;
    background-color: #f2e61a;
    border-radius: 15px;
    border: 1px solid #f2e61a;
}


.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #f2ecea;
    border: 1px solid transparent;
    border-radius: 5px;
}


@keyframes fake {
    from {
      opacity: 1;
    }
    to {
      opacity: 1;
    }
  }
  body {
    animation: fake 1s infinite;
  }

  .worko_logo {
    position: absolute;
    width: 100px;
    height: auto;
    top: -40px;
    left: 65px;
  }
  
  .worko-tabs {
    width: 100%;
  }

  .worko-tabs .state {
    position: absolute;
    left: -10000px;
  }
  .worko-tabs .flex-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .worko-tabs .flex-tabs .tab {
    /* flex-grow: 1; */
  }
  .worko-tabs .flex-tabs .panel {
    padding: 15px;
    height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
  }
  .worko-tabs .tab {
    display: flex;
    padding: 10px;
    margin: 0 10px;
    vertical-align: center;
    color: #3c3c3b;
    cursor: hand;
    cursor: pointer;
    justify-content: center;
    font-size: 20px;

  }
  .worko-tabs .tab:hover {
    text-decoration: underline;
    font-family: "MullerExtraBold";
  }

  .tabs {
    margin-top: 100px;
  }
  
  #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label {
    cursor: default;
    color: #3c3c3b;
    display: flex;
    font-family: "MullerExtraBold";
    align-items: center;
    justify-content: center;
    text-decoration: underline;
  }

  #tab-one:checked ~ .tabs #tab-one-label svg,
  #tab-two:checked ~ .tabs #tab-two-label svg,
  #tab-three:checked ~ .tabs #tab-three-label svg {
    color: #3c3c3b;
  }

  .bg_story a:hover {
    text-decoration: none;
  }

  .swiper-wrapper {
    height: fit-content !important;
  }

  .bg_banner_button {
    background-color: #009fe3;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #009fe3;
    padding: 5px 20px;
  }

  .color_yellow {
    color: #f2e61a;
  }

  .bg_banner_headline {
    font-family: "MullerExtraBold";
    font-size: 30px;
    line-height: 36px;
  }

  .tabs .tab svg {
    color: #f2e61a;
  }

  .bg_text_bold {
    font-weight: 700;
    font-family: "MullerExtraBold";
  }

  .bg_header_intro_logo_tkhb {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .bg_header_intro_logo_health {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .bg_intro_text {
    font-size: 20px;
  }

  .bg_header_intro_logo_hl {
    height: 100px;
    width: auto;
  }
  
  .bg_header_intro_logo_tk {
    height: 100px;
    width: auto;
  }

  .bg_header_intro_logo_hb {
    height: 100px;
    width: auto;
  }

  
  #tab-one:checked ~ .tabs #tab-one-panel,
  #tab-two:checked ~ .tabs #tab-two-panel,
  #tab-three:checked ~ .tabs #tab-three-panel {
    display: block;
  }

  .swiper-slide .headline_story {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
  }

  .border {
    border: 2px solid #fff !important;
  }

  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f2e61a;
    opacity: 1;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
    left: 0;
    width: 100%;
  }

  .slider_box {
    overflow-x: hidden;
  }
  
  /* target all bullets */
  span.swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }

  .swiper_1 {
    height: fit-content;
  }
  
  @media (max-width: 767px) {
    .worko-tabs .flex-tabs .panel {
        padding: 0px;
    }

    .bg_header_intro_logo_hl {
      height: 50px;
      width: auto;
    }

    .bg_header_intro_logo_tk {
      height: 50px;
      width: auto;
    }

    .bg_header_intro_logo_hb {
      height: 50px;
      width: auto;
    }
    
    .worko-tabs .tab {
      padding: 5px;
    }

    .container {
      padding-right: 5px;
      padding-left: 5px;
    }

    .headline_story {
      font-size: 16px;
      line-height: 22px;
    }

    .overline_story {
      font-size: 11px;
    }

    .swiper-pagination-bullet-active {
      background-color: #46b667 !important;
    }

    #slider_box .swiper-pagination-bullet{
      opacity: 1 !important;
      background: #46b667 !important;
  }

    body {
      font-size: 15px;
    }

    .worko_logo {
        position: absolute;
        width: 80px;
        height: auto;
        top: -100px;
        left: 0;
        margin: 0 auto;
        right: 0;
    }
  }

  .text-bold {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
  }

  label {
    margin-bottom: 0; 
}