@import 'EFD.Client.7bcyeq01fu.bundle.scp.css';

/* _content/EFD/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4x63bh4gpg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.page-old[b-4x63bh4gpg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.bg-img-dark[b-4x63bh4gpg] {
    background-image: url("/Img/Background/bg-efd.jpg");
    background-attachment: fixed;
}

.bg-img-old[b-4x63bh4gpg] {
    background-image: url("/Img/Background/bg-efd-III.jpg");
    background-attachment: fixed;
}

main[b-4x63bh4gpg] {
    flex: 1;
    color: white;
}

.sidebar[b-4x63bh4gpg] {
    background-image: linear-gradient(180deg, #052767a6 0%, #945FCBa6 70%);
}

.content[b-4x63bh4gpg] {
    margin-top: 1.5rem;
    margin-bottom: 6.5rem;
}

.background-context[b-4x63bh4gpg] {
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 0.5rem;
    border-radius: 1rem;
    background-color: #052767bd;
    min-width: 250px;
}

.background-context-old[b-4x63bh4gpg] {
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 0.5rem;
    border-radius: .5rem;
    background-color: #0c374fd4;
    min-width: 250px;
    max-width: 64rem;
}

.border-glow[b-4x63bh4gpg] {
    box-shadow: 0 0 0.5rem #d7e4ec inset, 0 0 0.5rem #174660 inset, 0 0 0.5rem #174660, 0 0 1em #d7e4ec;
}

.header-link[b-4x63bh4gpg] {
    text-decoration: none;
    color: white;
}

    .header-link:hover[b-4x63bh4gpg] {
        color: #38bc35;
    }

.top-row[b-4x63bh4gpg] {
    background-color: #052767a6;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4x63bh4gpg]  a, .top-row[b-4x63bh4gpg]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

        .top-row[b-4x63bh4gpg]  a:hover, .top-row[b-4x63bh4gpg]  .btn-link:hover {
            text-decoration: none;
        }

        .top-row[b-4x63bh4gpg]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 799.98px) {
    .top-row[b-4x63bh4gpg] {
        gap: 1.5rem;
    }

        .top-row[b-4x63bh4gpg]  a, .top-row[b-4x63bh4gpg]  .btn-link {
            margin-left: 0;
        }

    .container[b-4x63bh4gpg] {
        margin-left: 0;
        margin-right: 0;
        max-width: 805px;
    }

    .content[b-4x63bh4gpg] {
        padding-top: 0;
    }

    .background-context[b-4x63bh4gpg] {
        border-radius: 0;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 800px) {
    .page[b-4x63bh4gpg] {
        flex-direction: row;
    }

    .sidebar[b-4x63bh4gpg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4x63bh4gpg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-4x63bh4gpg]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-4x63bh4gpg], article[b-4x63bh4gpg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4x63bh4gpg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4x63bh4gpg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/EFD/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iiyokisw6z] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

    .navbar-toggler:checked[b-iiyokisw6z] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-iiyokisw6z] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iiyokisw6z] {
    font-size: 1.5rem;
    font-weight: 800;
    padding-top: 0;
    font-style: italic;
}

    .navbar-brand:hover[b-iiyokisw6z] {
        color: #46D3D6;
        text-shadow: 0 0 7px #46d3d6;
    }

.bi[b-iiyokisw6z] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-house-door-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4z'/%3E%3C/svg%3E");
}

.bi-envelope-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z'/%3E%3C/svg%3E");
}

.bi-car-front-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-car-front' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.52 3.515A2.5 2.5 0 0 1 4.82 2h6.362c1 0 1.904.596 2.298 1.515l.792 1.848c.075.175.21.319.38.404.5.25.855.715.965 1.262l.335 1.679q.05.242.049.49v.413c0 .814-.39 1.543-1 1.997V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.338c-1.292.048-2.745.088-4 .088s-2.708-.04-4-.088V13.5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1.892c-.61-.454-1-1.183-1-1.997v-.413a2.5 2.5 0 0 1 .049-.49l.335-1.68c.11-.546.465-1.012.964-1.261a.8.8 0 0 0 .381-.404l.792-1.848ZM3 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2m10 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2M6 8a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2zM2.906 5.189a.51.51 0 0 0 .497.731c.91-.073 3.35-.17 4.597-.17s3.688.097 4.597.17a.51.51 0 0 0 .497-.731l-.956-1.913A.5.5 0 0 0 11.691 3H4.309a.5.5 0 0 0-.447.276L2.906 5.19Z'/%3E%3C/svg%3E");
}

.bi-signpost-split-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-signpost-split' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7zm1 3V8H2l-.75 1L2 10zm0-5h6l.75-1L14 3H8z'/%3E%3C/svg%3E");
}

.bi-telegram-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-telegram' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09'/%3E%3C/svg%3E");
}

.bi-shop-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shop' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.37 2.37 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0M1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5M4 15h3v-5H4zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1zm3 0h-2v3h2z'/%3E%3C/svg%3E");
}

.bi-image-fill-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-image-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
}

.bi-bag-fill-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bag-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4z'/%3E%3C/svg%3E")
}

.bi-people-fill-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E")
}

.bi-person-fill-nav-menu[b-iiyokisw6z] {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E")
}

.nav-item[b-iiyokisw6z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-link[b-iiyokisw6z] {
    padding-left: .5rem;
}

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

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

    .nav-item[b-iiyokisw6z]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-iiyokisw6z]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-iiyokisw6z]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-iiyokisw6z] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-iiyokisw6z] {
    display: block;
}

@media (min-width: 800px) {
    .navbar-toggler[b-iiyokisw6z] {
        display: none;
    }

    .nav-scrollable[b-iiyokisw6z] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/EFD/Components/Pages/Attendee.razor.rz.scp.css */
