/* Button-Set: Linien */


a[rel="next"],
button#toTop,
.bfPage button {
    color: #fff !important;
    background: #007b44 !important;
    margin: 0;
    display: inline-block;
    padding: 8px 20px;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    border-radius: 2px;
    text-shadow: none;
    border: none;
    line-height: 1;
}

a[rel="next"]:after {
    content: '';
    background-image: url(../../images/buttonpfeil1.png);
    background-size: 100% 100%;
    color: #c1c0c0; 
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: -34px;
}

a[rel="next"],
button#toTop,
.bfPage button {
    position: relative;
}

@media (max-width: 600px) {

    [class*="col-md"] a[rel="next"],
    [class*="col-md"] button {
        margin: 0;
        width: 90%;
    }
    
}

a[rel="next"]:hover {
    padding: 8px 40px 8px 20px;
}

button#toTop {
    opacity: 0.5;
}
button#toTop:hover {
    opacity: 1;
}



@media (max-width: 991px) {

    #toTop {
        display: none;
        visibility: hidden;
    }
}