/*
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:*/


/* Rahmen für den einfachen Slider gestalten */
.einfacher-slider-rahmen .avia-slideshow-inner {
    border: 1px solid #333333; /* Breite, Stil, Farbe */
    border-radius: 20px;      /* Abrundung der Ecken */
    overflow: hidden;         /* Sorgt dafür, dass Bilder den Rahmen nicht überdecken */
}




/* Individuelles Akkordeon mit abgerundeten Ecken - ALLGEMEIN */
.mein-akkordeon .toggler, 
.mein-akkordeon .toggle_content {
    border-radius: 15px !important;
    overflow: hidden !important;
    padding: 10px 35px 10px 35px !important;
}
.mein-akkordeon .toggler {
    margin-bottom: 5px !important;
}


/* Slideshow Startseite Schrift */
.avia-caption-content  {
    line-height:40px !important;
}


/* Über Uns - Schrift Slideshow mittig */
.ueber-uns-slide-text {
    text-align: center !important;
}