﻿/*********************************
    COLOURS

    #222222 - Schwarz Dunkelgrau
    #999999 - Grau

    #CDA274 - Hellbraun
    #8d6132 - Braun
    #5fc8ff - Azurblau

    #3c9acb - witec Blau

**********************************/
:root {
    --brown: #8d6132;
    --lightbrown: #CDA274;
    --azurblue: #5fc8ff;
    --darkgrey: #272727;
}

/*********************************
    Text 
**********************************/
h4 {
    margin-bottom: 0.5rem !important;
}

.text-brown {
    color: var(--brown) !important;
}

.text-grey {
    color: #999999 !important;
}

.text-darkgrey {
    color: var(--darkgrey) !important;
}

.text-justify {
    text-align: justify;
}

a {
    color: var(--brown) !important;
}

    a:hover {
        color: var(--lightbrown) !important;
    }
/*********************************
    GO TO TOP BUTTON
**********************************/
.top-wrap .go-top-button::after {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

/*********************************
   Menü
**********************************/

.mean-container .mean-bar::before {
    content: "" !important;
    left: 10px !important;
    top: 0px !important;
    width: 64px !important;
    height: 64px !important;
    background-image: url('../images/logo-jw-brown.png');
    background-size: 65px;
    /*    color: #fff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
*/
}

.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid var(--brown) !important;
}


/*********************************
   Loader
**********************************/
.loader {
    border-top-color: #222222 !important;
}

    .loader:before {
        border-left-color: #CDA274 !important;
    }

    .loader:after {
        /*        border-right-color: #fff !important;*/
    }

/*********************************
    Cookie Manager
**********************************/
.freeprivacypolicy-com---palette-dark .cc-nb-okagree,
.freeprivacypolicy-com---palette-dark .cc-nb-reject,
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
    color: #000;
    background-color: var(--brown) !important;
}

.freeprivacypolicy-com---palette-dark .cc-pc-head-lang select:focus {
    box-shadow: 0 0 0 1px var(--brown) !important;
}

/*********************************
   Header Image
**********************************/
.breatcumb-area.breatcumb-area-sm {
    padding: 220px 0 142px;
}

.spielplatz.breatcumb-area {
    background-image: url('../images/header/kinderspielplatz.jpg');
}

.beach.breatcumb-area {
    background-image: url('../images/header/beach.jpg');
}

.air-bubbles.breatcumb-area {
    background-image: url('../images/header/air-bubbles.jpg');
}

.pool-sunset.breatcumb-area {
    background-image: url('../images/header/pool-sunset.jpg');
}

.pool-city.breatcumb-area {
    background-image: url('../images/header/pool-city.jpg');
}

.breatcumb-content-text ul li span:before {
    position: absolute !important;
    content: "";
    left: 0px !important;
    top: -5px !important;
    width: 100% !important;
    height: 1px;
    background: var(--brown);
    text-align: center !important;
    line-height: normal !important;
}

.breatcumb-area h4 {
    text-transform: uppercase;
    text-align: center !important;
    line-height: normal !important;
}

    .breatcumb-area h4 span {
        padding: 3px;
        border: 1px solid var(--brown);
    }


/*********************************
   Slider Left Bar
**********************************/
.slider-week a:hover {
    color: var(--darkgrey) !important;
}

/*********************************
   Content
**********************************/
.content-area {
    background: #999999; /* CDA274 - #222222*/
    color: #222222;
    padding: 105px 0 232px;
}

.project-title h2 {
    padding: 8px 0 8px !important;
}

.project-title h4 {
    color: #CDA274;
    padding: 0 0 15px;
    margin-top: 0px !important;
}

    .project-title h4.text-aqua, .text-aqua {
        color: var(--azurblue);
    }

.project-title h6 {
}

