@import url(https://fonts.googleapis.com/css?family=Berkshire+Swash);

h1 {
    font-family: 'Berkshire Swash';
    font-size: 44px;
    color: #889a46;
    padding-top: 26px;
}

h2 {
    font-family: 'Berkshire Swash';
    font-size: 25px;
    color: #889a46;
}

h2 a ,
h2 a:hover{
    font-family: 'Berkshire Swash';
    font-size: 25px;
    color: #889a46 !important;
}

h3 {
    color: #FFFFFF;
    background-color: #889a46;
    margin-bottom: 0px;
    padding: 4px;
    text-align: center;
}


.formThankyouHeadline a, .formThankyouHeadline a:hover{ color: #889a46 !important;}

.button_white:hover {
    color: #889a46;
}


.whiteContent{
    background-color: white;
    padding-bottom: 20px;
}

.footerContainer{
    background-color: #889a46;
    color: #ffffff;
}

.footerContainer a, .footerContainer a:hover{
    color: #FFFFFF !important;
}


.socialMediaIcons a {
    color: rgba(255,255,255,0.8);
    font-size: 20px;
}


.nav>li .active{
    background-color: #889a46;
    opacity: 0.92;
}


.nav>li>a,
.nav>li>a:link,
.nav>li>a:visited{
    color: #ffffff;
}

.nav>li>a:hover,
.nav>li>a:focus{
    background-color: #aaaaaa;
    color: #000000;
}

.nav .dropdown-menu{ margin: 0; padding:0; background: transparent;}
.nav .dropdown-menu > li > a{
    background-color: rgba(136,154,16,0.9);
    margin-bottom: 1px;
    padding: 5px 8px;
    color:#fff !important;
    display: block;
}
.nav .dropdown-menu > li > a:hover{
    background: rgba(255,255,255,0.6) !important;
    color: #889a46 !important;
}


.navbar-nav > li > a.active{
    background: rgba(255,255,255,0.8);
    color: #889a46 !important;
}
.navbar-nav > li > a:hover{
    background: rgba(255,255,255,1) !important;
    color: #889a46 !important;
}


.widgetTitle {
    background:#889a46;
    color:#fff;
    line-height: 2.4em;
}
.widgetTitleWrapper, .sideWidget.left .widgetTitleWrapper{line-height: normal}
.widgetContent{
    border: 1px solid #889a46;
}
.widgetContent hr{ margin:10px 0;}

#pool_form h3, .pricesWrapper h3{margin-bottom: 8px !important; font-size: 20px;}

.button{
    background: #889a46;
    color:#fff;
    border: 0;
    padding: 8px 10px;
    text-decoration: none;
}
.button:hover, .button:focus{
    color:#fff;
    text-decoration: none;
}

table.rc_route th
{
    background:#889a46;
}


.icon-404{
    color: #889a46;
    font-size: 150px!important;
    padding-top: 40px;
}



.weatherMaxDay{
    color: #889a46 !important;
}
.weatherBox .blue_header{
    color: #889a46 !important;
}

/** no language selector */
.languageselector{display:none}

/** logo special position - right */
.topLeftLogoHolder {
    /*
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    */
}


/** mobile - navbar icon overwrites */

@media screen and (max-width: 767px) {

    .nav {
        background: #889a46;
    }

    .nav a:hover{ background-color: #889a46 !important; color: #fff !important}

    .navbar-default .navbar-toggle {
        border-color: #ddd;
        background-color: #889a46;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ddd;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #43552a;
    }

}

