/*

#c71748 fuchisa
#8e0038 KA Rot

*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-weight: 300;
}

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: 230px;
    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;
}

.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;
}
.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;

}