/*
Theme Name: Divi Child 2025
Theme URI: https://www.elegantthemes.com/
Description: Divi Child Theme - Stand 10.10.2025
Author: Elegant Themes
Author URI: https://www.elegantthemes.com/
Template: Divi
Version: 1.0.0
Text Domain: divi-child-2025
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Custom CSS für Divi Child Theme 2025 */

/* Responsive Anpassungen */
@media (max-width: 980px) {
    .mobile_nav_active #page-container {
        padding-top: 0;
    }
}

/* Custom Button Styles */
.et_pb_button.custom-button {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 25px;
    padding: 12px 30px;
    border: none;
    transition: all 0.3s ease;
}

.et_pb_button.custom-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Custom Header Styles */
#main-header {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95) !important;
}

/* Performance Optimierungen */
.et_pb_section {
    will-change: transform;
}

/* Accessibility Verbesserungen */
.et_pb_button:focus {
    outline: 2px solid #2ea3f2;
    outline-offset: 2px;
}