@media screen and (max-width: 600px) {
    .header__topbar .container {
        display: block;
        height: auto;
        text-align: center;
    }

    .contact--teaser, .contact--teaser address {
        display: block;
    }

    .address-component {
        justify-content: center;
        margin-right: 0;
    }

    .header__topbar .social-block .platforms, .lingo-switcher .links {
        justify-content: center;
    }

    .header__bottom .container {
        display: block;
    }

    .brand a img {
        height: auto;
        margin: 0 auto;
        margin-top: -60px;
        width: 80%;
    }

    #block-sitebranding {
        width: 80%;
    }

    #block-afspraak {

    }

    .header__bottom .appointment-menu {
        margin-right: 0;

    }

    .header__bottom .appointment-menu > ul {
        text-align: center;
    }

    .hamburger-wrapper {
        margin-top: 20px;
    }
}

h1 {
    display: inline-block;
}
h1::after, h2::after {
    content: "";
    display: block;
    height: 18px;
    margin: 0.5rem auto 0 auto;
    background-image: url('https://dierenartsmaere.be/themes/custom/boilerplate_theme/dist/img/nav-item-hover.svg');
    background-repeat: no-repeat;
    background-size: contain; 
    /*background-position: center;*/
}