@media screen and (max-width: 1310px) {
    .searchbar {
        width: 60%;
    }
    topbar search .nav_search_suggestion {
        width: calc(60% + 14px);
    }
    .select-type {
        width: 30%;
    }
}

@media screen and (max-width: 1000px) {
    topbar .desktop top {
        grid-template-columns: 50px calc(98% - 300px) 250px;
    }
}

@media screen and (max-width: 745px) {
    topbar .desktop {
        display: none;
    }
    topbar .mobile {
        display: grid;
    }
}

@media screen and (max-width: 650px) {
    .picturebackground .infopicture-panel {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    footer {
        display: BLOCK;
    }
    footer div.right {
        float: unset !important;
        display: flex !important;
        margin: 15px !important;
        /* width:100% !important; */
        min-width: 50px;
        justify-content: space-around !important;
    }
    footer div.left {
        /* display: block !important; */
        width: 100% !important;
        /* justify-content: space-around !important; */
        /* flex-wrap: wrap !important; */
    }
    footer div.left a {
        padding-left: 15px!important;
        margin-top: 15px!important;
    }
}