/*
Theme Name: AREF
Author: MAP SA
Author URI: https://www.map.ch
Description: Theme by MAP COMMUNICATION
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aref

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Farben ---

braun      	#7A705F
dunkelbraun #3b3223
grün	   	#98bc29

*/
@import url('https://fonts.googleapis.com/css?family=Assistant:400,600');


body, html, ul, p  {
    padding:0px;
    margin:0px;
    outline: none;
    border: none;
    max-width:100%;
}
ul {
    list-style: none;
}
img {
    height: auto;
}
input, textarea{
    padding: 10px;
    border: 1px solid;
    width: 100%;  
}
body, html {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: white;    
    font-size: 16px;
    line-height: 22px;
    width:100%;
    height:100%;
}
body a {
    text-decoration: none;
    color: inherit;
}
body a:hover, body a:active {
    color: #7A705F;
}
body, #wrapper {
    min-height: 100%;
}

strong {
    
}
h1 {
    font-weight: 600;
    font-size: 48px;
    margin: 50px 0px;
    letter-spacing: 0.5px;
	color:#3b3223;
    line-height: normal;
}
h2 {
	font-size: 36px;
	color: #3b3223;
    margin: 0 0 35px 0;
}
h3 {
	font-size: 1.4em;
    color: #3b3223;
    margin: 0px 0 20px 0;
    line-height: 1.2em;
}

hr {

}
p, strong {

}
ul li {
    
}

#wrapper {
    width: 100%;
    max-width: none;
    position: relative;
}
.fusion-clearfix {
    clear:both;
}
.noMargeTop {
    margin-top:0px !important;
    padding-top:0px !important;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}



/**************************************************************************
**************************************************************************
*********     HEADER PART 
***************************************************************************
***************************************************************************/

/* connexion / déconnexion */
a.login {    
    display: inline-block;
    font-family: 'Assistant', sans-serif;
    text-align: right;
    margin-bottom: 30px;    
    color: white;
    background-color: #a2c037;
    border: none;
    border-radius: 4px;
    padding: 10px;
    /*display: none;*/
}

a.login:hover,
a.login:active,
a.login:focus {
    background-color: #768f1d;
    color: white;
}

.header-wrapper {
    height:  auto;
    background: #ffffff;
    width:100%;
    z-index:555;
}
.header-wrapper.header-shadow:after {
    content: "";
    z-index: 99996;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    -webkit-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.34);
    
}
.header-wrapper-mobile {
    display:none;
}
.navFarbe {
    background-color:#3b3223;
}
#mobile-menu {
    background-color: rgba(162, 192, 55,0.99);
    bottom: 0;
    left: -100%;
    overflow: auto;
    position: fixed;
    top: 0px;
    width: calc(70% - 60px);
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1000000;
    padding: 30px;
}
#mobile-menu a.login, #mobile-menu a.login:hover {
    color: #a2c037;
    background-color: white;
}
#aref-mobile ul li {
    margin: 15px;
    list-style: none; 
}
#aref-mobile ul li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 21px;
}
.size-row {
    max-width:1100px;
    margin:0 auto;
    position:relative;
}
.size-row:after {
    content: "";
    display: block;
    clear: both;
}

.size-1600 {
    max-width: 1600px !important;
    padding: 0 10px;
}

.logo {
    padding: 35px 0 30px;
    z-index: 99999;
}
.logo a {
    display:block;   
}
.logo img {
    width: 350px;
}
.header-wrapper aside {
    position: absolute;
    bottom: 38px;
    right: 0;
}
.header-wrapper aside .slogan {
    font-size: 24px;
	color: #3b3223;
}
.dbraunstark {
    color: #23180c;
    font-weight: 600;
    margin-right: 2px;
}
.textwidget {
    color:white;
	margin-top: 20px;
}
.textwidget a:hover {
    color: #23180c;
}

/*** nav ***/
.header-wrapper nav {
    padding: 0;
    text-align: left;
}
#aref {
    font-size: 18px;
    z-index: 99997;
    
}
#aref ul, #aref-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#aref ul li {
    position: relative;
    display: inline-block;
    margin: 0;
	height: 25px;
    padding: 12px 0;

}
#aref ul li a {
    color: #e6e2df;
    text-transform:uppercase;
    letter-spacing: 0.5px;
    margin: 0 15px;
    font-size: 15px;
}
#aref ul li:last-child a {
    margin: 0 0 0 15px;
}

