/*

#c71748 fuchisa
#8e0038 KA Rot

*/


html, body {
    font-weight: 300;
}
b, strong {
    font-weight: bold;
}
body {
    font-family: 'Raleway', sans-serif;
    color: black;
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
    color: #8e0038;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    margin-left: 1rem;
    font-weight: 400;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
}

.card h2 {
    margin-top: 0;
}

h3 {
    font-family: 'Raleway Light', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
}

a {
    color: #c71748;
    text-decoration: none;
}

a:hover {
    color: #8e0038;
}

button, input, optgroup, select, textarea {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

footer {
    background-color: rgb(55, 90, 100);
    color: white;
}

#logo {
    width: 150px;
}

.navbar {
    border-top: 10px solid #8e0038;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #c71748;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
}

.nav-link {
    color: white;
}

.nav-link:focus, .nav-link:hover {
    color: #dddddd;
}

.btn {
    width: min(230px, 100%);
    margin-bottom: 1rem;
}

.btn-primary {
    background-color: #c71748;
    border-color: #c71748;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8e0038;
    border-color: #8e0038;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #8e0038;
    border-color: #8e0038;
    box-shadow: 0 0 0 0.25rem rgb(199 23 72 / 50%);
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #8e0038;
    border-color: #8e0038;
}

.btn-secondary {
    background-color: white;
    border-color: #c71748;
    color: #c71748;
}
.btn-link {
    color: rgb(33, 37, 41);
}
.btn-link:hover {
     color: #c71748;
}
.bg-grey {
    background-color: #f5f5f5;
    border: none;
}

.card {
    margin-bottom: 1rem;
}

.card-body {
    padding: 2rem;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    background-color: #fff;
    border-color: #c71748;
    box-shadow: 0 0 0 0.25rem rgb(199 23 72 / 25%);
}

.form-check-input:checked, .form-check-input:checked {
    background-color: #8e0038;
    border-color: #8e0038;
}

.accordion-header {
    margin-top: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #8e0038;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #c71748;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:focus {
    border-color: #8e0038;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%), 0 0 0 0.25rem rgb(199 23 72 / 25%);
}

.accordion-body {
    background-color: #f5f5f5;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.dropdown-toggle::after {
    display: none;
}
.no-border {
    border: none;
}

.rtcbl-landing {
    --rtcbl-primary: #8e0038;
    --rtcbl-secondary: #c71748;
    --rtcbl-surface: #f7f4f5;
    color: #252525;
}

.rtcbl-landing-hero {
    display: grid;
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    gap: 2rem;
    align-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid #eadde2;
    border-radius: 22px;
    background: linear-gradient(135deg, #f8f2f4 0%, #fff 68%);
    box-shadow: 0 18px 45px rgba(81, 37, 54, 0.09);
}

.rtcbl-landing-intro h1 {
    margin: 0 0 0.8rem;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.rtcbl-landing-intro p {
    max-width: 34rem;
    margin: 0 0 1.5rem;
    color: #5f5f5f;
    font-size: 1.1rem;
    line-height: 1.6;
}

.rtcbl-landing-kicker {
    display: inline-block;
    margin-bottom: 0.65rem;
    color: var(--rtcbl-secondary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.rtcbl-landing .rtcbl-landing-catalog-link {
    display: inline-flex;
    width: auto;
    min-width: 230px;
    margin: 0;
    padding: 0.9rem 1.2rem;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    border-color: var(--rtcbl-primary);
    border-radius: 10px;
    background: var(--rtcbl-primary);
    box-shadow: 0 10px 24px rgba(142, 0, 56, 0.24);
    font-weight: 600;
}

.rtcbl-landing .rtcbl-landing-catalog-link:hover,
.rtcbl-landing .rtcbl-landing-catalog-link:focus {
    border-color: var(--rtcbl-secondary);
    background: var(--rtcbl-secondary);
}

.rtcbl-statistics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.rtcbl-statistic-card {
    display: flex;
    min-width: 0;
    min-height: 116px;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #ece7e9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(39, 31, 34, 0.07);
}

.rtcbl-statistic-icon {
    display: flex;
    width: 82px;
    flex: 0 0 82px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
}

.rtcbl-statistic-icon-countries {
    background: #d58a18;
}

.rtcbl-statistic-icon-chapters {
    background: var(--rtcbl-secondary);
}

.rtcbl-statistic-icon-questions {
    background: #4f9c59;
}

.rtcbl-statistic-icon-comments {
    background: #2f919d;
}

.rtcbl-statistic-content {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: right;
}

.rtcbl-statistic-content strong {
    color: #4a4a4a;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 1;
}

.rtcbl-statistic-label {
    margin-bottom: 0.45rem;
    color: #797979;
    font-size: 0.9rem;
    font-weight: 500;
}

.rtcbl-landing-info-link {
    display: flex;
    margin-top: 1.5rem;
    padding: 1.15rem 1.35rem;
    align-items: center;
    gap: 1rem;
    border: 1px solid #dfc7d1;
    border-radius: 14px;
    background: #fff;
    color: #252525;
    box-shadow: 0 8px 24px rgba(81, 37, 54, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.rtcbl-landing-info-link:hover,
.rtcbl-landing-info-link:focus {
    border-color: var(--rtcbl-secondary);
    color: var(--rtcbl-primary);
    box-shadow: 0 12px 28px rgba(81, 37, 54, 0.11);
    transform: translateY(-2px);
}

.rtcbl-landing-info-icon {
    display: flex;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5e8ed;
    color: var(--rtcbl-primary);
    font-size: 1.35rem;
}

.rtcbl-landing-info-content {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
}

.rtcbl-landing-info-content span {
    color: #777;
    font-size: 0.82rem;
}

.rtcbl-landing-info-content strong {
    font-size: 1.1rem;
    font-weight: 600;
}

.rtcbl-landing-resource-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.rtcbl-landing-resource-link {
    display: flex;
    padding: 0.9rem 1.1rem;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    background: var(--rtcbl-surface);
    color: #4a4a4a;
    font-weight: 500;
}

.rtcbl-landing-resource-link span {
    flex: 1 1 auto;
}

.rtcbl-landing-resource-link:hover,
.rtcbl-landing-resource-link:focus {
    border-color: #cab5bd;
    background: #f3e9ed;
    color: var(--rtcbl-primary);
}

.rtcbl-landing-countries {
    margin-top: 2.75rem;
    padding-top: 2rem;
    border-top: 1px solid #e7e2e4;
}

.rtcbl-landing-countries h2 {
    margin: 0 0 1.5rem;
    text-align: center;
}

.rtcbl-country-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}

.rtcbl-country-item {
    display: flex;
    padding: 0.55rem 0.8rem;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid #e7e2e4;
    border-radius: 8px;
    background: #fff;
    color: #444;
    font-size: 0.9rem;
    font-weight: 500;
}

.rtcbl-country-flag {
    width: 26px;
    height: 18px;
    flex: 0 0 26px;
    border: 1px solid #ddd;
    border-radius: 2px;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .rtcbl-landing-hero {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .rtcbl-statistics,
    .rtcbl-landing-resource-links {
        grid-template-columns: 1fr;
    }

    .rtcbl-landing-hero {
        padding: 1.25rem;
        border-radius: 16px;
    }

    .rtcbl-landing .rtcbl-landing-catalog-link {
        width: 100%;
    }
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c71748'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;

}
