/* /Pages/Components/Image.razor.rz.scp.css */
img[b-b1qwxenf9i] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    filter: contrast(.8);
    transition: .3s;
}

    img:hover[b-b1qwxenf9i] {
        filter: none;
    }

image[b-b1qwxenf9i] {
    flex-grow: 1;
}
/* /Pages/Components/Recession.razor.rz.scp.css */
.recession[b-4vx1u0x3xg] {
    display: flex;
    flex-flow: column nowrap;
    gap: .7em;
    padding: 2em;
    margin: 1.5em 0;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border-radius: .25em;
}

.stars[b-4vx1u0x3xg] {
    display: flex;
    flex-flow: row nowrap;
    gap: .1em;
    color: #f9b403;
    user-select: none;
}

.header[b-4vx1u0x3xg] {
    display: flex;
    flex-flow: row wrap;
    gap: .5em;
    font-size: 1.3em;
}

.title[b-4vx1u0x3xg] {
    font-weight: bold;
}

.author[b-4vx1u0x3xg] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;
    color: #777;
    user-select: none;
}

.text[b-4vx1u0x3xg] {
    overflow: hidden;
    word-break: break-word;
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
}

@media only screen and (min-width: 992px) {
    .recession[b-4vx1u0x3xg] {
        margin: 3em;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    }
}
/* /Pages/Images.razor.rz.scp.css */
.page[b-m6n3imerdk] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.image-row[b-m6n3imerdk] {
    display: contents;
    flex-flow: row nowrap;
    gap: 1em;
    max-height: 500px;
}

.images[b-m6n3imerdk] {
    display: flex;
    flex-flow: column nowrap;
    gap: 1em;
    max-width: 960px;
    padding: 3em 2em;
}

@media only screen and (min-width: 576px) {
    .images[b-m6n3imerdk] {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .images[b-m6n3imerdk] {
        max-width: 720px;
    }

    .image-row[b-m6n3imerdk] {
        display: flex;
    }
}

@media only screen and (min-width: 992px) {
    .images[b-m6n3imerdk] {
        max-width: 960px;
    }
}
/* /Pages/Impressum.razor.rz.scp.css */
.page[b-j7774012ao] {
    padding: 1em;
}
/* /Pages/Index.razor.rz.scp.css */
.page[b-fl633pjaqf] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    color: #212529;
}

h1[b-fl633pjaqf] {
    text-align: center;
    font-size: 1.8em;
    font-weight: 700 !important;
    font-family: 'Lobster';
}

h2[b-fl633pjaqf] {
    font-size: 1.1em;
}

article[b-fl633pjaqf] {
    padding: 1em;
    margin-top: 5%;
    font-size: 1.1em;
}

@media only screen and (min-width: 576px) {
    article[b-fl633pjaqf] {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    article[b-fl633pjaqf] {
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    article[b-fl633pjaqf] {
        max-width: 960px;
    }
}
/* /Pages/Recessions.razor.rz.scp.css */
.page[b-c2vlvzav0g] {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.recessions[b-c2vlvzav0g] {
    padding: 1.5rem;
}

p[b-c2vlvzav0g] {
    margin: 0;
}

@media only screen and (min-width: 576px) {
    .recessions[b-c2vlvzav0g] {
        max-width: 540px;
    }
}

@media only screen and (min-width: 768px) {
    .recessions[b-c2vlvzav0g] {
        max-width: 720px;
    }
}

@media only screen and (min-width: 992px) {
    .recessions[b-c2vlvzav0g] {
        max-width: 960px;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
main[b-eg8cd499tm] {
    flex: 1;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    overflow: auto;
}

.page-content[b-eg8cd499tm] {
    flex-grow: 1;
}

footer[b-eg8cd499tm] {
    display: flex;
    flex-direction: row;
    padding: 1em 1.5em;
    justify-content: space-between;
    color: #888;
    box-shadow: 0 -1px 10px 0 rgb(0 0 0 / 7%), 0 -1px 1px 0 rgb(0 0 0 / 5%);
    user-select: none;
}
/* /Shared/NavMenu.razor.rz.scp.css */
*[b-yv2b354hbs] {
    --sidebar-color: lightblue;
    --sidebar-item-color: red;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.title[b-yv2b354hbs] {
    font-family: 'Lobster';
}

nav[b-yv2b354hbs] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    padding: .5rem 1rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05);
}

    nav > *[b-yv2b354hbs] {
        padding: .25em;
        margin: 0;
    }

    nav > button[b-yv2b354hbs] {
        appearance: none;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 1em;
        padding: 0;
    }

    nav > ul[b-yv2b354hbs] {
        display: none;
        list-style-type: none;
        flex-flow: row nowrap;
        gap: .75em;
        padding: 0;
    }

    nav > .title-hidden[b-yv2b354hbs] {
        display: none;
        visibility: hidden;
    }

    nav > ul > li > a[b-yv2b354hbs] {
        transition: 0.3s;
        color: #888;
        font-size: .75em;
    }

        nav > ul > li > a:hover[b-yv2b354hbs],
        nav > ul > li > a.selected[b-yv2b354hbs] {
            color: #000;
            font-size: .85em;
        }

    nav a[b-yv2b354hbs] {
        text-decoration: none;
        cursor: pointer;
        user-select: none;
        color: #555;
    }

.nav-overlay[b-yv2b354hbs] {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.95);
    overflow-y: hidden;
    transition: 0.5s;
}

    .nav-overlay > .overlay-content[b-yv2b354hbs] {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
    }

    .nav-overlay .overlay-links[b-yv2b354hbs] {
        display: flex;
        flex-flow: column nowrap;
        align-items: start;
        gap: .5em;
    }

    .nav-overlay a[b-yv2b354hbs] {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
        user-select: none;
        -webkit-user-select: none;
        line-height: 1em;
        cursor: pointer;
    }

        .nav-overlay a:hover[b-yv2b354hbs], .overlay a:focus[b-yv2b354hbs] {
            color: #f1f1f1;
        }

    .nav-overlay > .close-btn[b-yv2b354hbs] {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }

@media screen and (max-height: 450px) {
    .nav-overlay[b-yv2b354hbs] {
        overflow-y: auto;
    }

        .nav-overlay a[b-yv2b354hbs] {
            font-size: 20px
        }

        .nav-overlay .close-btn[b-yv2b354hbs] {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}

@media screen and (min-width: 1024px) {
    nav > ul[b-yv2b354hbs] {
        display: flex;
    }

    nav > button[b-yv2b354hbs] {
        display: none;
    }

    nav > .title-hidden[b-yv2b354hbs] {
        display: block;
    }
}
/* /Shared/NotFound.razor.rz.scp.css */
main[b-qdzk9szyef] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #131417;
    color: #fff;
    font: 110%/1.5 system-ui, sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    main > div[b-qdzk9szyef] {
        max-width: 350px;
    }

a[b-qdzk9szyef] {
    color: #56BBF9;
}

h1[b-qdzk9szyef] {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: .25em;
}

    h1 > img[b-qdzk9szyef] {
        height: 1.5em;
        user-select: none;
    }
