#jmap_sitemap .folder,
#jmap_sitemap .selected {
    display: none;
}
.social-mobile {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
}
.social-mobile>div {
    flex-grow: unset !important;
    width: auto !important;
}
.info-menu a:hover {
    color: #ee7f00 !important;
}
#tm-dialog-mobile ul li a {
    display: unset;
}
.header-image {
    margin-top: 140px !important;
    /*height: calc(100vh - 140px) !important;*/
}
@media (max-width: 900px) {
    .header-image, .header-image * {
        height: calc(50vh - 110px) !important;
    }
    .header-image.no-top, .header-image.no-top * {
        height: 50vh !important;
        top: 0 !important;
    }
}


header {
    background-color: #fff !important;
}

.lang-mobile {
    order: -1;
}
.contact-header {
    flex-wrap: nowrap;
    gap: 1rem;
}
.contact-header * {
    margin: 0 !important;
    padding: 0 !important;
}
.contact-header img {
    padding: 4px !important;
}