/* 
 Theme Name:   VO-Coaching
 Theme URI:    
 Description:  
 Author:       MSBAdmin
 Author URI:   https://go.verenaohnimus.de
Template: Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*.flexbox-in-a-row-with-gap {display: flex;
justify-content: space-between;
align-items: center;
}*/
/*----------------------------------------------------------------------*/

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

.test{
color:green;
}