.page_ovosplay_gerne-lernen .wpb_wrapper {
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
-webkit-box-pack: end;
    -ms-flex-pack: end;
     justify-content: flex-end; 
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}

.page_ovosplay_gerne-lernen-links .wpb_wrapper {
       display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
-webkit-box-pack: end;
    -ms-flex-pack: end;
     justify-content: flex-start; 
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.vc_tta-panels {
    min-height: 570px;
    overflow: auto;
}

.vc_tta-tabs.vc_tta-has-pagination .vc_pagination {
    margin: 0px !important;
}

@media(max-width: 886px){
     .vc_tta-panels {
         min-height: 570px;
     }
}