/* 
 Theme Name:   Dr.Schrewe
 Theme URI:    
 Description:  
 Author:       MSBAdmin
 Author URI:   https://praxis.msbdesign.at
 Template:     Divi
 Version:      1.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 ==
--------------------------------------------*/

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

/* Ausblenden des Beitragtitels im DIVI Beitragslider*/
.title-ausblenden .et_pb_slide_title {
    display: none;
}

/* FlexBox Container Ausrichtung bleibt eine Reihe*/
.nav-row, .footer-row {
	display: flex;
	flex-direction: row;
    justify-contend: center;
}

/* Entfernen des automatisch hinzugefügten margin-bottom*/
/* Notwendig, damit beide Spalten vertikal Znetriert sind*/
.nav-row .et_pb_column, .footer-row .et_pb_column {
	margin-bottom: 0;
}