@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';

/* _content/Stadtmarketing.EventUI/Components/Card.razor.rz.scp.css */
.card-weekday-name[b-leobrmfext] {
    background-color: #00A799;
    color: #FFFFFF;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
}

.card-weekday-day[b-leobrmfext] {
    background-color: #f3f5f6;
    color: #00A799;
    height: 85%;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.card-kurztext[b-leobrmfext] {
    margin-top: 10px;
    font-size: 14px;
}

.card-bezeichnung-link[b-leobrmfext] {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    cursor: default;
    margin-left: 5px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.card-bezeichnung-link:hover[b-leobrmfext] {
    border-bottom: 1px solid #00998c;
    cursor: pointer;
}

.card-bez-none[b-leobrmfext] {
    font-weight: 600;
    border-left: 5px solid #778899;
}

.card-bez-green-blinking[b-leobrmfext] {
    font-weight: 600;
    border-left: 7px solid #00ff00;
    animation: green-blinking-b-leobrmfext 4s infinite;
}

@keyframes green-blinking-b-leobrmfext {
    0%, 50%, 100% { border-color: transparent; }

    25%, 75% { border-color: #00ff00; }
}

.card-bez-green[b-leobrmfext] {
    font-weight: 600;
    border-left: 5px solid #00ff00;
}

.card-bez-orange[b-leobrmfext] {
    font-weight: 600;
    border-left: 5px solid #FFA500;
}

.card-bez-red[b-leobrmfext] {
    font-weight: 600;
    border-left: 5px solid #ff0000;
}

.card-adresse[b-leobrmfext] {
    margin-top: 5px;
    background-color: #f3f5f6;
}

.card-titelbild-img[b-leobrmfext] {
    width: calc(100%);
}

@media (max-width: 575.99px) {
    .height-xs-70[b-leobrmfext] { height: 70%; }

    .height-xs-30[b-leobrmfext] { height: 30%; }

    .card-xs-von-bis[b-leobrmfext] {
        padding-top: 12px;
        font-size: 12px;
    }

    .card-xs-bez[b-leobrmfext] {
        margin-top: 5px;
        font-size: 16px;
    }

    .card-xs-adresse[b-leobrmfext] {
        padding-top: 5px;
        font-size: 12px;
    }

    .card-xs-kurztext[b-leobrmfext] { display: none; }

    .card-xs-titelbild[b-leobrmfext] { padding-top: 12px; }

    .card-xs-weekday[b-leobrmfext] {
        padding-top: 12px;
        width: 12%;
    }
}

@media (min-width: 576px) {
    .card-sm-von-bis[b-leobrmfext] {
        padding-top: 14px;
        font-size: 14px;
    }

    .card-sm-adresse[b-leobrmfext] { font-size: 14px; }

    .card-sm-bez[b-leobrmfext] { font-size: 24px; }

    .card-sm-titelbild[b-leobrmfext] { padding-top: 14px; }

    .card-sm-weekday[b-leobrmfext] {
        padding-top: 14px;
        width: 7%;
    }
}
/* _content/Stadtmarketing.EventUI/Components/DateRangeBar.razor.rz.scp.css */
.daterange-bar[b-zou2qzyirb] {
    background: #fff;
    cursor: pointer;
    padding: .45rem 10px;
}

.border_below[b-zou2qzyirb] {
    border: none;
    border-bottom: 1px solid #ccc;
}

button.no-focus:focus[b-zou2qzyirb],
button.no-focus:active[b-zou2qzyirb] {
    outline: none !important;
    box-shadow: none !important;
}

button.tiny-btn[b-zou2qzyirb] {
    padding: 0.30rem 0.50rem;
    font-size: 0.65rem;
    line-height: 1;
}

.light-border[b-zou2qzyirb] {
    border: 1px solid #ccc !important;
}

.icon-btn[b-zou2qzyirb] {
    border: none !important;
    background: transparent !important;
    color: #888888; /* grau */
    transition: color 0.2s ease-in-out;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-btn svg[b-zou2qzyirb] {
    vertical-align: middle;
    display: block;

}

.icon-btn:hover[b-zou2qzyirb],
.icon-btn:focus[b-zou2qzyirb] {
    color: #000000; /* schwarz */
    outline: none;
    box-shadow: none;
}

.icon-btn.right svg[b-zou2qzyirb] {
    transform: translateY(-1.9px);
}
/* _content/Stadtmarketing.EventUI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0rg1fxvcjb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0rg1fxvcjb] {
    flex: 1;
}

.sidebar[b-0rg1fxvcjb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0rg1fxvcjb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0rg1fxvcjb]  a, .top-row[b-0rg1fxvcjb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0rg1fxvcjb]  a:hover, .top-row[b-0rg1fxvcjb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0rg1fxvcjb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0rg1fxvcjb] {
        justify-content: space-between;
    }

    .top-row[b-0rg1fxvcjb]  a, .top-row[b-0rg1fxvcjb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0rg1fxvcjb] {
        flex-direction: row;
    }

    .sidebar[b-0rg1fxvcjb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0rg1fxvcjb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0rg1fxvcjb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0rg1fxvcjb], article[b-0rg1fxvcjb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0rg1fxvcjb] {
    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-0rg1fxvcjb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Stadtmarketing.EventUI/Components/ListFooter.razor.rz.scp.css */
.listfooter-nav[b-5dj63udt6x] {
    border-top: 1px solid #d5d5d5;
}

.listfooter-nav-prev:hover[b-5dj63udt6x] {
    cursor: pointer;
}

.listfooter-nav-next:hover[b-5dj63udt6x] {
    cursor: pointer;
}
/* _content/Stadtmarketing.EventUI/Components/Pages/Detail.razor.rz.scp.css */

a[b-wfbh7zt192] {
    color: #00998c;
    text-decoration: none;
}

.detail-h1-langtext[b-wfbh7zt192] {
    font-size: 42px;
    font-weight: bold;
    overflow-wrap: break-word;
}

.detail-h2-veranstaltung[b-wfbh7zt192] {
    font-size: 14px;
    font-weight: bold;
}

.detail-langtext[b-wfbh7zt192] {
    padding: 4%;
    background-color: rgba(64, 76, 13, 0.09);
    border: 1px solid #eee;
}

.detail-google-show[b-wfbh7zt192] {
    display: block;
}

.detail-google-hide[b-wfbh7zt192] {
    display: none;
}

.detail-google-iframe[b-wfbh7zt192] {
    border: 0;
}
/* _content/Stadtmarketing.EventUI/Components/Pages/List.razor.rz.scp.css */
.list-h1[b-b62ltpe220] {
    color: #008075;
}

@media (min-width: 576px) {
    .list-sm-h1[b-b62ltpe220] {
        font-size: 42px;
    }
}

input[type="checkbox"].form-check-input[b-b62ltpe220] {
    margin-top: 0.1rem;
}

.custom-spinner[b-b62ltpe220] {
    color: #00A799;
}
/* _content/Stadtmarketing.EventUI/Components/SearchBar.razor.rz.scp.css */
.searchbar-row[b-bdhkgw82le] {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.searchbar-input[b-bdhkgw82le] {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
}

.searchbar-submit-btn[b-bdhkgw82le] {
    background-color: #00A799;
    color: white;
    border: none;
    border-radius: 20px;
    height: auto;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.searchbar-submit-icon[b-bdhkgw82le] {
    width: 21px;
    height: 21px;
}

@media (max-width: 575.99px) {
    .searchbar-xs-icon[b-bdhkgw82le] {
        display: none;
    }

    .searchbar-xs-submit-btn[b-bdhkgw82le] {
        display: none;
    }
}

@media (min-width: 576px) {
    .searchbar-sm-submit-icon[b-bdhkgw82le] {
        display: none;
    }
}
