/*
 Theme Name:     Divi Child-Theme
 Theme URI:      https://jb-webdesign-development.de
 Description:    Child Theme CSS-Code fuer DJK Viktoria Wombach
 Author:         Jens Boller -  J|B WEBDESIGN & DEVELOPMENT
 Author URI:     https://jb-webdesign-development.de/
 Template:       Divi
 Version:        1.0
*/

.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: #ffed00 !important;
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold !important;
    padding: 5px;
    color: #008d36;
}