/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4qgk4cmlhn] {
    margin-top: 70px;
}

main[b-4qgk4cmlhn] {
    flex: 1;
    margin: 0;
    padding: 0;
}

.sidebar[b-4qgk4cmlhn] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}


@media (max-width: 640.98px) {
    .scroll-to-top[b-4qgk4cmlhn] {
        position: fixed;
        bottom: 30px;
        right: 20px;
        background: #003366;
        border: none;
        padding: 14px 16px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 1000;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
        transition: opacity 0.3s ease;
        opacity: .7;
    }

        .scroll-to-top:hover[b-4qgk4cmlhn] {
            background: #C9D5DE;
        }

        .scroll-to-top img[b-4qgk4cmlhn] {
            filter: brightness(0) invert(1);
            width: 20px;
            height: 20px;
        }
}

@media (min-width: 641px) {
    .scroll-to-top[b-4qgk4cmlhn] {
        display: none !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
*[b-pz7atjp3qw] {
    font-family: "Figtree", Arial, sans-serif;
    color: #003366;
    margin: 0;
    padding: 0;
}

.top[b-pz7atjp3qw] {
    width: 100vw;
    height: 70px;
    background-color: #FDFDFD;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.nav-scrollable[b-pz7atjp3qw] {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    backdrop-filter: blur(12px);
    background-color: rgba(255, 255, 255, 0.80);
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: auto;
    z-index: 1000;
}

    .nav-scrollable.hidden[b-pz7atjp3qw] {
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
    }

.navbar-toggler[b-pz7atjp3qw] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    color: #111B23;
}

.vrg-logo[b-pz7atjp3qw] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    width: auto;
    padding: 10px;
}

