/*
 Theme Name:   Divi Child 1.1
 Description:  Mit diesem Divi Basis-Child-Theme kannst du Änderungen an deiner Divi-Website vornehmen, die über die Einstellmöglichkeiten von Divi hinausgehen! 
 Author:       Tobias Both
 Author URI:   https://divitorials.com
 Template:     Divi
 Version:      1.1
*/

/****************************************************************
***************** STYLING UNTERE FOOTERLEISTE *******************
****************************************************************/
/* Sidebar ausblenden */
#sidebar { display: none; }

/* Inhalt auf volle Breite strecken (Beispiel) */
#site-content { width: 100%; }

#footer-bottom {
    padding:1.2rem 0 0;
}
#footer-info, .legal-footer-menu {
    padding-bottom:1.2rem;
}
#footer-info a {
    display: inline-block;
}

/* Breakpoint */
@media (min-width:980px) {
    #footer-info, #footer-bottom .legal-footer-menu {
        display: inline-block !important;
        width: auto !important;
        max-width:50%;
    }    
    #footer-bottom .legal-footer-menu {
        float:right !important;
    }
}
@media (max-width: 980px) {
    #footer-bottom .legal-footer-menu {
        float: none;
        text-align: center;
    }
}
/* Rechtliches Menü */
.legal-footer-menu li a {
    color:#fff; /* Hier Farbe des Footer Menüs ändern */
}
#footer-bottom .legal-footer-menu li {
    display: inline-block;
    position: relative;
    padding: 0 .5rem;
    line-height: 1rem;
}
#footer-bottom .legal-footer-menu li:first-child {
    padding-left:0;
    margin-left:0;
}
#footer-bottom .legal-footer-menu li:last-child {
    padding-right: 0;
    margin-left:-4px;
}
#footer-bottom .legal-footer-menu li:after {
    content: "";
    width: 1px; height:1rem;
    background: #555;
    position: absolute;
    right: -1px; top: 0;
}
#footer-bottom .legal-footer-menu li:last-child:after {
    display: none;
}

#body {
  background-color: #f4f4f4;
}

/* Eigene Styles hierunter einfügen */

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/* Google Translate Artefakte ausblenden */
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-menu-frame,
.skiptranslate {
    display: none !important;
}

/* verhindert Layout-Verschiebung durch Translate */
body {
    top: 0px !important;
}
