@import 'SolarVHF.Client.yi2vmksq57.bundle.scp.css';

/* /Components/Layout/Drawer.razor.rz.scp.css */
[b-uwdj5rczv9] .navigation-drawer {
    --dxbl-drawer-panel-footer-justify-content: center;
    height: 100vh;
    max-height: 100%;
}

[b-uwdj5rczv9] .navigation-drawer > .dxbl-drawer-panel {
    background-image: linear-gradient(180deg, var(--bs-primary, var(--DS-primary-90)) 0%, var(--bs-black, #000) 150%);
}

[b-uwdj5rczv9] .navigation-drawer > .dxbl-drawer-content {
    height: 100vh;
    overflow: auto;
}

[b-uwdj5rczv9] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header {
    border-bottom: none;
    padding: 2rem 1rem;
    background: none;
}

[b-uwdj5rczv9] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-header > .navigation-drawer-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

[b-uwdj5rczv9] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-body {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 1rem;
}

[b-uwdj5rczv9] .navigation-drawer > .dxbl-drawer-panel > .dxbl-drawer-footer {
    --dxbl-drawer-panel-footer-justify-content: center;
    border-top: none;
    padding-bottom: 1.5rem;
    background: none;
}

[b-uwdj5rczv9] .navigation-drawer > .dxbl-drawer-panel {
    display: flex;
}

[b-uwdj5rczv9] .navigation-drawer.mobile > .dxbl-drawer-panel {
    display: none;
}

[b-uwdj5rczv9] .navigation-drawer.mobile > .dxbl-drawer-shading {
    display: none;
}

@media (max-width: 768px) {
    [b-uwdj5rczv9] .navigation-drawer > .dxbl-drawer-panel {
        display: none;
    }

    [b-uwdj5rczv9] .navigation-drawer.mobile > .dxbl-drawer-panel {
        display: flex;
    }

    [b-uwdj5rczv9] .navigation-drawer.mobile > .dxbl-drawer-shading {
        display: block;
    }
}

[b-uwdj5rczv9] .panel-open:not(.mobile) .menu-button {
    display: none;
}

@media (max-width: 768px) {
    [b-uwdj5rczv9] .panel-open:not(.mobile) .menu-button {
        display: inline-flex;
    }

    .mobile-drawer-closed .shading-copy[b-uwdj5rczv9] {
        display: none;
        visibility: hidden;
    }

    [b-uwdj5rczv9] .shading-copy {
        background-color: var(--dxbl-drawer-content-shading-bg);
        height: 100%;
        position: absolute;
        transition: opacity ease var(--dxbl-drawer-animation-duration);
        visibility: visible;
        width: 100%;
        z-index: 99;
        opacity: var(--dxbl-drawer-content-shading-opacity);
    }

    [b-uwdj5rczv9] .panel-open .shading-copy {
        opacity: 0;
        visibility: unset;
        height: unset;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xr6cexldrv] {
    height: 100%;
    font-family: var(--bs-font-sans-serif, var(--DS-font-family-sans-serif));
}

[b-xr6cexldrv] .content {
    overflow: auto;
    display: flex;
    flex-direction: column;
}

[b-xr6cexldrv] .icon-back {
    --icon-mask-image: var(--icon-back-mask-image);
}

[b-xr6cexldrv] .icon-close {
    --icon-mask-image: var(--icon-close-mask-image);
}

[b-xr6cexldrv] .icon-menu {
    --icon-mask-image: var(--icon-menu-mask-image);
}

[b-xr6cexldrv] .icon-log-in {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-xr6cexldrv] .icon-log-out {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-xr6cexldrv] .icon-user {
    --icon-mask-image: var(--icon-user-mask-image);
}

[b-xr6cexldrv] .docs-icon {
    --icon-mask-image: var(--icon-docs-mask-image);
}

[b-xr6cexldrv] .demos-icon {
    --icon-mask-image: var(--icon-demos-mask-image);
}

[b-xr6cexldrv] .footer-button:hover .demos-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-xr6cexldrv] .footer-button:hover .docs-icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-xr6cexldrv] .menu-button:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

[b-xr6cexldrv] .menu-button-nav:hover .icon {
    background-color: var(--dxbl-btn-hover-color);
}

.panel-open .menu-button[b-xr6cexldrv] {
    display: inline-flex;
}

.menu-button-nav[b-xr6cexldrv] {
    background-image: url("images/close.svg");
    width: 1.875rem;
    height: 1.875rem;
}

.nav-buttons-container[b-xr6cexldrv] {
    display: flex;
    gap: 10px;
    padding: 2rem 1rem;
}

    .nav-buttons-container[b-xr6cexldrv]  .menubutton-float-end {
        margin-left: auto;
    }

    .nav-buttons-container[b-xr6cexldrv]  .dxbl-btn-icon-only {
        --dxbl-btn-padding-x: 0.75rem;
        --dxbl-btn-padding-y: 0.25rem;
    }

.imgframe[b-xr6cexldrv] {
    float: left;
    width: 13rem;
    height: 100%;
    object-fit: cover;
    margin-right: 5px;
}
.logo[b-xr6cexldrv] {
    text-align: center;
    height: 1.875rem;
    padding: 0
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
#sidebar[b-uozccdpmxz] {
    min-width: 15rem;
    max-width: 15rem;
    height: 100%;
    max-height: 100%;
    display: block;
    background: inherit;
    transition: transform 0.1s ease-out;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
    overflow-x: hidden;
}

.logo[b-uozccdpmxz] {
    text-align: center;
    height: 1.875rem;
    padding: 0
}

[b-uozccdpmxz] .menu.display-mobile {
    margin-bottom: 2rem;
}

[b-uozccdpmxz] .menu.display-iam {
    margin-bottom: 2rem;
}

[b-uozccdpmxz] .menu {
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;

    background-color: inherit;
}

    [b-uozccdpmxz] .menu .dxbl-menu-item-list {
        gap: 0.5rem;
    }

[b-uozccdpmxz] .menu-item {
    color: var(--bs-white, #fff);
}

[b-uozccdpmxz] .icon {
    margin-left: 0.5rem;
}

[b-uozccdpmxz] .home-icon {
    --icon-mask-image: var(--icon-home-mask-image);
}

[b-uozccdpmxz] .weather-icon {
    --icon-mask-image: var(--icon-weather-mask-image);
}

[b-uozccdpmxz] .counter-icon {
    --icon-mask-image: var(--icon-counter-mask-image);
}

[b-uozccdpmxz] .settings-icon {
    --icon-mask-image: var(--icon-settings-mask-image);
}

[b-uozccdpmxz] .log-in-icon {
    --icon-mask-image: var(--icon-log-in-mask-image);
}

[b-uozccdpmxz] .log-out-icon {
    --icon-mask-image: var(--icon-log-out-mask-image);
}

[b-uozccdpmxz] .user-icon {
    --icon-mask-image: var(--icon-user-mask-image);
}

.imgframe[b-uozccdpmxz] {
    float: left;
    width: 13rem;
    height: 100%;
    object-fit: cover;
    margin-right: 5px;
}

@media (max-width: 768px) {
    #sidebar[b-uozccdpmxz] {
        min-width: inherit;
        max-width: inherit;
        display: block;
    }

    .logo[b-uozccdpmxz] {
        text-align: inherit;
    }
}
/* /Components/Pages/Description.razor.rz.scp.css */
[b-nj00zs6ziz] .gridlayout-item {
    text-align: start;
    height: 100%;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

[b-nj00zs6ziz] .gridlayout-item:before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
}

@media (max-width: 575.98px) {
    .gridlayout-item[b-nj00zs6ziz] {
        font-size: 0.9em;
    }
}

.adjust-grid[b-nj00zs6ziz] {
    grid-template-rows:unset 
}

div.img-with-caption-below[b-nj00zs6ziz] {
    text-align: justify;
    width: 100%
}

.img-with-caption-below img[b-nj00zs6ziz] {
    display: block;
    margin: 0 auto;
}

.imgframe[b-nj00zs6ziz] {
    width: 62%;
    margin-left: 14%;
    margin-right: 14%;
    object-fit: cover;
    margin-right: 5px;
}

.flyout-img[b-nj00zs6ziz] {
    width: auto;
    max-width: 82vw;
    max-height: 82vh;
}

@media (max-width: 768px) {
    .flyout-img[b-nj00zs6ziz] {
        width: 98vw;
    }
}

.btn-zoom-icon[b-nj00zs6ziz] {
    mask-image: url("images/icons/zoom.svg");
    -webkit-mask-image: url("../InterneAbstimmung/images/icons/zoom.svg");
}
/* /Components/Pages/Economics.razor.rz.scp.css */
[b-edm215jx6v] .gridlayout-item {
    /*font-size: 1.2em;
    font-weight: 500;*/
    text-align: start;
    height: 100%;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}
    [b-edm215jx6v] .gridlayout-item:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }
