/* /Pages/Blog.razor.rz.scp.css */
.blog-container[b-e1672dirzi] {
    margin: 15px;
    display: flex;
    justify-content: center;
}

.blog-post[b-e1672dirzi] {
    width: 100%;
    height: fit-content;
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-bottom: 5px solid #cc0000;
}

.blog-image[b-e1672dirzi] {
    max-width: 100%;
    height: auto;
}
/* /Pages/BlogInhalt.razor.rz.scp.css */
[b-tczsiipeaz] .blog-text {
    font-size: 1.5em;
    color: #555;
    line-height: 1.6;
}

[b-tczsiipeaz] .read-more {
    cursor: pointer;
    color: rgb(66, 66, 66);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}

    [b-tczsiipeaz] .read-more:hover {
        color: #0a58ca; /* Dunklerer Farbton beim Hover */
    }
/* /Pages/GeschichtePage.razor.rz.scp.css */
.text-content-geschichte[b-0jfmrcxvvx] {
    width: 100%;
    height: fit-content;
}

.geschichte-title[b-0jfmrcxvvx] {
    margin-top: 8px;
    color: #cc0000;
}
/* /Pages/SponsorenPage.razor.rz.scp.css */
.blog-container[b-6bsc3l25bb] {
    width: 300px;
    margin: 15px;
    display: flex;
    justify-content: center;
}

.blog-post[b-6bsc3l25bb] {
    width: 100%;
    height: 400px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(204, 0, 0, 0.5);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 0.5px solid #cc0000;
}

.blog-image[b-6bsc3l25bb] {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border-radius: 8px;
}

.blog-title[b-6bsc3l25bb] {
    font-size: 1.5em;
    color: #cc0000;
    margin-bottom: 10px;
}
/* /Pages/StartseitePage.razor.rz.scp.css */
@media (min-width: 1130px) {
    .side-bar-startseite[b-cj1sjuezuj] {
        border-left: 2px solid #cc0000;
        padding-left: 5px;
    }
}

[b-cj1sjuezuj] .blog-title {
    margin-top: 8px;
    font-size: 2em;
    color: #cc0000;
}

[b-cj1sjuezuj] .mud-carousel-item {
    display: flex;
    align-items: center;
}
/* /Shared/LoadingComponent.razor.rz.scp.css */
/* Container, der den kreisförmigen Ausschnitt enthält */

[b-t525xm5360] .circle-container {
    position: relative;
    width: 120px; /* Durchmesser des Kreises (2 * Radius) */
    height: 120px; /* Durchmesser des Kreises */
    border-radius: 50%; /* Macht den Container zu einem Kreis */
    overflow: hidden; /* Verhindert, dass Teile des Bildes außerhalb des Kreises sichtbar sind */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Bild, das im Container zentriert wird */

[b-t525xm5360] .circle-image {
    width: 100%; /* Dehnt das Bild auf die Breite des Containers */
    height: 100%; /* Dehnt das Bild auf die Höhe des Containers */
    object-fit: cover; /* Stellt sicher, dass das Bild den Container ausfüllt, ohne das Seitenverhältnis zu verzerren */
}

[b-t525xm5360] .mud-overlay-content {
    align-items: center;
    justify-content: center;
    display: flex;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page-layout[b-de0ev5lnh6] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-area[b-de0ev5lnh6] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.content[b-de0ev5lnh6] {
    flex: 1;
}

main[b-de0ev5lnh6] {
    flex: 1;
}

.nav-menu[b-de0ev5lnh6] {
    background-color: #cc0000;
}

.top-row[b-de0ev5lnh6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-de0ev5lnh6]  a, .top-row[b-de0ev5lnh6]  .btn-link {
        white-space: nowrap;
        margin-left: 0.5rem;
        text-decoration: none;
    }

        .top-row[b-de0ev5lnh6]  a:hover, .top-row[b-de0ev5lnh6]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-de0ev5lnh6]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-de0ev5lnh6] {
        display: none;
    }

    .top-row.auth[b-de0ev5lnh6] {
        justify-content: space-between;
    }

    .top-row[b-de0ev5lnh6]  a, .top-row[b-de0ev5lnh6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1130px) {
    .nav-menu[b-de0ev5lnh6] {
        height: 65px;
    }
    .page[b-de0ev5lnh6] {
        flex-direction: row;
    }

    .top-row[b-de0ev5lnh6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-de0ev5lnh6]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-de0ev5lnh6], article[b-de0ev5lnh6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-onuus4ur3s] {
    color: rgba(255, 255, 255, 0.1);
}

.top-row[b-onuus4ur3s] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-onuus4ur3s] {
    font-size: 1.1rem;
}

.oi[b-onuus4ur3s] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-onuus4ur3s] {
    font-size: medium;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-onuus4ur3s]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-onuus4ur3s]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-onuus4ur3s]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.flex-nav[b-onuus4ur3s] {
    flex-direction: column;
}

@media (min-width: 1130px) {
    .navbar-toggler[b-onuus4ur3s], .navbar-toggle-wrapper[b-onuus4ur3s] {
        display: none;
    }

    .flex-nav[b-onuus4ur3s] {
        flex-direction: row;
        display: flex;
    }

    .collapse[b-onuus4ur3s] {
        display: flex !important;
    }

    .nav-scrollable[b-onuus4ur3s] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .nav-menu-start[b-onuus4ur3s] {
        justify-content: flex-start !important;
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .nav-menu-start-logo[b-onuus4ur3s] {
        justify-content: flex-start !important;
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .nav-menu-end[b-onuus4ur3s] {
        justify-content: flex-end !important;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    [b-onuus4ur3s] .nav-menu-logo {
        height: 130px;
        display: block !important;
    }

    [b-onuus4ur3s] .nav-menu-logo-end {
        display: none;
    }
}

[b-onuus4ur3s] .flex-nav {
    display: flex;
}

[b-onuus4ur3s] .nav-left {
    display: flex;
    gap: 10px; /* Abstand zwischen den Links */
}

[b-onuus4ur3s] .nav-right {
    display: flex;
    gap: 10px;
    margin-left: auto; /* Schiebt die Gruppe nach links */
}

[b-onuus4ur3s] .show-menu {
    display: block;
}

[b-onuus4ur3s] .nav-menu-logo {
    display: none;
}

[b-onuus4ur3s] .nav-menu-logo-end {
    height: 50px;
    display: block !important;
}
/* /Shared/NavMenuDropdown.razor.rz.scp.css */
.nav-item[b-tnxetjtqiq]  a {
    color: white;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-tnxetjtqiq] {
    font-size: medium;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

    .nav-item[b-tnxetjtqiq]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-tnxetjtqiq]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-tnxetjtqiq]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
