/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
 /*
Theme Name: Divi Child Accessibility
Template: Divi
Version: 1.0
*/
@import url("../Divi/style.css"); /* Falls du die Styles des Parent-Themes importieren möchtest */
.et_pb_slider .et_pb_slide {
    height: auto !important; /* Automatische Höhe je nach Bildgröße */
}

/* Für größere, besser skalierte Bilder im Slider */
.et_pb_slider .et_pb_slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;  /* Stellt sicher, dass das Bild den gesamten Container ausfüllt */
}
/* Entferne die Pfeile aus dem Slider */
.et_pb_slider .et_pb_slider-arrows {
    display: none !important;
    visibility: hidden !important;
}

/* Verstecke die Navigations-Links in der Galerie */
.et_pb_gallery .et_pb_gallery_navigation {
    display: none !important;
}

