/* Button-Set: Linien */



/* --------- HELLER HINTERGRUND --------- */

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

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

@media (max-width: 600px) {

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

a[rel="next"]:hover,
button:hover {
    color: #000 !important;
    background-color :#fff !important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


/* --------- DUNKLER HINTERGRUND --------- */

.schrift-weiss a[rel="next"],
.schrift-weiss-d a[rel="next"],
button#toTop,
.schrift-weiss .bfPage button,
.schrift-weiss-d .bfPage button {
    color: #fff !important;
    background: #6fa46e0 !important;
    margin: 0;
    display: inline-block;
    padding: 8px 20px;
    transition: all 0.2s ease-in-out;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    text-shadow: none;
    border: none;
    line-height: 1;
}

.schrift-weiss a[rel="next"],
.schrift-weiss-d a[rel="next"],
.schrift-weiss .bfPage button,
.schrift-weiss-d .bfPage button {
    position: relative;
}

@media (max-width: 600px) {

    [class*="col-md"].schrift-weiss  a[rel="next"],
    [class*="col-md"].schrift-weiss-d  a[rel="next"],
    [class*="col-md"].schrift-weiss  button,
    [class*="col-md"].schrift-weiss-d  button {
        margin: 0;
        width: 100%;
    }

}

.schrift-weiss a[rel="next"]:hover,
.schrift-weiss-d a[rel="next"]:hover,
.schrift-weiss button:hover,
.schrift-weiss-d button:hover {
    color: #000 !important;
    background-color :#fff !important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}