/*
Theme Name:  PW_Divi_SWW
Theme URL:   https://sww.wbb-haenigsen.de
Description: Write here theme description.
Author:      PW_Bryan Poffenberger
Author URL:  https://poffenberger-webdesign.de
Template:    Divi
Version:     1.0.0
*/

/* Nach oben Button Style 1*/

.et_pb_scroll_top.et-pb-icon {
text-align: center;
background: #f59e12; /* Hintergrundfarbe */
text-decoration: none;
position: fixed;
z-index: 99999;
bottom: 125px;
right: 0px;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
display: none;
cursor: pointer;
font-size: 35px; /* Icongröße */
padding: 5px;
color: #fff;
}

.et_pb_scroll_top:before {
content: '6'; /* Icon im Button */
}