#aref ul li.current-menu-item a, 
#aref ul li a:hover  {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}
#aref ul li.current-menu-item a {
    font-weight: 600;
}
nav #aref ul li ul {
    display: none;
}
nav #aref ul li:hover > ul {
	display: block;
    z-index: 1000;
    background: rgba(255, 255, 255, 1);
    padding: 10px 0px 20px;
    position: absolute;
    text-align: left;
    font-size: 18px;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    min-width: 240px;
    top: 49px;   	
}
nav #aref ul li ul li {
    color: #3b3223;
    position: relative;
    margin: 20px 0;
    padding: 0px 10px;
    display: block;
    line-height: 22px;
    height: 100%;
}
nav #aref ul li ul li a {
    color: #3b3223;
}
nav #aref ul li ul li.menu-item-has-children::after {
    content: ">";
    position: absolute;
    right: 5px;
}
nav #aref ul li ul li ul {
    display: none;
}
nav #aref ul li ul li:hover ul {
    display: block;
    position: absolute;
    left: 200px;
    margin: 0px;
    padding: 0px;
    background: rgba(255, 255, 255, 0.88);
    width: 300px;
    text-align: left;
    top: 0px;
}
nav #aref ul li ul li:hover ul li {
    font-size: 14px;
}
nav #aref ul li ul .current-menu-item > a {
	font-weight: bold;
}
#aref ul li ul li.current-menu-item a, #aref ul li ul li a:hover {
    color: #3b3223;
    font-size: 15px;
	font-weight: 600;
}
#aref ul li.current-menu-item ul li a {
    color: #3b3223;
}

/**************************************************************************
**************************************************************************
*********     PAGE
***************************************************************************
***************************************************************************/
.fixFloat {
    clear:both;
}
#main {
    padding: 0 0 90px 0;
    background: white;
	min-height:450px;
}
iframe {
    width:100%;
}

.middletittle {
    font-size: 36px;
    color: #ffffff;
    line-height: 48px;
}
ul {
    padding: 10px 35px;
    list-style-type: bengali;
}
ul li {
     margin: 10px 5px;
     list-style-type: square;
    
}
#main .middleimg {
    background-position: center center !important;
}

.comity {
    padding: 35px 0px;
}

.underlink a {
	text-decoration:underline;
}
/* contact form */
.wpcf7 .mc4wp-form input[type="submit"] {
    width: 30%;
}
.wpcf7-form p {
	margin-bottom: 15px;
}

.mc4wp-form input[type="submit"] {
    background-color: #3B3224;
    color: #fff;
    width: 45%;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #484033;
}
.mc4wp-form input {
    font-size: 15px;
    border: none;
    width: 90%;
}
.required {
    font-size: 14px;
    margin-bottom: 20px;
}

/***  Home ***/
.home #main {
    background: white;
	padding: 0;
}
#metaslider_14 {
    margin-top: -10px;
}
.home .wpb_content_element {
    margin-bottom: 10px !important;
}

.services {
    padding-top: 20px;
}
.services  p {
    font-size: 15px;
}
.services h3 {
    margin-bottom: 10px;
	font-size: 1.1em;
    color: #3b3223;
}
.services img {
    width:100%;
    min-height: 90px;
}
.services .vc_col-sm-4 .vc_column-inner {
    padding: 0 !important;
}

/**************************************************************************
**************************************************************************
*********     SINGLE
***************************************************************************
***************************************************************************/

.post-content .articles {
    width: 100%;
}
.post-content .articles:after {
    clear:both;
    content: " ";
}

article.singleone .thumbn-single {
    overflow: hidden;
    text-align: center;
    position: relative;
}

article.singleone .thumbn-single img {
    max-width: none; 
    height: 230px;
    margin-left: -9%;
    display: block;
}

article.singleone  {
    display: block;
    width: calc(33% - 30px);
    float: left;
    position: relative;
    padding: 0px 15px 20px 15px;
}
article.singleone:nth-child(3n+1) {
    padding: 0px 30px 20px 0px;
}
article.singleone:nth-child(3n){
    padding: 0px 0px 20px 30px;
}

article.singleone h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 15px 0px 5px 0px;
	letter-spacing: 0;
}

.content-single {
    width: calc(70% - 100px);
    float: left;
    padding-right:100px;
}
.single #main::after {
    content: ' ';
    clear:both;
}

