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

/* Buttons side by side for header - der row mitgeben */
 .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 */
}

