/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries

NOTE: we use mixin "@include mobile" (same as tablet-portait-down) for all things hidden/shown on mobile devices like mobile menu
\*------------------------------------*/
/* line 6, ../../scss/dev/11-header_restyle.scss */
#header-restyle {
  background-color: #ED1C24;
  color: #fff;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}
/* line 13, ../../scss/dev/11-header_restyle.scss */
#header-restyle *, #header-restyle *:after, #header-restyle *:before {
  box-sizing: inherit;
}
/* line 17, ../../scss/dev/11-header_restyle.scss */
#header-restyle ul {
  margin: 0;
}
/* line 21, ../../scss/dev/11-header_restyle.scss */
#header-restyle a {
  color: #fff;
}
/* line 25, ../../scss/dev/11-header_restyle.scss */
#header-restyle .header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 1366px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
/* line 34, ../../scss/dev/11-header_restyle.scss */
#header-restyle #logo {
  width: 200px;
  margin: 20px 0 20px 20px;
}
/* line 38, ../../scss/dev/11-header_restyle.scss */
#header-restyle #logo a {
  width: 100%;
  display: block;
  height: auto;
}
/* line 44, ../../scss/dev/11-header_restyle.scss */
#header-restyle #logo img {
  display: block;
}
@media (min-width: 0px) and (max-width: 960px) {
  /* line 34, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #logo {
    width: 150px;
  }
}
/* line 52, ../../scss/dev/11-header_restyle.scss */
#header-restyle .nav-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
/* line 58, ../../scss/dev/11-header_restyle.scss */
#header-restyle #nav_firstrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
/* line 63, ../../scss/dev/11-header_restyle.scss */
#header-restyle .secondary-nav {
  display: -ms-flexbox;
  display: flex;
}
/* line 71, ../../scss/dev/11-header_restyle.scss */
#header-restyle #social_links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
/* line 75, ../../scss/dev/11-header_restyle.scss */
#header-restyle #social_links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 35px;
  height: 35px;
  padding: 5px;
  text-decoration: none;
}
/* line 84, ../../scss/dev/11-header_restyle.scss */
#header-restyle #social_links a:before {
  display: block;
}
/* line 90, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-top-bar, #header-restyle #menu-top-bar-engels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid #fff;
  margin-left: -5px;
  padding-right: 20px;
}
/* line 97, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-top-bar > li > a, #header-restyle #menu-top-bar-engels > li > a {
  display: block;
  font-family: "nobel", arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  text-transform: lowercase;
  padding: 5px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 97, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-top-bar > li > a, #header-restyle #menu-top-bar-engels > li > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 110, ../../scss/dev/11-header_restyle.scss */
