/**
 * Theme Name:     Divi Child Theme
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child-theme
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 * Author URI:     http://Adelmann
 * Version:        1.0
 */


/* ==================================================== */
/* Vertikales Zentrieren von Elementen                  */
.vertikal-zentrieren 
{ display: flex;
  flex-direction: column;
  justify-content: center;
}

.lem_fixed_buttons .et_pb_column {
      padding-bottom: 20px; /* Passe den Wert nach Bedarf an */
    }


/* ==================================================== */
/* Menueeintrag als Button darstellen */
.menu-button {
background-color: #ebc8b2; /* Hintergrundfarbe Button */
padding: 0px!important;
border-radius: 10px; /* Rundung festlegen */
border: solid 2px #809178; /* Rahmengröße und Farbe */
}
.menu-button a{
color: #000000 !important; /* Schriftfarbe des Buttons */
padding: 15px 20px 15px 20px!important; /* Abstände */
}


/* ==================================================== */
/* Divi Blog - Grid Ansicht - alle Kacheln in gleicher */
/* Grösse ausrichten                                   */
@media only screen and (min-width: 768px) {
.neu-publikation .et_pb_post {
min-height: 550px;
max-height:550px;
}
}

/* ================================== */
/* eintragen der Klasse in die Zeile  */
/* Damit werden alle Buttons unten an der Zeile in allen Spalten ausgerichtet */
.bottom_fixed_buttons .et_pb_column {
padding-bottom:20px;
}
.bottom_fixed_buttons .et_pb_button_module_wrapper {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}