/* Jacke BEGIN */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

#loader-wrapper {
    position: fixed;
    visibility: visible;
    background: #fff;
    top: 72px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transition: all 0.3s .75s ease-out;
    transition: all 0.3s .75s ease-out;
}

.loaded .loader-custom-control #loader-wrapper {
    visibility: visible !important;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7; }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; } }
@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1; }

    45% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0.7; }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.ball-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ball-pulse > div:nth-child(0) {
    -webkit-animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, .2);
    animation: scale 0.75s 0s infinite cubic-bezier(.2, .68, .18, .2);
}
.ball-pulse > div:nth-child(1) {
    -webkit-animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, .2);
    animation: scale 0.75s 0.12s infinite cubic-bezier(.2, .68, .18, .2);
}
.ball-pulse > div:nth-child(2) {
    -webkit-animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, .2);
    animation: scale 0.75s 0.24s infinite cubic-bezier(.2, .68, .18, .2);
}
.ball-pulse > div:nth-child(3) {
    -webkit-animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, .2);
    animation: scale 0.75s 0.36s infinite cubic-bezier(.2, .68, .18, .2);
}
.ball-pulse > div {
    background-color: #04C3A0;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%!important;
    -moz-border-radius: 100%!important;
    border-radius: 100%!important;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

/* Jacke END */

