header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  box-shadow: 0 0px 20px rgba(0, 0, 0, .2); }
  header .top_bar {
    background: #4e96d1;
    height: 35px; }
    @media (max-width: 1024px) {
  header .top_bar span.details {
    display: none; }
  header .top_bar .isdesk {
    display: none; } }
    @media (min-width: 1024px) {
  header .top_bar .ismob {
    display: none; } }
    header .top_bar a {
      color: #fff;
      padding-right: 30px;
      text-decoration: none; }
      @media (max-width: 1024px) {
  header .top_bar a {
    padding-right: 20px; } }
      header .top_bar a:hover {
        text-decoration: underline; }
  header .nav_bar {
    background: #fff;
    height: 120px; }
    header .nav_bar .logo {
      margin-top: 25px;
      position: absolute;
      z-index: 100;
      transition: 0.2s;
      height: 75px;
      /* height: 55px; */ }
      @media (max-width: 1024px) {
  header .nav_bar .logo {
    top: 0;
    left: 10px; } }
  header .left_menu {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 35px; }
    header .left_menu .title_text {
      position: absolute;
      left: 100px;
      top: 20px;
      line-height: 28px;
      font-family: 'Open Sans';
      font-size: 20px; }
      header .left_menu .title_text .darkest {
        font-weight: 600;
        color: #2853a2; }
      header .left_menu .title_text .normal {
        font-weight: 500;
        color: #4a94d0; }
      header .left_menu .title_text .lightest {
        font-weight: 500;
        color: #61b1e2; }
  header .right_menu {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 35px; }

.fa-bars {
  display: none;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out; }
  @media (max-width: 1023px) {
  .fa-bars {
    color: #2853a2;
    display: block;
    height: 120px;
    line-height: 120px; } }

.fa-times {
  display: none; }
  @media (max-width: 1023px) {
  .fa-times {
    color: #fff;
    display: block;
    padding-top: 57px;
    position: absolute;
    right: 7%;
    top: 0; } }

nav {
  height: 120px;
  display: inline-block;
  vertical-align: top;
  font-family: 'Source Sans Pro'; }
  @media (max-width: 1023px) {
  nav {
    width: 108%;
    position: fixed;
    background: #4e96d1;
    left: -1500px;
    right: -3%;
    top: 0px;
    bottom: 0;
    height: 100vh;
    z-index: 90000;
    padding-top: 50px; } }
  nav ul {
    text-align: center;
    margin-top: 50px; }
    @media (max-width: 1023px) {
  nav ul {
    text-align: left;
    margin-left: 0px; } }
    nav ul li {
      display: inline-block;
      line-height: 25px;
      height: 25px;
      vertical-align: top;
      font-size: 18px;
      transition: 0.4s;
      position: relative;
      padding: 0 10px; }
      @media (max-width: 1023px) {
  nav ul li {
    display: block;
    padding-left: 4%;
    line-height: 50px;
    height: auto !important; } }
      nav ul li:hover > a {
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      @media (min-width: 1023px) {
    nav ul li:hover ul {
      display: block; } }
      nav ul li a {
        text-decoration: none;
        color: #2853a2;
        font-family: 'Source Sans Pro';
        font-weight: 500;
        font-size: 18px;
        text-transform: none;
        letter-spacing: 0.1px;
        height: 100%;
        display: inline-block;
        padding: 0px 10px; }
        nav ul li a:hover {
          opacity: 0.8;
          transition: 0.8s;
          transition-timing-function: ease; }
        @media (max-width: 1023px) {
  nav ul li a {
    color: white;
    font-size: 18px;
    position: 0.8; } }
        nav ul li a.active {
          color: #fff; }
          @media (max-width: 1023px) {
  nav ul li a.active {
    color: white;
    opacity: 1;
    border-left: 5px solid white;
    padding-left: 15px; } }
      nav ul li ul {
        display: none;
        background: #283b48;
        position: absolute;
        left: 20px;
        margin-top: -1px;
        float: none;
        padding: 10px 0;
        z-index: 9999999999;
        min-width: 200px; }
        nav ul li ul:hover {
          display: block; }
        @media (max-width: 1023px) {
  nav ul li ul {
    background: none;
    position: relative;
    height: auto;
    width: calc(100% - 30px);
    font-size: 0;
    top: 0;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    border-left: 1px solid #fff; } }
        nav ul li ul li {
          display: block;
          line-height: 30px;
          height: 30px;
          text-align: left; }
          nav ul li ul li i.fa.fa-chevron-down {
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
          nav ul li ul li:hover > ul {
            display: block !important; }
          nav ul li ul li .openSubMenuMobiel {
            padding: 0; }
          nav ul li ul li ul {
            display: none !important;
            left: 150px;
            top: -9px; }
    @media (min-width: 1023px) {
    nav ul a.openSubMenuMobiel {
      margin: 0px 0px -10px; } }
  nav.scroll {
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
  nav .login_mobile {
    display: none; }
    @media (max-width: 1023px) {
  nav .login_mobile {
    display: inline-block; } }

.locales {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 100; }
  .locales a {
    color: white;
    text-decoration: none;
    line-height: ;
    height: 100%;
    display: inline-block;
    padding: 0 3px; }
    .locales a:hover {
      color: #c2c2c2; }
  .locales .styled-select select {
    border: 1px solid #fff;
    background-color: #00aae8;
    color: #fff;
    font-size: 14px;
    height: 20px;
    width: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

nav ul > li .sub li a {
  display: block; }

nav ul > li .sub a:hover {
  color: ; }

nav ul > li .sub li a.inl {
  display: inline; }

nav ul > li .sub li:last-child {
  border-bottom: none; }

nav ul > li .sub li span {
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 1000;
  display: inline-block;
  right: 0px;
  top: calc(50% - 10px);
  line-height: 20px;
  cursor: pointer; }

nav ul > li .sub li span i {
  color: #bababa;
  font-size: 15px;
  transition: 0.2s; }

nav ul > li .sub li ul {
  display: none; }

nav ul > li .sub li ul li {
  z-index: 10000; }

@media (min-width: 1023px) {
    a.openSubMenuMobiel {
      margin: 0;
      padding: 0; }
      a.openSubMenuMobiel:hover {
        background: transparent; } }

.bottom_bar {
  position: fixed;
  z-index: 100;
  top: 185px;
  background: ;
  width: 100%;
  height: ;
  /*  */
  /*  */ }
  @media (max-width: 1023px) {
  .bottom_bar {
    top: 130px; } }
  @media (max-height: 700px) {
  .bottom_bar {
    position: absolute; } }
  .bottom_bar a {
    text-decoration: none; }
  .bottom_bar .right_bottom_bar {
    text-align: right;
    height: ;
    line-height: ;
    position: absolute;
    right: 0;
    display: inline-flex;
    margin-right: 72px;
    margin-top: -65px; }
    @media (max-width: 1023px) {
  .bottom_bar .right_bottom_bar {
    margin-right: 50px !important;
    margin-top: 0px !important; } }
  .bottom_bar i {
    margin-right: 0px; }
  .bottom_bar p {
    margin-right: 35px;
    color: #fff;
    font-family: ;
    font-size: 12px;
    font-weight: 100; }
    .bottom_bar p:first-child {
      margin-left: 0px; }

.hdr_dropdown {
  color: #fff;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 35px;
  top: -4px; }
  .hdr_dropdown:hover {
    /*For example*/
    box-shadow: 0 0 0px 1px #eee; }
    .hdr_dropdown:hover .hdr_dropdown-content {
      /*For example*/
      box-shadow: 0 1px 0px 1px #eee; }
  @media (max-width: 768px) {
  .hdr_dropdown {
    left: 28px;
    top: 12px; } }

.dropbtn {
  background-color: white;
  color: #4a94d0;
  padding: 0 5px;
  font-size: 15px;
  border: none;
  margin-top: 0px;
  outline: none;
  height: 35px;
  vertical-align: top !important;
  margin: 0; }

.hdr_dropdown span {
  font-weight: 500;
  padding: 0 3px; }

.hdr_dropdown * {
  vertical-align: middle; }

.hdr_dropdown img {
  width: 16px; }

.hdr_dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  background-color: white;
  /* border: 1px solid #eeeeee;
	border-top: none; */
  z-index: 10001; }
  @media (max-width: 768px) {
  .hdr_dropdown-content {
    height: 40px; } }

.drop-content {
  color: #2853a2;
  padding: 0 5px;
  line-height: 20px;
  text-decoration: none;
  display: block; }

.drop-content:hover, .hdr_dropdown:hover {
  cursor: pointer; }

button {
  transition-timing-function: ease-out;
  transition: 0.5s; }

.hdr_dropdown-content a {
  color: #4a94d0 !important;
  text-decoration: none;
  display: inline-block;
  padding-right: 0 !important;
  /* padding-left: 2px !important; */
  font-size: 15px !important;
  margin-left: -17px;
  width: calc(100% - 3px); }
  @media (max-width: 768px) {
  .hdr_dropdown-content a {
    margin-left: 5px; } }

.hdr_dropdown-content a:hover {
  background-color: white;
  text-decoration: none !important; }

.hdr_dropdown:hover .hdr_dropdown-content {
  display: block; }

.hdr_dropdown:hover .dropbtn {
  background-color: white;
  color: #2853a2; }

.img_language_icons {
  width: 22px;
  /* margin-left:3px */
  /* zoeken */ }

.searchitem-box {
  display: none;
  position: absolute;
  top: 48px;
  right: 0px;
  width: calc(100% - 368px);
  border: solid 1px #949494;
  background: white;
  z-index: 10000;
  height: 300px;
  overflow-y: scroll; }
  @media (max-width: 1023px) {
  .searchitem-box {
    width: 100% !important; } }
  .searchitem-box a {
    padding: 5px;
    width: 10%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .searchitem-box a:hover {
      background-color: #ccc; }
    .searchitem-box a.selected {
      background-color: ; }

.searchitem-box .item {
  position: relative;
  display: flex;
  vertical-align: middle;
  width: calc(100% - 20px);
  padding: 2px 10px;
  margin: 5px 10px;
  line-height: 48px;
  border-bottom: 1px solid #cdcdcd;
  text-decoration: none; }
  .searchitem-box .item:hover {
    background: #cdcdcd; }
  .searchitem-box .item .img {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    padding: 0;
    border-radius: 15px 0px 0px 15px; }
  .searchitem-box .item .item-infobox {
    display: block;
    text-align: left;
    margin-top: 10px; }
    .searchitem-box .item .item-infobox .item-box {
      font-size: 12px;
      line-height: 12px;
      color: black; }
      .searchitem-box .item .item-infobox .item-box:nth-child(1) {
        font-weight: bold; }

@media (max-width: 1023px) {
    .flag_in_menu {
      margin-left: 45px; } }
