* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background: #1A2047;
    font-size: 14px;
    height: 100%;
}

/*
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        height: 100vw;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}
*/

body {
    background: #1A2047;
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.45;
    margin: 0;
    overflow-x: hidden;
    position: relative; /* fix -> context menu */
    width: 100%;
}

p {
    margin-bottom: 1.3rem;
}

h1, h2, h3, h4 {
    font-weight: inherit;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2.369em;
    line-height: 1.2;
    margin-top: 0;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.777em;
}

h4 {
    font-size: 1.333em;
}

ul, ol {
    line-height: 1.8;
    margin-bottom: 16px;
    margin-top: 0;
    padding-left: 18px;
}

.fa-li {
    line-height: inherit;
}

small, .font_small, .font-small {
    font-size: 0.75em;
}

img {
    max-height: 100%;
    max-width: 100%;
}

input, button {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);

    color: #3d4852;
    border: 1px solid #cfcfd1;
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    line-height: 1.25;
}

button[type="submit"] {
    cursor: pointer;
}


/** QUI customizing
 =================================== */

.qui-window-popup-content {
    background: #313865;
    color: #fff;
}

.quiqqer-frontendUsers-loginWindow-close {
    background: transparent !important;
    border: none;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
}

.qui-window-popup .fa-close {
    color: #fff !important;
}

.quiqqer-frontendUsers-loginWindow-close:hover {
    background: rgba(0, 0, 0, 0.2) !important;

}

.quiqqer-frontendUsers-loginWindow-close:hover .fa-close {
    color: #b0b0b0 !important;
}


#quiqqer-cookieconsent-banner {
    background: #313865 !important;
    color: #fff;
}

#quiqqer-cookieconsent-banner a {
    color: #a2a9e3;
    text-decoration: none;
}

#quiqqer-cookieconsent-banner a:hover {
    text-decoration: underline;
}


#quiqqer-cookieconsent-banner fieldset {
    border: none;
    cursor: pointer;
}

#quiqqer-cookieconsent-banner th {
    background-color: #292e4a !important;
}