.footer-line-nav ul {
    margin:0;
}
@font-face {
    font-family: "OstbeSerif";
    src: url("fonts/OstbeSerif-Regular.woff2") format("woff2"), url("fonts/OstbeSerif-Regular.woff") format("woff"), url("fonts/OstbeSerif-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "OstbeSans";
    src: url("fonts/OstbeSans-Bold.woff2") format("woff2"), url("fonts/OstbeSans-Bold.woff") format("woff"), url("fonts/OstbeSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "OstbeSans";
    src: url("fonts/OstbeSans-Regular.woff2") format("woff2"), url("fonts/OstbeSans-Regular.woff") format("woff"), url("fonts/OstbeSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "OstbeSerif";
    src: url("fonts/OstbeSerif-Bold.woff2") format("woff2"), url("fonts/OstbeSerif-Bold.woff") format("woff"), url("fonts/OstbeSerif-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?wv98jv");
    src: url("fonts/icomoon.eot?wv98jv#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?wv98jv") format("truetype"), url("fonts/icomoon.woff?wv98jv") format("woff"), url("fonts/icomoon.svg?wv98jv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
main {
    /*margin-top: 0px !important*/
}
body, html {
    font-family: "OstbeSans" !important;
}
p {
    font-size: 20px;
}
.t-login-h2 {
    font-size: 24px !important;
    line-height: 1.2;
    color: var(--primary-background) !important;
}
.ansp-index-wrap {
    align-items: center;
}
.text-center:has(.title-45) {
    margin: 80px auto 30px;
}
.text-center {

    flex-direction: column;
    text-align: center;
}
.title-45 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: normal;
    color: var(--primary-background) !important;
}
/*
#header {
    height: 180px;
    position: fixed;
    top: 0;
}

#header .wrapper {
    max-width: 960px;
}

.logo-svg {
    width: 125px;
    height: 130px;
}

#header, .logo-svg {
    transition: height 0.8s ease;
}

#header.scrolled {
    height: 110px !important;
    padding: 15px 0;
}

#header.scrolled svg.logo-svg {
    height: 80px !important;
}
*/
.center-login-button p {
    margin: 8px;
}
.listing-winter i:not(.fa-regular):not(.fa-solid), .tracks i:not(.fa-regular):not(.fa-solid) {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin: 0;
    font-family: "OstbeSerif", "OstbeSans";
    font-weight: 700;
}

p {
    font-weight: normal;
    font-family: "OstbeSans";
    color: var(--text-color);
}

footer {
    background-color: var(--light-blue);
    padding: 40px 0 40px;
    background-color: #F1F8FF !important;
}

footer .newsletter h2, footer .newsletter .h2 {
    color: var(--text-color);
    font-family: "OstbeSans";
    margin-bottom: 30px;
}
footer .newsletter h2, footer .newsletter .h2, footer .menu-footer h2, footer .menu-footer .h2 {
    color: var(--text-color);
    font-size: 18px;
    line-height: 2.8rem;
    font-family: "OstbeSans";
}
footer .newsletter .inner-newsletter {
    background-color: white;
    padding: 30px;
}

footer .newsletter .inner-newsletter h3, footer .newsletter .inner-newsletter .h3 {
    color: var(--text-color);
    font-weight: 700;
    font-family: "OstbeSans";
}

footer .newsletter .inner-newsletter form input {
    margin-bottom: 10px;
    height: 51px;
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
    border-radius: 0;
}
.invalid-feedback {
    padding-left: 30px;
    padding-top: 5px;
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-top: 15px;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}
#formContact .btn {
    flex: 1;
    border: 1px solid var(--primaryColor);
    color: white;
    padding: 12px 10px 10px;
    font-weight: 700;
    transition: all 250ms;
    border-radius: 0;
    display: flex;
    flex-flow: row;
    align-items: center;
}
#formContact  .form-group {
    display: flex;
}
footer .menu-footer h2, footer .menu-footer .h2 {
    color: var(--text-color);
    font-family: "OstbeSans";
    margin-bottom: 20px;
}

footer .menu-footer .list-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .menu-footer .list-footer li a {
    line-height: 1.6;
    hyphens: manual;
}
footer .menu-footer .list-footer li a.active {
    color: var(--secondarColor);
}

footer .menu-footer .list-footer li a:hover {
    color: var(--secondarColor);
}

footer .menu-footer .list-footer li + li {
    margin-top: 5px;
}

footer .collapse-footer {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    position: relative;
}

footer .collapse-footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #DEE3E9;
    bottom: 1px;
}

footer .collapse-footer .header-footer-resp {
    font-weight: 700;
    font-family: "OstbeSans";
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color);
    text-decoration: none;
}

