#headTop2 {
    background: #ffffff !important;
}

#headTop2 a {
    color:#86BC25;
}

.openingTimesText {
    color: #86BC25;
}

#mainNavigation {
    border-top: 1px solid white;
    background: linear-gradient(to bottom, #BDEB4F 0%, #86BC25 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDEB4F', endColorstr='#86BC25',GradientType=0 );
}

footer {
    background: #86BC25;
}

footer a:hover, a:active {
    color: #0098D8;
}

#mainNavigation #navContainer .menu .is-active > a, #mainNavigation #navContainer .menu .aktiv > a {
    color: #0098D8 !important;
}
#mainContent .teamMember a {
    font-size: 1em !important;
    color: #86BC25 !important;
}

.button {
    color: #FFFFFF !important;
    background:#86BC25;
}

.parking {
    display:none !important;
}

.roundbutton {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    font-weight: bold;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid #1D1D1D;
    border-radius: 10px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe !important;
}

html {
    scroll-padding-top: 12rem;
}
.button.bigger {
    font-size: 1.5rem;
    margin-top: 10px;
}

@media only screen and (min-width: 40em) {
    #mainNavigation ul.navbar li {
        text-transform: uppercase;
        font-size: 1.3rem;
    }
}
