/*
 Theme Name:   Braintech Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/braintech/
 Description:  Unitek Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     braintech
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.menu-area .navbar ul li .sub-menu li ul {
  left: 100% !important;
}

/* Zorgt er voor dat op desktop element word verborgen */
.buttoncontainer {
  display:none;
}


@media screen and (max-width: 960px) {
  /* Zorgt er voor dat de mobile buttons pas <960px word weergeven */
  .buttoncontainer {
  background:#e98349;
  width:100%;
  display:flex;
  justify-content:space-between;
    position:fixed;
    bottom:0;
    z-index: 2;
  & a {
    border-right: 2px solid #fff;
    color:#fff;
    display:block;
    width:33%;
    text-align:center;
    text-decoration:none;
    font-size:16px;
    & i {
      padding: 10px 0 0 0;
      font-size:18px;
      display: block;
      margin-right: 20px;
    }
  }
}

#CookiebotWidget:not(.CookiebotWidget-inactive){
	bottom: 105px !important;
}

}