.pzh-toc {
    background-color: #E6ECF0;
    padding: 50px 60px 70px;
    border-radius: 80px;
    border-top-left-radius: 10px;
}
.pzh-toc__title {
    font-size: 28px;
    color: #4F7BA0;
    margin-bottom: 27px;
}
.pzh-toc__single {
    border-top: 1px solid #427CA44D;
    transition: all 0.3s ease-in-out;
}
.pzh-toc__single a {
    display: block;
    padding: 20px 20px 20px 8px;
    color: #000;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
}
.pzh-toc__single:hover {
    border-top: 1px solid #427CA4;
}
.pzh-toc__single:hover a {
    color: #4F7BA0;
}
.pzh-toc__single:hover + .pzh-toc__single {
    border-top: 1px solid #427CA4;
}
.pzh-toc__wrapper.is-cloned {
    position: fixed;
    top: 30vh;
    z-index: 20;
    left: calc(((100vw - 1500px) / 2) - 119px);
    display: flex;
    gap: 26px;
}
.pzh-toc__wrapper.is-cloned .pzh-toc__button {
    height: 93px;
    width: 93px;
    order: 1;
    background-color: #4F7BA0;
    border-radius: 50%;
    position: relative;
}
.pzh-toc__wrapper.is-cloned .pzh-toc__button:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translatey(-50%) translatex(-50%);
    background-color: #fff;
    mask-image: url("/wp-content/plugins/smx-wpbakery-templates/assets/images/inhaltsverzeichnis.svg");
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
.pzh-toc__wrapper.is-cloned .pzh-toc {
    order: 2;
    display: none;
}


.pzh-toc__wrapper.is-cloned .pzh-toc__button {
    cursor: pointer;
}
.pzh-toc__wrapper.is-cloned:not(.closed) .pzh-toc {
    display: block;
}

.pzh-toc__wrapper.is-cloned .pzh-toc__container{
    max-height:50vh;
    overflow: scroll;
}
@media (max-width: 1740px) {
    .pzh-toc__wrapper.is-cloned {
        left: calc(((100vw - 1500px) / 2));
    }
}
@media (max-width: 1499px) {
    .pzh-toc__wrapper.is-cloned {
        left: 15px;
    }
}
@media (max-width: 1023px) {
    .pzh-toc__wrapper.is-cloned .pzh-toc__button {
        height: 50px;
        width: 50px;
    }
    .pzh-toc__wrapper.is-cloned .pzh-toc__button:before {
        height: 30px;
        width: 30px;
    }
}
@media (max-width: 767px) {
    .pzh-toc__wrapper.is-cloned {
        width: 100%;
        left: 0;
        display: flex;
        padding: 0 15px;
        top: 100px;
        flex-direction: column;
        align-items: flex-end;
    }
    .pzh-toc__wrapper.is-cloned:not(.closed) .pzh-toc {
        position: absolute;
        max-height: calc(100vh - 30px);
    }
    .pzh-toc__wrapper.is-cloned:not(.closed) .pzh-toc__button {
        margin-top: 30px;
        margin-right: 30px;
    }
    .pzh-toc__wrapper.is-cloned:not(.closed) .pzh-toc__button:after {
        opacity: 1;
    }
    .pzh-toc__wrapper.is-cloned:not(.closed) .pzh-toc__button:before {
        opacity: 0;
    }
    .pzh-toc__wrapper.is-cloned .pzh-toc__title {
        font-size: 22px;
        margin-bottom: 14px;
    }
    .pzh-toc__wrapper.is-cloned .pzh-toc__single a {
        padding: 12px 12px 12px 8px;
    }
    .pzh-toc__wrapper.is-cloned .pzh-toc {
        width: calc(100% - 30px);
        top: 0;
        left: 15px;
    }
    .pzh-toc__wrapper.is-cloned .pzh-toc__button:after {
        content: "";
        position: absolute;
        height: 30px;
        width: 30px;
        top: 50%;
        left: 50%;
        transform: translatey(-50%) translatex(-50%);
        background-color: #fff;
        mask-image: url("/wp-content/plugins/smx-wpbakery-templates/assets/images/close.svg");
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
    .pzh-toc__wrapper.is-cloned .pzh-toc__button:before {
        transition: all 0.3s ease-in-out;
    }
}
@media (max-width: 576px) {
    .pzh-toc {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
}
.toc-col-js {
    min-width: 375px;
}
.toc-col-js + .wpb_column.vc_column_container.vc_col-sm-9 {
    max-width: calc(100% - 375px);
}
@media (max-width: 991px) {
    .toc-col-js {
        width: 100%;
        margin-bottom: 20px;
    }
    .toc-col-js + .wpb_column.vc_column_container.vc_col-sm-9 {
        max-width: 100%;
    }
}
.toc-col-js + .wpb_column.vc_column_container.vc_col-sm-9 {
    width: 100%;
}
