body.app {
    /*padding-top:50px;*/
}

.app header.fixed-content {
    /*top: 50px;*/
}

.app header ul.disability-links li:not(.app-top-logo) {
    display: none;
}

.app .header-disabilities-background .header-row {
    width: 100% !important;
}

.app .header-disabilities-background .header-row .disability-links li a span {
     /*padding: 0 5px!important;*/
    display: none;
}

.app .thinknord-pl-section10__highlights-box.layout {
    margin: 0px 0px 190px 0px;
}

.app header.fixed-content .header-language-background .header-link.website-switcher-button span.counter {
    display: none;
}

.app #search_mini_form .search-button {
    border-radius: 5px 5px 5px 5px;
}

.app .header-disabilities-background .header-row .disability-links {
    justify-content: center;
}


body.app .footer-app {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 45px;
    background-color: #279344;
    z-index: 99999;
}

.footer-app a {
    color: white;
}

.footer-app-button {
    display: inline-flex;
    width: 32%;
    padding: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-app-button a {
    width: 100%;
}

@media only screen and (max-width: 771px) {
    .header-disabilities-background .header-row .disability-links li a span {
        /*padding: 0 5px!important;*/
        display: none!important;
    }

    header.fixed-content .header-language-background .header-link.website-switcher-button span.counter {
        display: none!important;
    }

    #search_mini_form .search-button {
        border-radius: 5px 5px 5px 5px!important;
    }

    header.fixed-content .header-language-background .header-link.my-account-switcher-button {
        float: none!important;
    }

    .title-form {
        position: initial!important;
    }

    .col-main {
        margin-top: 0px;
    }

    .col-left-first {
        margin-top: 0px;
    }

}






