.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{
    font-family: 'Maven Pro', Arial, sans-serif !important;
    color: #31374C !important; /*dunkelblau*/
    font-size: 16px !important;
    background-color: #fff;
}

.top-bar-section ul li > a {
    font-family: 'Maven Pro', Arial, sans-serif !important;
}

.page{
    margin-top: 50px;
    margin-bottom: 50px;
    max-width:700px;
}


footer{
    border-top: 1px solid #ccc;
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color:#999;
}

footer a{
    color:#999;
}



footer img{
    width:80%;
    height:auto;
}

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

/*HEADER*/
header{
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
    width: 100%;
    z-index: 10;
}
header #head_top{
    padding: 20px 0 0px;
    background: #fff;
    z-index: 10;
}
header #head_bottom{
    padding-bottom: 15px;
}
nav .top-bar-section ul li a, .meta-lang a, .meta-site a{
    color: #999;
    line-height: normal !important;
}
.top-bar-section ul li a:hover, .top-bar-section ul li.active a, .meta-site a:hover, .meta-site a.active, .meta-lang a:hover, .meta-lang a.active{
    color: #000 !important;
}

p a:hover, footer a:hover, header1 a:hover{
	text-decoration:underline;
}

nav.top-bar{
    height: auto !important;
    line-height: normal !important;
    margin-top: 0px;
}

.nav-mobile{
    -webkit-box-shadow:0px 1px 1px #B3B3B3;
    -moz-box-shadow:0px 1px 1px #B3B3B3;
    box-shadow:0px 1px 1px #B3B3B3;
    padding-bottom:25px;
}

.left-small{
    border:none;
}



.header_img{
    margin-bottom:50px;
}


/* TEXT */
h1,h2,h3,h4,h5{
    font-family: 'Maven Pro', Arial, sans-serif;
    line-height: normal;
    margin: 0;
}
h1{
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 2rem;
    color: #008CBA;
}

h2{
    font-weight:bold;
    font-size:1rem !important;
    color: #31374C !important;
    margin-bottom:10px;
    margin-top:30px
}

h3{
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
}

.intro {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}
p {
    line-height: 1.2;
    margin-bottom: 0.7rem;
}

p img{
    margin-bottom:40px;
}

a, .link{
    color: #008CBA;
    cursor: pointer;
}


/*SIDEBAR*/
.sidebar > div:not(:last-child){
    margin-bottom: 30px;
}
.sidebar > div:first-child h2{
    line-height: 2rem;
    margin-bottom: 2rem;
}
.sidebar .news_ele{
    margin-bottom: 25px;
}

/*GALLERY*/
.orbit-bullets-container{
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*background: url(../pix/gallery_gradient.png) repeat-x bottom;*/
    height: 136px;
}
.orbit-bullets{
    display: block !important;
    margin-bottom: 0;
    margin-top: 87px;
    top: auto;
}
.orbit-bullets li{
    width: 14px;
    height: 14px;
    margin-right: 15px;
    border: 2px solid #fff;
    background: transparent;
}
.orbit-bullets li.active{
    background: #fff;
}
.gallery_slide{
    background-size: cover;
}
.hide_pager .orbit-bullets-container{
    display: none !important;
}

.orbit-container{
    height:192px;
    margin-bottom:50px;
}

/* CONTACT */
#address h3{
    margin-top: 0;
}
#contact table{
    border: 0;
    width: 100%;
    margin-bottom: 0;
}
#contact table tr{
    background: none !important;
}
#contact table tr td{
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
}
.form_label{
    width: 100px;
    vertical-align: top;
}
#map_canvas{
    height: 300px;
}
#contact input[type="text"], #contact input[type="email"], #contact textarea{
    width: 100%;
    max-width: 350px;
    margin: 0;
}
#contact input[type="submit"]{
    background: #008CBA;
    border: none;
    outline: none;
    color: #fff;
    padding: 10px 30px;
}
#contact input[type="submit"]:hover{
	opacity:0.7;
	cursor:pointer;
}

#contact textarea{
    height: 150px;
}
.gm-style-mtc{
    display: none;
}


/*TEAM*/
.team_ele{
    padding-bottom: 30px;
}


/*NEWS*/
#news .detail{
    display: none;
}
#news .news_ele{
    padding-bottom: 30px;
}
.news_less{
    display: none;
}



@media only screen and (max-width:40em){

    #bymoxi{
        display:none;
    }

    .page{
        padding-top:40px;
    }

    footer img{
        width:100%;
        height:auto;
    }

    .left-small{
        margin-top:-5px;
    }

    .right-small{
        margin-top:5px;
    }
}


/* Small */
/*@media only screen and (max-width: 40em) {*/
@media only screen {
    /*nav*/
    #head_top nav.tab-bar, #head_top 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;
    }
    aside .off-canvas-list dd, aside .off-canvas-list dl{
        margin: 0;
    }
    aside ul.off-canvas-list li a{
        text-decoration: none;
        font-size: 21px;
        line-height: 44px;
        border-bottom: 0 !important;
        padding-left: 25px;
    }
    aside .off-canvas-list dd.active a{
        color: #008CBA;
    }

    /*header*/
    header{
        position: relative;
    }
    #head_top{
        position: fixed;
        z-index: 10;
    }
    #head_top.shadow{
        -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.75)
    }
    #head_bottom{
        padding-top: 56px;
    }
    .meta-site a, .meta-lang a{
        padding-right: 15px;
    }
    .meta-site{
        padding-left: 20px;
    }
    .logo{
        padding-top: 10px;
        padding-bottom: 15px;
    }

    /*sidebar*/
    .sidebar{
        margin-top: 50px;
    }
    /*gallery*/
    .gallery_slide{
        width: 100%;
        height: 660px;
    }
   
    
}

@media only screen and (max-width: 40.0625em) {
	#head_top .column{
	    -webkit-box-shadow:0px 1px 1px #B3B3B3;
	    -moz-box-shadow:0px 1px 1px #B3B3B3;
	    box-shadow:0px 1px 1px #B3B3B3;
	    padding-bottom:25px;
    }
}

/* Medium */
@media only screen and (min-width: 40.0625em) { 
    
    #head_top{
        position: static;
        padding-bottom: 38px;
        margin-bottom:-10px;
    }
    #head_bottom{
        padding-top: 0;
    }
    .meta-lang, .meta-site{
        float: right;
    }
    .meta-site a, .meta-lang a{
        padding-left: 15px;
        padding-right: 0px;
    }
    .meta-site{
        padding-right: 20px;
        padding-left: 0px;
    }
    /* Main-Nav */
    nav.top-bar, .top-bar-section ul li, nav .top-bar-section ul li a{
        background: #fff !important;
        font-size: 20px;
    }
    #mainnav{
        display: table;
        width: 100%;
    }
    .top-bar-section ul li{
        display: table-cell;
        float: none;
    }
    .top-bar-section li a{
        padding-right: 0px !important;
        text-align: right;
    }
    aside .off-canvas-list dd, aside .off-canvas-list dl{
        margin: 0;
    }

    /*sidebar*/
    .sidebar{
        margin-top: 0;
    }

    /*gallery*/
    .gallery_slide{
        height: 600px;
    }
    .logo{
        padding-bottom: 0;
        padding-top: 0;
    }
   
   
	#page_container_1{
	    margin-top:-40px;
    }
}

@media only screen and (min-width: 64.0625em){
	#page_container_1{
	    margin-top:40px;
    } 
}

@media only screen and (max-width: 736px) {
	.orbit-container{
		height:0px;
		margin-bottom:0px;
	}
}

/*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;
}
