/* /Components/Layout/MainLayout.razor.rz.scp.css */
a[b-lg6hf64uhw] {
    text-decoration: none;
    color: #fff;
}

h1[b-lg6hf64uhw] {
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
}

button.tool_button[b-lg6hf64uhw] {
    position: relative;
    background-color: #DDDE3A;
    color: black;
    padding: 10px 20px;
    cursor: pointer;
    border: 3px solid #DDDE3A;
    margin-left: 3px;
}

    button.tool_button:hover[b-lg6hf64uhw] {
        background-color: #F6F6F6;
        color: black;
        cursor: pointer;
        border: 3px solid #DDDE3A;
    }

select.tool_dropdown[b-lg6hf64uhw] {
    background-color: #DDDE3A;
    color: black;
    padding: 10px 20px;
    border: 3px solid #DDDE3A;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 3px;
}

    select.tool_dropdown:hover[b-lg6hf64uhw],
    select.tool_dropdown:focus[b-lg6hf64uhw] {
        background-color: #F6F6F6;
        color: black;
        border: 3px solid #DDDE3A;
        outline: none;
    }

.help_symbol[b-lg6hf64uhw] {
    position: absolute;
    left: 6.5px;
    top: 6.5px;
    vertical-align: middle;
}

.highlight[b-lg6hf64uhw] {
    padding-bottom: 1px;
    border-bottom: 3px solid #DDDE3A;
}

.side_menu[b-lg6hf64uhw] {
    width: 20%;
    background-color: #F6F6F6;
    padding-left: 3%;
}

span[b-lg6hf64uhw] {
    color: #000;
}

.tool[b-lg6hf64uhw] {
    height: 100%
}

.color_banner[b-lg6hf64uhw] {
    height: 15%;
    justify-items: center;
}

.content[b-lg6hf64uhw] {
    display: flex;
    flex-direction: row;
    height: 85%;
    width: 100%;
}

.menu_content[b-lg6hf64uhw] {
    padding-left: 20px;
    color: #000;
}

.main_content[b-lg6hf64uhw] {
    width: 100%;
    background-color: aliceblue;
    padding: 20px;
    overflow-y: auto;
}

.menu_content_span[b-lg6hf64uhw] {
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
}

    .menu_content_span[b-lg6hf64uhw]::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 100%;
        background-color: #DDDE3A;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.3s ease;
    }

    .menu_content_span:hover[b-lg6hf64uhw]::after,
    .menu_content_span--active[b-lg6hf64uhw]::after {
        transform: scaleX(1);
    }

.box[b-lg6hf64uhw] {
    display: flex;
    flex-direction: row-reverse;
    width: 75%;
    padding: 20px;
}

button.schiebe[b-lg6hf64uhw] {
    background-color: #F6F6F6;
    color: darkgray;
    border: none;
    cursor: pointer;
}

.schiebe:hover[b-lg6hf64uhw] {
    color: #F6F6F6;
}

.schiebe_icon[b-lg6hf64uhw] {
    transform: scale(0.8,1);
    ;
}
body[b-lg6hf64uhw] {
    font-family: sans-serif;
    margin: 0;
}

    body.hidden[b-lg6hf64uhw] {
        visibility: hidden;
    }

.header[b-lg6hf64uhw] {
    height: 15vh;
    align-content: center;
    display: flex;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.web_content[b-lg6hf64uhw] {
    height: 78vh;
}

.footer[b-lg6hf64uhw] {
    height: 7vh;
    align-content: center;
}

.banner[b-lg6hf64uhw] {
    display: flex;
    flex-direction: row;
    justify-self: center;
    justify-content: space-between;
    width: 90%;
    height: 6vh;
    padding-top: 2vh;
}

button.login_button[b-lg6hf64uhw] {
    background-color: #DDDE3A;
    background-image: url('ownimages/logo_kmlz_0.png');
    color: black;
    padding: 10px 20px;
    cursor: pointer;
    border: 3px solid #DDDE3A;
}

    button.login_button:hover[b-lg6hf64uhw] {
        background-color: #fff;
        color: #000;
        padding: 10px 20px;
        border: 3px solid #DDDE3A;
        cursor: pointer;
    }

button.konto[b-lg6hf64uhw] {
    background-color: #F6F6F6;
    color: black;
    padding: 10px 20px;
    cursor: pointer;
    border: 3px solid #F6F6F6;
}

    button.konto:hover[b-lg6hf64uhw] {
        background-color: #fff;
        color: #000;
        padding: 10px 20px;
        border: 3px solid #F6F6F6;
        cursor: pointer;
    }

.home_symbol[b-lg6hf64uhw] {
    vertical-align: middle;
}

    .home_symbol:hover[b-lg6hf64uhw] {
        vertical-align: middle;
        filter: invert(100%) sepia(0%) saturate(2946%) hue-rotate(185deg) brightness(105%) contrast(93%);
    }

button.home[b-lg6hf64uhw] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F6F6F6;
    background-color: #F6F6F6;
    border: 3px solid #F6F6F6;
    padding: 10px;
    cursor: pointer;
    min-width: 40px;
    min-height: 40px;
}

    button.home:hover[b-lg6hf64uhw] {
        background-color: #fff;
        border-color: #F6F6F6;
    }

.navigator[b-lg6hf64uhw] {
    width: 90%;
    justify-self: center;
}

.related_info[b-lg6hf64uhw] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 2vh;
    width: 90%;
    align-items: flex-end;
    justify-self: center;
}

text.footer[b-lg6hf64uhw] {
    color: gray;
    font-size: 1em;
    font-weight: lighter;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.clickable-image[b-k9823foxwf] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clickable-image:hover[b-k9823foxwf] {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.lightbox-overlay[b-k9823foxwf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    animation: fadeIn-b-k9823foxwf 0.2s ease;
}

.lightbox-content[b-k9823foxwf] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    cursor: default;
}

.lightbox-image[b-k9823foxwf] {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: scaleIn-b-k9823foxwf 0.2s ease;
}

.lightbox-close[b-k9823foxwf] {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: transform 0.2s ease;
}

.lightbox-close:hover[b-k9823foxwf] {
    transform: scale(1.2);
}

@keyframes fadeIn-b-k9823foxwf {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-k9823foxwf {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* /Components/Pages/Info.razor.rz.scp.css */
.clickable-image[b-47okx28mf4] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clickable-image:hover[b-47okx28mf4] {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.lightbox-overlay[b-47okx28mf4] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    animation: fadeIn-b-47okx28mf4 0.2s ease;
}

.lightbox-content[b-47okx28mf4] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    cursor: default;
}

.lightbox-image[b-47okx28mf4] {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
    animation: scaleIn-b-47okx28mf4 0.2s ease;
}

.lightbox-close[b-47okx28mf4] {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 2.5rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: transform 0.2s ease;
}

.lightbox-close:hover[b-47okx28mf4] {
    transform: scale(1.2);
}

@keyframes fadeIn-b-47okx28mf4 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes scaleIn-b-47okx28mf4 {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
/* /Components/Shared/PlatformSelector.razor.rz.scp.css */
.platform-selector[b-kgjdjxdp38] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
}

.platform-selector label[b-kgjdjxdp38] {
    margin: 0;
    font-weight: 600;
    color: #495057;
}

.platform-selector .form-select[b-kgjdjxdp38] {
    min-width: 200px;
    max-width: 300px;
}