body[b-gmurhbl5ks] {
}
.card-format[b-gmurhbl5ks] {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 1.75rem;
}

@media (max-width: 1450px) {
    .card-format[b-gmurhbl5ks] {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
        margin: 1.25rem;
    }
}

@media (max-width: 1200px) {
    .card-format[b-gmurhbl5ks] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin: 1.25rem;
    }
}

@media (max-width: 500px) {
    .card-format[b-gmurhbl5ks] {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        margin: 0.75rem;
    }
}
body[b-gmurhbl5ks] {
}
.card-format[b-gmurhbl5ks] {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 1.75rem;
}

@media (max-width: 1450px) {
    .card-format[b-gmurhbl5ks] {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.75rem;
        margin: 1.25rem;
    }
}

@media (max-width: 1200px) {
    .card-format[b-gmurhbl5ks] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin: 1.25rem;
    }
}

@media (max-width: 500px) {
    .card-format[b-gmurhbl5ks] {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        margin: 0.75rem;
    }
}
/* _content/EFD/Components/Pages/Contact.razor.rz.scp.css */
.card[b-09l1sydih1] {
    background-color: transparent;
    padding: .75rem;
    max-width: 50rem;
    margin-top: 2rem;
    margin-bottom: 3rem;
    width: 25rem;
    border: solid 2px #00ffff;
    border-radius: .75rem;
    box-shadow: 0 0 .75rem #00ffff;
}

.card-format[b-09l1sydih1] {
    display: flex;
    justify-content: center;
    align-content: center;
}
/* _content/EFD/Components/Pages/Dealer.razor.rz.scp.css */
.card-format[b-qg31hm5lwe] {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.75rem;
}

@media (max-width: 1440px) {
    .card-format[b-qg31hm5lwe] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin: 1.25rem;
    }
}

@media (max-width: 1100px) {
    .card-format[b-qg31hm5lwe] {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        margin: 0.75rem;
    }
}

@media (max-width: 799px) {
    .card-format[b-qg31hm5lwe] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin: 1.25rem;
    }
}

@media (max-width: 729px) {
    .card-format[b-qg31hm5lwe] {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        margin: 0.75rem;
    }
}

.text-format-center[b-qg31hm5lwe] {
    display: flex;
    justify-content: center;
}
/* _content/EFD/Components/Pages/Elements/AttendeeCard.razor.rz.scp.css */
.card[b-3qbyyyyw12] {
    background-color: #4D3B919f;
    padding: .75rem;
    max-width: 50rem;
    border-radius: .7rem;
    border: 1px solid #4CA8A2;
    color: white;
}

.attendee[b-3qbyyyyw12] {
    font-size: 1.2rem;
    margin-bottom: .3rem;
    font-weight: 600;
    font-style: italic;
}

.species[b-3qbyyyyw12] {
    font-size: .7rem;
}

p[b-3qbyyyyw12] {
    margin-bottom: 0;
}
/* _content/EFD/Components/Pages/Elements/DealerCard.razor.rz.scp.css */
.card[b-svybkczn0c] {
    background-color: #4D3B919f;
    padding: .75rem;
    max-width: 50rem;
    min-height: 12.2rem;
    border-radius: .7rem;
    border: 1px solid #4CA8A2;
    color: white;
}

.member[b-svybkczn0c] {
    font-size: 1.5rem;
    margin-bottom: .3rem;
    font-weight: 700;
}

.position[b-svybkczn0c] {
    font-size: .85rem;
}

p[b-svybkczn0c] {
    margin-bottom: 0;
}

.img-format[b-svybkczn0c] {
    width: 7.5rem;
    position: absolute;
    right: 1.1rem;
    top: 3.5rem;
    border-radius: .7rem;
}

