/*///////////// COPYRIGHT: THOMAS ROEHN /////////////*/
/*//////////////// INFO@WEBHANNOVER.DE //////////////*/
/*////////////////// WWW.WEBHANNOVER.DE /////////////*/
/*//// IMAGES AND VIDEO FROM PEXELS.COM /////////////*/
.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 5px;
    text-decoration: none;
    color: #000000;
    background: crimson;
    background-color: #51c6d8;
    font-size: 18px;
    display: none;
    z-index: 1;
    border-radius: 5px;
    padding: 10px;
}

.back-to-top:link {
    color: #fff;
}


@media screen and (max-width: 700px) {
    .back-to-top {
        bottom: 70px;
        right: 0px;
        font-size: 14px;
        padding: 5px;
    }
    }
