/*
Theme Name: child-theme
Version: 1.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");
/* Your awesome customization starts here */


/* Buttons side by side for header */
 .btn-inline .et_pb_button_module_wrapper {
 display: inline-block;
 padding-bottom: 20px;
 margin: 0 10px;
 }

 /* Center the container for my side by side buttons */
.centered-buttons {
  text-align: center; /* Center horizontally */
}


/* Vertikales Zentrieren von Elementen */

.vertikal-zentrieren {
display: flex;
flex-direction: column;
justify-content: center;
}