/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://www.michaelpape.com
 Description:  Child Theme for Divi
 Author:       Michael Pape
 Author URI:   https://www.michaelpape.com
 Template:     Divi
 Version:      1.0.0
*/


.footer--logo--box {
    text-align: center;
    padding: 0 !important;
    margin: 0 auto;
}
.footer--logo--box svg#Ebene_1 {
    width: 200px;
}
.footer--logo--box path {
    fill: white;
}

div#block-17 {
    /* float: none; */
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}
div#block-17 svg#Ebene_1 {
    max-width: 200px;
}
#block-17 path {
    fill: white;
}
p {
    padding: 0 0 1rem 0 !important;
}
h1 {
    margin: 2rem 0 !important;
    line-height: 3rem !important;
	font-size: 30px;
}
h4 {
    padding: 1rem 0 !important;
}

/* Archiv-Übersicht: Vorschaubilder vollständig anzeigen (kein Crop) */
.et_pb_blog_grid .et_pb_post .entry-featured-image-url {
    height: auto !important;
}
.et_pb_blog_grid .et_pb_post .entry-featured-image-url img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
}
