@media screen and (max-width: 768px){
    .kt-subheader__main > .d-flex{
        flex-direction: column
    }

    .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title{
        font-size: 14px;
    }

    .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-icon{
        font-size: 11px!important;
    }

    .kt-portlet .kt-portlet__head .kt-portlet__head-label .kt-portlet__head-title img{
        width: 16px;
    }

    .kt-portlet__body > div > .row > .label{
        width: calc(100% - 100px)!important
    }

    .kt-subheader__main{
        padding-top: 30px!important;
    }

    .kt-portlet__body > div > .row > .val{
        width: 100px;
    }

    .kt-subheader .kt-subheader__toolbar{
        justify-content: flex-start;
    }

    .kt-portlet.kt-portlet--filters{
        max-width: none!important;
    }

    .footer-legend.footer-legend--kunden_top10{
        padding-left: 40px;
    }
}

@media screen and (max-width: 1280px){
    .kt-subheader .kt-subheader__main .kt-subheader__title,
    .kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs{
        margin-bottom: 20px!important;
    }
}