.nav-item[b-pz7atjp3qw] {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

    .nav-item:first-of-type[b-pz7atjp3qw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pz7atjp3qw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pz7atjp3qw]  a {
        display: flex;
        justify-content: center;
        color: #003366;
        border-radius: 1.2rem;
        height: 3rem;
        display: flex;
        align-items: center;
        text-align: center;
        line-height: 22px;
        width: 50%;
    }

        .nav-item[b-pz7atjp3qw]  a.active {
            background-color: #003366;
            color: #FDFDFD;
        }

        .nav-item[b-pz7atjp3qw]  a:hover {
            background-color: #003366;
            color: #FDFDFD;
        }
/* /Pages/Ansprechpartner.razor.rz.scp.css */
body[b-630o2k3w6k] {
    font-family: "Figtree", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.main[b-630o2k3w6k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #E7F0F7;
}

.header[b-630o2k3w6k] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    width: 100%;
}

.persons[b-630o2k3w6k] {
    display: flex;
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 2rem;
    width: 90%;
    background-color: #E7F0F7;
}

.person[b-630o2k3w6k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FDFDFD;
    border-radius: 8px;
    color: #003366;
    padding: 1rem;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

    .person:hover[b-630o2k3w6k] {
        transform: translateY(-5px);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
    }

.person-image[b-630o2k3w6k] {
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .person-image img[b-630o2k3w6k] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.person-text[b-630o2k3w6k] {
    display: flex;
    flex-direction: column;
    background-color: #F3F3F3;
    font-size: 15px;
    line-height: 1.5rem;
    text-align: left;
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    gap: 0.5rem;
}

.person-text a[b-630o2k3w6k] {
    text-decoration: underline;
    color: #179CD3;
    margin-left: 5px;
}

.person-name[b-630o2k3w6k] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.person-role[b-630o2k3w6k] {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.person-footer[b-630o2k3w6k] {
    color: #179CD3;
    font-weight: bold;
    margin-top: 15px;
}

.person-footer span:hover[b-630o2k3w6k] {
    cursor: pointer;
}

.person-expand[b-630o2k3w6k] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.expand-content[b-630o2k3w6k] {
    background: #FDFDFD;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 90%;
    color: #003366;
    padding: 20px 20px;
}

.expand-header[b-630o2k3w6k] {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #003366;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 2px solid #F0F4F7;
}

.expand-info[b-630o2k3w6k] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.expand-info-inner[b-630o2k3w6k]{
    display: flex;
    flex-direction: column;
}

.expand-info-inner span:first-child[b-630o2k3w6k] {
    font-weight: bold;
}

@media (min-width: 641px) {

    .persons[b-630o2k3w6k] {
        width: 50%;
    }
}
/* /Pages/Benefits.razor.rz.scp.css */
body[b-92ale3sqzg] {
    font-family: 'Figtree', Arial,sans-serif;
    overflow-y: auto;
}

.main[b-92ale3sqzg] {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background-color: #E7F0F7;
}

.header[b-92ale3sqzg] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    width: 100%;
}

.benefits[b-92ale3sqzg] {
    display: flex;
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 2rem;
    width: 90%;
    background-color: #E7F0F7;
}

.benefit[b-92ale3sqzg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FDFDFD;
    border-radius: 8px;
    color: #003366;
    padding: 1rem;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.benefit:hover[b-92ale3sqzg] {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.benefit-image[b-92ale3sqzg] {
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

    .person-image img[b-92ale3sqzg] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.benefit-description[b-92ale3sqzg] {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 1.5rem;
    text-align: center;
    padding: 1rem;
    width: 100%;
    gap: 0.5rem;
    color: #111B23;
}

.benefit-name[b-92ale3sqzg] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

@media (min-width: 641px) {

    .benefits[b-92ale3sqzg] {
        width: 50%;
    }
}
/* /Pages/Checklist.razor.rz.scp.css */
body[b-d5mbow8hxe] {
    font-family: "Figtree", Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    background-color: #E7F0F7;
}

.main[b-d5mbow8hxe] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #E7F0F7;
}

.header[b-d5mbow8hxe] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    width: 100%;
}

.checklist-title[b-d5mbow8hxe] {
    font-size: 24px;
    margin-bottom: 1rem;
    color: #111B23;
    text-align: center;
}

.checklist[b-d5mbow8hxe] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    margin-bottom: 3rem;
}

.category[b-d5mbow8hxe] {
    color: #003366;
    font-weight: bold;
    font-size: 25px;
}

.category:nth-child(n+2)[b-d5mbow8hxe] {
    padding-top: 10px;
}

.checklist-item[b-d5mbow8hxe] {
    display: flex;
    align-items: center;
    background-color: #FDFDFD;
    border: 2px solid #dde9f3;
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    gap: 1rem;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .checklist-item input[type="checkbox"][b-d5mbow8hxe] {
        width: 20px;
        height: 20px;
        accent-color: #0077cc;
        cursor: pointer;
    }

    .checklist-item-info[b-d5mbow8hxe] {
        display: flex;
        flex-direction: column;
    }

.item-title[b-d5mbow8hxe] {
    font-size: 18px;
    font-weight: 600;
    color: #003366;
}

.item-due[b-d5mbow8hxe] {
    font-size: 14px;
    color: #111B23;
}

.checklist-item-info[b-d5mbow8hxe] {
    width: 100%;
}

.checklist-item input[type="checkbox"][b-d5mbow8hxe] {
    display: none;
}

.custom-checkbox[b-d5mbow8hxe] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid #96AFC1;
    border-radius: 4px;
    background: white;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

    .custom-checkbox[b-d5mbow8hxe]::after {
        content: "";
        position: absolute;
        left: 6px;
        top: 1.5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }

.checklist-item input[type="checkbox"]:checked + .custom-checkbox[b-d5mbow8hxe] {
    background-color: #179CD3;
    border-color: #179CD3;
}

    .checklist-item input[type="checkbox"]:checked + .custom-checkbox[b-d5mbow8hxe]::after {
        opacity: 1;
    }

.checklist-item:has(input[type="checkbox"]:checked)[b-d5mbow8hxe] {
    opacity: 0.6;
}

@media (min-width: 641px) {

    .checklist[b-d5mbow8hxe] {
        width: 50%;
    }
}
/* /Pages/Events.razor.rz.scp.css */
body[b-3jj0wjsjmk] {
    font-family: 'Figtree', Arial,sans-serif;
    overflow-y: auto;
}

.main[b-3jj0wjsjmk] {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background-color: #E7F0F7;
}

.header[b-3jj0wjsjmk] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    width: 100%;
}

.events[b-3jj0wjsjmk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
    width: 90%;
}

@media (min-width: 641px) {

    .events[b-3jj0wjsjmk] {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 3rem;
        width: 90%;
    }


    .main[b-3jj0wjsjmk] {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100%;
        background-color: #E7F0F7;
    }
}
/* /Pages/ExpandablePanel.razor.rz.scp.css */
body[b-syadu14vnd] {
    font-family: "Figtree", Arial, sans-serif;
    color: #111B23;
}

.event[b-syadu14vnd] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
    background-color: #FDFDFD;
}

.image[b-syadu14vnd] {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.event-header[b-syadu14vnd] {
    width: 100%;
}

.event-info[b-syadu14vnd] {
    display: flex;
    flex-direction: column;
    width: 90%;
    border-radius: 8px;
    padding: 1rem;
    background: #F3F3F3;
    font-size: 15px;
    margin: 1.5rem;
}

.event-name[b-syadu14vnd] {
    color: #003366;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.event-date span[b-syadu14vnd] {
    margin-left: 5px;
}

.event-time span[b-syadu14vnd] {
    margin-left: 5px;
}

.event-location span[b-syadu14vnd] {
    margin-left: 5px;
}

.event-footer[b-syadu14vnd] {
    margin-bottom: 1rem;
    font-weight: bold;
    color: #179CD3;
}

    .event-footer span:hover[b-syadu14vnd] {
    cursor: pointer;
    }

@media (min-width: 641px) {

    .event[b-syadu14vnd] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        width: 50%;
        box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
        background-color: #FDFDFD;
    }

    .image[b-syadu14vnd] {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

}

/* /Pages/Home.razor.rz.scp.css */
body[b-tr2473syr7] {
    background-color: #FDFDFD;
    color: #111B23;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
    font-family: "Figtree", Arial, sans-serif;
    overflow-y: hidden !important;
}

.main[b-tr2473syr7] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 130px);
    background-color: #E7F0F7;
    overflow-y: hidden !important;
}

.header[b-tr2473syr7] {
    display: flex;
    flex-direction: column;
    min-height: 120px;
    max-height: 150px;
    background-color: #FDFDFD;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    color: #003366;
    flex-shrink: 0;
}

.heading[b-tr2473syr7] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 15px;
    line-height: 21px;
    padding: 15px;
}

    .heading .heading-top[b-tr2473syr7] {
        font-size: 25px;
        line-height: 30px;
    }

