

body {
    font-size: 18px;
    font-family: "Arial";
    line-height: 1.2;
}


.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/Schneider-Hintergrundbild-ALLE-ARTIKEL.jpg);
}

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

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


#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;
}

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

.button_story {
    padding: 5px 20px;
    border: 2px solid #46b667;
    width: auto;
    display: inline-block;
    background-color: #46b667;
    color: #fff;
}


.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: 20px;
    height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
  }
  .worko-tabs .tab {
    display: flex;
    padding: 10px;
    margin: 0 10px;
    vertical-align: center;
    background-color: rgba(70, 182, 103, .7);
    color: #fff;
    cursor: hand;
    cursor: pointer;
    justify-content: center;

  }
  .worko-tabs .tab:hover {
    background-color: rgba(70, 182, 103, .85);;
  }
  
  #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label,
  #tab-four:checked ~ .tabs #tab-four-label {
    background-color: #46b667;
    cursor: default;
    border-left-color: #46b667;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #tab-one:checked ~ .tabs #tab-one-panel,
  #tab-two:checked ~ .tabs #tab-two-panel,
  #tab-three:checked ~ .tabs #tab-three-panel,
  #tab-four:checked ~ .tabs #tab-four-panel {
    display: block;
  }

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

  .border {
    border: 2px solid #fff !important;
  }
  
  @media (max-width: 767px) {
    .worko-tabs .flex-tabs .panel {
        padding: 0px;
    }

    .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; 
}