.bg_green{background-color: #90C960;}
.font_green{color: #90C960;}

.bg_white{background-color: #FFFFFF;}
.font_white{color: #FFFFFF;}

.bg_dark{background-color: #31374C;}
.font_dark{color: #31374C;}

.bg_red{background-color: #FFEDE8;}
.font_red{color: #86292B;}



/* ==|== primary styles =====================================================
   Author: moxi
   ========================================================================== */

body{
	background-color: #F0F0EE;
    font-size: 17px;
}


/*PAGE*/
.off-canvas-wrapper {
    overflow: hidden;
    height: 100%;
}
.off-canvas-wrapper-inner {
    height: 100%;
}
.off-canvas-content{
    min-height: 0;
    height: 100%;
    overflow-y: auto;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

html.touch .off-canvas-content{
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
footer{
    background: #333333;
    color: #999999;
	padding: 1.25rem 0;
    width: 100%;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #ccc;
}
footer .address{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.social_circle{
    border-radius: 1000px;
    text-align: center;
}

#bymoxi {
    left: 3px;
    position: absolute;
    top: 300px;
    z-index: 1;
    text-align: left;
    display: none;
}

hr{
    margin-top: 0;
    border-color: #cf2963;
}
/*body:not(.container_1) .header_image{
    margin: 0 auto;
    max-width: 1045px;
}*/
.header_image .gallery_slide{
    background-position: center;
}

#inscris_toi:hover{
    opacity: 0.8;
}

.orbit-previous, .orbit-next{
    display: none !important;
}

/*HEADER*/
header{
    width: 100%;
    z-index: 20;
    background: #fff;
}
header{
    background: #fff;
    margin-top: 0 !important;
    width: 100%;
    position: relative;
}

header .shadow {
    background: url(../pix/shadow.png) repeat-x top;
    width: 100%;
    height: 6px;
    position: absolute;
    bottom: -6px;
}
header a:hover{
    text-decoration: none;
}
.subnav_container + .shadow{
    display: none;
}

/* TEXT */
h1,h2,h3,h4,h5{
	line-height: normal;
    margin: 0;
}
h1{
    font-family: 'Pacifico', cursive;
}
h2,h3,h4,h5{
    font-family: 'Heebo', sans-serif;
}
.container_1 h1.news{
    color: #009ac1;
}
h1.news{
    margin-bottom: 20px;
}
h2.news{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0;
}
h3{
    font-size: 19px;
    margin-bottom:  10px;
    font-weight: 500;
}
p {
    line-height: normal;
    margin-bottom: 17px;
}
.bold{
    font-weight: 700;
}
a, .link{
    cursor: pointer;
}
a.link_red{
    font-weight: 500;
}
a:hover, .link:hover{
    text-decoration: underline;
}
html.touch a:hover, html.touch .link:hover{
    color: inherit;
}

.content h1{
    margin-bottom: 30px;
}
.content h2{
    margin-bottom: 20px;
}
.content p + h2{
    margin-top: 50px;
}

.content .intro{
    font-weight: 500;
    margin-bottom: 20px;   
}

.container_14 table, .container_14 td, .container_23 table, .container_23 td{
    background: #fff;
}
.container_14 table td:first-child, .container_23 table td:first-child{
	border-right: 2px solid #EDF9FB;
}
.container_14 table, .container_23 table{
    border-top: 1px solid #cf2963;
	border-bottom: 1px solid #cf2963;	
}

.container_23 table td{
    border-bottom: 1px solid #cf2963;
}

/*HOME*/
.container_1 h1, .container_9 h1:not(.news){
    text-align: center;
    margin-top: 25px;
}
.container_1 .orbit-bullets{
    display: none;
}
#home_intro{
    background: #343645;
    color: #fff;
    padding: 60px 0 80px;
    position: relative;
}
.zweiauge_container{
    position: absolute;
    right: 20%;
    bottom: -225px;
}
#home_intro .intro_big{
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
#home_intro .intro_small{
    font-weight: 300;
}
.video_container{
    background: rgba(187, 189, 20, 0.1);
    padding-bottom: 30px;
}
.video_container h1{
    margin-bottom: 30px;
}
.video_container h2 {
    margin-top: 0;
}
.video_container video{
    max-width: 100%;
}
#news .news_text{
    color: #666666;
}
#mini_news{
    background: #edf9fb;
}




/* CONTACT */
.mysuccess{
    background-color: #00cc00;
}

.error{
    background-color:#ff0000;
}

.mysuccess, .error{
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-size: 16px;
    padding: 8px;
}
#address h3{
    margin-top: 0;
}
#contact{
    background: #fff;
    font-size: 15px;
    padding-bottom: 50px;
}
#contact hr{
    margin: 30px 0;
}
#contact table{
    border: 0;
    width: 100%;
    margin-bottom: 0;
}
#contact table tr{
    background: none !important;
}
#contact table tr td{
    font-size: 15px;
    line-height: normal;
}
.form_label{
    width: 100px;
    vertical-align: top;
}
#map_canvas{
    margin-top: 50px;
    height: 400px;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea, input[type='file']{
    width: 100%;
    max-width: 350px;
    margin: 0;
    font-size: 15px;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
#contact input[type="submit"], #contact button{
    background: #e5004f;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px 30px;
    margin-top: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}
