/*
 Theme Name:     Divi Child-Theme
 Theme URI:      https://myesit.de
 Description:    Divi Child-Theme
 Author:         Stanko
 Author URI:     https://myesit.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) { 
    #footer-bottom .et-social-icons { margin-bottom:-28px; } 
}
#et-footer-nav .container {
text-align: center;
}
/*----------Custom Back To Top Button----------*/
 
.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
 
.et_pb_scroll_top.et-pb-icon {
    right: 10px;
    bottom: 10px;
    border-radius: 26px;
    background: rgba(25, 72, 103, 0.48);
    padding: 8px;
}
 
 
.et_pb_scroll_top.et-pb-icon:hover {
    background: #60c0ff;
}
 
.et_pb_scroll_top:before {
    content: "\21";
}