
@import url('http://fonts.googleapis.com/css?family=Playfair+Display');
@import url('http://fonts.googleapis.com/css?family=Mrs+Saint+Delafield');
@import url(https://fonts.googleapis.com/css?family=Raleway);

.page_size{
    max-width: 920px;
    width:98%;
    margin: 0 auto;
}

body{
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: table;
}

nav{
    font-size: 20px;
}

.dropdown-menu {
    font-size: 18px;
}

h1 {
    font-family: Mrs Saint Delafield;
    font-size: 62px;
    color: #402010;
    padding-top: 26px;
}

h2 {
    font-family: Mrs Saint Delafield;
    font-size: 35px;
    color: #402010;
}

h2 a ,
h2 a:hover{
    font-family: Mrs Saint Delafield;
    font-size: 35px;
    color: #402010 !important;
}

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

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

.button_white:hover {
    color: #402010;
}

.backgroundHolder {
    position: relative;
}

.backgroundHolder{
    width: 100%;
    background-size: 100% 100%;
}
.backgroundHolder > img{
    width: 100%;
}

.background-center{
    margin: 0 auto;
    position: relative;
}


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

.whiteContent p, span, .centerContent{
    line-height: 26px;
}

.season_container {
    line-height: 26px;
}

.welcomeLogo{
    width: 100%;
    text-align: center;
    margin-top: 19px;
}
.welcomeLogo>img{
    width: 50%;
}


.threeColbox{
    width: 80%;
    margin: 0 auto 0;
}

.threeColboxCenter img{
    width: 100%;
}

.row-centerd{
    text-align: center;
}

.col-centered{
    text-align: center;
    padding-bottom: 20px;
}
.col-right{
    text-align: right;
}

.clearer{
    clear: both;
}


.menuHolder{
    margin-top: 30px;
    width: 100%;
}


.topLeftLogoHolder{
    position: absolute;
    top: 10px;
    left: 10px;
}

.footerBox{
    text-align: left;
}

.footerBox>div{
    padding-top: 10px;
    padding-bottom: 10px;
}

.footerContainer{
    background-color: #402010;
    color: #ffffff;
}

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


.backgroundToprightBox{
    position: absolute;
    top: 10px;
    right:10px;

}

.languageselector{
}

.languageselector2{
    float: right;
}


.socialMediaIcons{
    position: absolute;
    right: 10px;
    top: 10px;
}

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

.socialMediaIcons ul {
    list-style-type: none;
    text-align: right;
}

.socialMediaIcons li {
    float: left;
    margin-right: 20px;

}

.socialMediaLink
{
    margin-top: 30px;
}
.socialMediaBoxVertical{
    width: 20px;
}
.socialMediaBoxHorizontal{
    width: 200px;
    top: 0px;
    right: 61px;
    float: right;
    text-align: right;
}


.thumbnail {
    border: 0px;
    padding: 0px;
}



.threeColbox.footerBox {
    max-width: 900px;
    padding-top: 20px;
    padding-bottom: 10px;
}


.centerContent img {
    width: 100%;
}


.area-gallery-carousel {
    padding-bottom: 20px;
}

.galleryBox{
    margin: 0 auto;
    padding-top: 8%;
    position: relative;
    width: 82%;
}


.galleryBox img{
    width: auto;

   /* position: absolute;*/
    top: 0px;
    left: 0px;

}


.galleryBox .pimcore_area_content img{
    /*
    margin: 10px; */
    width: 100%;
}

.galleryBox .pimcore_area_content{
    position: absolute;
    width: 95%;
    top: 10px;
    left: 10px;
}



.innerGallery{
    margin: 0 auto;
    position: relative;
    width: 80%;

    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -webkit-transform:rotate(-5deg);


}

.hideInEditmode{

}



.sliderItem{
    float: left;
}

.sliderItem img{
    width: 100% !important;
    height:auto !important;
}


.galleryBorder img
{
    width: 100%;
    height: auto;
    z-index: 99999;
    position: relative;
}

.galleryLeftSwitch,
.galleryRightSwitch{
    position: absolute;
    cursor: pointer;

}

.galleryLeftSwitch{
    left: 0px;
    top: 50%;
}

.galleryRightSwitch{
    right: 0px;
    top: 50%;
}

.galleryBox .thumbnail{
    display: block;
}


.navbar-default{
    background: transparent;
    border: transparent;
    margin-bottom: 0px;
}

.nav>li{
    background-color: transparent;
}

.nav>li .active{
    background-color: #ffffff;
    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(64,32,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: #402010 !important;
}


.navbar-nav > li > a{
    padding: 5px 8px;
    margin-right: 10px;
}
.navbar-nav > li > a.active{
    background: rgba(255,255,255,0.8);
    color: #402010 !important;
}
.navbar-nav > li > a:hover{
    background: rgba(255,255,255,0.6) !important;
    color: #402010 !important;
}


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

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

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

table.rc_route th
{
    background:#402010;
}

.galleryEdit .innerGallery{
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    width: 100%;
}
.galleryEdit .gallerylandingPageGalleryArea1{
    float: left;
}
.galleryEdit .pimcore_block_entry{ clear: none;}
.galleryEdit{
    height: auto;
}
.galleryEdit .galleryRightSwitch, .galleryEdit .galleryLeftSwitch{ display: none; }
.galleryEdit .page_size{ max-width: 100%;}
.galleryEdit .menuHolder{ display: none; }
.galleryEdit .pimcore_block_buttons_landingPageGalleryArea .pimcore_block_buttons{
    margin-bottom: 300px;
}

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

.topAreaWrapper.rightPositioning .topLeftLogoHolder{
    right:10px;
    left: auto;
}
.topAreaWrapper.rightPositioning .backgroundToprightBox{
    left: 10px;
    right: auto;
}

.topAreaWrapper.leftPositioning .topLeftLogoHolder{

}
.topAreaWrapper.leftPositioning .backgroundToprightBox{

}

.topAreaWrapper.middlePositioning .topLeftLogoHolder{
    right:50px;
    left:50px;
    text-align: center;
}


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

@media screen and (max-width: 1000px)  {
    .contentMid {
        margin-top: 20px;
        text-align: left;
    }

    .contentRight {
        margin-top: 20px;
        text-align: left;
    }
}



@media screen and (max-width: 800px)  {
    .galleryRightSwitch,
    .galleryLeftSwitch{
        display: none;

    }
    .galleryRightSwitch img,
    .galleryLeftSwitch img{
        display: none;

    }


    .innerGallery{

        transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);


    }

    .galleryBorder{
        display: none;
    }

    .galleryBox .pimcore_area_content{
        position: inherit;
    }

    .galleryBox{
        margin-top: 20px;
    }

    .menuHolder{
       margin-top: inherit;
    }


}