/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Bild in Tabellen Zeile vertikal zentrieren START */
/* * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * */
.vertikal-zentrieren {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Bild in Tabellen Zeile vertikal zentrieren END */
/* * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Mobile Ansicht Ganze Breite START */
/* * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media screen and (max-width:900px){
.single.single-post #main-content>.container {
   width: 100%;
   max-width: 100%;
}
}
@media (max-width: 900px){
.single .et_pb_post {
    padding: 10px !important;
}
}
/* * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Mobile Ansicht Ganze Breite END */
/* * * * * *  * * * * * * * * * * * * * * * * * * * * * * * * * * */
