  [qnc-popup] {display: none;}
  .qnc-nav-menu {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    color: #555;
/*    font-weight: 400;*/
  }
  .qnc-nav-menu:before,
  .qnc-nav-menu:after {
    display: none !important;
  }
  .qnc-nav-menu > * {
    height: auto !important;
  }
  .menu-button {
    font: inherit;
    color: inherit;
    background-color: transparent;
    border: none;
    padding: 0;
    height: auto;
    font-size: 17px;
  }
  .qnc-nav-submenu {
    background-color: #eceff1;/*#eee;*/
    padding: 1.5rem;
  }
  .qnc-nav-submenu > a {
    text-decoration: none;
    display: block;
    margin: 0.5rem;
    border: none !important;
    white-space: nowrap;
    color: black !important;
    font-size: 17px;
    letter-spacing: 0em;
  }
  
  .qnc-nav-submenu > a:hover {
    color:#546e7a !important;;
/*    background-color:#546e7a;*/
  }

  /* desktop only styles */
  @media (min-width: 768px) {
    .qnc-nav-menu > * {
      margin-left: 1em;
    }
    .qnc-nav-submenu {
      position: absolute;
      left: 0;
      width: auto;
      z-index: 1;
    }
  }
  /* mobile only styles */
  @media not all and (min-width: 768px) {
    .qnc-nav-menu {
      margin-bottom: 1em !important;
    }
    .qnc-nav-menu > * {
      /* match other elements in the mobile menu */
      padding: 10px 15px; 
      margin-bottom: 0;
    }
    .qnc-nav-menu {
      display: block;
      height: auto;
    }
  }

  .headline-banner {
    position: relative;
    background: #1565c0;
    padding: 2px 10px;
    color: #fff !important;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-weight: 500;
    font-size: .9em;
    display: inline-block;
    height: 30px;
    text-decoration: none;
  }
  @media (min-width: 768px) {
    .headline-banner {
      font-size: 1.2em;
      padding: 5px 15px;
      height: 38px;
    }
  }
  @media (min-width: 992px) {
    .headline-banner {
      font-size: 1.3em;
      height: 40px;
    }
  }
  .headline-banner:before, .headline-banner:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    border-width: 15px;
    border-style: solid;
    border-color: #1565c0;
    border-right-color: transparent;
    border-left-color: transparent;
  }
  @media (min-width: 768px) {
    .headline-banner:before, .headline-banner:after {
      border-width: 19px;
      left: -20px;
    }
  }
  @media (min-width: 992px) {
    .headline-banner:before, .headline-banner:after {
      border-width: 20px;
    }
  }
  .headline-banner:after {
    left: auto;
    right: -15px;
  }
  @media (min-width: 768px) {
    .headline-banner:after {
      right: -20px;
    }
  }

/*additional classes*/

.startdate {
    margin-bottom:-7px;
}

