/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   Divi Child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 * Theme URI:      https://www.elegantthemes.com/gallery/divi
 * Author URI:     https://www.elegantthemes.com
 * Version:        2.0.1
 */

/* Ab hier kannst du deine CSS Anpassungen eintragen
------------------------------------------------------ */

/* Logo größe im Header auf 90% eingestelt ...........
------------------------------------------------------ */

#logo {
    width: auto;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 90%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
}

/* Kontakformular Spam Schutz Größe angepasst und eingestelt ...........
------------------------------------------------------ */

.et_pb_contact_right {
    display: inline-block;
    min-width: 105px;
    margin: 0;
    text-align: right;
    padding-top: 28px;
}

body.et_divi_theme #footer-bottom {
    padding-bottom: 0px !important;
}