.thumbn-single img {
    max-width: 100%;
	margin-bottom:20px;
}

.content-single  h1 {
    margin: 50px 0 30px 0px;
	line-height: 55px;
}

.thumbn-single .date {
   z-index: 4;
    width: 40px;
    height: 70px;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 48%;
    padding: 8px 10px;
    text-align: center;
    background: #a2c037; 
}

article.singleone  .thumbn-single .date {
    top: 33%;
}


.thumbn-single .date .day {
    display: block;
    border-bottom: 1px solid #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 6px; 
    margin-top: 5px;
}
.thumbn-single .date .month {
     font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 14px;
}
.thumbn-single .date .year {
    font-size: 13px;
    margin-top: -7px;
    display: block;
}

aside#sides {
   width: calc(30% - 40px);
   float: right; 
   padding: 40px 20px;
}

aside#sides h2 {
    margin: 30px 0 45px 0;
}
.rpwwt-widget ul li {
    margin: 0 0 0.3em !important;
}
.rpwwt-post-title {
    font-weight: bold;
}
.rpwwt-post-categories {
    
}
/***************/


/**************************************************************************
**************************************************************************
*********     FOOTER
***************************************************************************
***************************************************************************/
.footer-area {
    bottom: 0px;
    width: 100%;
    color: #ffffff;
    padding: 20px 0px 120px 0px;
    font-size: 15px;
    background-color: #3b3223;
    background-image: url('assets/img/fingerprint.png'); 
    background-position: bottom;
}

.footer-area a:hover {
    color: #806e5d;
}
.footer-area .fa {
    font-weight: 600;
    margin-right: 2px;
}

.linkseitig {
    float: left;
    width: 33.33%;    
}
.rechtseitig {
    float: left;
    width: 60%;
    padding-top: 38px;
}
.rechtseitig h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.rechtseitig a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
    margin: 0px 0 20px 0;
    line-height: 1.2em;	
}
.rechtseitig i {
	font-size: 24px;
}
.footer-area .size-row::after {
    clear:both;
}

/*********** CUSTOMS PLUGIN ***********/
.wpsl-input label, #wpsl-radius label, #wpsl-category label {
    width: 135px !important;
}
#wpsl-stores span, #wpsl-stores p{
    color:#000;
}
#wpsl-stores div{
    float:left;
    width:25%;
}
#wpsl-stores .wpsl-store-location {
    width: 50%;
    display: -webkit-box;
    display: -webkit-inline-box;
}
#wpsl-stores .wpsl-store-location p:first-child {
    width: 40%;
}
.wpsl-info-window p{
    color:#000;
}
.wpsl-widget-search{
    margin-bottom:5px;
}

#wpsl-search-wrap h2{
    width:100%;
}
#wpsl-radius label{
    width:auto!important;
}
#wpsl-search-wrap div label {   
    line-height: 40px!important;      
}
.wpsl-dropdown {
 width:80px!important;   
}
#wpsl-city-cp{
    width:99px!important;
}
#wpsl-category .wpsl-dropdown {
    width: 203px !important;
}
#wpsl-checkbox-filter input {
	width:6%;
}
#wpsl-search-btn {
	background-image: none;	
    background-color: #3B3224;
    color: #fff;
	box-shadow: none;
	font-size: 15px;
    border: none !important;
    border-radius: 0 !important;
}
#wpsl-search-btn:hover {
    background-color: #484033;
    border: none !important;
    border-radius: 0 !important;	
}
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
    width: 30%;
    display: block;
    float: left;
    margin-bottom: 5px;
}
#wpsl-wrap {
    margin-top:15px;
}
#wpsl-stores div.wpsl-direction-wrap {
    width: 50%;
}
div.wpsl-more-info-listings {
	width:100% !important;
}
#wpsl-wrap #wpsl-result-list ul li {
    list-style-type: square !important;
	padding: 0 0 2px 0 !important;
}
/*** QUERIES  ***/
@media screen and (max-width: 1100px) {
    .size-row {
        padding: 0 30px;
    }
    .vc_column-inner  {
         padding: 0px 10px !important;
    }
    .header-wrapper aside {
        right: 20px;
    }
    #aref {
        padding: 0 20px;
    }
    .home #main {
        padding: 20px 20px 20px 25px;
    }
    
    .footer-area {
        padding: 20px 0 50px;
        width: 100%;
    }
    .logo {
        padding-left: 15px;
    }
    .page-id-124 .vc_col-sm-2 {
        width: 32% !important;
    }
    #metaslider_container_14 {
        margin-top: 150px;
    }
}