#contact input[type="submit"]:hover{
    background: #ff0066;
}
#contact textarea{
    height: 150px;
}
.gm-style-mtc{
    display: none;
}

/*INSCRIPTION*/
#contact{
    padding-top: 30px;
}
.container_22 #contact input{
    margin-bottom: 10px;
}
.container_22 #contact .checkbox{
    margin: 0;
}
.container_22 td{
    padding: 5px;
    border: 1px solid #ccc;
}
/*.container_22 td.input_cell{
    text-align: center;
}*/

/* SHOP */
.container_7 .content{
    padding-bottom: 60px; 
    margin-bottom: 60px;
}
.shop_artikel h2{
    font-family: 'Pacifico', cursive;
    font-size: 30px;
    margin: 30px 0 15px;
}
.shop_artikel{
    margin-bottom: 50px;
}
.shop_artikel input.amount{
    display: inline-block;
    margin-bottom: 0;
    max-width: 210px;
    background: #f0efed;
    border: 1px solid #ccc;
}
.shop_artikel .price{
    font-weight: 300;
    margin-top: 20px;
    color: #e5004f;
    font-size: 25px;
}

.shop_text{
    padding-bottom: 35px;
}
.sold{
    font-weight: 700;
}

table#cart{
    margin: 20px 0;
}
body table#cart{
	background-color: #ffffff;
	border-top: 1px solid #cf2963;
	border-bottom: 1px solid #cf2963;	
}
body table#cart td{
	padding: 3px 10px 3px 10px;
}
body table#cart .border_right{
	border-right: 2px solid #EDF9FB;
}
body table#cart td{
	padding: 10px;
}
body table#cart td{
	border-bottom: 1px solid #cf2963;
	padding-bottom: 10px;
}
#label_row td{
    font-weight: 500;
    border-bottom: 2px solid #cf2963;
}
#label_row, #total_row{
    display: none;
}
/* END POPUP */





/*TEAM*/
.team_container{
    padding-top: 30px;
}
.team_ele{
    margin-bottom: 40px;
    background: #fff;
}
.team_ele h2{
    font-family: 'Pacifico', cursive;
}
.team_ele .text{
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

/*GALLERY*/
#gallery_select{
    width: auto;
    max-width: 100%;
}
.gallery_cat{
    width: 100%;
    margin-top: 30px;
    position: relative;
    
}
.gallery_cat .title_container{
    max-width: 60%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
}
.detail_arrow{
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.gallery_cat .cat_title{
    color: #fff;
    margin: 0;
}

#gallery_grid{
    margin-top: 45px;
    margin-left: -15px;
    margin-right: -15px;
}
.gallery_ele{
    position: relative;
    box-sizing: border-box;
    border: 15px rgb(252, 247, 233) solid;
    overflow: hidden;
    cursor: pointer;
}
.gallery_ele .gallery_image{
    width: 100%;
}

