.close_bt {
    width: 40%;
    padding-right: 40px;
    margin-top: 0px;
    text-align: right;
    /*background: #FF0000;*/
    font-size: 1.325vw;
}

.close_bt_lightbox {
    padding-right: 40px;
    margin-top: 0px;
    text-align: right;
    /*background: #FF0000;*/
    font-size: 1.325vw;
}


/*OVERLAY SETTINGS*/

#myoverlay {
    background: #002B5E;
    width: 100vw;
    height: 100vh;
    opacity: 0.95;
    position: absolute;
    display: none;
    cursor: url('https://digovation.global-hydro.eu/wp-content/uploads/2021/02/close_cross_icon_white_small.svg') 22 22, auto;
}


/*OVERLAY WHEN SIDEPANEL IS OPEN*/

#myoverlay.showoverlay {
    display: block;
    z-index: 99999999998;
    position: fixed;
}


/*DISABLE SCROLLING BODY PAGE*/

body.disable-scroll {
    overflow: hidden;
}

main {
    margin-left: 0;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.sidepanel_right {
    width: 40% !important;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    right: -40%;
    overflow-x: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    will-change: right;
    z-index: 10;
    padding-left: 0px;
    padding-right: 0px;
    background: #FFFFFF;
    background: #0A1C3B;
    border-left: 0px solid #EDEDED;
    z-index: 99999999999;
}

.lightbox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: #002B5E;
    width: 100vw;
    height: 100vh;
    opacity: 1.0;
    overflow: auto;
    z-index: 99999999999;
}

.lightbox_content {
    height: 100vh;
    padding: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}


/*MEDIA QUERY 1024 - ALLE SCREENS MIT RESOLUTION VON WIDTH 1024px - 999px --> iPad Landscape*/

@media only screen and (max-width: 1024px) {
    .sidepanel_right {
        padding-left: 0px;
        padding-right: 0px;
         background: #0A1C3B;
        z-index: 99999999999;
    }
    .close_bt {
        width: 40%;
        padding-right: 30px;
        margin-top: -5px;
        text-align: right;
        /*background: #FF0000;*/
        font-size: 1.525vw;
    }
    .close_bt_lightbox {
        padding-right: 30px;
        margin-top: -5px;
        text-align: right;
        /*background: #FF0000;*/
        font-size: 1.525vw;
    }
    .lightbox_content {
        padding: 40px;
    }
}


/*MEDIA QUERY 999 - ALLE SCREENS MIT RESOLUTION VON WIDTH 999px - 767px --> Grosse Tablets - iPad Portrait*/

@media only screen and (max-width: 999px) {
    .sidepanel_right {
        width: 80% !important;
        position: fixed;
        z-index: 1;
        height: 100%;
        top: 0;
        right: -80%;
        overflow-x: hidden;
        -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
        will-change: right;
        z-index: 10;
        padding-left: 0px;
        padding-right: 0px;
        background: #FFFFFF;
         background: #0A1C3B;
        z-index: 99999999999;
    }
    .close_bt {
        width: 80%;
        padding-right: 30px;
        margin-top: 5px;
        text-align: right;
        /*background: #FF0000;*/
        font-size: 2.5vw;
    }
    .close_bt_lightbox {
        padding-right: 30px;
        margin-top: 5px;
        text-align: right;
        /*background: #FF0000;*/
        font-size: 2.5vw;
    }
     .lightbox_content {
        padding: 0px;
    }
}


/*MEDIA QUERY 767 - ALLE SCREENS MIT RESOLUTION VON WIDTH 767px - 479px --> iPhone Landscape*/

@media only screen and (max-width: 767px) {
    .sidepanel_right {
        width: 80% !important;
        position: fixed;
        z-index: 1;
        height: 100%;
        top: 0;
        right: -80%;
        overflow-x: hidden;
        -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
        will-change: right;
        z-index: 10;
        padding-left: 0px;
        padding-right: 0px;
        background: #FFFFFF;
         background: #0A1C3B;
        z-index: 99999999999;
    }
    .close_bt {
        width: 80%;
        padding-right: 20px;
        margin-top: 5px;
        text-align: right;
        /*background: #FF0000;*/
        font-size: 3.5vw;
    }
    .close_bt_lightbox {
        padding-right: 40px;
        margin-top: 5px;
        text-align: right;
        /*background: #FF0000;*/
        font-size: 3.5vw;
    }
     .lightbox_content {
        padding: 0px;
    }
}


/*MEDIA QUERY 479 - ALLE SCREENS MIT RESOLUTION VON WIDTH 479px - 0px --> Grosse Smartphone - iPhone etc...*/

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 479px) {}