.box[b-tr2473syr7] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 1.5rem;
    row-gap: 2.5rem;
    padding: 2rem 1rem;
    overflow-y: auto !important;
    padding-bottom: 80px;
    height: 100%;
}

.box-item[b-tr2473syr7] {
    flex: 0 1 calc(50% - 1.5rem);
    min-width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    background-color: #FDFDFD;
    color: #003366;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    user-select: none;
    gap: 0.5rem;
}

    .box-item:hover[b-tr2473syr7] {
        transform: translateY(-4px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }
  
    .icon[b-tr2473syr7] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: fill;
        background-color: #D8E5FC;
        color: #526EA0;

    }

.footer[b-tr2473syr7] {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #FDFDFD;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.08);
    z-index: 100;
}

.footer img[b-tr2473syr7] {
    height: 70%;
}
    .footer img:hover[b-tr2473syr7] {
        cursor: pointer;
    }


.welcome-div[b-tr2473syr7] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    width: 100vw;
    overflow-y: auto;
    background-color: #FDFDFD;
}

.welcome-body[b-tr2473syr7] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: #FDFDFD;
}

.welcome-image[b-tr2473syr7] {
    width: 100%;
    height: auto;
}

.welcome-text[b-tr2473syr7] {
    flex: 1;
    color: #003366;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 20px;
    font-size: 20px;
    line-height: 25px;
}

    .welcome-text h3[b-tr2473syr7] {
        font-weight: bold;
        width: 100%;
        text-align: center;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

.welcome-footer[b-tr2473syr7] {
    position: fixed;
    background: #FDFDFD;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.08);
    padding-top: 2rem;
    width: 100vw;
    height: 50px;
    bottom: 0;
    left: 0;
}

.welcome-footer-button[b-tr2473syr7] {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #FDFDFD;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.welcome-footer button[b-tr2473syr7] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #003366;
    color: white;
    font-size: 1.5rem;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 641px) {

    .main[b-tr2473syr7] {
        overflow-y: hidden !important;
    }

    .box[b-tr2473syr7] {
        width: 100%;
        overflow-y: auto !important;
    }

    .box-item[b-tr2473syr7] {
        height: 250px;
    }

    .welcome-div[b-tr2473syr7] {
        height: 100vh;
        width: 100%;
        overflow-y: hidden;
    }

    .welcome-body[b-tr2473syr7] {
        height: 100%;
        width: 100%;
        align-items: center;
    }

    .welcome-gif[b-tr2473syr7] {
        width: 40%;
        height: auto;
    }

        .welcome-text h3[b-tr2473syr7] {
            width: 100%;
        }

    .welcome-footer[b-tr2473syr7] {
        width: 100%;
        height: 50px;
    }

    .welcome-footer button[b-tr2473syr7] {
        width: 50px;
        height: 50px;
    }

    .header[b-tr2473syr7] {
        text-align: center;
        justify-content: center;
        width: 100%;
        height: 200px;
    }

    .header img[b-tr2473syr7] {
        display: none;
    }

    .heading-top[b-tr2473syr7] {
        font-size: 40px !important;
    }

}
/* /Pages/Kontakt.razor.rz.scp.css */
body[b-havm3qwtb8] {
    font-family: 'Figtree', Arial,sans-serif;
    overflow-y: auto;
}

.main[b-havm3qwtb8] {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background-color: #E7F0F7;
    gap: 2rem;
}

.header[b-havm3qwtb8] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    width: 100%;
}

