#headTop2 {
    background: #ffffff !important;
}

#headTop2 a {
    color:#97c348;
}

.openingTimesText {
    color: #97c348;
}

#mainNavigation {
    border-top: 1px solid white;
    background: linear-gradient(to bottom, #b1e258 0%, #87bc24 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97c348', endColorstr='#87bc24',GradientType=0 );
}

#mainContent .tpl_wheelContainer_reduced #link4 {
    display: none !important;
}

footer {
    background: #97c348;
}

footer a:hover, a:active {
    color: #6d6d6c;
}

#mainNavigation #navContainer .menu .is-active > a, #mainNavigation #navContainer .menu .aktiv > a {
    color: #7e6b5d !important;
}
#mainContent .teamMember a {
    font-size: 1em !important;
    color: #97c348 !important;
}
.button {
    color: #FFFFFF !important;
    background:#97C348;
}

.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;
}
#headTop2 .logo svg {
    max-height: 100px;
}

@media only screen and (min-width: 40em) {
    #mainNavigation ul.navbar li {
        text-transform: uppercase;
        font-size: 1.3rem;
    }
}
