:root {
    --bs-primary: #01008A;
    --bs-red: #c80000;
    --bs-breadcrumb-divider: "›";
    --bs-card-spacer-x: 0;
    --bs-white-rgb: 255, 255, 255;
    --bs-border-radius-xxl: 2rem;
}

.breadcrumb {
    --bs-breadcrumb-margin-bottom: 0;
    font-size: 0.7rem;
}

.card {
    --bs-card-border-radius: 0;
    --bs-card-inner-border-radius: 0;
    --bs-border-width: 0;
}

.pagination {
    --bs-pagination-active-bg: var(--bs-primary);
    --bs-pagination-active-border-color: var(--bs-primary);
    --bs-pagination-color: var(--bs-primary);
}

.progress {
    --bs-progress-bar-bg: var(--bs-primary);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-input[type=radio] {
    border: 1px solid var(--bs-primary);
}

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

html {
    font-size: 18px;
}

@media (max-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Montserrat', 'Segoe UI', 'Roboto', sans-serif;
    font-size: 0.875rem;
    line-height: 1.43;
    color: #222222;
    background-color: #EEEEEE;
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 1em;
}

a {
    color: var(--bs-primary);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

a:hover,
a:focus {
    color: var(--bs-red);
}

h1 {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
}

h2 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

h3 {
    font-size: 0.8rem;
    line-height: 1;
    font-weight: 600;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 600;
}

h5 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
}

.bg-gray {
    background-color: #eee !important;
}

.text-gray {
    color: #eee !important;
}

.bg-blue {
    background-color: var(--bs-primary) !important;
}

.text-blue {
    color: var(--bs-primary) !important;
}

.fixed-menu {
    top: 183px;
    z-index: 1030;
}

nav ul li a.nav-link {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: var(--bs-primary);
}

nav ul li a.nav-link:hover {
    color: var(--bs-primary) !important;
    background-color: rgba(var(--bs-white-rgb), 1) !important;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sticky + .content {
    padding-top: 20px;
}

div[class*="js_place"]:empty {
    display: none;
}

.calend {
}

.calend tr td a {
    color: #000099;
    font-weight: bold;
}

.calend tr.none td a {
    color: #424242;
    font-weight: normal;
}

.calend tr td {
    padding: 0.5rem;
    background: #EEE;
    text-align: center;
    font-size: 1rem;
}

.calend tr td.none {
    background: none;
}

.calend tr.none td {
    background: none;
}

.calend tr td.red {
    color: #BA0000;
}

.calend tr.week_days td {
    background: #E4E4E4;
    font-weight: bold;
}

.calend tr td.act {
    background: #CC0000;

}

.calend tr td.act a {
    color: #FFF;
}

.social-icon-small {
    margin-bottom: 3px;
    margin-top: 3px;
    border-radius: 1px;
    background-position: center;
    text-decoration: none;
    border: 0;
}

.social-icon-small img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

blockquote:before {
    color: rgba(0, 0, 0, 0.1);
    content: '\201C';
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    width: 40px;
}

blockquote {
    border-left: 10px solid #F5F4D3;
    background-color: #FFFEDC;
    margin: 10px 3px;
    padding: 15px 10px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

.news-rating {
    height: 90px;
}

.news-rating .bi {
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--bs-primary);
}

.news-rating .bi:hover {
    color: var(--bs-red);
}

.news-rating .value {
    font-weight: bold;
    margin-top: 10px;
    font-size: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.mw-1280-m-auto {
    max-width: 1280px;
    margin: 0 auto;
}

.news-card-vertical {
    min-height: 31.3rem;
}

.news-card-vertical img {
    aspect-ratio: calc(4 / 3);
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 330px;
}

.card-title {
    color: rgba(var(--bs-black-rgb), 1);
}

.news-card-vertical .card-text,
.news-card-horizontal .card-text
{
    color: rgb(102, 102, 102);
}

.news-card-vertical .card-title:hover,
.news-card-horizontal .card-title:hover,
.news-card-vertical .card-text:hover,
.news-card-horizontal .card-text:hover
{
    color: var(--bs-red) !important;
}

.grid-tc-1 {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 30px;
    column-gap: 10px
}

@media (min-width: 768px) {
    .grid-md-tc-2 {
        grid-template-columns: 1fr 1fr !important;
    }

    .g-gc-span-2 {
        grid-column: span 2;
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/montserrat/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.bi {
    font-weight: 900 !important;
}

.news-stat {
    font-size: 0.625rem;
    margin: 0.5rem 0;
    color: #000000;
    line-height: 1;
}

.news-tag {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: .5rem !important;
    margin-bottom: .5rem !important;
}
.news-tags a {
    font-size: 0.75rem;
    border-radius: var(--bs-border-radius-xxl);
    background-color: var(--bs-primary);
    color: rgba(var(--bs-white-rgb), 1);
}

.news-tags a:hover {
    color: var(--bs-primary) !important;
    background-color: rgba(var(--bs-white-rgb), 1);
}

.footer a {
    text-decoration: underline;
}

.footer a:hover,
.footer a:focus {
    color: var(--bs-red);
}

.logo {
    width: 75%;
    aspect-ratio: 5.5;
    height: auto;
    max-width: 300px;
}

#mobile-menu {
    display: none;
    z-index: 10;
}

#mobile-menu.show {
    display: flex;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #fff;
}

#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background-color: var(--bs-primary);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

#toTop.show {
    opacity: 1;
    visibility: visible;
}

.page-content img {
    max-width: 100%;
    height: auto;
}


#cookies-policy-informer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
}

.ks-news-single img {
    max-width: 100%;
    height: auto;
}

#news-content a:hover {
    color: var(--bs-red);
    text-decoration: underline;
}

.news-photographer {
    text-align: right;
    font-style: italic;
}
