/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

.et_pb_section_0 h1,
.et_pb_section_0 h2,
.home-row h2 {
    text-shadow: 0 0 5px #000;
}

.et_pb_video_box iframe { aspect-ratio: 16 / 9; width: 100%; height: auto; }

@media (min-width: 981px) {
    .dark-bg .et_parallax_bg_wrap { background: #000; }
    .dark-bg .et_parallax_bg_wrap > span { opacity:.6; }
}

.img-nav .et_pb_column { aspect-ratio: 3 / 2; height: 100%; padding-top: 150px !important; display: flex; align-items: flex-end; justify-content: center; }
.img-nav .et_pb_column:after { display: block; z-index: 5; content: ''; width: 100%; height: 100%; position:absolute; bottom: 0; left: 0; background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, transparent 50%); }
.img-nav .et_pb_column > .et_pb_text { position: relative; z-index: 9; }

.doctolib img { aspect-ratio: 3 / 1; object-fit: cover; }