@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.bg-dark {
    background-color: transparent !important;
}

.theme-logo {
    margin-right: 20px;
    max-width: 150px;
    height: auto;
}

.navbar {
    position: absolute !important;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.navbar-brand {
    font-size: 3rem;
    font-weight: 500;
}

#mysticky-wrap {
    width: 100%;
}

#mysticky-nav.wrapfixed .theme-logo {
    margin-right: 20px;
    max-width: 80px;
    height: auto;
}

#mysticky-nav.wrapfixed.navbar-brand {
    font-size: 2rem;
}

.m-leiste {
    width: 100%;
}

.footer {
    background: #0F5BAC;
    display: flex;
}

.footer h3 {
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
}

.footer p {
    font-size:  16px;
    font-family: 'Fira Sans', sans-serif;
}

.footer .list-unstyled a {
    color: #fff;
    text-decoration: none;
}

.footer .list-unstyled a:hover {
    color: #8393A7;
}

.last {
    background-color: #0A1A2C;
}

.last p {
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    color: #fff;
}

.last a {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .theme-logo {
        margin-right: 20px;
        max-width: 80px;
        height: auto;
    }
}