/* Global settings */
body {
    font-family: 'Lato', sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 30px;
    /* Space for header */
    padding-bottom: 30px;
    /* Space for footer */

}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    /* Scrollen */
}

.container-fluid {
    padding-top: 30px;
}

/* Button adjustments */
.btn-sm a:active{
    padding: 3px 8px;
    font-size: 10px;
    border: #000 1px solid;
}

.btn-primary {
    background-color: #003366 !important;
    border-color: #003366 !important;
}

.alert {
    margin-top: 20px;
}

:root {
    --bs-primary: #00008b;
}


/* Header and footer styling */
.header,
.footer {
    background-color: #fff;
    padding: 1px 2px;
    width: 100%;
    position: fixed;
    z-index: 1000;
    border: none;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); */
}

.header {
    top: 0;
    border-bottom: black solid 1px;

}

.footer {
    font-family: lato;
    font-weight: 400;
    font-size: small;
    bottom: 0;
    border-top: lightslategray solid 1px;
}

/* Footer alignment */
.footer p {
    margin: 0;
    text-align: left;
    flex-grow: 1;
}

.footer span {
    text-align: right;
}




.footer .datenbilder {
    color: #000;
    /* Schwarz */
    text-decoration: none;
    /* Entfernt den Unterstrich */
}

.footer .datenbilder:hover,
.footer .datenbilder:focus,
.footer .datenbilder:active {
    color: #000;
    /* Stellt sicher, dass es auch beim Hover/Focus schwarz bleibt */
    text-decoration: none;
    /* Keine Änderung der Darstellung bei Hover/Focus */
}

.datenbilder {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
}

.datenbilder i {
    font-size: 2.0rem;
    margin-right: 4px;
}




.header .quantfive {
    color: #000;
    /* Schwarz */
    text-decoration: none;
    /* Entfernt den Unterstrich */
}

.header .quantfive:hover,
.header .quantfive:focus,
.header .quantfive:active {
    color: #000;
    /* Stellt sicher, dass es auch beim Hover/Focus schwarz bleibt */
    text-decoration: none;
    /* Keine Änderung der Darstellung bei Hover/Focus */
}

.quantfive {
    font-family: 'Megrim', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.quantfive small {
    font-size: 16px;
    font-variant: normal;
}

.quantfive span {
    font-family: 'Roboto light';
    font-size: 16px;
    font-weight: 300 !important;
}


.quantfivelogobig {
    font-family: 'Megrim', sans-serif;
    font-size: 3.0em;
    font-weight: 600;
    color: #323232;
}

.quantfivelogobig small {
    font-size: 0.6em;
    font-variant: normal;
}