@media (min-width: 768px) and (max-width: 1150px) {
    .services_a .vc_col-sm-3 {
        width: 50%;
    } 
}
@media screen and (max-width: 768px) {
    .logo {
        width: 200px;
        padding-left: 0;
    }
    input, textarea {
        padding: 10px;
        border: 1px solid;
        width: 92%; 
    }
    #responsive-menu-button {
        top: 15px !important;
    }
    .services_a .services, .services_a .services .wpb_single_image {
        text-align: center;
    }
    article.singleone {
        width: calc(100% - 30px);
        margin:20px 0px;
        padding: 0px !important;
        float: none;
        margin: 20px 0px !important;
        
    }
    article.singleone .thumbn-single {
        width: 30%;
        float: left;
    }
    article.singleone .thumbn-single img {
        width: 100%;
        height: auto;
    }
    .middletittle {
        font-size: 23px;
    }
    h2 {
        line-height: normal;
    }
    #wpsl-checkbox-filter.wpsl-checkbox-3-columns li {
        width: 45%;
    }
    #wpsl-stores .wpsl-store-location, #wpsl-stores div.wpsl-direction-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 420px) {
    article.singleone {
        width: 100%;
    }
   #wpsl-stores .wpsl-store-location {
       display: block;
   } 
   article.singleone .thumbn-single {
        width: 100%;
        float: none;
   }
   article.singleone .thumbn-single img {margin: 0px; !important}
   
   #wpsl-stores .wpsl-store-location p {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    #main { 
        padding-top: 120px;
    }
    .size-row {
        padding: 0 20px;
    }
    .header-wrapper {
        display:none;
    }
    
 
    
    #n2-ss-2-align {
        padding-top:120px;
    }
    h1 {
        font-size: 26px;
    }
    .title-wrapper h1 {
        font-size: 24px;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .title-wrapper h1::after {
        top: 90px;
    }
    .home .wpb_content_element {
        margin-bottom: 30px !important;
    }
    .unternehmen {
        padding-right: 0;
    }
    .textwidget {
        font-size: 14px;
    }
    .obereste .textwidget {
        padding: 5px 0;
        text-align: center;
    }
    .dbraunstark {
        color: #806e5d;
    }
    .footer-area {
        padding: 20px 20px 50px;
        width: calc(100% - 40px);
    }
    .footer-area .textwidget {
        padding-right: 60px;
        padding-bottom: 10px;
    }
    .linkseitig {
        width: 100%;
    }
    #custom_html-4 .textwidget {
        padding-right: 90px;
    }
    
}
@media screen and (max-width: 999px) {
   .header-wrapper {
        display: none;
   } 
   #main {
        padding-top: 120px;
   }
}

@media screen and (max-width: 1000px) {
    header.header-wrapper-mobile {
        position: fixed;
        height:120px;
        background: #ffffff;
        z-index: 999999;
    }
    .header-wrapper-mobile {
        display:block;
        height: auto;
        width: 100%;
    }
    .logo {
        width: 220px;
        padding-left: 20px;
        padding-top: 15px;
    }
    .logo a img {
        width: 190px;
    }
    .hp-link-post  {
        margin: 10px 0px;
    }
    .toggleAside {
        display: block;
        position: absolute;
        right: 30px;
        top: 37px;
        font-size: 36px;
    }
    body.show_sidebar #mobile-menu {
        left: 0%;
    }
}

@media screen and (max-width: 320px) {
    .logo {
        width: 200px;
    }
    .textwidget {
        font-size: 12px;
    }
    .footer-area .textwidget {
        padding-right: 30px;
    }
    #custom_html-4 .textwidget {
        padding-right: 50px;
    }
    .owl-carousel .owl-stage-outer {
        height: 260px !important;
    }
    .vc_gitem-zone.vc_gitem-zone-a {
        padding-right: 20px !important;
        padding-left: 20px !important;
        height: 260px !important;
    }
    .mannschaft .vc_column-inner {
        padding: 0px 30px !important;
    }
    .page-id-124 .vc_col-sm-2 {
        width: 100% !important;
    }
    .postgrid-maschine .vc_col-sm-3 {
        width: 100%;
    }
}

