@media (max-width: 767px) {
  html {
    margin-top: 0 !important;
    overflow: scroll;
    overflow-x: hidden;
    scrollbar-color: #fff #fff;
    scrollbar-width: none; }
  ::-webkit-scrollbar {
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */ }
  #wpadminbar {
    display: none; }
  #map1 {
    height: 600px !important; }
  .nobordermobile {
    border: none !important; }
    .nobordermobile .vce-col-inner {
      border: none !important; }
  .margintm {
    margin-top: 25px !important; }
  .marginbm {
    margin-bottom: 25px !important; }
  .nomobile {
    display: none !important; }
  .marginclimobile {
    background: #dd44c1 !important; }
  .fullmobile, .widget-area {
    margin-left: -40px;
    margin-right: -40px; }
  /*******************************************************************************************************/
  /***************** header ******************/
  header {
    margin: 0;
    float: left;
    width: 100%; }
    header .topheader {
      display: block; }
    header .padding140x {
      padding: 0 !important; }
    header .content-header {
      background: #000;
      position: unset;
      float: left; }
    header .main-navigation .headerpart1 {
      width: calc(81% - 1px) !important;
      padding: 15px 0 !important;
      text-align: left !important;
      background-color: #000; }
      header .main-navigation .headerpart1 .headertel {
        float: left !important;
        text-align: center;
        padding-bottom: 0 !important;
        color: #fff;
        font-size: 14px !important; }
        header .main-navigation .headerpart1 .headertel .yellow {
          color: #fff; }
    header .site-branding {
      margin-top: 10px;
      display: block;
      width: 60% !important;
      padding: 0 !important; }
      header .site-branding img {
        width: 100%;
        height: auto;
        margin: 0 0 20px 10px;
        padding: 0 !important; }
    header .tophelement {
      width: 100% !important;
      float: left !important; }
      header .tophelement .adresse, header .tophelement .tel {
        float: left !important;
        font-size: 14px !important;
        width: 100%;
        padding-right: 0 !important; }
        header .tophelement .adresse img, header .tophelement .tel img {
          width: 7vw;
          padding-right: 10px !important; }
      header .tophelement .adresse {
        margin-bottom: 20px; }
  /************ menu mobile ***********/
  /*********** sidebar menu mobile **************/
  .bar {
    display: block;
    border-top: 2px solid #fff;
    width: 33px;
    margin: 7px auto;
    border-radius: 10px; }
  .bar.top {
    margin-top: 8px; }
  .bar.bottom {
    margin-bottom: 0; }
  .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; }
  .nav-right {
    position: fixed;
    right: 0;
    background: #b14545;
    top: 0;
    padding: 24px 15px;
    width: calc(19% - 30px);
    text-align: center;
    z-index: 3; }
    .nav-right .menu-opened {
      right: 70vw;
      position: relative;
      width: 100%;
      text-align: left;
      display: block;
      float: left; }
  .nav-right.visible-xs {
    z-index: 3; }
  .nav-right {
    position: absolute; }
  .hidden-xs {
    display: block;
    z-index: 999; }
  .visible-xs {
    display: none; }
  .middle {
    margin: 0 auto; }
  .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; }
  .nav-right.visible-xs .active .bar {
    background-color: #FFF;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease; }
  .button.active .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg); }
  .button.active .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg); }
  .button.active .middle {
    width: 0; }
  header .menu {
    height: 100%;
    max-width: 90% !important;
    position: fixed !important;
    top: 0;
    z-index: 1;
    right: 0 !important;
    background-color: #b14545 !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    header .menu li {
      min-width: 195px !important; }
  .move-to-left {
    -webkit-transform: translateX(-85%);
    -moz-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    -o-transform: translateX(-85%);
    transform: translateX(-85%);
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-overflow-scrolling: touch; }
    .move-to-left #primary-menu {
      display: block !important; }
    .move-to-left .stickytext {
      display: block !important; }
    .move-to-left.mobilemv {
      -webkit-transform: translateX(-85%);
      -moz-transform: translateX(-85%);
      -ms-transform: translateX(-85%);
      -o-transform: translateX(-85%);
      transform: translateX(-85%);
      transition-property: transform;
      -webkit-transition-duration: 0.4s;
      -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;
      -webkit-overflow-scrolling: touch; }
    .move-to-left.site-branding {
      /*height: auto;
      max-width: 25% !important;
      float: right;
      padding-right: 12px;*/
      display: block; }
      .move-to-left.site-branding img, .move-to-left.site-branding a {
        -webkit-transform: translateX(-85%);
        -moz-transform: translateX(-85%);
        -ms-transform: translateX(-85%);
        -o-transform: translateX(-85%);
        transform: translateX(-85%);
        transition-property: transform;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-overflow-scrolling: touch; } }
  @media (max-width: 767px) and (max-width: 320px) {
    .move-to-left .stickytext {
      display: none !important; } }

