/*
 Theme Name:   Divi Basis-Child-Theme
 Description:  Mit diesem Divi Basis-Child-Theme kannst du Änderungen an deiner Divi-Website vorzunehmen, die über die Einstellmöglichkeiten von Divi hinausgehen! 
 Author:       Tobias Both
 Author URI:   https://divitorials.de
 Template:     Divi
 Version:      1.0
*/

/****************************************************************
******************* STYLING FOOTER INFO-BAR *********************
****************************************************************/


#footer-bottom {
    padding:1.2rem 0 0;
}
.dt-footer-credentials, .dt-legal-footer-menu {
    padding-bottom:1.2rem;
}
.dt-footer-credentials a {
    display: inline-block;
}

/* Breakpoint */
@media (min-width:1200px) {
    .dt-footer-credentials, .dt-legal-footer-menu {
        display: inline-block;
        width: auto;
    }    
    .dt-footer-credentials {
        float: left;
    }
    .dt-legal-footer-menu {
        float: right;
    } 
}

/* Rechtliches Menü */
.dt-legal-footer-menu li {
    display: inline-block;
    padding:0 .5rem;
    position: relative;
    line-height: 1rem;
    margin-left:-4px;
}
.dt-legal-footer-menu li:first-child {
    padding-left:0;
    margin-left:0;
}
.dt-legal-footer-menu li:last-child {
    padding-right: 0;
}
.dt-legal-footer-menu li:after {
    content: "";
    width: 1px; height:1rem;
    background: #555;
    position: absolute;
    right: 0; top: 0;
}
.dt-legal-footer-menu li:last-child:after {
    display: none;
}

/* Eigene Styles hierunter einfügen */