@media screen and (min-width: 321px) and (max-width: 767px) {
    .rechtseitig {
        position: relative;
        float: left; 
    }
    .page-id-124 .vc_col-sm-2 {
        width: 50% !important;
        float: left !important;
    }
    .postgrid-maschine .vc_col-sm-3 {
        width: 50%;
        float: left !important;
    }
}
@media screen and (min-width: 360px) and (max-width: 567px) {
    .postgrid-maschine .vc_col-sm-3 {
        width: 100%;
    }
}

.grecaptcha-badge{
	visibility: collapse !important;  
}


.sf-field-search, .sf-field-post_date, .sf-field-sort_order, .sf-field-submit {
	float:left;	
}
.sf-field-post_date h4 { display:none; }
.sf_date_field { padding-top:0; }
.sf-input-date { margin-top:-5px; }
.sf-field-submit input[type="submit"] { margin-left:10px; }


/* WP FILE DOWNLOAD*/
@media screen and (max-width: 768px) {
    .wpfd-categories h2 {
        text-align: center;
        font-size: 12px !important;
        margin: 0 !important;
    }
}

#et-boc .wpfd-content a[class*=-download-category]:hover,
#et-boc .wpfd-content a[class*=-download-category]:focus,
#et-boc .wpfd-content a[class*=-download-selected]:hover,
#et-boc .wpfd-content a[class*=-download-selected]:focus,
.wpfd-content a[class*=-download-category]:hover,
.wpfd-content a[class*=-download-category]:focus,
.wpfd-content a[class*=-download-selected]:hover,
.wpfd-content a[class*=-download-selected]:focus 
#et-boc .wpfd-content a[class*=-download-category], 
#et-boc .wpfd-content a[class*=-download-selected], 
.wpfd-content a[class*=-download-category], 
.wpfd-content a[class*=-download-selected] {
    background-color: rgba(162, 192, 55, 1) !important;
 } 

#et-boc .wpfd-content .wpfd-container .wpfd-foldertree ul.jaofiletree a:hover,
.wpfd-content .wpfd-container .wpfd-foldertree ul.jaofiletree a:hover {
    font-weight: normal !important;
    text-decoration: underline !important;
}



#main.securite-travail .wpfd-container .wpfd-foldertree {
    min-width: 380px;
}

#main.securite-travail #search {
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 3px solid #c1c1c1;
}

#main.securite-travail .box-search-filter {
    margin: 0;
}

#main.securite-travail .box-search-filter .searchSection {
    margin: 0;
}
#main.securite-travail .box-search-filter .searchSection .wpfd-icon-search {
    top: 5px;
    transform: none;
} 

#main.securite-travail .box-search-filter .searchSection #txtfilename {
    margin-bottom: 0;
    font-family: 'Assistant', sans-serif;
}

#main.securite-travail .box-search-filter #Category_container .feature.wpfd_tabcontainer {
    /*display: none;    */
}

#main.securite-travail .box-search-filter #Category_container > .top {  
    background-color: #a9a9a9;
    width: 140px;
    margin: 0 0 0 auto;
}

/*design du formulaire page EMPLOI - 16 août 2023*/
 #formulaire-responsive {
     max-width:600px 
    /*-- à modifier en fonction de la largeur désirée --*/
     ;
     margin:0 auto;
     width:100%;
}
 .rang-form {
     width: 100%;
}
 .demi-colonne, .colonne {
     float: left;
     position: relative;
     padding: 0.65rem;
     width:100%;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .clearfix:after {
     content: "";
     display: table;
     clear: both;
}
/**---------------- Media query ----------------**/
 @media only screen and (min-width: 48em) {
     .demi-colonne {
         width: 50%;
    }
}
 #formulaire-responsive input[type="text"], #formulaire-responsive input[type="email"], #formulaire-responsive textarea, #formulaire-responsive input[type="tel"], #formulaire-responsive input[type="file"] {
     width: 100%;
     padding: 8px;
     border: 1px solid #ccc;
     border-radius: 3px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 #formulaire-responsive select {
     width: 100%;
     border: 1px solid #ccc;
     height: 33px;
     border-radius: 3px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 #formulaire-responsive .wpcf7-submit{
     float: right;
     color: #a2c037;
     font-weight: 600;
     background-color: #ffffff;
     border-radius: 4px;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     text-transform: uppercase;
     border-width: 2px;
}
#formulaire-responsive .wpcf7-submit:hover{
    background: #a2c037;
      color: #ffffff;
  }


