﻿.button-color,
button.button-color,
input[type="button"].button-color,
input[type="reset"].button-color,
input[type="submit"].button-color {
    border-color: #ffd40d;
    background-color: #ffd40d;
    color: #000;
}

#site-menu .nav-menu > ul > .current-menu-item > a:after,
#site-menu .nav-menu > ul > .current-menu-parent > a:after {
    background-color: #ffd40d;
}

.entry-accomodation .accomodation-price .price {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffd40d), to(#ffd40d));
    background-image: -o-linear-gradient(left, #ffd40d 0%, #ffd40d 100%);
    background-image: linear-gradient(to right, #ffd40d 0%, #ffd40d 100%);
    background-position: 0 65%;
    background-repeat: repeat-x;
    background-size: 100% 10px;
}


.button-smallest.helaas a {
    color: white !important;
}

.button-smallest.helaas a, .button-smallest a {
    text-decoration: none !important;
}

.button-smallest a:hover {
    color: white !important;
}