#header-restyle #search_bar {
  display: none;
}
/* line 114, ../../scss/dev/11-header_restyle.scss */
#header-restyle #search {
  background-color: #333;
  color: #fff;
  width: 100%;
  border: 0;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 20px;
  text-align: center;
}
/* line 128, ../../scss/dev/11-header_restyle.scss */
#header-restyle #language a {
  display: block;
  margin: 6px 0 0 3px;
}
/* line 134, ../../scss/dev/11-header_restyle.scss */
#header-restyle #search_icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
/* line 143, ../../scss/dev/11-header_restyle.scss */
#header-restyle #search_icon:before {
  display: block;
}
/* line 148, ../../scss/dev/11-header_restyle.scss */
#header-restyle .img-wrapper {
  position: relative;
  margin-bottom: 8px;
  overflow: hidden;
}
/* line 174, ../../scss/dev/_variables.scss */
#header-restyle .img-wrapper:before {
  content: '';
  display: block;
  padding-top: 56.81818%;
}
/* line 153, ../../scss/dev/11-header_restyle.scss */
#header-restyle .img-wrapper img {
  display: block;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 500ms ease-in-out;
}
/* line 167, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu,
#header-restyle #menu-hoofdmenu-engels {
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
/* line 174, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li > a,
#header-restyle #menu-hoofdmenu-engels > li > a {
  font-family: "museoslab", arial;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  background-color: #333333;
  padding: 15px 25px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 174, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li > a,
  #header-restyle #menu-hoofdmenu-engels > li > a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 25px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 174, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li > a,
  #header-restyle #menu-hoofdmenu-engels > li > a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 20px;
  }
}
/* line 191, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li > a:before,
#header-restyle #menu-hoofdmenu-engels > li > a:before {
  z-index: 1;
}
/* line 195, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li > a > span,
#header-restyle #menu-hoofdmenu-engels > li > a > span {
  z-index: 2;
  position: relative;
}
/* line 202, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li:not(:last-child) > a > span,
#header-restyle #menu-hoofdmenu-engels > li:not(:last-child) > a > span {
  display: block;
  padding-right: 15px;
  margin-right: -33px;
  border-right: 1px solid #fff;
}
/* line 216, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li.menu-item-has-children:not(:last-child) > a:before,
#header-restyle #menu-hoofdmenu-engels > li.menu-item-has-children:not(:last-child) > a:before {
  width: calc(100% + 18px);
}
/* line 221, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li.menu-item-has-children > a,
#header-restyle #menu-hoofdmenu-engels > li.menu-item-has-children > a {
  position: relative;
}
/* line 223, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li.menu-item-has-children > a:before,
#header-restyle #menu-hoofdmenu-engels > li.menu-item-has-children > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
}
/* line 236, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li.menu-item-has-children:hover > a,
#header-restyle #menu-hoofdmenu-engels > li.menu-item-has-children:hover > a {
  color: #ED1C24;
  text-decoration: none;
}
/* line 239, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li.menu-item-has-children:hover > a:before,
#header-restyle #menu-hoofdmenu-engels > li.menu-item-has-children:hover > a:before {
  display: block;
}
/* line 244, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li.menu-item-has-children:hover .sub-menu,
#header-restyle #menu-hoofdmenu-engels > li.menu-item-has-children:hover .sub-menu {
  display: -ms-flexbox;
  display: flex;
}
/* line 250, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  padding: 20px 8px 20px;
  color: #333;
  max-width: 1366px;
  min-height: 390px;
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
/* line 263, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu a,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu a {
  color: #333;
}
/* line 269, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu .menu-block a,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu .menu-block a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
}
/* line 274, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu .menu-block a:hover,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu .menu-block a:hover {
  color: #ED1C24;
}
/* line 277, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu .menu-block a:hover img,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu .menu-block a:hover img {
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  transition: transform 3000ms ease-in-out;
}
/* line 285, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu > li,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu > li {
  width: calc((100% - 300px) / 4);
  padding: 0 12px;
}
/* line 289, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu > li .title,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu > li .title {
  font-family: "nobel", arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 296, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu > li .title:after,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu > li .title:after {
  font-family: 'icomoon';
  content: '\f101';
  padding-left: 0.5em;
}
/* line 303, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu > li .description,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu > li .description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.35;
}
/* line 308, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu > li img,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu > li img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 285, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu > li,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu > li {
    width: calc((100% - 200px) / 4);
  }
  /* line 315, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu > li .title,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu > li .title {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 318, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu > li .description,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu > li .description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 285, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu > li,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu > li {
    width: calc((100% - 160px) / 4);
  }
  /* line 324, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu > li .title,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu > li .title {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 327, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu > li .description,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu > li .description {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 333, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu .pagina-list,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu .pagina-list {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
}
/* line 338, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu .pagina-list a,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu .pagina-list a {
  font-family: "nobel", arial, sans-serif;
  font-weight: 300;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  color: #ED1C24;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 348, ../../scss/dev/11-header_restyle.scss */