.kontakte[b-havm3qwtb8] {
    display: flex;
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 2rem;
    width: 90%;
    background-color: #E7F0F7;
}

.kontakt[b-havm3qwtb8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FDFDFD;
    border-radius: 8px;
    color: #003366;
    padding: 1rem;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.kontakt:hover[b-havm3qwtb8] {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.kontakt-image[b-havm3qwtb8] {
    margin-bottom: 1rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

    .kontakt-image img[b-havm3qwtb8] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.kontakt-text[b-havm3qwtb8] {
    display: flex;
    flex-direction: column;
    background-color: #F3F3F3;
    font-size: 15px;
    line-height: 1.5rem;
    text-align: left;
    padding: 1rem;
    border-radius: 8px;
    width: 100%;
    gap: 0.5rem;
}

    .kontakt-text a[b-havm3qwtb8] {
        text-decoration: underline;
        color: #179CD3;
        margin-left: 5px;
    }

.kontakt-name[b-havm3qwtb8] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.kontakt-role[b-havm3qwtb8] {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.info[b-havm3qwtb8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FDFDFD !important;
    border-radius: 8px;
    color: #003366;
    padding: 1rem;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    width: 90%;
}

@media (min-width: 641px) {

    .kontakte[b-havm3qwtb8] {
        width: 50%;
    }

    .kontakt-text[b-havm3qwtb8] {
        width: 50%;
    }
}
/* /Pages/Tagesablauf.razor.rz.scp.css */
body[b-pr7estemq3] {
    font-family: 'Figtree', Arial,sans-serif;
    overflow-y: auto;
}

.main[b-pr7estemq3] {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #E7F0F7;
}

.header[b-pr7estemq3] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    width: 100%;
}

.timetable[b-pr7estemq3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 90%;
    margin-bottom: 3rem;
}

.timetable-entry[b-pr7estemq3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 10px 0;
    padding: 15px;
    background-color: #FDFDFD;
    border-radius: 8px;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
}

.highlight[b-pr7estemq3] {
    border: 1px solid #96AFC1 !important;
    animation: highlight-bump-b-pr7estemq3 1s ease;
}

.time[b-pr7estemq3] {
    font-weight: bold;
    color: #003366;
}

.event-name[b-pr7estemq3] {
    background-color: #F3F3F3;
    border-radius: 8px;
    padding: 10px;
    font-size: 16px;
}

@keyframes highlight-bump-b-pr7estemq3 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@media (min-width: 641px) {

    .timetable[b-pr7estemq3] {
        width: 50%;
    }
}
/* /Pages/Ueber.razor.rz.scp.css */
body[b-ifij7sbrwr] {
    overflow-y: auto;
}

.main[b-ifij7sbrwr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #003366;
    background-color: #E7F0F7;
}

.header[b-ifij7sbrwr] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #003366;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    padding: 30px;
    width: 100%;
}

.werte[b-ifij7sbrwr] {
    display: flex;
    margin-bottom: 3rem;
    flex-direction: column;
    gap: 2rem;
    width: 90%;
    background-color: #E7F0F7;

}

.wert[b-ifij7sbrwr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 25px;
    background-color: #FDFDFD;
    box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wert:hover[b-ifij7sbrwr] {
    transform: translateY(-5px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

.wert-img[b-ifij7sbrwr] {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.text[b-ifij7sbrwr] {
    color: #111B23;
    text-align: left;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 20px;
    line-height: 25px;
}

.wert-header[b-ifij7sbrwr] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    padding: 10px;
    color: #003366;
    border-bottom: 2px solid #F0F4F7;
}

@media (min-width: 641px) {

    .werte[b-ifij7sbrwr] {
        width: 50%;
    }

    .wert-img[b-ifij7sbrwr] {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        width: 100%;
        height: 250px;
        object-fit: cover;
        margin-bottom: 15px;
    }
}