[b-edm215jx6v] .gridlayout-header:before {
    background-color: var(--bs-red);
}
[b-edm215jx6v] .gridlayout-content:before {
    background-color: var(--bs-yellow);
}
[b-edm215jx6v] .gridlayout-left-side-bar:before {
    background-color: var(--bs-green);
}
[b-edm215jx6v] .gridlayout-right-side-bar:before {
    background-color: var(--bs-info);
}
[b-edm215jx6v] .gridlayout-footer:before {
    background-color: var(--bs-blue);
    opacity: 0.5;
}

@media (max-width: 575.98px) {
    .gridlayout-item[b-edm215jx6v] {
        font-size: 0.9em;
    }
}

.adjust-grid[b-edm215jx6v] {
    grid-template-rows:unset /*minmax(0px, 1fr) minmax(0px, 1fr);*/
}

div.img-with-caption-below[b-edm215jx6v] {
    text-align: justify;
    width: 100%
}
.img-with-caption-below img[b-edm215jx6v] {
    display: block;
    margin: 0 auto;
}
.imgframe[b-edm215jx6v] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 5px;
}

.flyout-img[b-edm215jx6v]{
    width:auto;
}
@media (max-width: 768px) {
    .flyout-img[b-edm215jx6v] {
        width: 98vw;
    }
}