.projects-button span {
    z-index: 2;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

    .projects-button span i {
        display: inline-block;
        margin-right: 8px;
        font-size: 16px;
    }

.projects-button {
    padding: 0px 0 0;
    transition: .5s;
}

.single-project-content .projects-button {
    padding: 126px 0 0 !important;
}

.product-text p {
    transition: .5s;
    font-size: 15px;
    color: #fff;
    margin-top: 50px;
}

.project-details-thumb {
    padding: 0 !important;
}

.project-details-informaton-inner ul li.two-line {
    padding: 14px 0 38px;
}

.project-details-informaton-inner i {
    color: #CDA274;
    margin-right: 8px;
}

@media only screen and (max-width: 768px) {
    .project-details-box {
        margin-top: 0px !important;
    }
}

.single-project-box.active:before {
    /*    width: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
    height: 100%;
    background: rgb(39,39,39,0.7);
*/
}

.single-project-box.active:after {
    /*    height: 91%;
    opacity: 1;

    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #CDA274;
    width: 88%;
*/
}

.em-blog-content {
    padding: 0 !important;
}

.meta-blog p {
    text-align: justify;
}

.blog-page-title span.text-aqua {
    color: #5fc8ff;
    margin-left: 0px;
}

h3.em-blog-text {
    padding: 0px !important;
}

h4.em-blog-text {
    padding: 0 0 14px !important;
}

h5.em-blog-text {
    padding: 7px 0 14px !important;
    text-decoration: underline;
}

.meta-blog span {
    margin-left: 0px !important;
}

    .meta-blog span:before {
        position: relative !important;
        content: none !important;
        left: 0px !important;
        top: 0px !important;
        height: 0px !important;
        width: 0px !important;
        background: none !important
    }

.meta-blog .service-details-icon span {
    color: #616161;
}

    .meta-blog .service-details-icon span:hover {
        color: #616161;
    }

.col-preview {
    padding: 16px 0 22px;
}
/******************************************
    Project Inner Box / Active / Hover-Effect von Project Box übernehmen
*******************************************/
.single-project-box.active .single-project-box-inner:before {
    width: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
    height: 100%;
    background: rgb(39,39,39,0.7);
}

.single-project-box.active .single-project-box-inner:after {
    height: 91%;
    opacity: 1;
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid var(--brown);
    width: 88%;
}

.single-project-box.active .single-project-content {
    margin-top: -460px;
    opacity: 1;
}

/*********************************
   Footer
**********************************/
.jawastone-logo {
    margin-top: -100px;
}

.footer-middle {
    min-height: 300px;
}

.company-info-desc p {
    margin: 6px 0 36px !important;
}



.footer-socail-info .mail a {
    color: #999999;
}

    .footer-socail-info .mail a:hover {
        text-decoration: underline;
    }

.footer-bottom-content-copy .witec-link a {
    color: #3c9acb;
}

    .footer-bottom-content-copy .witec-link a:hover {
        text-decoration: underline;
    }


/*********************************
   Image Slider
**********************************/
.myProducts {
    /*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
*/
}

.myProducts-gallery {
    float: left;
    display: inline-flex;
}

    .myProducts-gallery img {
        height: 102px;
        margin: 10px 0;
        cursor: pointer;
        display: block;
        opacity: .5;
    }

        .myProducts-gallery img:hover {
            opacity: 1;
        }

.image-container img {
    height: 440px;
    transition: transform 1s;
}

    .image-container img:hover {
        transform: scale(1.5);
        cursor: zoom-in;
    }

.image-container {
    /*    float: right;*/
    padding: 10px;
    display: flex;
}

/*********************************
   Image Gallery
**********************************/
.gallery {
    margin-bottom: 50px;
}

.container .gallery a img {
    float: left;
    /*    width: 25%;
*/ height: 217px;
    /*    height: auto;
*/ border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}

.gallery img {
    /*    height: 102px;
    margin: 10px 0;
    cursor: pointer;
    display: block;
*/ opacity: .85;
}

    .gallery img:hover {
        opacity: 1;
        transform: scale(1.5);
        cursor: zoom-in;
        z-index: 1;
    }


.clear {
    clear: both;
}


/*********************************
   Contact Info Box
**********************************/

/* Link Infobox Start */
.contact-info a {
    color: #CDA274;
    font-size: 15px;
}

    .contact-info a:hover {
        text-decoration: underline;
    }

.content-info-box img {
    /*    padding-bottom: 3px;*/
    border: 3px solid white;
    width: 150px;
}

.single-contact-form-content a {
    color: var(--brown);
}

    .single-contact-form-content a:hover {
        color: #CDA274;
        text-decoration: underline;
    }

/*********************************
   Footer
**********************************/
.footer-bottom-menu span {
    margin-left: 20px !important;
    color: var(--brown) !important;
}

    .footer-bottom-menu span:before {
        left: -10px !important;
        background: var(--brown) !important;
    }

.footer-bottom-menu a {
    color: var(--brown) !important;
}

.footer-bottom-menu > a:hover {
    color: var(--lightbrown) !important;
}

.footer-bottom-menu a:before {
}

.footer-bottom-menu a {
}

/*********************************
   Video
**********************************/

/*============================
 jawastone slider area Css
==============================*/
.video-area {
    /*    background-color: #000000;*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 950px;
    position: relative;
    z-index: 1;
}

    .video-area:before {
        position: absolute;
        content: "";
        z-index: -1;
        border-bottom: 1px solid #999;
        width: 100%;
        height: 100%;
        bottom: 100px;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .video-area:after {
        position: absolute;
        content: "";
        z-index: 1;
        right: 100px;
        left: 100px;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        width: 100%;
        height: 100%;
        -webkit-transform-origin: 100% 0;
    }

.slider3.video-area {
    /*    background-color:#000000;*/
    /*    background-size: cover;*/
    position: inherit;
    z-index: inherit;
}

    .slider3.video-area:before {
        position: inherit;
        width: 0;
        height: 0;
    }

    .slider3.video-area:after {
        position: inherit;
        width: 0;
        height: 0;
    }

.slider3 .slider-socail-icon {
    left: -1px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .video-area {
        height: 760px;
    }
}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 599px) {
    .video-area {
        height: 650px;
    }

        .video-area:before {
            display: none;
        }

        .video-area:after {
            display: none;
        }
}

/*********************************
   Info Sidebar Right
**********************************/

.xs-sidebar-widget {
    background-color: #1d1d1b !important;
    overflow: hidden !important;
}

.sidebar-info-contents {
}

.content-inner {
}

@media (min-width: 768px) and (max-width: 991px) {
    .single-contact-form-thumb1 img {
        margin-bottom: 20px !important;
    }
}

/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .single-contact-form-thumb1 img {
        margin-top: 0px !important;
        margin-bottom: 50px !important;
    }

    .inner.single-contact-form-content {
        top: 50px !important;
    }

}

/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 599px) {
    .row .contact {
        margin-top: -160px;
        margin-bottom: 20px;
    }

    .single-contact-form-thumb1 img {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

    .inner.single-contact-form-content {
        top: 50px !important;
    }

    .d-sm-none {
        display:none !important;
        visibility: hidden !important;
    }
}

@media only screen and (max-width: 319px) {
    .row .contact {
        margin-top: -160px;
        margin-bottom: 20px;
    }

    .single-contact-form-thumb1 img {
        margin-top: 0px !important;
    }

    .inner.single-contact-form-content {
        top: 50px !important;
    }


}