.detay_menu::before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 70%;
}
.red100 {
    color: #D10809 !important;

}
a.red100 {
    text-decoration: underline;
}
label[for="form-field-datenschutz"] {
    vertical-align: initial;
    font-size: 14px;
}
.elementor-select-wrapper .select-caret-down-wrapper svg {
    height: 2em;
}
@media screen and (min-width: 1920px) {
    .detay_menu::before {
        width: 60%;
    } 
}
@media (min-width: 1366px) and (max-width: 1920px) {
    .detay_menu::before {
        width: 66%;
    } 
}
@media (min-width: 1024px) and (max-width: 1366px) {
    .detay_menu::before {
        width: 66%;
    } 
}
@media (max-width: 1024px) {
    .detay_menu::before {
        width: 0;
    } 
}


@media screen and (min-width: 1024px) {
    .detay_menu nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item-has-children ul.sub-menu {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    } 
    .produkte_loop_carousel h2 { 
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media (max-width: 768px) {
    .wordwrap {
        word-wrap: break-word;
        hyphens: auto;
    }
}

.tablediv {
    overflow-x: auto;
}
.tablediv table.bordered.responsive {
    width: 100%;
}



.slider-main {
    background: url('/wp-content/uploads/2024/04/wood.jpg');
    background-size: 50% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column nowrap;
}

.slider-content {
    display: flex;
    margin: 0em auto;
    outline: 1px dashed lightgray;
    flex: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: 600px;
    flex-flow: row nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
}

.slider-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    max-height: 600px;
    /* padding-left: 50%; */
    scroll-snap-align: center;
    flex: none;
}
.content-positive-pos {
    background-color: green;
    height: 100%;
    max-height: 600px;
}
.content-positive-pos img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.content-negative-pos{
    height: 100%;
    max-height: 600px;
    position: relative;
    width: 100%;
    z-index: 3;
}
.content-negative-pos .slider-text {
    height: 100%;
}
.content-negative-pos .slider-text span {
    display: flex;
    pointer-events: auto;
    perspective: 601px;
    text-transform: uppercase;
    touch-action: pan-y;
    height: 100%;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: 600px;
    max-width: none;
    text-align: left;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 35px;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    justify-content: center;
    align-items: center;
}
.fixed-content {
    position: absolute;
    width: 50%;
    height: 100%;
    max-height: 600px;
    background: rgba(0 97 21 / 73%);
    left: 0;
    z-index: 2;
}
ul.slider-nav {
    position: absolute;
    bottom: 15px;
    padding: 0;
    z-index: 4;
}

ul.slider-nav li {
    list-style-type: none;
    display: inline-block;
    background: #ffffff;
    border: 3px solid rgba(7, 175, 63, 0.41);
    touch-action: pan-y;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130,130,130,0.3);
    margin: 0 10px 0 10px
}
ul.slider-nav li.active {
    background: #ececec
}

@media (max-width: 1366px) {
    .content-negative-pos .slider-text span {
        line-height: 35px;
        font-weight: 700;
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .fixed-content {
        height: 200px;
        width: 100%;
    }
    .slider-item {
        grid-template-columns: 1fr;
    }
    .content-negative-pos {
        height: 200px;
    }
    .content-positive-pos {
        height: 400px;
    }
}
@media (max-width: 576px) {
    .fixed-content {
        height: 100px;
    }
    .content-negative-pos {
        height: 100px;
    }
    .content-positive-pos {
        height: 300px;
    }
}