/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
/* Fix für roten Hintergrund im Enfold-Layout (Parallax-Sektion) */

/* Stellt sicher, dass das Parallax-Element seine Höhe passend zum Inhalt skaliert, wenn es in einem Flex- oder Table-Layout ist */
.av-parallax-inner.main_color.avia-full-stretch {
    height: 100% !important; /* Versucht, die Höhe des Parent-Elements zu füllen */
    display: flex !important; /* Könnte helfen, den Inhalt zu strecken, wenn flex_column_table auch flex wird */
    flex-direction: column !important; /* Inhalt innerhalb der Parallax-Sektion als Spalte anordnen */
}

/* Sicherstellen, dass die Zelle, die das Parallax-Element enthält, sich streckt */
.flex_column.av_one_half[style*="background-color:#b02b2c"] {
    height: 100% !important; /* Die Tabelle Zelle soll sich strecken */
    vertical-align: top !important; /* Die Standardausrichtung bleibt oben */
}