/* Button-Set: Linien */


a[rel="next"],
button {
    color: #fff !important;
    background: #004595 !important;
    position: relative;
    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;
}

@media (max-width: 600px) {

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

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