.cloud-07 {
    top: 25%;
    position: absolute;
    animation: run07 linear 50s;
    -webkit-animation: run07 linear 50s infinite;
    -moz-animation: run07 linear 50s;
    -o-animation: run07 linear 50s;
    -ms-animation: run07 linear 50s;
    visibility: hidden;
    z-index: 1;
}

@keyframes run07 {
    0% {
        visibility: visible;
        margin-left: 100%;
    }
    100% {
        margin-left: -45%;
    }
}

@-moz-keyframes run07 {
    0% {
        visibility: visible;
        margin-left: 100%;
    }
    100% {
        margin-left: -45%;
    }
}

@-webkit-keyframes run07 {
    0% {
        visibility: visible;
        margin-left: 100%;
    }
    100% {
        margin-left: -45%;
    }
}

@-o-keyframes run07 {
    0% {
        visibility: visible;
        margin-left: 100%;
    }
    100% {
        margin-left: -45%;
    }
}

@-ms-keyframes run07 {
    0% {
        visibility: visible;
        margin-left: 100%;
    }
    100% {
        margin-left: -45%;
    }
}

.cloud-07-onetimme {
    top: 15%;
    position: absolute;
    animation-name: one07;
    animation-duration: 30s;
    animation-fill-mode: forwards;
    z-index: 1;
}

@keyframes one07 {
    from {
        margin-left: 0%;
    }
    to {
        margin-left: -25%;
        opacity: 0;
    }
}
