@font-face {
    font-family: Inter;
    src: local("Inter"),url(../fonts/Inter-Regular.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter Medium;
    src: local("Inter Medium"),url(../fonts/Inter-Medium.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter Bold;
    src: local("Inter Bold"),url(../fonts/Inter-Bold.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter SemiBold;
    src: local("Inter SemiBold"),url(../fonts/Inter-SemiBold.woff2);
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Roboto;
    src: local("Roboto"),url(../fonts/Roboto-Regular.woff2);
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Roboto Bold;
    font-style: normal;
    font-display: swap;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(../fonts/RobotoBold.woff2) format("woff2")
}

@font-face {
    font-family: AlbertSans Regular;
    src: local("Roboto"),url(../fonts/AlbertSans-Regular.woff2);
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

body {
    font-family: "Inter", sans-serif;
    background-color: #ffffff;
}

a {
    color: #d12942;
}
a.nav-link {
    color: #040404;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
}
a.nav-link:hover {
    color: #d12942;
}

a.top-menu-page-link {
    color: #040404;
    font-size: 10px;
    font-weight: 300;
    text-transform: none;
}

a.btn {
    color: #d12942!important;
}

a.btn:hover {
    color: #ffffff!important;
}
.btn-outline-primary {
    border-color: #d12942!important;
}
.btn-outline-primary:hover {
    border-color: #d12942;
    background-color: #d12942;
}
.text-primary {
    color: #d12942!important;
}
.text-bg-primary {
    background: #d12942 !important;
}
h1 {
    font-size: 1.8rem;
    font-family: Inter SemiBold, sans-serif;
}
h2 {
    font-size: 1.5rem;
    font-family: Inter SemiBold, sans-serif;
}
h3 {
    font-size: 1.3rem;
    font-family: Inter SemiBold, sans-serif;
}
h4 {
    font-size: .8rem;
    font-family: Inter SemiBold, sans-serif;
}
h5 {
    font-size: 16px;
    font-family: Inter SemiBold, sans-serif;
}
h6 {
    font-size: 14px;
    font-family: Inter SemiBold, sans-serif;
}

.small {
    font-size: 12px !important;
}
.medium {
    font-size: 13px !important;
}

a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover,
a:hover {
    color: #d12942;
}
a.nav-underline .nav-link:hover {
    color: #d12942;
}


.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}

/*.container {*/
/*    max-width: 950px!important;*/
/*}*/

.nav-scroller-wrapper {
    position: relative;
    overflow: hidden;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #d12942;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: scroll;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: none; /* Hidden by default */
    z-index: 10;
}

.scroll-left {
    left: 0;
    background: linear-gradient(to right, #6b737691, transparent); /* Left gradient */
}

.scroll-right {
    right: 0;
    background: linear-gradient(to left, #6b737691, transparent)
}

.nav-scroller-wrapper:hover .scroll-left,
.nav-scroller-wrapper:hover .scroll-right {
    display: block; /* Show buttons on hover */
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1000;
}

img.l_news_img_lage {
    width: 100%;
    height: 320px;
    object-fit: cover;
    overflow: hidden;
    max-height: 320px;
    background-color: #ccc;
    object-position: top;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

img.l_news_img_lage_for_mobile {
    width: 100%;
    height: 220px;
    object-fit: cover;
    overflow: hidden;
    max-height: 220px;
    background-color: #ccc;
    object-position: top;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

img.l_news_img_single_article {
    width: 100%;
    max-width: 632px;
    height: auto;
    max-height: 350px;
    object-fit: cover;
    overflow: hidden;
    background-color: #ccc;
    object-position: top;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

img.l_news_img_single_article_for_mobile {
    width: 100%;
    max-width: 430px;
    height: auto;
    max-height: 230px;
    object-fit: cover;
    overflow: hidden;
    background-color: #ccc;
    object-position: top;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

img.l_news_img_middle {
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
    max-height: 200px;
    background-color: #ccc;
    object-position: top;
    border: 1px solid #ccc;
    border-radius: 5px;
}

p.description_6 {
    font-size: 11px;
}

p.description_5 {
    font-size: 13px;
}

p.description_4 {
    font-size: 16px;
}

.article-content p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.16px;
}

blockquote p {
    padding: 16px 24px 16px;
    background: #d12942;
    border-left: 4px solid #040404;
    border-radius: 0 5px 5px 0;
    font-family: Inter SemiBold, sans-serif;
    color: #FFFFFF;
}

blockquote p:before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    margin: 0 0 10px;
    background-image: url(../img/quotes.svg);
}

::selection {
    background-color: #d12942;
    color: white; /* Optional: You can set the text color as well */
}


.single_article_title {
    font-family: Inter Bold, sans-serif;
    font-size: 2.2rem;
    line-height: 2.8rem;
    letter-spacing: -.44px;
}

@media screen and (max-width: 768px){
    .single_article_title {
        font-size: 1.5rem;
        line-height: 1.8rem;
        letter-spacing: -.44px;
    }
}

.single_article_description {
    font-size: 20px;
    font-family: Inter SemiBold, sans-serif;
}


.card_l_news {
    width: 100%;
    overflow-y: scroll;
    max-height: 650px;
}
.card_l_news::-webkit-scrollbar {
    background-color: #fff;
    width: 2px;
}
.card_l_news::-webkit-scrollbar-thumb {
    background-color: #d12942;
    border-radius: 20px;
}
.card_l_news::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    -webkit-box-shadow: inset 0 0 6px rgb(224, 221, 221);
}

.text-bg-light {
    background-color: #f1f2f1 !important;
}

.article-content img {
    width: 100%;
    height: auto!important;
    border-radius: 5px;
}



