/*
.baselayer {
    min-width: 20% !important;
}
*/

#mp-menu-logo-mainMenu > h1 {
    display: none !important;
}

#mp-menu-logo-mainMenu > img {
    max-height: 100px !important;
}

#modules-about {

    .content {
        p {
            margin-bottom: 1rem !important;
        }
    }
}


#tool-wfs-transaction-container #tool-wfs-transaction-form {
    grid-template-columns: 11em calc(100% - 11em - 40px) !important
}
#tool-wfs-transaction-container .form-label__required::after {
    margin-left: 2px;
}


/* fullscreen on mobile */
.full-screen-button.hidden {
  display: block !important;
}