.gallery_ele img{
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -ms-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out
}
.gallery_ele:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /*width: 110%;
    max-width: none;
    position: relative;
    left: -5%;
    top: -5%;*/
}
#image_count{
    display: none;
}
/*GALLERY LIGHTBOX*/
.detail_content{
    display: none;
}
#detail_container{
    position: fixed;
    overflow-y: auto;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    display: none;
    z-index: 300;
}
#detail_container #blind{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background: #000;
}
#overlay_container{
    padding-top: 15vh;
    height: 100vh;
}
#detail{
    height: 100%;
    position: relative;
}
.gallery_detail_content{
    position: absolute;
    bottom: 5vh;
    width: 100%;
    padding-top: 3vh;
    max-height: 10vh;
    border-top: 1px solid #8e8e8d;
}
#detail *{
    color: #fff !important;
}
#detail_img{
    margin: 0 auto 30px;
    display: block;
    width: auto;
    max-height: 70vh;
    padding-bottom: 5vh;
}
#download{
    display: none;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}
#detail_desc{
    text-align: left;
    font-size: 16px;
    font-style: italic;
}

#pager{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
#close, #next, #prev{
    cursor: pointer;
    position: fixed;
}
#close{
    top: 5vh;
    right: 0.9375rem;
    width: 40px;
    height: 40px;
    max-width: 5vh;
    max-height: 5vh;
}
#next, #prev{
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
}
#next{
    right: 30px;
}
#prev{
    left: 30px;
}

.orbit-timer{
    display: none;
}
.orbit-bullets li{
    width: 11px;
    height: 11px;
    margin-right: 15px;
    background: #d3d1d0;
}
.orbit-bullets li.active{
    background: #6d6865;
}

/*NEWS*/
#news .detail{
    display: none;
}
#news .news_ele, #mini_news .mini_news_ele{
    padding-bottom: 40px;
}
#mini_news{
    padding-bottom: 50px;
}
#mini_news h1{
    margin-bottom: 20px;
}
.mejs-container{
    margin-bottom: 15px;
}
.orbit-bullets button{
    width: 12px;
    height: 12px;
    margin: 0 5px;
}


/*Lightbox (swipebox))*/
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img{
    border: 10px solid #fff !important;
    max-width: 90%;
}
#swipebox-slider{
    top: 10px;
    bottom: 10px;
    height: auto;
}
#swipebox-overlay{
    background: rgba(13,13,13,0.8);
}


/*ANIMATIONS*/
.dom_overlay_container{
    width: 0 !important;
    height: 0 !important;
}
.row.relative{
    position: relative;
}
.container_1 #animation_top{
    left: 0;
}
#animation_top{
    bottom: 0;
    right: 0;
}
.container_1 .animation, #animation_top{
    position: absolute;
}
.container_1 #animation_bottom{
    right: 0px;
    top: 0px;
}
#animation_middle{
    right: 50px;
    top: 0;
}
#animation_middle .animation_container .animation_canvas{
    max-height: 220px !important;
    width: auto !important;
    
    margin-top: -40%;
}
#animation_bottom .animation_container .animation_canvas{
    margin-top: -20%;
}
#animation_bottom .animation_container #canvas_mama{
    margin-top: -40%;
}
.container_1 #animation_bottom div{
    height: 0 !important;
}

#animation_bottom{
    float: right;
    margin-top: 30px;
}
#animation_bottom #canvas_mama{
    max-height: 400px;
}

/*Small ONLY*/
@media only screen and (max-width: 40.0625em) {
    h1{
        line-height: 65px;
            
    }
    .team_ele .text{
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .team_ele .img_right{
        display: none;
    }
    /*gallery*/
    .container_1 .gallery_slide{
        height: 360px;
    }
    .gallery_slide{
        width: 100%;
        height: 250px;
    }
    .header_gallery .gallery_desc{
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; 
    }
    .gallery_cat h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: normal;
    }
    .container_14 table td{
        width: 50%;
    }
    
    .animation{
        display: none;
    }
}