#header-restyle #menu-hoofdmenu > li .sub-menu .pagina-list a:hover,
#header-restyle #menu-hoofdmenu-engels > li .sub-menu .pagina-list a:hover {
  color: #666;
}
@media (min-width: 0px) and (max-width: 1024px) {
  /* line 333, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu .pagina-list,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu .pagina-list {
    width: 200px;
    padding-left: 10px;
  }
  /* line 355, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu .pagina-list a,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu .pagina-list a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 333, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu .pagina-list,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu .pagina-list {
    width: 160px;
    padding-left: 10px;
  }
  /* line 362, ../../scss/dev/11-header_restyle.scss */
  #header-restyle #menu-hoofdmenu > li .sub-menu .pagina-list a,
  #header-restyle #menu-hoofdmenu-engels > li .sub-menu .pagina-list a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*------------------------------------*\
:    Mobile Header
\*------------------------------------*/
/* line 377, ../../scss/dev/11-header_restyle.scss */
#mobile-menu-container {
  background: #333;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

/* line 386, ../../scss/dev/11-header_restyle.scss */
.menu-bar {
  background: #333;
  height: 50px;
  position: relative;
  z-index: 100;
}
/* line 391, ../../scss/dev/11-header_restyle.scss */
.menu-bar .logo {
  height: 50px;
  padding: 9px 0;
  box-sizing: border-box;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 396, ../../scss/dev/11-header_restyle.scss */
.menu-bar .logo img {
  height: 100%;
  width: auto;
  display: block;
}

/* line 404, ../../scss/dev/11-header_restyle.scss */
a#menu-collapse {
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  line-height: 0;
}
/* line 408, ../../scss/dev/11-header_restyle.scss */
a#menu-collapse img {
  height: 50px;
  width: 50px;
}
/* line 413, ../../scss/dev/11-header_restyle.scss */
a#menu-collapse.active span.line {
  margin-top: -1px;
}
/* line 416, ../../scss/dev/11-header_restyle.scss */
a#menu-collapse.active span.line-1 {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 419, ../../scss/dev/11-header_restyle.scss */
a#menu-collapse.active span.line-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 422, ../../scss/dev/11-header_restyle.scss */
a#menu-collapse.active span.line-3 {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 428, ../../scss/dev/11-header_restyle.scss */
span.line {
  transition: margin-top 0.15s ease-in-out, opacity 0.15s 0.15s ease-in-out, transform 0.15s 0.15s ease-in-out;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  margin-left: 17px;
}
/* line 438, ../../scss/dev/11-header_restyle.scss */
span.line.line-1 {
  margin-top: -8px;
}
/* line 441, ../../scss/dev/11-header_restyle.scss */
span.line.line-3 {
  margin-top: 6px;
}

/* line 446, ../../scss/dev/11-header_restyle.scss */
#search_bar_mob {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}
/* line 450, ../../scss/dev/11-header_restyle.scss */
#search_bar_mob input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  box-shadow: 0;
  border: 1px solid #acabab;
}
/* line 458, ../../scss/dev/11-header_restyle.scss */
#search_bar_mob input:focus {
  outline: 0;
  border: 1px solid #ED1C24;
}

/* line 465, ../../scss/dev/11-header_restyle.scss */
.mobile-menu {
  position: absolute;
  z-index: 90;
  left: 0;
  top: 50px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
  *zoom: 1;
}
/* line 38, ../../../../../../../../../var/lib/gems/2.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.mobile-menu:after {
  content: "";
  display: table;
  clear: both;
}
/* line 476, ../../scss/dev/11-header_restyle.scss */
.mobile-menu.active {
  pointer-events: auto;
}
/* line 478, ../../scss/dev/11-header_restyle.scss */
.mobile-menu.active .menu-wrapper {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* line 482, ../../scss/dev/11-header_restyle.scss */
.mobile-menu li {
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 484, ../../scss/dev/11-header_restyle.scss */
.mobile-menu li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #acabab;
}
/* line 490, ../../scss/dev/11-header_restyle.scss */
.mobile-menu li:last-child a {
  border-bottom: 0;
}
/* line 495, ../../scss/dev/11-header_restyle.scss */
.mobile-menu form#search {
  position: relative;
  float: none;
}
/* line 498, ../../scss/dev/11-header_restyle.scss */
.mobile-menu form#search input {
  -webkit-appearance: none;
  width: 99%;
  padding-right: 70px;
  height: 40px;
}
/* line 504, ../../scss/dev/11-header_restyle.scss */
.mobile-menu form#search button {
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 512, ../../scss/dev/11-header_restyle.scss */
.mobile-menu .menu-wrapper {
  transition: transform 0.3s ease-in-out;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
/* line 522, ../../scss/dev/11-header_restyle.scss */
.mobile-menu .menu-wrapper ul {
  margin: 0;
  box-sizing: border-box;
}
/* line 525, ../../scss/dev/11-header_restyle.scss */
.mobile-menu .menu-wrapper ul li {
  box-sizing: border-box;
}
