html {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
body {
    overflow-x: hidden;
    position: relative;
}
.beon_meerzeit_tabcontent.beon-tab__content_active {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.beon-tab__content-wrap {
    position: relative;
}
.beon_meerzeit_tabcontent {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    inset: 0;
    transition: opacity 0.3s ease;
}
.beon_meerzeit_tab {
    display: flex;
    flex-direction: row;
    padding-right: 70px;
    margin-bottom: 33px;
    gap: 10px;
    flex-wrap: wrap;
}
button.beon_meerzeit_tablinks {
    padding: 12px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.beon_meerzeit_tabcontent .info-wrapper a {
    transition: color 0.3s ease;
}
.beon_meerzeit_tabcontent .unitslider-wrapper .swiper-button-prev:before {
    transform: scale(1);
}
.beon_meerzeit_tabcontent .unitslider-wrapper {
    padding: 0;
}
.beon_meerzeit_tabcontent .swiper-button-prev {
    right: 70px;
}
.beon_meerzeit_tabcontent .swiper-button-next {
    right: 20px;
}
.beon_meerzeit_tabcontent .swiper-button-next, 
.beon_meerzeit_tabcontent .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: none;
    top: -50px;
    left: auto;
}
.beon_meerzeit_tabcontent .flexslider .flex-direction-nav .flex-prev {
    left: auto !important;
    right: 60px;
}
.beon_meerzeit_tabcontent .flex-prev::before,
.beon_meerzeit_tabcontent .flex-next::before {
    filter: none;
}
.beon_meerzeit_tabcontent .flex-prev::before {
    transform: none;
}
.beon_meerzeit_tablinks.active {
    background-color: var(--e-global-color-primary);
}