footer .collapse-footer .header-footer-resp:not(.collapsed) i {
    transform: rotate(-180deg);
}

footer .collapse-footer .header-footer-resp i {
    transition: all 250ms;
    color: var(--secondarColor);
}

footer .collapse-footer .card-body {
    background: transparent;
    border: none;
    padding: 15px 0 0 0;
}

footer .collapse-footer .card-body ul {
    list-style: none;
}

footer .collapse-footer .card-body ul li a.active {
    color: var(--secondarColor);
}

footer .collapse-footer .card-body ul li a:hover {
    color: var(--secondarColor);
}

footer .collapse-footer .card-body ul li + li {
    margin-top: 5px;
}

footer .footer-bottom {
    padding-top: 30px;
}

footer .footer-bottom .social-links {
    margin-bottom: 30px;
}

footer .footer-bottom .social-links p {
    font-weight: 700;
    margin-right: 5px;
}

footer .footer-bottom .social-links a {
    transition: all 250ms;
    background-color: red;
    color: white;
    border-radius: 100%;
    height: 29px;
    max-height: 29px;
    width: 29px;
    max-width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

footer .footer-bottom .social-links a.fb {
    background-color: #3b5998;
    border: 1px solid #3b5998;
}

footer .footer-bottom .social-links a.fb:hover {
    color: #3b5998;
}

footer .footer-bottom .social-links a.instagram {
    background-color: #C32AA3;
    border: 1px solid #C32AA3;
}

footer .footer-bottom .social-links a.instagram:hover {
    color: #C32AA3;
}

footer .footer-bottom .social-links a.yt {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}

footer .footer-bottom .social-links a.yt:hover {
    color: #ff0000;
}

footer .footer-bottom .social-links a:hover {
    background-color: transparent;
}

footer .footer-bottom .social-links a i {
    font-size: 15px;
    transition: all 250ms;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.justify-content-between {
    justify-content: space-between !important;
}
.social-links {
    display: flex;
    align-items: center;
}
.flex-lg-row {
    flex-direction: row ;
    display: flex;
}
@media (min-width: 992px) {
    .align-items-lg-center {
        align-items: center !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
}

/* ── max-width ── */

@media (max-width: 991.98px) {
    .container {
        max-width: 100% !important;
    }
    footer .menu-footer {
        margin-top: 40px;
    }
}


/* ── min-width: 768px ── */

@media (min-width: 768px) {
    footer {
        /*padding: 60px 0 60px;*/
    }
    footer .newsletter h2, footer .newsletter .h2 {
        margin-bottom: 40px;
    }
    footer .footer-bottom {
        padding-top: 30px;
        margin-top: 30px;
        border-top: 1px solid #D3E2EB;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
}


/* ── min-width: 992px ── */

@media (min-width: 992px) {
    footer {
        /*padding: 90px 0 95px;*/
    }
    footer .footer-bottom {
        padding-top: 40px;
        margin-top: 40px;
        border-top: 1px solid #D3E2EB;
    }
    footer .footer-bottom .social-links {
        margin-left: 20px;
        margin-bottom: 0;
    }
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
        .col-lg-3 {
            flex: 0 0 auto;
            width: 25%;
        }

}


/* ── min-width: 1200px ── */

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}