@media (max-width: 767px) {
  .content-header .site-branding a {
    line-height: 1;
    float: left;
    max-width: 80%;
    padding: 0 7px; }
  .contentpos {
    position: fixed !important; }
  /************ end sidebar menu mobile **********/
  .cssmenu {
    /*position: fixed;
    z-index: 5;
    width: 100%;
    max-width: 100% !important;*/ }
    .cssmenu ul {
      width: 100%;
      display: none;
      position: relative;
      z-index: 999;
      padding: 80px 0;
      float: none !important; }
      .cssmenu ul.open {
        display: block; }
      .cssmenu ul li {
        background: #b14545;
        width: 100%;
        padding: 0 30px 0 25px;
        margin-top: -1px;
        display: block;
        box-sizing: border-box; }
        .cssmenu ul li:last-child {
          padding-right: 30px; }
        .cssmenu ul li a {
          width: 100%;
          border-bottom: 0;
          color: #000 !important;
          font-size: 19px;
          border-top: 1px solid #fff;
          padding: 25px 0;
          text-transform: uppercase;
          text-align: center;
          font-weight: 700; }
      .cssmenu ul ul {
        position: relative;
        left: 0;
        width: 100%;
        border-top: none;
        box-shadow: none;
        background: none;
        margin: 0;
        text-align: left;
        padding: 0; }
        .cssmenu ul ul li {
          max-height: none;
          height: auto;
          background: rgba(242, 233, 197, 0.22) !important;
          padding: 0 35px !important; }
          .cssmenu ul ul li a {
            width: 100%;
            border-bottom: 0;
            padding: 10px 0 !important;
            color: #000;
            background: none;
            border: none; }
          .cssmenu ul ul li:hover > a {
            color: #000; }
          .cssmenu ul ul li.active > a {
            color: #000; }
        .cssmenu ul ul ul {
          position: relative;
          left: 0 !important;
          width: 100%;
          text-align: left;
          border-top: none; }
          .cssmenu ul ul ul li {
            background-color: rgba(242, 233, 197, 0.22) !important;
            max-height: none;
            padding: 0 5px !important; }
            .cssmenu ul ul ul li a {
              border: none; }
            .cssmenu ul ul ul li.active a {
              border-left: none; }
        .cssmenu ul ul .submenu-button {
          height: 34px;
          width: 34px;
          right: 36px;
          top: 3px; }
          .cssmenu ul ul .submenu-button:after {
            top: 19px;
            left: 8px; }
        .cssmenu ul ul > li.has-sub > a:after {
          display: none; }
        .cssmenu ul ul > li.has-sub > a:before {
          display: none; }
    .cssmenu > ul > li {
      float: none; }
      .cssmenu > ul > li.has-sub > a {
        position: relative; }
        .cssmenu > ul > li.has-sub > a:after {
          display: none; }
        .cssmenu > ul > li.has-sub > a:before {
          display: none; }
      .cssmenu > ul > li.has-sub > ul > li.active > a {
        border-top: none; }
    .cssmenu > ul ul > li.has-sub > ul > li.active > a {
      border-top: none; }
    .cssmenu #head-mobile {
      display: block;
      /*padding: 74px;*/
      color: #000;
      font-size: 12px;
      font-weight: 700; }
    .cssmenu li:hover > ul > li {
      height: auto; }
    .cssmenu .contactmobilesidebar {
      background: #000;
      padding: 0;
      text-align: center; }
      .cssmenu .contactmobilesidebar a {
        border: none;
        padding: 23.5px 30px;
        text-transform: uppercase;
        line-height: 1;
        font-size: 12px; }
    .cssmenu .telmobilesidebar {
      background: none;
      text-align: center;
      padding: 15px 0; }
      .cssmenu .telmobilesidebar a {
        border: none;
        font-size: 18px;
        color: #000 !important; }
  /************* end header *****************/
  .centermobile {
    text-align: center; }
  .homecover .vce-row-content {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 40px; }
  .padding180t.padding150b.homecover, .padding278xx.poscontact, .center-slider {
    padding: 0 !important; }
  .center-slider {
    margin-bottom: 25px; } }

/*# sourceMappingURL=../css/mobile.css.map */
