@media (min-width: 992px) {
    #mainnavigation {
        display: flex !important;
        justify-content: start;
        width: 100%;
    }
}

.galeria-logo {
    background-image: url('../Images/aktionen/GALERIA.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    height: 52px;
    width: 100px;
}

/* Hide the top info bar */
#page-before-header-top-bar {
    display: none !important;
}

#page-footer > section.section.footer-section.footer-section-sitemap {
    display: none;
}

/* Hide the mobile menu button, as we'll force the nav to be open */
.footer-section-copyright {
    padding: 1rem;
}

#page-footer > section.footer-section-contact > div > div > div:nth-child(1) {
    display: none;

}

/* Style the logo */
.navbar-brand-logo-normal {
    max-height: 100px;
    width: auto;
}

#page-header > div {
    position: relative;
}

/* Style the second logo on the right */
.navbar-brand-image-right {
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.navbar-brand-logo-right {
    max-height: 100px;
    width: auto;
}

/* Hide the Galeria logo when the header has the sticked class */
#page-header.sticked .navbar-brand-image-right {
    display: none !important;
}

/* Hide the right logo on mobile devices */
@media (max-width: 768px) {
    .navbar-brand-image-right {
        display: none !important;
    }

}