.cloud-06 {
    top: 10%;
    position: absolute;
    animation: run06 linear 50s infinite 45s;
    -webkit-animation: run06 linear 50s infinite 45s;
    -moz-animation: run06 linear 50s infinite 45s;
    -o-animation: run06 linear 50s infinite 45s;
    -ms-animation: run06 linear 50s infinite 45s;
    visibility: hidden;
    z-index: 1;
}

@keyframes run06 {
    0% {
        visibility: visible;
        left: 100%;
    }
    100% {
        left: -70%;
    }
}

@-moz-keyframes run06 {
    0% {
        visibility: visible;
        left: 100%;
    }
    100% {
        left: -70%;
    }
}

@-webkit-keyframes run06 {
    0% {
        visibility: visible;
        left: 100%;
    }
    100% {
        left: -70%;
    }
}

@-o-keyframes run06 {
    0% {
        visibility: visible;
        left: 100%;
    }
    100% {
        left: -70%;
    }
}

@-ms-keyframes run06 {
    0% {
        visibility: visible;
        left: 100%;
    }
    100% {
        left: -70%;
    }
}

.cloud-06-onetimme {
    top: 15%;
    position: absolute;
    animation-name: one06;
    animation-duration: 60s;
    animation-fill-mode: forwards;
    z-index: 1;
}

@keyframes one06 {
    from {
        left: 10%;
    }
    to {
        left: -70%;
        opacity: 0;
    }
}