.btn-zoom-icon[b-edm215jx6v] {
    mask-image: url("images/icons/zoom.svg");
    -webkit-mask-image: url("../InterneAbstimmung/images/icons/zoom.svg");
}

table[b-edm215jx6v] {
    border-collapse: collapse;
    width: 100%;
}

th[b-edm215jx6v], td[b-edm215jx6v] {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #DDD;
}


tr:hover[b-edm215jx6v] {
    background-color: #EEEEEE;
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-kjp1kdvwtx] .welcome-gridlayout {
    margin: auto;
    width: auto;
    height: auto;
}

[b-kjp1kdvwtx] .welcome-gridlayout .dxbl-gridlayout-root {
    align-content: center;
    justify-content: center;
}

[b-kjp1kdvwtx] .title {
    text-align: center;
}

[b-kjp1kdvwtx] .welcome-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

[b-kjp1kdvwtx] .welcome-card {
    width: 26.25rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s;
    border-radius: 1rem;
    color: var(--bs-link-color, var(--DS-primary-90));
    gap: 1.5rem;
    text-decoration: none;
    position: relative;
}

    [b-kjp1kdvwtx] .welcome-card:hover {
        box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    }

    [b-kjp1kdvwtx] .welcome-card .welcome-card-img {
        width: 6.5rem;
        height: 6.5rem;
    }

    [b-kjp1kdvwtx] .welcome-card .welcome-card-text {
        font-size: 1.75rem;
        font-weight: 600;
        letter-spacing: 0em;
        text-align: center;
        text-decoration: unset;
        color: black;
    }

    [b-kjp1kdvwtx] .welcome-card .welcome-card-back {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bs-body-color, var(--DS-color-content-neutral-default-rest));
        opacity: 0.05;
        border-radius: 1rem;
        z-index: -2;
    }
/* /Components/Pages/Infothek.razor.rz.scp.css */
.menu-icon[b-f2koq69dsr] {
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: currentColor;
    opacity: 0.7;
}

.menu-icon-home[b-f2koq69dsr] {
    mask-image: url("images/home.svg");
    -webkit-mask-image: url("images/home.svg");
}
.blcksatz[b-f2koq69dsr] {
    text-align: justify;
    text-justify: inter-word;
}

.demo-drawer .dxbl-drawer-content[b-f2koq69dsr] {
    font-size: var(--dxbl-drawer-panel-font-size);
    line-height: var(--dxbl-drawer-panel-line-height);
    overflow: auto;
    padding: var(--dxbl-drawer-panel-padding-y) var(--dxbl-drawer-panel-padding-x);
}

.demo-drawer:has(.demo-drawer-menu)[b-f2koq69dsr] {
    --dxbl-drawer-panel-body-padding-x: 0;
    --dxbl-drawer-panel-body-padding-y: 0;
}

.dxbl-menu.demo-drawer-menu[b-f2koq69dsr] {
    --dxbl-menu-item-padding-x: 0.9375rem;
    --dxbl-menu-top-left-border-radius: 0;
    --dxbl-menu-top-right-border-radius: 0;
    --dxbl-menu-bottom-left-border-radius: 0;
    --dxbl-menu-bottom-right-border-radius: 0;
}

.dxbl-sm .dxbl-menu.demo-drawer-menu[b-f2koq69dsr] {
    --dxbl-menu-item-padding-x: 0.8125rem;
}

.dxbl-lg .dxbl-menu.demo-drawer-menu[b-f2koq69dsr] {
    --dxbl-menu-item-padding-x: 1.0625rem;
}
/* /Components/Pages/Lca.razor.rz.scp.css */
[b-uw14d9qchg] .gridlayout-item {
    text-align: start;
    height: 100%;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

[b-uw14d9qchg] .gridlayout-item:before {
    content: " ";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
}

@media (max-width: 575.98px) {
    .gridlayout-item[b-uw14d9qchg] {
        font-size: 0.9em;
    }
}

.adjust-grid[b-uw14d9qchg] {
    grid-template-rows:unset 
}

div.img-with-caption-below[b-uw14d9qchg] {
    text-align: justify;
    width: 100%
}

.img-with-caption-below img[b-uw14d9qchg] {
    display: block;
    margin: 0 auto;
}

.imgframe[b-uw14d9qchg] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 5px;
}


