html {
    margin: 0;
    padding: 0;
    /*
    height: 100vh;
    width: 100vw;
    */
    overflow: auto;
    overflow-x: hidden;
    /*user-select: none;*/
    font-size: 20px !important;
    font-family: 'Roboto',arial !important;
}

body {
    /*    min-height: 100vh;
    width: 100vw;
    overflow: auto;*/
    /* hyphens */
    width: 100%;
    overflow-x: hidden;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    /*font-size: 20px !important;*/
    font-size: 18px !important;
    font-family: 'Roboto',arial !important;
}

/*@media (max-width: 700px) {
    html, body {
        font-size: 16px !important;
    }
}*/


a {
    /*color: var(--bs-body-color);*/
    /*color: black;*/
    color:dimgray;
    text-decoration: none;
    /*text-transform: lowercase;*/
}

    /*p > a::before {
        content: "@";
    }*/

.HyphensNone {
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.HyphensManual {
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

input {
    user-select: initial;
}

.whiteSvg {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

/* ******************************************************************************************* */
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ******************************************************************************************* */
.limexDe-PrivacyStatement-caption {
    font-size: larger;
    /* font-weight: bold; */
    margin: 5px 0 10px 0;
    color: rgb(6, 84, 128);
}

/* ******************************************************************************************* */
.limexDe-Jobs-Section-Top {
    /*text-align: justify;*/
}

/* ******************************************************************************************* */

@keyframes limexDe-NumberZoomAnimation {

    0% {
        opacity: 0.5;
        transform: scale(0.8, 0.8);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}

/* ******************************************************************************************* */
.loginpage-background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../kapla/Core/img/Wallpaper.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.8) blur(2px);
}

.loginpage-grid {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: 1fr auto 1fr auto;
    grid-template-columns: 1fr auto 1fr;
}

.loginpage-content {
    grid-column: 2;
    grid-row: 2;
    background-color: white;
    max-width: 320px;
    padding: 2rem;
    filter: blur(0);
    box-shadow: 2px 4px 20px 0 #0000009c;
}

.loginpage-settings-link {
    color: blue;
    font-size: 0.7rem;
    cursor: pointer;
}

    .loginpage-settings-link:hover {
        text-decoration: underline;
    }


.loginpage-footer {
    grid-column-end: 4;
    grid-column-start: 1;
    grid-row: 4;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 0.8rem;
    padding: 0.5em;
}

    .loginpage-footer a {
        font-weight: bold;
        color: white;
    }

/* ******************************************************************************************* */

.limexDe-Products-Image {
    width: 100%;
    margin-bottom: 10px;
}