/* Small */
/*@media only screen and (max-width: 40em) {*/
@media only screen {
    /*general*/
    .page{
        padding-top: 25px;
        padding-bottom: 50px;
    }
    /*nav*/
    header nav.tab-bar, header nav.tab-bar .menu-icon{
        height: 26px;
        line-height: normal;
    }
    nav.tab-bar{
        background: none;
    }
    nav.tab-bar .right-small{
        border: none;
        width: auto;
        height: auto;
    }
    .off-canvas-wrap.move-left .right-off-canvas-menu{
        box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    }
    .exit-off-canvas{
        box-shadow: none !important;
    }
    .tab-bar .menu-icon span:after{
        box-shadow: 0 0 0 2px #000, 0 11px 0 2px #000, 0 22px 0 2px #000 !important;
        top: 2px;
        left: auto;
        right: 0;
        margin-top: 0;
        width: 25px;
    }
    #close_offcanvas img{
        width: 47px;
        padding: 10px;
        padding-right: 18px;
        box-sizing: border-box;
    }
    .off-canvas{
        background: #2b2b2b;
        height: 100%;
    }
    .off-canvas .parent{
        background-image: url(../pix/mobile_nav_arrow.png);
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-size: 15px;
        margin-bottom: 1px;
    }
    .off-canvas a, html .off-canvas a:hover, html .off-canvas a:focus, .off-canvas .children li.active a, .off-canvas .meta_offcanvas a.active{
        color: #fff;
        text-decoration: none;
    }
    .off-canvas a:after{
        display: none !important;
    }
    .off-canvas .children a, .off-canvas .meta_offcanvas a{
        color: #999999;
        background: none;
    }
    .off-canvas ul.children li a{
        padding-left: 0;
    }
    .off-canvas .meta_offcanvas{
        margin-top: 30px;
    }

    /*header*/
    
    .meta-site a, .meta-lang a{
        padding-right: 15px;
    }
    .logo{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .logo_small{
        position: relative;
        z-index: 10;
    }
    .menu_icon_container{
        left: 0;
        position: fixed;
        width: 100%;
        background: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        z-index: 1;
    }
    .menu_icon_container .shadow{
        display: none;
    }
    /*.menu_icon_container .menu-icon{
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 0.9375rem;
    }*/
    /*home*/
    #home_intro .intro_big{
        font-size: 30px;
    }
    #home_intro .intro_small{
        font-size: 20px;
        line-height: 36px;
    }
    .video_container p{
        margin-top: 10px;
    }

    /*news*/
    .container_9 h1.news{
        margin-top: 25px;
    }
    .news_detail .gallery_slide{
        height: 463px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .news_detail p iframe.yt-embedded {
        max-width:100%;
    }

    .social_circle{
        width: 50px;
        height: 50px;
        background: #999999;
    }
    .social_circle img{
        height: 30px;
        margin: 10px 0;
    }

    .social_circle.youtube img {
        padding:2px;
    }
    
    .sold{
        height: 39px;
    }
    
}


