﻿/* Popup "Passwort vergessen" */
.container-popup {
    display: none;
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 1;
}

.popup {
    border-radius: 25px;
    display: none;
    width: 30%;
    height: 50%;
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

    .popup div {
        margin: 10%;
    }
    /* Popup "Passwort vergessen" ENDE */

/*/* Checkboxes 
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked { /* :checked here acting as a filter for older browsers 
    position: absolute;
    opacity: 0;
}

.MyLabel {
    position: relative;
    display: inline-block;
    margin: 0;
    font: 75% sans-serif;
    text-shadow: 0 1px 1px white;
}

.switchdiv {
    width: 1.8em;
    height: 1em;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 999px;
    margin: 7px auto;
    background: #888;
    background-image: linear-gradient(rgba(0,0,0,.4), transparent);
    background-origin: border-box;
    background-clip: border-box;
    box-shadow: 0 1px 1px hsla(0,0%,100%,.8);
    overflow: hidden;
    transition-duration: .4s;
    transition-property: padding, width;
}

input[type="checkbox"].switch:checked + input[type="hidden"] + div {
    padding-left: .8em;
    background: #b6ff00;
    width: 1.8em;
}

.switchdivchecked {
    padding-left: .8em;
    background: #b6ff00;
    width: 1.8em;
}

.switchdivdisabled {
    opacity: 0.2; /* Real browsers 
    filter: alpha(opacity = 60); /* MSIE 
}

.switchdiv:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    margin: -1px;
    border: 1px solid rgba(0,0,0,.7);
    border-radius: inherit;
    background: #c4c4c4;
    background-image: linear-gradient(hsla(0,0%,100%,.3), hsla(0,0%,100%,0));
    box-shadow: 0 0 .5em rgba(0,0,0,.5), 0 .2em hsla(0,0%,100%,.3) inset, 0 -.1em .3em hsla(0,0%,0%,.2) inset;
}

.switchdiv:before {
    background-color: #aaa;
}
/* Checkboxes ENDE */

.background-webApp-blue {
    background-color: #0057a3 !important;
}
/* Imageoverlays Startseite */
.image-container {
    position: relative;
}

    .image-container .after {
        background: rgba(221,221,221,0.65);
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px;
        width: 100%;
        height: 30%;
        display: block;
        color: black;
    }

/* Imageoverlays Startseite ENDE */