@media (max-width: 400px) {
    .img-format[b-svybkczn0c] {
        visibility: hidden;
    }
}
/* _content/EFD/Components/Pages/Elements/ImageGalerie.razor.rz.scp.css */
.pics[b-7aj94bl2zn] {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin: 1.75rem;
}

.pic[b-7aj94bl2zn] {
    margin: 0;
    border-radius: .5rem;
}
.pic-col-span-2[b-7aj94bl2zn] {
    grid-column: span 2;
}

@media (max-width: 1200px) {
    .pics[b-7aj94bl2zn] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin: 0.75rem;
    }
}
/* _content/EFD/Components/Pages/Elements/RegStatus.razor.rz.scp.css */
.danger[b-x4rr1zvoxn] {
    color: red;
    font-weight: 700;
    text-shadow: 0 0 15px #000000;
    font-style: italic;
}
/* _content/EFD/Components/Pages/Galerie/EFD1/EFD1.razor.rz.scp.css */
.card-format[b-hnl6yqvj31] {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.75rem;
}

@media (max-width: 800px) {
    .card-format[b-hnl6yqvj31] {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.75rem;
        margin: 0.75rem;
    }
}
/* _content/EFD/Components/Pages/Galerie/Galerie.razor.rz.scp.css */
.card-format[b-eg98d0fkbf] {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.75rem;
}

@media (max-width: 1250px) {
    .card-format[b-eg98d0fkbf] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin: 1.25rem;
    }
}

@media (max-width: 800px) {
    .card-format[b-eg98d0fkbf] {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        margin: 0.75rem;
    }
}
/* _content/EFD/Components/Pages/Home.razor.rz.scp.css */
.table-style[b-lnd3x1hchx] {
    display: table;
    text-indent: initial;
    box-sizing: border-box;
    unicode-bidi: isolate;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    color: white;
    width: 80%;
}

th[b-lnd3x1hchx] {
    text-align: center;
    border-bottom: 1px solid;
    padding-top: .5rem;
    padding-bottom: .5rem;
}


.minimum-height[b-lnd3x1hchx] {
    padding-bottom: 22.35rem;
}

.danger[b-lnd3x1hchx] {
    color: red;
    font-weight: 700;
    text-shadow: 0 0 15px #000000;
    font-style: italic;
}
/* _content/EFD/Components/Pages/Imprint.razor.rz.scp.css */
p[b-i9lqsh2qko] {
    text-align: justify;
}
/* _content/EFD/Components/Pages/Location.razor.rz.scp.css */
.img-format[b-fvze0l9rmn] {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.75rem;
}

p[b-fvze0l9rmn] {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

@media (max-width: 800px) {
    .img-format[b-fvze0l9rmn] {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        margin: 0.75rem;
    }
}
/* _content/EFD/Components/Pages/Parking.razor.rz.scp.css */
.img-format[b-fu13uwihtv] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.75rem;
}
/* _content/EFD/Components/Pages/PointOfInterest.razor.rz.scp.css */
p[b-enpdcznti6] {
    padding-bottom: 1.5rem;
    max-width: 80%;
}
div[b-enpdcznti6]
{
    display: flex;
    justify-content: center;
}
/* _content/EFD/Components/Pages/Policy.razor.rz.scp.css */
p[b-9w28zaytrr] {
    text-align: justify;
}
/* _content/EFD/Components/Pages/Team.razor.rz.scp.css */
.card-format[b-uvv04pcn5o] {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin: 1.75rem;
}

@media (max-width: 1250px) {
    .card-format[b-uvv04pcn5o] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        margin: 1.25rem;
    }
}

@media (max-width: 600px) {
    .card-format[b-uvv04pcn5o] {
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
        margin: 0.75rem;
    }
}
/* _content/EFD/Components/Pages/Terms.razor.rz.scp.css */
ul.main-terms[b-6t395twr9j] {
    text-align: justify;
    margin-top: 1.25rem;
    margin-bottom: 5rem;
    max-width: 70rem;
}

.main-terms > li[b-6t395twr9j] {
    margin-bottom: 1.2rem;
}

.paragraphs[b-6t395twr9j] {
    margin-top: 0.4rem;
}

.paragraph[b-6t395twr9j] {
    margin-bottom: 0.1rem;
}

    .paragraph > p[b-6t395twr9j] {
        margin-bottom: 0;
    }

ul.sub-points[b-6t395twr9j] {
    margin-top: 0.3rem;
    margin-bottom: 0.6rem;
    margin-left: 1.0rem;
    list-style-type: circle;
}

.sub-points > li[b-6t395twr9j] {
    margin-bottom: 0.2rem;
}
