/***************************************************************
 * Bild - Jumbotron
 **************************************************************/
.jumbotron {
    background: url("/zvk-portal/images/bayern/banner-4b948b4dddcbc0edd9bc2b8c1d904727.jpg");
    background-repeat: no-repeat !important;
    background-position: center 54%;
    background-size: 100%;
    padding: 80px 0;
    margin: 0;
}

.jumbotron span {
    color: black;
}

/***************************************************************
 * Login - Page
 **************************************************************/
.login-wrapper {
    background-image: url("/zvk-portal/images/bayern/banner-4b948b4dddcbc0edd9bc2b8c1d904727.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 110px;
}

.login-wrapper section {
    color: black;
}

/***************************************************************
 * Werbung BVK-Beamtenversorgung
 **************************************************************/
.modal-dialog-werbung {
    right: 5%;
    height: auto;
    top: 80%;
    z-index: 9999;
    position: fixed;
}

.werbung-card {
    width: 70%;
    opacity: 0.8;
    float: right;
    text-align: center;
    background: white;
    display: inline-block;
    margin: 10px 7.3px 10px 7.3px;
    padding-top: 5px;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: background 0.5s ease, border 0.5s ease, box-shadow 0.5s ease;
}

/***************************************************************
 * Extra Large
 **************************************************************/
@media ( min-width: 1601px) {

    /***************************************************************
     * Bild - Jumbotron
     **************************************************************/
    .jumbotron {
        background: url("/zvk-portal/images/bayern/banner-4b948b4dddcbc0edd9bc2b8c1d904727.jpg");
        background-repeat: no-repeat !important;
        background-position: center 54%;
        background-size: 100%;
        padding: 80px 0;
        margin: 0;
    }

    /***************************************************************
     * Login - Page
     **************************************************************/
    .login-wrapper {
        background-image: url("/zvk-portal/images/bayern/banner-4b948b4dddcbc0edd9bc2b8c1d904727.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 110px;
    }
}

@media (max-width: 1501px) {
    .modal-dialog-werbung {
        height: auto;
        z-index: 9999;
        position: relative;
    }

    .werbung-card {
        width: 70%;
        opacity: 0.8;
        text-align: center;
        background: white;
        display: inline-block;
        margin: 10px 7.3px 0px 7.3px;
        padding-top: 5px;
        border: 1px solid transparent;
        border-radius: 2px;
        transition: background 0.5s ease, border 0.5s ease, box-shadow 0.5s ease;
    }
}

.immer-gewusst-wie {
    padding: 17px 11px;
    border-bottom: #ddd;
    border-bottom-style: solid;
    border-width: thin;
    display: flow-root;
}

.immer-gewusst-wie-text {
    padding-left: 40px;
}
