/*zwischen den Themen in der service index.php*/

.scrolltheme {
position:relative;
top:-80px;
}
.scrollthememobile {
position:relative;
top:-60px;
}

/*Standard Scroller nach oben*/

.back-to-top {
position: fixed;
bottom: 120px;
right:0px;
height: 20px;
border-radius: 5px 0 0 5px;
text-decoration: none;
color: #000000;
background-color: rgba(0, 136, 197, 0.60);
font-size: 12px;
padding-left:10px;
padding-right:10px;
padding-top:30px;
padding-bottom:25px;
display: none;
}
.back-to-top:link {
color: white !important;
 }
 
.back-to-top:hover {    
background-color: rgba(0, 136, 197, 1);
color: white !important;
}
