/************************ Flyout *******************/

.menu1,
.mega-menu {
  background: #ffffff;
  z-index: 10;
}
.mega-menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.kb-overlay {
  display: none;
  background: rgba(0,0,0,0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.noscroll {
/*  overflow-y: hidden; */
/*  position:  fixed; */
  margin: 0;
  height: 100%;
  overflow: hidden 
}
/*
html::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
*/
.meta {
  visibility: visible !important;
}

#stickyheader {
  transition: background 0.3s ease-in-out;
}
.metabg {
  background: #ffffffff !important;
/*  transition: all 0.3s ease; */
}

  .menu1 {
    display: none; 
    max-width: 1350px;
    width: 100% !important;
    z-index: 99;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    position: relative;
  }

  .menu1 [aria-haspopup="true"] ~ ul {
    display: none;
  }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.kb-flyout-hamburger {
  min-width: 40px !important;
/*  height: 30px; */
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: var(--e-global-color-text);
}
.kb-flyout-hamburger i {
  font-size: 30px;
  position: absolute;
  margin-left: 60px;
}

.kb-flyout-hamburger:hover {
  color: var(--e-global-color-accent);
}
.kb-flyout-hamburger:hover:after {
  color: var(--e-global-color-accent);
}
.kb-flyout-hamburger:after {
  color: var(--e-global-color-text);
  content: 'MENU';
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 15px;
  letter-spacing:  1.5px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}


.kb-active {
  font-family: "snenergie";
  content: '\e807' !important;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  color: #ffc400;
}

.kb-close {
  font-size: 22px !important;
}



/***************** Overrides *********************/

/*
.elementor-nav-menu--main.elementor-nav-menu.menu-item,
.elementor-nav-menu--dropdown.menu-item {
  border: 1px solid #c00 !important;
    padding-right: 40px !important;
}
.elementor-nav-menu--main .menu-item a:after {
  font-family: "Font Awesome 5 Free" !important; 
    content: "\f054" !important;
    position: absolute;
    right: 10px;
    opacity: 1 !important;
    color: #FFC400;
}

.elementor-nav-menu--main .elementor-item-active:after,
.elementor-nav-menu--main .menu-item a:hover:after {
    color: #FFF !important;
}

.elementor-nav-menu--main .elementor-item-active,
.elementor-nav-menu--main .menu-item a:hover {
  background: #FFC400;
  color: #FFF !important;
  transition: all 0s !important;
}

.elementor-nav-menu .elementor-item-active,
.elementor-nav-menu .menu-item a:hover {
  background: #FFC400 !important;
  color: #FFF !important;
  transition: all 0s !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-sub-item,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  width: 100% !important;
  border-bottom: 1px solid #ccc;
  padding-right: 50px !important;
  font-family: "Source Sans Pro";
  font-size: 16px;
  min-width: 250px;
  background: #FFF;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: transparent !important;
}
*/





/************* Flyout ***************/

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: var(--e-global-color-accent);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.nav {
  width: 100%;
/*  max-width: 1920px; */
  background: #fff;
  display: none;
  margin: 0px auto 0px auto;
  padding: 5% 0 0 0;
  position: fixed;
}
nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav nav a {
  display: block;
  text-decoration: none;
}
.nav nav a:hover,
.nav nav a:visited {
  text-decoration: none;
}
.menu-bar {
  background: #ffffff;
  display: flex;
/*  height: 50px; */
}
.mega-menu li {
  font-size: 20px;
  color: var(--e-global-color-text);
  display: block;
  font-family: "Lexend Deca";
  font-weight: 400;
/*  border-bottom: 1px solid #ccc; */
}

.mega-menu li > a {
  padding: 1rem 1rem 1rem 1rem;
/*  border-bottom: 1px solid #ccc;*/
  text-decoration: none;
  color: var(--e-global-color-text);
}

.mega-menu li > ul > li > a {
  padding: 1rem 1rem 1rem 5rem;
/*  border-bottom: 1px solid #ccc;*/
  text-decoration: none;
  color: var(--e-global-color-text);
}


@media screen and (min-width: 1024px) {
  .menu-link {
    padding: 20px 25px;
    background: #ffffff;
    color: var(--e-global-color-text);
    transition: background 0.2s, color 0.2s;
    position: relative;
    z-index: 1;
  }
  .menu-link[aria-haspopup="true"] {
    padding-right: 40px;
  }
}

/*
.mega-menu .menu-link[aria-haspopup="true"]:after {
  font-family: "snenergie";
  content: "\e806"; 
  color: var(--e-global-color-text);
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
*/

/*
.current-menu-ancestor a:after,
.kb-menu-link[aria-haspopup="true"]:focus:after,
.kb-menu-link[aria-haspopup="true"]:hover:after {
  color: var(--e-global-color-accent) !important;
}
*/
.menu-bar-link {
  background-size: 14px;
  padding: 20px 25px;
  color: var(--e-global-color-text);
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}
/*@media all and (min-width: 951px) { */


  .nav > nav {
/*    max-width: 1920px; */
    margin:0 auto;
  }
  .nav > nav > ul {
    min-height: 500px;
    margin-bottom: 64px;
  }

  nav ul > li > ul {
/*      border: 1px solid #000 !important; */
  }


 
  .mega-menu:hover {
    display: flex;
  }
  .mega-menu a:hover {
/*    background: #ffc400; */
    color: var(--e-global-color-accent);
  }

  .mega-menu--multiLevel {
    flex-direction: column;
  }

  .mega-menu--multiLevel > li {
    width: 23%;
    text-transform: uppercase;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 25%;
    width: 23%;
    text-transform: initial;
    border-left: 1px solid #e0e0e0;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul a:hover {
    color: var(--e-global-color-accent);
    text-decoration: underline;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
    width: 100%;
    left: 110%;
  }
/*
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
  }
*/
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"],
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
  .mega-menu--multiLevel li:hover > a,
  .mega-menu--multiLevel li:focus-within > a {
/*    background: #ffc400; */
    color: var(--e-global-color-accent);
  }
/*
  .current-menu-ancestor > a,
  .current-menu-item > a {
    color: var(--e-global-color-accent) !important;
  }
*/
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"]:after,
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"]:after {
    color: var(--e-global-color-accent);
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel [aria-haspopup="true"] {
    /*    border-left: 1px solid #c00; */
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
  .mega-menu--multiLevel [aria-haspopup="true"]:hover {
    display: block;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
    position: absolute;
    top: 0;
    height: 80%;
  }
/*}*/
/*@media all and (max-width: 950px) { */
  .mega-menu-content {
    padding: 20px 25px;
  }
/*}*/
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
/*    transform: translateX(-100%); */
/*    transform: scaleX(0);*/
  }
  100% {
    opacity: 1;
/*    transform: translateX(0%); */
/*    transform: scaleX(1);*/
  }
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/*
.kb-active:after {
  font-family: "kernbrand";
  content: '\e805';
  width: 40px;
  height: 30px;
  font-size: 40px;
  color: #ffc400;
}
.kb-showmenu {
  display: flex;
  transform-origin: top;
  animation: dropdown 0.2s ease-out;
}

.kb-showmenu2 {
  transform-origin: top;
  animation: dropdown 0.2s ease-out;
}
*/
.elementor-search-form .fa-search:before {
  font-family: "snenergie";
  font-size: 22px !important;
  content: '\e80d' !important;
  font-weight: 100;
}

.address {
  position: absolute;
  float: right;
  right: 90px;
  width: 35%;
  padding: 0px 0px;
  z-index: 9999;
}

.kb-pdf:before {
  content: '';
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M8.654 12.385h.769v-2h1.23q.33 0 .55-.22t.22-.55v-1.23q0-.33-.22-.55t-.55-.22h-2zm.769-2.77v-1.23h1.23v1.23zm3.039 2.77h1.923q.329 0 .549-.22t.22-.55v-3.23q0-.33-.22-.55t-.55-.22h-1.923zm.769-.77v-3.23h1.154v3.23zm3.154.77h.769v-2h1.385v-.77h-1.385v-1.23h1.385v-.77h-2.154zM8.115 17q-.69 0-1.152-.462T6.5 15.385V4.615q0-.69.463-1.153T8.116 3h10.769q.69 0 1.153.462t.462 1.153v10.77q0 .69-.462 1.152T18.884 17zm0-1h10.77q.23 0 .423-.192t.192-.423V4.615q0-.23-.192-.423T18.884 4H8.116q-.231 0-.424.192t-.192.423v10.77q0 .23.192.423t.423.192m-3 4q-.69 0-1.153-.462T3.5 18.385V6.615h1v11.77q0 .23.192.423t.423.192h11.77v1zM7.5 4v12z'/%3E%3C/svg%3E") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
  background-color: CurrentColor;
}

.kb-download:before {
  content: '';
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 15.577l-3.539-3.538l.708-.72L11.5 13.65V5h1v8.65l2.33-2.33l.709.719zM6.616 19q-.691 0-1.153-.462T5 17.384v-2.423h1v2.423q0 .231.192.424t.423.192h10.77q.23 0 .423-.192t.192-.424v-2.423h1v2.423q0 .691-.462 1.153T17.384 19z'/%3E%3C/svg%3E") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-right: 5px;
  background-color: CurrentColor;
}

.kb-extern:after {
  content: '';
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h5.615v1H5.616q-.231 0-.424.192T5 5.616v12.769q0 .23.192.423t.423.192h12.77q.23 0 .423-.192t.192-.423v-5.616h1v5.616q0 .69-.462 1.152T18.384 20zm4.123-5.03l-.708-.709L18.292 5H14V4h6v6h-1V5.708z'/%3E%3C/svg%3E") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
  background-color: CurrentColor;
}

.kb-link:after {
  content: '';
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m21 12l-5-5m5 5l-5 5m5-5H3'/%3E%3C/svg%3E") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
  background-color: CurrentColor;
}