.flyout-img[b-uw14d9qchg] {
    width: auto;
    max-width: 82vw;
    max-height: 82vh;
}

@media (max-width: 768px) {
    .flyout-img[b-uw14d9qchg] {
        width: 98vw;
    }
}
@media (max-width: 998px) {
    [b-uw14d9qchg] .sm-display {
        display: block !important;
    }
}
.btn-zoom-icon[b-uw14d9qchg] {
    mask-image: url("images/icons/zoom.svg");
    -webkit-mask-image: url("../InterneAbstimmung/images/icons/zoom.svg");
}

.imgframesmall[b-uw14d9qchg]{
    width:100%;
}
/* /Components/Pages/Prerequisites.razor.rz.scp.css */
[b-reazdkxyip] .gridlayout-item {
    /*font-size: 1.2em;
    font-weight: 500;*/
    text-align: start;
    height: 100%;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}
    [b-reazdkxyip] .gridlayout-item:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }
[b-reazdkxyip] .gridlayout-header:before {
    background-color: var(--bs-red);
}
[b-reazdkxyip] .gridlayout-content:before {
    background-color: var(--bs-yellow);
}
[b-reazdkxyip] .gridlayout-left-side-bar:before {
    background-color: var(--bs-green);
}
[b-reazdkxyip] .gridlayout-right-side-bar:before {
    background-color: var(--bs-info);
}
[b-reazdkxyip] .gridlayout-footer:before {
    background-color: var(--bs-blue);
    opacity: 0.5;
}

@media (max-width: 575.98px) {
    .gridlayout-item[b-reazdkxyip] {
        font-size: 0.9em;
    }
}

.adjust-grid[b-reazdkxyip] {
    grid-template-rows:unset /*minmax(0px, 1fr) minmax(0px, 1fr);*/
}

div.img-with-caption-below[b-reazdkxyip] {
    text-align: justify;
    width: 100%
}
.img-with-caption-below img[b-reazdkxyip] {
    display: block;
    margin: 0 auto;
}
.imgframe[b-reazdkxyip] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 5px;
}

.flyout-img[b-reazdkxyip]{
    width:auto;
}
@media (max-width: 768px) {
    .flyout-img[b-reazdkxyip] {
        width: 98vw;
    }
}

.btn-zoom-icon[b-reazdkxyip] {
    mask-image: url("images/icons/zoom.svg");
    -webkit-mask-image: url("../InterneAbstimmung/images/icons/zoom.svg");
}
/* /Components/Pages/Research.razor.rz.scp.css */
[b-r1w1nhif5k] .gridlayout-item {
    /*font-size: 1.2em;
    font-weight: 500;*/
    text-align: start;
    height: 100%;
    padding: 0.5rem;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}
    [b-r1w1nhif5k] .gridlayout-item:before {
        content: " ";
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0.4;
    }
[b-r1w1nhif5k] .gridlayout-header:before {
    background-color: var(--bs-red);
}
[b-r1w1nhif5k] .gridlayout-content:before {
    background-color: var(--bs-yellow);
}
[b-r1w1nhif5k] .gridlayout-left-side-bar:before {
    background-color: var(--bs-green);
}
[b-r1w1nhif5k] .gridlayout-right-side-bar:before {
    background-color: var(--bs-info);
}
[b-r1w1nhif5k] .gridlayout-footer:before {
    background-color: var(--bs-blue);
    opacity: 0.5;
}

@media (max-width: 575.98px) {
    .gridlayout-item[b-r1w1nhif5k] {
        font-size: 0.9em;
    }
}

.adjust-grid[b-r1w1nhif5k] {
    grid-template-rows:unset /*minmax(0px, 1fr) minmax(0px, 1fr);*/
}

div.img-with-caption-below[b-r1w1nhif5k] {
    text-align: justify;
    width: 100%
}
.img-with-caption-below img[b-r1w1nhif5k] {
    display: block;
    margin: 0 auto;
}
.imgframe[b-r1w1nhif5k] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-right: 5px;
}

.flyout-img[b-r1w1nhif5k]{
    width:auto;
}
@media (max-width: 768px) {
    .flyout-img[b-r1w1nhif5k] {
        width: 98vw;
    }
}

.btn-zoom-icon[b-r1w1nhif5k] {
    mask-image: url("images/icons/zoom.svg");
    -webkit-mask-image: url("../InterneAbstimmung/images/icons/zoom.svg");
}