/* Medium */
@media only screen and (min-width: 40.0625em) {
    /*general*/
    #canvas_container{
        box-shadow: none;
    }
    .page{
        padding-top: 75px;
        padding-bottom: 50px;
    }
    
    /*header .shadow{
        display: none;
    }*/
    header{
        position: fixed;
    }

    .meta-site{
        padding-top: 33px;
        padding-bottom: 60px;
    }
    .meta-site a{
        padding-left: 0;
        padding-right: 15px;
        display: inline-block;
        color: #999999;
    }
    .meta-site a.active, .meta-site a:hover{
        color: #000;
    }
    .social_circle{
        margin-left: 15px;
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #009ac1;
    }
    .social_circle:hover{
        background-color: #00c0f1;
    }
    .social_circle img{
        height: 18px;
        margin: 6px 0;
    }
    
    .logo{
        padding-top: 45px;
    }
    
    .logo img{
        max-width: 250px;
    }
    .logo_medium{
        padding-bottom: 20px;
    }
    /* Main-Nav */
    #mainnav > li{
        display: inline-block;
        width: 24%;
        max-width: 170px;
        text-align: center;
        margin-right: 2px;
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        position: relative;   
    }
    #mainnav li a{
        color: #fff;
        font-size: 19px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        font-weight: 500;   
                  
    }

    #mainnav li.active > a {
        background: none;
    }
    
    .subnav_container{
        position: relative;
    }
    header .subnav_shadow{
        display: block;
        left: 0;
        top: 0;
    }
    .subnav_arrow{
        width: 16px;
        height: 16px;
        position: absolute;
        bottom: -8px;
        left: 50%;
        margin-left: -8px;
        z-index: 10;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #mainnav li:not(.active):hover{
        opacity: 0.8;
    }
    #subnav ul{
        margin: 0;
        width: 100%;
    }
    #subnav li{
        list-style-type: none;
        background: none !important;
        display: inline-block;
    }
    #subnav li a{
        background: none;
        color: #999999;
        font-size: 17px;
        margin-right: 20px;
        height: 60px;
        line-height: 60px;
    }
    #subnav li a.active, #subnav li a:hover{
        color: #000;
    } 
    
    
    footer .address{
        border: none;
        padding-right: 130px;
        display: inline-block;
    }
    footer .logo_fv{
        display: inline-block;
        max-width: 140px;
        vertical-align: top;
        cursor: pointer;
    }
    footer .logo_fv:hover{
        opacity: 0.8;
    }
    footer .logo_fv, footer .address{
        padding-top: 50px;
    }

    /*home*/
    #home_intro .intro_big{
        font-size: 36px;
    }
    #home_intro .intro_small{
        font-size: 24px;
        line-height: 41px;
    }
    .scroll_arrow_containter{
        position: relative;
        z-index: 10;
    }
    #scroll_arrow{
        cursor: pointer;
        position: absolute;
        margin: 0 auto;
        bottom: 50px;
        left: 50%;
        margin-left: -28px;
    }
    .container_1 #inscris_toi{
         position: absolute;
         bottom: 90px;
         left: 0;
    }
    .video_container p{
        margin-top: 0;
    }

    /*gallery*/
    .container_1 .header_image .gallery_slide{
	   height: calc(100vh - 173px);
	}
    .orbit .column{
        position: relative;
    }
	.header_image .gallery_slide{
	   height: 475px;
       background-size: cover;
	}

    /*news*/
    .container_9 h1.news{
        margin-top: 75px;
    }
    .news_detail .gallery_slide{
        height: 620px;
    }
    
    #inscris_toi{
        position: absolute;
        bottom: -25px;
        right: 0;
    }
    
    /*shop*/        
    .shop_artikel .price{
        font-size: 30px;
    }
    .sold{
        margin-bottom: 45px;
    }
    
    /*team*/
    .team_ele:nth-child(2n) .img_left{
        display: none;       
    }
    .team_ele:nth-child(2n-1) .img_right{
        display: none;       
    }
    .team_ele:nth-child(2n) .text{
        padding-left: 2.8125rem;
    }
    .team_ele .img_left{
        min-height: 1px;
    }
    
    .content:not(.twocols){
        max-width: 830px;
    }
    .content.twocols .text{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
    .textblock{
        margin: 0;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: table;
    }
}

/* Large */
/*@media only screen and (min-width: 54.063em) { */
@media only screen and (min-width: 64.0625em) {
    #bymoxi{
        display: block;
    }
    .logo_large{
        padding-left: 0 !important; 
    }
    .container_22 #contact input{
        max-width: 310px;
    }
    .shop_artikel .amount{
        margin-left: 20px;
    }
    .sold{
        margin-bottom: 0;
    }
}

/*Nav pos*/
.anchor {
    position: relative;
    top: 1px;
}
/*firefox nav position*/
@-moz-document url-prefix() {
    .anchor {
        top: 15px;
    }
}





/* ==|== helper styles =====================================================
   Author: moxi
   ========================================================================== */
.hidden{display: none}
.clear{clear: both}





/*tinymce Admin styles*/
#tinymce .content_gallery{
    width: 256px;
    height: 205px;
    background: url(../../admin/assets/pix/gallery.png) no-repeat center;
    background-size: cover;
    color: transparent;
}
.gallery_placeholder{
    display: block;
}
.gallery_placeholder:after, .gallery_placeholder:before {
    content:"\000A";
    white-space: pre;
}
