/*
 Theme Name:     Divi Child-Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 

/* Footer-Botoom verschwinden lassen */
#footer-bottom {
    height: 0 !important;
    overflow: hidden;
    padding: 0;
}


/* vertikales Menue */
.lwp-vertical-menu nav ul li {
    width: 100%;
    display: block;

  
  /* Tags in Blog ausschalten */
.post-meta { display: none; }
.published { display: none;}
	

/* Vertikale Zentrierung für Divi Spalten */
.mein-zentrierter-inhalt {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

