﻿/*               min-width: 1200px             */
/*                     LG                      */
/* ------------------------------------------- */
/*     min-width: 992px - max-width: 1199px    */
/*                     MD                      */
/* ------------------------------------------- */
/*     min-width: 768px - max-width: 991px     */
/*                     SM                      */
/* ------------------------------------------- */
/*               max-width: 767px              */
/*                     XS                      */
/* ------------------------------------------- */
/* ved unsponsive, udkommenteres media queries */
/* Custom */
/* Menu >= 1200px */
@media all and (min-width: 1200px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1200px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1200px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1200px), only screen and (min-resolution: 192dpi) and (min-width: 1200px), only screen and (min-resolution: 2dppx) and (min-width: 1200px) {
  #menu ul {
    list-style: none;
    padding: 0;
  }
  #menu ul li {
    width: 100%;
    position: relative;
  }
  #menu ul li a {
    padding: 10px 15px;
    border-bottom: 1px solid #3d4957;
    color: #b4bcc8;
    display: block;
  }
  #menu ul li a i {
    margin-right: 5px;
  }
  #menu ul li a:hover {
    background-color: #2C3542;
  }
  #menu ul li a.active {
    background-color: #a2cb48 !important;
    color: #fff;
  }
  #menu ul li a.active ::after {
    content: "";
    right: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #E8EBEF transparent transparent;
  }
}
/* Menu < 1199px */
@media all and (max-width: 1199px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1199px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1199px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1199px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1199px), only screen and (min-resolution: 192dpi) and (max-width: 1199px), only screen and (min-resolution: 2dppx) and (max-width: 1199px) {
  #menu {
    /* Trigger */
    /* Trigger active */
    /* Menu css */
  }
  #menu .trigger {
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 8px 15px;
    background-color: #000;
    cursor: pointer;
    z-index: 99;
  }
  #menu .trigger:before {
    color: #efefef;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 1em;
    position: relative;
  }
  #menu.active .trigger:before {
    content: "\f00d";
  }
  #menu.active .menuWrap {
    right: 0;
  }
  #menu .menuWrap {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -280px;
    line-height: 1em;
    width: 280px;
    z-index: 9;
    padding: 40px 20px 40px 20px;
    overflow-y: visible;
    overflow-x: hidden;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
    /* toggled */
    /* 1st level */
    /* 2nd level*/
  }
  #menu .menuWrap li.toggled > .toggle:before {
    content: "\f106";
  }
  #menu .menuWrap li.toggled > ul > li > a {
    max-height: 35px;
    padding: 8px 0;
  }
  #menu .menuWrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
  }
  #menu .menuWrap ul li {
    position: relative;
    float: left;
    width: 100%;
    /* active */
  }
  #menu .menuWrap ul li a {
    display: block;
    padding: 8px 0;
    color: #efefef;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
  }
  #menu .menuWrap ul li .toggle {
    position: absolute;
    padding: 6px;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
  }
  #menu .menuWrap ul li .toggle:before {
    color: #efefef;
    font-family: FontAwesome;
    content: "\f107";
    font-size: 16px;
    line-height: 1em;
    position: relative;
    top: 1px;
  }
  #menu .menuWrap ul li.active > a {
    color: #efefef;
  }
  #menu .menuWrap ul ul {
    padding-left: 10px;
  }
  #menu .menuWrap ul ul a {
    max-height: 0;
    overflow: hidden;
    padding: 0 0;
  }
}
