/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* Anfangszustand */
.stoerer-ecke {
    position: fixed;
    top: 40px;
    right: 30px;
    z-index: 9999;
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 3s ease, transform 3s ease;
}

/* Nach dem Laden – wird per JS-Klasse aktiviert */
.stoerer-ecke.show {
    opacity: 1;
    transform: rotate(-20deg);
}

.stoerer-ecke img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
}

#searchsubmit { background-color: #999; }