/*
Theme Name: Flatsome Child
Template: flatsome
*/
.bestpreis-button {
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #d89a2b;
    color: #fff;
    text-align: center;
    padding: 14px 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
}

.bestpreis-button:hover {
    background: #c6891f;
    color: #fff;
}