/* Vendor function */
/* Pseudo classes */
#topblock #header #menu #menucontent ul li a .external span:after, column > span.icon::before, .filesblock .group ul li a::before, #footercontent div.contact a.icon::before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }

#topblock #header #menu #menucontent ul li a .external span:after, .imageblock a:after, .filesblock .group ul li a::before, column form field::after {
  display: block;
  position: absolute;
  content: ''; }

/* Sizes */
/* Colors */
/* Easings */
html {
  height: 100%; }
  html body {
    margin: 0;
    padding: 0;
    color: #191919;
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    overflow-x: hidden;
    overflow-y: auto; }

/* Generic items */
a {
  color: #191919; }
  a:hover {
    text-decoration: underline;
    color: #562c76; }

p {
  margin: 0;
  padding: 0; }

strong {
  font-weight: 600; }

b {
  font-weight: 600; }

.clear {
  float: none;
  clear: both; }

.navspace {
  height: 110px; }

#topblock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 110px;
  background-color: #fff;
  z-index: 999999;
  margin: 0 auto;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  #topblock #header {
    width: 100%;
    max-width: 944px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    box-sizing: border-box; }
    #topblock #header #hclogo {
      background-image: url("../img/HCLogo.jpg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      max-width: 105px;
      height: 60px;
      position: absolute;
      top: 25px;
      left: 20px; }
    #topblock #header #menu {
      height: 110px;
      z-index: 99;
      margin-left: 110px;
      margin-right: 0; }
      #topblock #header #menu #menucontent {
        position: relative;
        margin: auto;
        height: 100%; }
        #topblock #header #menu #menucontent #hamburger {
          display: none; }
          #topblock #header #menu #menucontent #hamburger:hover {
            cursor: pointer; }
        #topblock #header #menu #menucontent ul {
          display: block;
          margin: 0;
          list-style: none;
          text-align: right;
          width: 100%;
          height: 110px;
          padding: 0; }
          #topblock #header #menu #menucontent ul .dropdown {
            background-image: url("../img/menu_arrow_down.png");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 5px 5px;
            width: 18px;
            height: 18px;
            box-sizing: border-box;
            padding-right: 25px;
            transition: background 0.3s ease; }
          #topblock #header #menu #menucontent ul .children div {
            list-style: none;
            display: block;
            position: absolute;
            text-align: left;
            left: 355px;
            top: 109px;
            opacity: 0;
            transition: opacity 400ms;
            background-color: rgba(86, 44, 118, 0.8);
            width: auto;
            box-sizing: border-box;
            height: auto;
            padding: 20px;
            width: auto; }
            #topblock #header #menu #menucontent ul .children div ul {
              padding: 0;
              width: auto;
              display: block;
              text-align: left; }
              #topblock #header #menu #menucontent ul .children div ul li:first-child, #topblock #header #menu #menucontent ul .children div ul li:last-child {
                padding: 5px 0 0px 0; }
              #topblock #header #menu #menucontent ul .children div ul .selected {
                border-bottom: 1px solid white; }
          #topblock #header #menu #menucontent ul li.divToggle {
            overflow: visible; }
            #topblock #header #menu #menucontent ul li.divToggle .dropdown {
              background-image: url("../img/menu_arrow_up.png"); }
            #topblock #header #menu #menucontent ul li.divToggle div {
              opacity: 1; }
          #topblock #header #menu #menucontent ul li {
            display: inline-block;
            position: relative;
            vertical-align: middle;
            padding: 42px 8px 37px 8px;
            transition: background-color 0.3s ease-in-out, border 0.2s ease-in-out;
            overflow: hidden;
            text-align: left;
            border-bottom: 4px solid transparent; }
            #topblock #header #menu #menucontent ul li #homebutton {
              background-image: url("../img/menu_home.png");
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              width: 22px;
              height: 22px;
              display: block; }
              #topblock #header #menu #menucontent ul li #homebutton span {
                display: none; }
            #topblock #header #menu #menucontent ul li #searchicon {
              background-image: url("../img/menu_search.png");
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              width: 20px;
              height: 20px;
              display: block; }
              #topblock #header #menu #menucontent ul li #searchicon span {
                display: none; }
            #topblock #header #menu #menucontent ul li:hover {
              overflow: visible;
              cursor: pointer;
              border-bottom: 4px solid rgba(207, 44, 37, 0.5); }
            #topblock #header #menu #menucontent ul li:first-child {
              padding: 45px 8px 39px 8px; }
            #topblock #header #menu #menucontent ul li:last-child {
              padding: 45px 10px 40px 10px; }
              #topblock #header #menu #menucontent ul li:last-child:hover {
                background-color: transparent; }
            #topblock #header #menu #menucontent ul li a {
              position: relative;
              font-size: 14px;
              line-height: 24px;
              color: #191919;
              text-decoration: none;
              white-space: nowrap;
              font-weight: 700;
              color: #562c76; }
              #topblock #header #menu #menucontent ul li a .inactive {
                cursor: default; }
              #topblock #header #menu #menucontent ul li a :not(.inactive):hover:after {
                top: 26px;
                opacity: 1; }
              #topblock #header #menu #menucontent ul li a .selected:after {
                top: 26px;
                opacity: 1; }
              #topblock #header #menu #menucontent ul li a .external span {
                padding-right: 20px; }
                #topblock #header #menu #menucontent ul li a .external span:after {
                  right: 0;
                  top: 6px;
                  width: 9px;
                  height: 9px;
                  background-image: url("../img/icons/menu_external.png"); }
              #topblock #header #menu #menucontent ul li a span {
                display: inline-block; }
            #topblock #header #menu #menucontent ul li div {
              list-style: none;
              display: block;
              position: absolute;
              text-align: left;
              left: -5px;
              top: calc(100% - 1px);
              opacity: 0;
              transition: opacity 400ms;
              background-color: rgba(86, 44, 118, 0.8);
              width: 944px;
              box-sizing: border-box;
              margin-left: -355px;
              height: auto;
              padding: 20px; }
              #topblock #header #menu #menucontent ul li div ul {
                width: 298px;
                height: auto;
                display: inline-block;
                vertical-align: top;
                padding: 15px;
                box-sizing: border-box; }
                #topblock #header #menu #menucontent ul li div ul li {
                  padding: 5px 0 0px 0;
                  display: block;
                  border-bottom: 1px solid transparent; }
                  #topblock #header #menu #menucontent ul li div ul li a {
                    display: block;
                    padding: 0px; }
                    #topblock #header #menu #menucontent ul li div ul li a span {
                      color: #fff;
                      font-weight: 500; }
                  #topblock #header #menu #menucontent ul li div ul li:hover {
                    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
                  #topblock #header #menu #menucontent ul li div ul li:last-child {
                    margin: 0; }
                #topblock #header #menu #menucontent ul li div ul .selected {
                  background-color: transparent;
                  overflow: visible; }
                  #topblock #header #menu #menucontent ul li div ul .selected .dropdown {
                    background-image: url("../img/menu_arrow_down.png"); }
            #topblock #header #menu #menucontent ul li .selected {
              border-bottom: 4px solid #cf2c25; }
              #topblock #header #menu #menucontent ul li .selected .dropdown {
                background-image: url("../img/menu_arrow_down.png"); }
          #topblock #header #menu #menucontent ul .selected {
            border-bottom: 4px solid #cf2c25;
            /*&:first-child {
                            border-bottom: 4px solid transparent;
                        }*/ }
            #topblock #header #menu #menucontent ul .selected:hover {
              border-bottom: 4px solid #cf2c25; }
            #topblock #header #menu #menucontent ul .selected .dropdown {
              background-image: url("../img/menu_arrow_down.png"); }
    #topblock #header #menu.open {
      opacity: 1; }
    #topblock #header #languageblock {
      display: inline-block;
      cursor: pointer;
      position: absolute;
      right: 20px;
      top: 42px;
      font-size: 14px;
      font-weight: 500;
      color: #555;
      overflow: hidden;
      background-size: 18px 12px;
      background-repeat: no-repeat;
      background-position: left center;
      width: 40px;
      height: 12px;
      margin-top: 8px; }
      #topblock #header #languageblock #langarrow {
        background-image: url("../img/menu_arrow_down.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: 18px;
        display: inline-block;
        width: 18px;
        height: 18px;
        content: '';
        margin-left: 22px;
        margin-top: -3px;
        margin-bottom: 15px;
        transition: background 0.3s ease; }
      #topblock #header #languageblock #languages {
        height: 0;
        width: 50px;
        transition: height 0.3s;
        margin-top: -15px; }
        #topblock #header #languageblock #languages:hover {
          cursor: default; }
        #topblock #header #languageblock #languages a {
          height: 20px;
          width: 100%;
          content: ''; }
  #topblock #header.blockToggle #languageblock {
    overflow: visible; }
    #topblock #header.blockToggle #languageblock #languages {
      height: 30px; }
    #topblock #header.blockToggle #languageblock #langarrow {
      background-image: url("../img/menu_arrow_up.png"); }

/* Hero */
#hero {
  width: 100%;
  overflow: hidden;
  height: 500px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px; }

/* Carousel */
carousel {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  carousel blocks {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    carousel blocks block {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background-size: cover;
      background-position: 50% 50%;
      width: 100vw;
      height: 100%;
      -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
      carousel blocks block .titleblock {
        width: 100%;
        max-width: 944px;
        height: 90px;
        max-height: 155px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative; }
        carousel blocks block .titleblock .titleblockinner {
          width: 100%;
          height: auto;
          position: absolute;
          top: 0; }
          carousel blocks block .titleblock .titleblockinner p {
            font-family: 'Karma', serif;
            font-size: 48px;
            line-height: 60px;
            color: #fff;
            padding: 10px 0;
            display: inline-block;
            margin: 0; }
      carousel blocks block:not(:first-child) {
        opacity: 0; }
      carousel blocks block .thumbs {
        width: 100%;
        max-width: 944px;
        height: 200px;
        margin: 0 auto;
        position: relative;
        top: 60px;
        left: 0; }
        carousel blocks block .thumbs .thumbnail {
          position: absolute;
          top: 0;
          right: 0;
          display: block;
          background-position: top right;
          background-repeat: no-repeat;
          width: 330px;
          height: 180px; }
    carousel blocks block.homebanner .titleblock {
      text-align: right;
      right: 0; }
      carousel blocks block.homebanner .titleblock .titleblockinner {
        right: 20px; }
        carousel blocks block.homebanner .titleblock .titleblockinner p {
          font-size: 60px;
          line-height: 75px; }
    carousel blocks block.homebannersecond {
      background-position: 50% 10%; }
      carousel blocks block.homebannersecond .titleblock {
        text-align: right;
        right: 0; }
        carousel blocks block.homebannersecond .titleblock .titleblockinner {
          right: 20px;
          top: 30px; }
          carousel blocks block.homebannersecond .titleblock .titleblockinner p {
            font-size: 60px;
            line-height: 75px; }
    carousel blocks block.homebannerthird {
      background-position: 50% 80%; }
      carousel blocks block.homebannerthird .titleblock {
        text-align: right;
        right: 0; }
        carousel blocks block.homebannerthird .titleblock .titleblockinner {
          right: 20px; }
          carousel blocks block.homebannerthird .titleblock .titleblockinner p {
            font-size: 60px;
            line-height: 75px; }
    carousel blocks block.krachtbronbanner {
      background-position: 50% 40%; }
      carousel blocks block.krachtbronbanner .titleblock {
        text-align: right;
        right: 0; }
        carousel blocks block.krachtbronbanner .titleblock .titleblockinner {
          max-width: 470px;
          right: 20px;
          top: inherit;
          bottom: 0px; }
    carousel blocks block.hcbanner .titleblock {
      text-align: right;
      right: 0; }
      carousel blocks block.hcbanner .titleblock .titleblockinner {
        right: 20px;
        top: inherit;
        bottom: 0px;
        max-width: 540px; }
    carousel blocks block.klantenbanner {
      background-position: 50% 20%; }
      carousel blocks block.klantenbanner .titleblock {
        text-align: right;
        right: 0; }
        carousel blocks block.klantenbanner .titleblock .titleblockinner {
          right: 20px;
          top: 100px; }
    carousel blocks block.verhalenbanner {
      background-position: 50% 40%; }
      carousel blocks block.verhalenbanner .titleblock {
        text-align: right;
        right: 0; }
        carousel blocks block.verhalenbanner .titleblock .titleblockinner {
          right: 20px;
          top: 170px; }
    carousel blocks block.werkenbijhcbanner {
      background-position: 50% 45%; }
      carousel blocks block.werkenbijhcbanner .titleblock {
        text-align: left;
        left: 0; }
        carousel blocks block.werkenbijhcbanner .titleblock .titleblockinner {
          left: 20px;
          max-width: 450px;
          top: inherit;
          bottom: 0px; }
    carousel blocks block.contactbanner {
      background-position: 50% 35%; }
      carousel blocks block.contactbanner .titleblock {
        text-align: right;
        right: 0; }
        carousel blocks block.contactbanner .titleblock .titleblockinner {
          right: 20px;
          top: 140px; }
  carousel .slogan {
    width: 100%;
    max-width: 944px;
    height: 75px;
    margin: 0 auto; }
    carousel .slogan #slogan {
      background-color: rgba(255, 255, 255, 0.9);
      position: relative;
      top: 280px;
      left: 0;
      width: 558px;
      height: 75px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }

/* Dots */
carousel dots {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: auto; }

carousel dots dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  margin: 0 4px;
  transition: width 250ms ease-in-out, background-color 250ms ease-in-out;
  cursor: pointer; }

carousel dots dot.current {
  background-color: #fff;
  cursor: default; }

/* More button */
.morebutton {
  display: inline-block;
  position: relative;
  background: #562c76;
  padding: 12px 23px 14px 23px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px;
  color: white;
  font-weight: 300;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s; }
  .morebutton:hover {
    background-color: #cf2c25;
    text-decoration: none; }

/* Content */
section {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  margin: 60px auto; }
  section content {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 944px;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box; }
    section content column {
      display: inline-block;
      position: relative;
      width: 944px;
      max-width: 944px;
      padding: 30px 28px;
      vertical-align: top; }
      section content column h2 {
        color: #562c76;
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        padding: 0;
        margin: 0 0 30px 0; }
    section content h2 {
      color: #562c76;
      font-size: 28px;
      line-height: 38px;
      font-weight: 500;
      padding: 0;
      margin: 0 0 30px 0; }
    section content .textblock h2 {
      color: #562c76;
      font-size: 28px;
      line-height: 38px;
      font-weight: 500;
      padding: 0;
      margin: 0 0 30px 0; }
    section content .textblock strong {
      color: #cf2c25;
      font-weight: 600; }

section.grey {
  background: whitesmoke; }

section.grey + section.grey::before,
section.bright + section.bright::before {
  display: block;
  position: relative;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.15); }

section.dark {
  background: #323542;
  color: white; }

section.dark + section.dark::before {
  display: block;
  position: relative;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.3); }

/* Headline */
column > span.headline,
column > span.title {
  display: block;
  color: #191919;
  font-weight: bold;
  font-size: 25px; }

column > span.headline {
  background: white;
  width: 440px; }

column:first-child > span.headline {
  padding: 32px 28px 10px 48px;
  left: -20px; }

column:nth-child(2) > span.headline {
  padding: 32px 48px 10px 28px;
  padding-left: 0;
  left: 0; }

column > span.icon::before {
  display: inline-block;
  content: '';
  width: 36px;
  height: 36px;
  margin: 0 14px 0 0;
  vertical-align: text-top; }

column > span.icon.nieuws::before {
  background-image: url("../img/icons/icon_nieuws.png"); }

column > span.icon.agenda::before {
  background-image: url("../img/icons/icon_agenda.png"); }

column > span.icon.contact::before {
  background-image: url("../img/icons/icon_contact.png"); }

column > span.icon.location::before {
  background-image: url("../img/icons/icon_location.png");
  margin-left: -48px; }

column > span.icon.files::before {
  background-image: url("../img/icons/icon_files.png"); }

column > span.icon.zoeken::before {
  background-image: url("../img/icons/icon_search.png"); }

/* Blocks */
/* Pseudo classes */
/* General small blocks */
section.smallblock content {
  max-width: 800px; }

/* General dotted bottom line */
section.dotted {
  border-bottom: 1px dotted #4d4d4d;
  padding-bottom: 60px; }

/* Homepage */
section#homepageblock content div.textblock {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 47.5%; }

section#homepageblock content h2 {
  display: block;
  width: 100%; }

section#homepageblock content .firstcolumn {
  margin-right: 30px; }

/* Krachtbronnen pagina */
section#krachtbronnenblock content div.textblock {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

section#krachtbronnenblock content .firstcolumn {
  margin-right: 30px;
  max-width: 53%; }

section#krachtbronnenblock content .secondcolumn {
  max-width: 220px; }
  section#krachtbronnenblock content .secondcolumn p strong {
    font-weight: 700; }

/* Krachtbronnen intro sections */
section#organisatiemanagememt content div.textblock p a,
section#talentmanagement content div.textblock p a,
section#assessment content div.textblock p a,
section#training content div.textblock p a,
section#coaching content div.textblock p a {
  background-image: url("../img/arrow_more.png");
  background-repeat: no-repeat;
  background-position: 100% 5px;
  background-size: 18px;
  padding: 0 30px 0 0;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #cf2c25;
  text-decoration: none;
  transition: padding 0.2s ease-in-out; }
  section#organisatiemanagememt content div.textblock p a:hover,
  section#talentmanagement content div.textblock p a:hover,
  section#assessment content div.textblock p a:hover,
  section#training content div.textblock p a:hover,
  section#coaching content div.textblock p a:hover {
    padding: 0 40px 0 0; }

/* H&C pagina */
section#krachtvanhc content div.textblock p:nth-child(2) {
  font-weight: 600; }

/* Krachtbronnen general */
section#krachtbronnen {
  margin: 0 auto; }
  section#krachtbronnen content {
    position: relative;
    max-width: 100%;
    padding: 0; }
    section#krachtbronnen content .imageblock {
      padding: 0; }
    section#krachtbronnen content div.textblock {
      display: block;
      vertical-align: top;
      box-sizing: border-box;
      width: 100%;
      height: 400px;
      padding: 0;
      margin: 0 auto;
      overflow: hidden; }
    section#krachtbronnen content .krachtbronimage {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      max-width: 100%;
      height: 400px; }
      section#krachtbronnen content .krachtbronimage:after {
        background-color: #000;
        display: block;
        opacity: 0.15;
        width: 100%;
        height: 100%;
        content: ''; }
    section#krachtbronnen content .krachtbrontext {
      position: absolute;
      top: calc(50% - (280px/2));
      left: calc(50% - 150px);
      right: 0;
      max-width: 320px;
      height: 240px; }
      section#krachtbronnen content .krachtbrontext h2 {
        font-weight: 300;
        color: #fff; }
      section#krachtbronnen content .krachtbrontext p {
        font-size: 22px;
        line-height: 36px;
        font-weight: 200;
        margin: 0;
        padding: 0;
        color: #fff; }
      section#krachtbronnen content .krachtbrontext a {
        font-size: 22px;
        line-height: 36px;
        font-weight: 200;
        margin: 0;
        padding: 0;
        color: #fff;
        text-decoration: none; }
        section#krachtbronnen content .krachtbrontext a:hover {
          text-decoration: underline; }

/* Karakteristieken */
section#karakteristieken content div.textblock {
  text-align: center; }
  section#karakteristieken content div.textblock ul {
    margin: 0;
    padding: 0; }
    section#karakteristieken content div.textblock ul li {
      list-style-type: none;
      display: inline-block; }
      section#karakteristieken content div.textblock ul li strong {
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
        padding: 0 5px;
        display: inline-block;
        margin-right: 8px; }
      section#karakteristieken content div.textblock ul li .firststrong {
        display: none; }
      section#karakteristieken content div.textblock ul li p {
        display: inline-block;
        font-size: 18px;
        margin-right: 3px; }

/* Klanten - listblock */
section#klanten content div.listblock div.listItem {
  display: inline-block;
  width: 175px;
  height: 87px;
  margin: 0 15px 15px 0;
  box-sizing: border-box;
  vertical-align: middle; }
  section#klanten content div.listblock div.listItem:nth-child(4n+4) {
    margin-right: 0; }
  section#klanten content div.listblock div.listItem img {
    width: 150px;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

/* Werken bij HC - eerste section */
section#uitdaging content div.textblock strong a {
  color: #cf2c25; }

/* Werken bij HC - jobsblock */
section#werkenbijhc content div.jobsblock {
  width: 100%;
  height: auto; }
  section#werkenbijhc content div.jobsblock div.jobsitem {
    display: block;
    width: 100%;
    height: 205px;
    padding: 20px 0 20px 0;
    border-bottom: 1px dotted #b3b3b3;
    box-sizing: border-box; }
    section#werkenbijhc content div.jobsblock div.jobsitem:last-child {
      border-bottom: 1px dotted transparent; }
    section#werkenbijhc content div.jobsblock div.jobsitem div.thumbimage {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: inline-block;
      width: 245px;
      height: 165px;
      vertical-align: middle; }
    section#werkenbijhc content div.jobsblock div.jobsitem div.contents {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px;
      max-width: 64%; }
      section#werkenbijhc content div.jobsblock div.jobsitem div.contents p.date {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        padding: 0 0 5px 0; }
      section#werkenbijhc content div.jobsblock div.jobsitem div.contents p.title {
        display: block;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        padding: 0 0 5px 0; }
      section#werkenbijhc content div.jobsblock div.jobsitem div.contents a.more {
        background-image: url("../img/arrow_more.png");
        background-repeat: no-repeat;
        background-position: 100% 5px;
        background-size: 18px;
        padding: 0 30px 0 0;
        display: inline-block;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        color: #cf2c25;
        text-decoration: none;
        transition: padding 0.2s ease-in-out; }
        section#werkenbijhc content div.jobsblock div.jobsitem div.contents a.more:hover {
          padding: 0 40px 0 0; }

section#werkenbijhc content div.jobsitemblock {
  text-align: left;
  overflow: hidden;
  /*div.text {
                background-color: salmon;
            }*/ }
  section#werkenbijhc content div.jobsitemblock h2 {
    margin: 0 0 15px 0; }
  section#werkenbijhc content div.jobsitemblock p.date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 10px 0;
    font-style: italic;
    color: #828282; }
  section#werkenbijhc content div.jobsitemblock div.itemimage {
    width: 100%;
    height: auto;
    margin: 20px 0 15px 0; }

/* Sterke verhalen - newsblock */
section#sterkeverhalen content {
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  section#sterkeverhalen content .newsblock {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    margin-bottom: 40px;
    transition: height 0.3s ease-in-out; }
    section#sterkeverhalen content .newsblock a.newsitem {
      display: inline-block;
      width: 235px;
      height: 270px;
      padding: 0;
      margin: 0 23px 40px 0;
      box-sizing: border-box;
      vertical-align: top;
      overflow: hidden;
      cursor: pointer;
      transition: 0.1s ease-in-out;
      position: relative;
      text-decoration: none; }
      section#sterkeverhalen content .newsblock a.newsitem:after {
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 12px solid #cf2c25;
        border-left: 12px solid transparent;
        content: '';
        opacity: 0;
        transition: opacity 0.2s ease-in-out; }
      section#sterkeverhalen content .newsblock a.newsitem:nth-child(3n) {
        margin: 0 0 40px 0; }
      section#sterkeverhalen content .newsblock a.newsitem div.thumbimage {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 245px;
        height: 165px;
        transition: transform 0.2s ease-in-out; }
      section#sterkeverhalen content .newsblock a.newsitem p.date {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        margin: 10px 0 8px 0;
        transition: padding 0.2s ease-in-out; }
      section#sterkeverhalen content .newsblock a.newsitem p.title {
        font-size: 14px;
        line-height: 22px;
        font-weight: 700; }
      section#sterkeverhalen content .newsblock a.newsitem:hover:after {
        opacity: 1; }
      section#sterkeverhalen content .newsblock a.newsitem:hover p.date {
        padding-top: 5px; }
      section#sterkeverhalen content .newsblock a.newsitem:hover p.title {
        color: #cf2c25; }
      section#sterkeverhalen content .newsblock a.newsitem:hover div.thumbimage {
        transform: scale(1.05); }
  section#sterkeverhalen content a.more {
    background-color: #562c76;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 3px;
    padding: 12px 20px 15px 20px;
    text-align: center;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer; }
    section#sterkeverhalen content a.more:hover {
      background-color: #cf2c25; }
  section#sterkeverhalen content div.newsitemblock {
    text-align: left;
    overflow: hidden;
    /*div.text {
                background-color: salmon;
            }*/ }
    section#sterkeverhalen content div.newsitemblock h2 {
      margin: 0 0 15px 0; }
    section#sterkeverhalen content div.newsitemblock p.date {
      font-size: 14px;
      line-height: 24px;
      font-weight: 300;
      margin: 0 0 10px 0;
      font-style: italic;
      color: #828282; }
    section#sterkeverhalen content div.newsitemblock div.itemimage {
      width: 100%;
      height: auto;
      margin: 20px 0 15px 0; }

/* Contactpagina */
section#contact content .contactinfo {
  display: inline-block;
  width: 47%;
  margin-right: 30px;
  overflow: hidden;
  box-sizing: border-box; }
  section#contact content .contactinfo p a {
    text-decoration: none;
    border-bottom: 1px solid #cf2c25; }
  section#contact content .contactinfo ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    section#contact content .contactinfo ul li {
      background-image: url("../img/icons/plusje.png");
      background-position: 0px 9px;
      background-repeat: no-repeat;
      background-size: 10px;
      padding: 0 0 0 25px;
      transition: background 0.2s ease-in-out;
      cursor: pointer;
      overflow: visible; }
      section#contact content .contactinfo ul li strong {
        color: #191919;
        text-decoration: none;
        cursor: pointer; }
      section#contact content .contactinfo ul li a {
        color: #191919;
        text-decoration: none;
        cursor: pointer; }
      section#contact content .contactinfo ul li ul {
        background-image: none;
        margin: 0 0 0 20px;
        padding: 0;
        opacity: 0;
        height: 0;
        list-style-type: disc; }
        section#contact content .contactinfo ul li ul li {
          background-image: none;
          margin: 0;
          padding: 0; }
          section#contact content .contactinfo ul li ul li:last-child {
            padding: 0 0 15px 0; }
      section#contact content .contactinfo ul li:nth-child(1) ul {
        list-style-type: none;
        margin: 0; }
      section#contact content .contactinfo ul li:nth-child(3) ul li:last-child {
        list-style-type: none;
        padding: 15px 0;
        margin: 0 0 0 -20px; }
      section#contact content .contactinfo ul li:nth-child(4) ul {
        margin: 0;
        list-style-type: none; }
    section#contact content .contactinfo ul li.minus {
      background-image: url("../img/icons/minnetje.png"); }
      section#contact content .contactinfo ul li.minus ul {
        opacity: 1;
        height: auto; }

section#contact content .contactform {
  display: inline-block;
  width: 49%;
  padding: 0; }
  section#contact content .contactform form {
    margin-top: 50px; }
    section#contact content .contactform form b {
      color: #cf2c25;
      font-weight: 800; }

/* Text block */
/*column {
    .textblock {
        @extend %itemtext;
        padding: 10px 0;

        h2 {
            font-size: 14px;
            padding: 0 0 11px;

            ex {
                display: inline;
                font-weight: bolder;
            }
        }

        p {
            padding: 10px 0;
            margin: 0;

            img {
                float: left;
                margin: 0 30px 30px 0;
            }
        }

        span {
            .subtitle {
                display: inline-block;
                font-weight: bold;
            }
            .icon {
                &:before {
                    @extend %gfx;
                    display: inline-block;
                    content: '';
                    width: 22px;
                    height: 22px;
                    vertical-align: text-top;
                }
                .location {
                    &:before {
                        background-image: url('../img/icons/icon_location.png');
                    }
                }
            }
        }
    }
}*/
/* Image block */
.imageblock {
  padding: 20px 0;
  text-align: center; }
  .imageblock img {
    width: 100%; }
  .imageblock a {
    display: block;
    position: relative;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow 400ms; }
    .imageblock a:hover {
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
    .imageblock a:after {
      width: 30px;
      height: 30px;
      background: black url("../img/icons/icon_external.png") no-repeat 50% 50%;
      background-size: 22px 22px;
      right: 0;
      top: 0; }

/* Filelist block */
.filesblock {
  width: 100%; }

.filesblock .group {
  display: block;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  vertical-align: top; }

.filesblock.split .group {
  display: inline-block;
  width: 49%;
  max-width: 49%; }

.filesblock.split .group:nth-child(odd) {
  padding-right: 28px; }

.filesblock.split .group:nth-child(even) {
  padding-left: 28px; }

.filesblock .group > span {
  display: block;
  font-weight: 600;
  font-size: 17px; }

.filesblock .group ul {
  margin: 6px 0 20px 0;
  padding: 0;
  list-style: none; }

.filesblock .group ul li a {
  display: block;
  position: relative;
  padding: 5px 0 5px 30px; }

.filesblock .group ul li a::before {
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/icon_file_pdf.png"); }

/* Search results */
.searchresultsblock {
  width: 100%;
  max-width: 944px;
  box-sizing: border-box; }

.searchresultsblock form input {
  width: 100%;
  max-width: 944px;
  position: relative;
  font-size: 30px;
  border: 0;
  border-bottom: 2px solid #2c2e33;
  padding: 10px 0 10px 40px;
  background: url("../img/icons/icon_search.png") no-repeat 0 15px;
  background-size: 30px 30px;
  box-sizing: border-box;
  border-radius: 0;
  outline: none; }

.searchresultsblock .results div p {
  padding: 20px 0; }

.searchresultsblock .results .result {
  padding: 14px 0; }

.searchresultsblock .results .result:not(:last-child) {
  border-bottom: 1px dotted #cccccc; }

.searchresultsblock .results .result > a {
  display: block;
  font-size: 20px; }

.searchresultsblock .results .result highlight {
  display: inline;
  background: #fdff8a;
  padding: 1px 2px;
  border-radius: 2px;
  border: 1px solid #f3e004; }

.searchpage {
  max-width: 944px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  box-sizing: border-box; }

.searchpage .searchpagecontent {
  width: 100%;
  max-width: 944px;
  box-sizing: border-box;
  padding: 0; }

/* Over hc */
.overhc content .imageblock {
  max-width: 229px;
  display: inline-block;
  vertical-align: top;
  margin-right: 50px; }
  .overhc content .imageblock img {
    width: 100%;
    height: auto; }

.overhc content .textblock {
  max-width: 620px;
  display: inline-block; }

/* Form */
column form {
  padding: 1px 0 0 0;
  display: block; }

column form field {
  display: block;
  position: relative;
  background: #f2f2f2;
  margin-bottom: 8px;
  padding: 9px 10px 9px 9px;
  box-sizing: border-box;
  transition: border 200ms; }
  column form field #frmLocation,
  column form field #formAanhef {
    border: none;
    outline: none;
    background-color: #f2f2f2;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    width: 310px;
    font-family: 'Muli', sans-serif; }

column form field::after {
  width: 0;
  height: 2px;
  background: #cf2c25;
  transition: width 300ms ease-in-out;
  left: 0;
  bottom: 0; }

column form field.focus::after {
  width: 100%; }

column form .locationfield.focus::after {
  width: 0;
  height: 0;
  background: transparent;
  border: none; }

column form field label {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
  color: #4d4d4d; }

/*column form field.focus label {
    color: $color-hc-red;
}*/
column form field input[type=text] {
  display: inline-block;
  width: 290px;
  -webkit-appearance: none; }

column form field textarea {
  display: block;
  width: 100%;
  height: 150px;
  resize: none; }

column form field input[type=text],
column form field textarea {
  background: none;
  border: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  outline: none;
  font-weight: 400;
  -webkit-appearance: none;
  color: #191919; }

form #messages {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
  font-weight: 300; }

/* Footer */
footer {
  background: rgba(150, 150, 150, 0.7);
  width: 100%;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

#footercontent {
  margin: auto;
  max-width: 944px;
  width: 100%;
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box; }

#footercontent div.column {
  display: inline-block;
  vertical-align: top;
  width: 222px;
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px; }

.footerfirst,
.footersecond {
  display: inline-block; }

#footercontent div.column p.title {
  display: block;
  font-weight: 600;
  padding: 2px 0;
  font-size: 16px; }

#footercontent div.column p.bigtitle {
  display: block;
  font-weight: 400;
  padding: 0 0 2px 0;
  font-size: 16px; }

#footercontent div.contact a {
  display: inline-block;
  color: #fff;
  text-decoration: none; }
  #footercontent div.contact a:hover {
    text-decoration: underline; }

#footercontent div.contact a.icon::before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px; }

#footercontent div.column ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#footercontent div.column .sitemap li:last-child {
  display: none; }

#footercontent div.column li {
  margin: 0;
  padding: 0; }

#footercontent div.column a.inactive {
  display: none; }

#footercontent div.social a {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-size: contain;
  background-position: 0 0;
  transition: transform 200ms, opacity 200ms; }

#footercontent div.social a:active {
  transform: translateY(1px);
  opacity: 0.5; }

#footercontent div.social a.facebook {
  background-image: url("../img/icons/social_facebook.png"); }

#footercontent div.social a.linkedin {
  background-image: url("../img/icons/social_linkedin.png"); }

#footercontent div.social a.twitter {
  background-image: url("../img/icons/social_twitter.png"); }

#footercontent div.social a.youtube {
  background-image: url("../img/icons/social_youtube.png"); }

#footercontent div.contact a.icon.home::before {
  background-image: url("../img/icons/contact_home.png");
  margin-top: 3px;
  max-width: 13px; }

#footercontent div.contact a.icon.phone::before {
  background-image: url("../img/icons/contact_mobile.png");
  margin-top: 3px;
  max-width: 13px; }

#footercontent div.contact a.icon.fax::before {
  background-image: url("../img/icons/contact_fax.png");
  margin-top: 3px;
  max-width: 13px; }

#footercontent div.contact a.icon.email::before {
  background-image: url("../img/icons/contact_email.png");
  margin-top: 3px;
  max-width: 13px; }

#footercontent div.contact a.icon.globe::before {
  background-image: url("../img/icons/contact_globe.png");
  margin-top: 3px;
  max-width: 13px; }

#footercontent div.contact a.icon.home:hover {
  cursor: default;
  text-decoration: none; }

#copyright {
  background-color: white;
  height: 50px;
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
  color: #191919; }
  #copyright .copyrightcontent {
    max-width: 944px;
    height: auto;
    max-height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px; }
    #copyright .copyrightcontent .copyright {
      text-align: left;
      float: left;
      box-sizing: border-box;
      font-weight: 400; }
      #copyright .copyrightcontent .copyright .divider:last-child {
        display: none; }
      #copyright .copyrightcontent .copyright a {
        text-decoration: none; }
        #copyright .copyrightcontent .copyright a:hover {
          text-decoration: underline; }
    #copyright .copyrightcontent .creator {
      text-align: right;
      float: right;
      color: #191919;
      box-sizing: border-box;
      text-decoration: none;
      font-weight: 400; }
      #copyright .copyrightcontent .creator:hover {
        cursor: pointer;
        text-decoration: underline; }

/* Lightbox */
/*lightbox {
    display: block;
    z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: opacity 200ms;
    overflow: hidden;
}

lightbox.show {
    height: 100%;
    opacity: 1;
}

lightbox #close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url('../img/icons/close.png');
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

lightbox content {
    display: block;
    position: relative;
    margin: auto;
    max-width: 90%;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transition: opacity 300ms, transform 300ms ease-in-out;
    -webkit-transition: opacity 300ms, -webkit-transform 300ms ease-in-out;
    padding-top: 40px;
}

lightbox content.show {
    margin: auto;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

lightbox content #next,
lightbox content #prev {
    display: block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

lightbox content #next.disabled,
lightbox content #prev.disabled {
    opacity: .1;
    cursor: default;
}

lightbox content #next {
    right: -50px;
    background-image: url('../img/icons/next.png');
}

lightbox content #prev {
    left: -50px;
    background-image: url('../img/icons/previous.png');
}

lightbox content #image {
    display: block;
    width: 100%;
    max-height: 90%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

lightbox content #texts {
    display: none;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    opacity: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    transition: opacity 400ms ease-in-out;
}

lightbox content #description,
lightbox content #title {
    display: block;
    color: white;
    padding: 5px 0;
}

lightbox content #title {
    font-weight: bold;
}

lightbox content #description {}*/
/* Vendor function */
/* Pseudo classes */
#topblock #header #menu #menucontent ul li a .external span:after, column > span.icon::before, .filesblock .group ul li a::before, #footercontent div.contact a.icon::before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain; }

#topblock #header #menu #menucontent ul li a .external span:after, .imageblock a:after, .filesblock .group ul li a::before, column form field::after {
  display: block;
  position: absolute;
  content: ''; }

/* Sizes */
/* Colors */
/* Easings */
/*@media (max-width:950px) {
    lightbox content.show {
        margin-top: 40px;
    }
}*/
@media (max-width: 940px) {
  /* Footer */
  #footercontent div.column {
    width: 265px; }
  .footerfirst,
  .footersecond {
    display: block; }
  .footerfirst div.column {
    margin-bottom: 30px; } }

@media (max-width: 930px) {
  #topblock #header #hclogo {
    max-width: 85px;
    height: 45px;
    top: 32px; }
  #topblock #header #menu {
    margin-left: 95px; }
  /* Krachtbronnen general */
  section#krachtbronnen content div.textblock {
    height: 300px; }
  section#krachtbronnen content .krachtbronimage {
    background-position: 60% 0; }
  section#krachtbronnen content .krachtbrontext {
    left: calc(50% - 50px); } }

@media (max-width: 900px) {
  /* Karakteristieken */
  section#karakteristieken content div.textblock ul li strong {
    font-size: 16px; }
  section#karakteristieken content div.textblock ul li p {
    font-size: 16px; }
  /* Contactpagina */
  section#contact content .contactinfo {
    width: 47%; }
  section#contact content .contactform {
    width: 48.3%; } }

/* Tablet */
@media (max-width: 850px) {
  input {
    border-radius: 0; }
  #hero {
    height: 375px;
    margin-top: 100px; }
  body.search #hero {
    height: 20vh; }
  body.home content.split column:nth-child(1),
  body.home content.split column:nth-child(2) {
    max-width: inherit;
    width: 100%; }
  /* Menu */
  #topblock {
    height: 100px; }
    #topblock #header {
      height: 100px; }
      #topblock #header #hclogo {
        top: 28px; }
      #topblock #header #menu {
        position: fixed;
        top: 19px;
        left: 0px;
        right: 0px;
        height: 46px;
        transition: height 0.5s;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        box-sizing: border-box;
        margin-left: 0; }
        #topblock #header #menu #menucontent {
          height: 110px; }
          #topblock #header #menu #menucontent #hamburger {
            display: block;
            position: absolute;
            right: 30px;
            top: 16px; }
            #topblock #header #menu #menucontent #hamburger:before {
              display: block;
              position: absolute;
              content: '';
              width: 27px;
              height: 27px;
              background: url("../img/menu_hamburger.png");
              background-position: right center;
              background-repeat: no-repeat;
              background-size: contain;
              vertical-align: middle;
              padding-right: 85px; }
            #topblock #header #menu #menucontent #hamburger span {
              display: inline-block;
              color: #562c76;
              text-transform: uppercase;
              padding: 0px 15px 1px 10px;
              transition: opacity 300ms, transform 300ms;
              vertical-align: middle;
              font-size: 20px;
              line-height: 26px;
              font-weight: 700;
              text-align: left; }
          #topblock #header #menu #menucontent ul {
            position: relative;
            top: 50px;
            left: 10px;
            padding: 10px 20px;
            box-sizing: border-box;
            padding-right: 0px;
            padding-top: 0px;
            text-align: left;
            width: 100%;
            max-width: 85%;
            height: 0;
            overflow: hidden;
            transition: overflow 0.3s, height 0.3s; }
            #topblock #header #menu #menucontent ul .children {
              position: relative; }
              #topblock #header #menu #menucontent ul .children div ul .selected {
                border-bottom: 1px solid transparent; }
                #topblock #header #menu #menucontent ul .children div ul .selected a {
                  border-bottom: 1px solid transparent; }
                  #topblock #header #menu #menucontent ul .children div ul .selected a span {
                    border-bottom: 1px solid transparent;
                    font-weight: 700; }
            #topblock #header #menu #menucontent ul .dropdown {
              background-image: url("../img/menu_arrow_down_white.png");
              background-size: 25px;
              background-position: 5px 12px;
              height: 30px;
              width: 30px;
              display: inline-block;
              padding-right: 0; }
            #topblock #header #menu #menucontent ul li.divToggle .dropdown {
              background-image: url("../img/menu_arrow_up_white.png"); }
            #topblock #header #menu #menucontent ul li {
              display: block;
              margin: 0;
              padding: 0;
              height: auto; }
              #topblock #header #menu #menucontent ul li:hover {
                border-bottom: 4px solid transparent; }
              #topblock #header #menu #menucontent ul li:first-child, #topblock #header #menu #menucontent ul li:last-child {
                padding: 0; }
              #topblock #header #menu #menucontent ul li:last-child {
                margin-top: 0; }
              #topblock #header #menu #menucontent ul li #homebutton {
                background-image: url("../img/menu_home_white.png");
                background-position: left 11px;
                background-size: 20px;
                padding: 10px 0 10px 30px;
                width: 72px;
                height: 45px;
                box-sizing: border-box; }
                #topblock #header #menu #menucontent ul li #homebutton span {
                  display: block;
                  margin-top: 0; }
              #topblock #header #menu #menucontent ul li a {
                font-weight: 600;
                display: inline-block;
                margin: 0;
                padding: 10px 0;
                font-size: 15px;
                height: 45px;
                color: #fff; }
                #topblock #header #menu #menucontent ul li a:after {
                  display: none; }
                #topblock #header #menu #menucontent ul li a span {
                  position: relative;
                  margin-top: 10px; }
                #topblock #header #menu #menucontent ul li a:not(.inactive):before {
                  display: none;
                  position: absolute;
                  content: '';
                  width: 20px;
                  height: 20px;
                  top: 15px;
                  right: 0;
                  background: url("../img/menu_arrow_down_white.png") 0 0 no-repeat;
                  background-size: contain; }
              #topblock #header #menu #menucontent ul li #searchicon {
                width: auto;
                height: auto;
                background-image: none; }
                #topblock #header #menu #menucontent ul li #searchicon span {
                  display: block; }
              #topblock #header #menu #menucontent ul li div {
                position: relative;
                opacity: 1;
                padding: 10px 0px;
                left: 0;
                top: 0;
                margin: 15px 0 0 0;
                height: auto; }
                #topblock #header #menu #menucontent ul li div ul {
                  padding: 10px;
                  overflow: hidden;
                  height: auto;
                  margin-bottom: 10px;
                  display: inline-block; }
                  #topblock #header #menu #menucontent ul li div ul li.selected {
                    border-bottom: 1px solid transparent; }
                    #topblock #header #menu #menucontent ul li div ul li.selected a {
                      border-bottom: 1px solid transparent; }
                      #topblock #header #menu #menucontent ul li div ul li.selected a span {
                        border-bottom: 1px solid transparent;
                        font-weight: 700; }
                  #topblock #header #menu #menucontent ul li div ul li {
                    height: auto; }
                    #topblock #header #menu #menucontent ul li div ul li:first-child {
                      border: none;
                      margin-bottom: 0;
                      padding-bottom: 0;
                      position: relative;
                      margin-right: 10px;
                      padding-right: 30px; }
                      #topblock #header #menu #menucontent ul li div ul li:first-child a {
                        font-weight: 400; }
                    #topblock #header #menu #menucontent ul li div ul li a {
                      font-weight: 300;
                      height: 30px;
                      margin-left: 0; }
                #topblock #header #menu #menucontent ul li div a {
                  position: relative;
                  text-shadow: none;
                  margin: 0;
                  transform: none;
                  margin-left: 20px;
                  padding: 10px 0px;
                  color: #fff; }
                  #topblock #header #menu #menucontent ul li div a:after {
                    display: none; }
            #topblock #header #menu #menucontent ul .selected {
              border-bottom: 1px solid transparent; }
              #topblock #header #menu #menucontent ul .selected .dropdown {
                background-image: url("../img/menu_arrow_down_white.png"); }
              #topblock #header #menu #menucontent ul .selected div ul li a {
                border-bottom: 1px solid transparent; }
                #topblock #header #menu #menucontent ul .selected div ul li a span {
                  border-bottom: 1px solid transparent; }
              #topblock #header #menu #menucontent ul .selected a span {
                border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
              #topblock #header #menu #menucontent ul .selected:hover {
                border-bottom: 1px solid transparent; }
            #topblock #header #menu #menucontent ul:hover {
              border-bottom: 1px solid transparent; }
          #topblock #header #menu #menucontent #searchfield {
            position: relative;
            left: -10px;
            top: -15px;
            width: 100%;
            max-width: 730px;
            padding: 0 22px;
            opacity: 1;
            box-shadow: none;
            background: none;
            margin-bottom: 45px;
            height: 50px; }
            #topblock #header #menu #menucontent #searchfield div {
              padding: 0;
              width: 100%; }
              #topblock #header #menu #menucontent #searchfield div input {
                border-bottom: 1px solid black;
                margin-top: 10px;
                padding: 15px 0 20px 30px;
                color: #191919;
                width: 100%;
                background: url("../img/icons/menu_search.png") no-repeat 0 8px;
                background-repeat: no-repeat;
                background-size: 20px 20px;
                height: 40px;
                font-size: 13px;
                font-weight: 600;
                transition: border-bottom 0.3s; }
                #topblock #header #menu #menucontent #searchfield div input:focus {
                  border-bottom: 1px solid transparent; }
                #topblock #header #menu #menucontent #searchfield div input::-webkit-input-placeholder {
                  color: #191919; }
                #topblock #header #menu #menucontent #searchfield div input:-moz-placeholder {
                  color: #191919; }
                #topblock #header #menu #menucontent #searchfield div input::-moz-placeholder {
                  color: #191919; }
                #topblock #header #menu #menucontent #searchfield div input:-ms-input-placeholder {
                  color: #191919; }
              #topblock #header #menu #menucontent #searchfield div #closesearch {
                display: none; }
  #topblock #header #menu.open {
    height: 100vh !important;
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    transition: height 0.5s;
    background-color: rgba(86, 44, 118, 0.95);
    top: 0; }
    #topblock #header #menu.open #menucontent {
      width: 100%;
      height: 100%; }
      #topblock #header #menu.open #menucontent #hamburger {
        right: 145px;
        top: 40px; }
        #topblock #header #menu.open #menucontent #hamburger span {
          color: #fff;
          display: none; }
        #topblock #header #menu.open #menucontent #hamburger:before {
          background-image: url("../img/menu_close.png");
          width: 25px;
          height: 25px;
          right: -120px;
          top: -10px;
          position: absolute; }
      #topblock #header #menu.open #menucontent ul {
        height: 100%;
        overflow: scroll; }
        #topblock #header #menu.open #menucontent ul li.divToggle {
          overflow: visible; }
          #topblock #header #menu.open #menucontent ul li.divToggle div {
            opacity: 1;
            display: block;
            z-index: 10; }
            #topblock #header #menu.open #menucontent ul li.divToggle div ul {
              display: block; }
        #topblock #header #menu.open #menucontent ul li {
          color: #fff; }
          #topblock #header #menu.open #menucontent ul li div {
            background-color: transparent;
            height: auto;
            margin-top: 0px;
            width: auto;
            padding: 0;
            display: none;
            top: 0;
            left: 20px;
            position: relative; }
            #topblock #header #menu.open #menucontent ul li div ul {
              display: none;
              height: auto;
              position: static;
              display: block;
              width: auto;
              background-color: transparent;
              top: 0;
              left: 0; }
              #topblock #header #menu.open #menucontent ul li div ul li {
                height: 25px;
                display: block; }
                #topblock #header #menu.open #menucontent ul li div ul li:first-child {
                  display: block; }
                #topblock #header #menu.open #menucontent ul li div ul li:last-child {
                  margin-top: 0; }
                #topblock #header #menu.open #menucontent ul li div ul li a {
                  line-height: 0; }
            #topblock #header #menu.open #menucontent ul li div .openmenu {
              overflow: visible;
              height: auto; }
              #topblock #header #menu.open #menucontent ul li div .openmenu li {
                display: block; }
                #topblock #header #menu.open #menucontent ul li div .openmenu li .toggle {
                  transform: rotate(-180deg); }
              #topblock #header #menu.open #menucontent ul li div .openmenu .selected {
                border-bottom: none; }
          #topblock #header #menu.open #menucontent ul li span {
            color: #fff; }
          #topblock #header #menu.open #menucontent ul li:last-child {
            margin-left: 0;
            margin-top: 0; }
          #topblock #header #menu.open #menucontent ul li #zoekoffline {
            background-image: url("../img/icons/menu_search.png"); }
            #topblock #header #menu.open #menucontent ul li #zoekoffline span {
              display: block;
              margin-top: -3px;
              margin-left: 32px; }
        #topblock #header #menu.open #menucontent ul .selected {
          color: #fff; }
          #topblock #header #menu.open #menucontent ul .selected a {
            color: #fff; }
            #topblock #header #menu.open #menucontent ul .selected a span {
              color: #fff; }
  #topblock #header .languageblock {
    top: 40px; }
  carousel blocks block .titleblock .titleblockinner p {
    font-size: 40px;
    line-height: 50px; }
  carousel blocks block.homebanner .titleblock .titleblockinner p {
    font-size: 40px;
    line-height: 50px; }
  carousel blocks block.krachtbronbanner .titleblock {
    height: 120px; }
    carousel blocks block.krachtbronbanner .titleblock .titleblockinner {
      max-width: 350px;
      top: inherit;
      bottom: 0px; }
  carousel blocks block.hcbanner .titleblock .titleblockinner {
    top: inherit;
    bottom: -10px;
    max-width: 330px; }
  carousel blocks block.klantenbanner .titleblock .titleblockinner {
    right: 20px;
    top: 140px; }
  carousel blocks block.verhalenbanner .titleblock .titleblockinner {
    max-width: 280px;
    right: 20px;
    top: 110px; }
  carousel blocks block.werkenbijhcbanner .titleblock .titleblockinner {
    left: 20px;
    max-width: 300px;
    bottom: -20px; }
  carousel blocks block.contactbanner .titleblock .titleblockinner {
    top: 150px; }
  /* Generic items */
  a.morebutton {
    font-size: 12px;
    padding: 6px 30px 6px 10px; }
  /* Content */
  section {
    margin: 30px auto; }
  section content {
    box-sizing: border-box;
    max-width: inherit; }
  /* Column. */
  section content column,
  section content.split column {
    display: block;
    max-width: inherit;
    width: 100%;
    padding: 20px 0; }
  /* Headline */
  column > span.headline,
  column > span.title {
    position: relative;
    font-size: 20px; }
  column > span.headline {
    width: 100%;
    top: inherit; }
  column > span.title {
    padding: 10px 22px; }
  column:first-child > span.headline,
  column:nth-child(2) > span.headline {
    padding: 10px 22px;
    left: inherit; }
  column > span.icon::before {
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0; }
  /* Blocks */
  /* News block (frontpage) */
  column .newsblock {
    padding: 0 22px; }
  column .newsblock .newsitem {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 0 0 12px 0;
    border-bottom: 1px solid blue; }
  column .newsblock .newsitem span.detail,
  column .newsblock .newsitem a.more {
    display: none; }
  /* News item */
  column .newsitemblock,
  column .archiveblock {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 20px 22px; }
  column .newsitemblock group {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
  column .newsitemblock group.share {
    display: block; }
  column .archiveblock {
    border-top: 2px dotted rgba(0, 0, 0, 0.2); }
  column .archiveblock group {
    border-left: 0;
    padding: 0; }
  column .archiveblock group::after {
    display: block;
    position: relative;
    content: '';
    width: 20%;
    height: 2px;
    background: blue;
    margin: 5px 0 20px 0; }
  /* Text block */
  column .textblock {
    padding: 10px 22px; }
  /* Filelist block */
  column .filesblock .group,
  column .filesblock.split .group,
  column .filesblock.split .group:nth-child(odd),
  column .filesblock.split .group:nth-child(even) {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 10px 22px;
    margin: 0; }
  /* Search results */
  column .searchresultsblock .results .result {
    margin: 0 22px; }
  /* Form */
  column form {
    padding: 20px 22px; }
  /* Recaptcha */
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
  .copyrightcontent {
    font-weight: 400; }
  .contactform {
    margin-left: 0;
    display: block;
    max-width: 768px; }
  column form {
    padding: 0;
    margin-top: 20px;
    max-width: 475px; }
  /* Footer */
  footer {
    padding-top: 30px;
    padding-bottom: 30px; }
  /* All H2's */
  section content column h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0; }
  section content h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0; }
  section content .textblock h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0; }
  /* Karakteristieken */
  section#karakteristieken content div.textblock {
    text-align: left; }
    section#karakteristieken content div.textblock ul li {
      list-style-type: none;
      display: block; }
      section#karakteristieken content div.textblock ul li .firststrong {
        display: inline-block; }
  /* Homepage */
  section#homepageblock content div.textblock {
    display: block;
    width: 100%;
    max-width: 100%; }
  section#homepageblock content .firstcolumn {
    margin-right: 0; }
  /* Krachtbronnen pagina */
  section#krachtbronnenblock content .firstcolumn {
    margin-right: 25px; }
  /* Klanten - listblock */
  section#klanten content div.listblock {
    max-width: calc(185px * 3);
    margin: 0 auto; }
    section#klanten content div.listblock div.listItem {
      margin: 0 10px 10px 0;
      width: 31.58%;
      height: 80px; }
      section#klanten content div.listblock div.listItem:nth-child(3n+3) {
        margin-right: 0; }
      section#klanten content div.listblock div.listItem:nth-child(4n+4) {
        margin-right: 10px; }
  /* Werken bij HC - jobsblock */
  section#werkenbijhc content div.jobsblock div.jobsitem div.contents {
    overflow: hidden;
    max-width: 60%; }
  /* Contactpagina */
  section#contact content .contactinfo {
    display: block;
    width: 100%;
    margin-right: 0; }
  section#contact content .contactform {
    display: block;
    width: 100%;
    margin-top: 30px; }
    section#contact content .contactform form {
      margin-top: 0; } }

@media (max-width: 800px) {
  /* Sterke verhalen - newsblock */
  section#sterkeverhalen {
    margin: 30px auto 60px auto; }
    section#sterkeverhalen content .newsblock {
      max-width: 500px;
      margin: 0 auto 40px auto; }
      section#sterkeverhalen content .newsblock a.newsitem:nth-child(odd) {
        margin: 0 23px 40px 0; }
      section#sterkeverhalen content .newsblock a.newsitem:nth-child(even) {
        margin: 0 0px 40px 0; } }

@mdia (max-width: 700px) {
  /* Werken bij HC - jobsblock */
  section#werkenbijhc content div.jobsblock div.jobsitem div.contents {
    max-width: 49%; } }

/* Mobile */
@media (max-width: 575px) {
  #topblock #header #hclogo {
    max-width: 160px; }
  carousel blocks block .titleblock .titleblockinner p {
    font-size: 30px;
    line-height: 42px; }
  carousel blocks block.homebanner {
    background-position: 40% 50%; }
    carousel blocks block.homebanner .titleblock .titleblockinner {
      max-width: 150px; }
      carousel blocks block.homebanner .titleblock .titleblockinner p {
        font-size: 30px;
        line-height: 42px; }
  carousel blocks block.krachtbronbanner .titleblock {
    height: 150px; }
    carousel blocks block.krachtbronbanner .titleblock .titleblockinner {
      max-width: 200px; }
  carousel blocks block.hcbanner .titleblock .titleblockinner {
    top: -10px;
    bottom: inherit;
    max-width: 200px; }
  carousel blocks block.klantenbanner .titleblock .titleblockinner {
    top: 120px; }
  carousel blocks block.verhalenbanner {
    background-position: 45% 40%; }
    carousel blocks block.verhalenbanner .titleblock .titleblockinner {
      max-width: 210px;
      top: 90px; }
  carousel blocks block.werkenbijhcbanner .titleblock .titleblockinner {
    max-width: 200px;
    bottom: -10px; }
  carousel blocks block.contactbanner {
    background-position: 35% 50%; }
    carousel blocks block.contactbanner .titleblock .titleblockinner {
      top: 120px; }
  /* Krachtbronnen general */
  section#krachtbronnen content div.textblock {
    height: 230px; }
  section#krachtbronnen content .krachtbronimage {
    background-position: 100% 0;
    height: 275px; }
  section#krachtbronnen content .krachtbrontext {
    top: calc(50% - (230px/2));
    left: calc(50% - 170px);
    max-width: 270px; }
    section#krachtbronnen content .krachtbrontext h2 {
      font-size: 24px;
      line-height: 30px; }
    section#krachtbronnen content .krachtbrontext p {
      font-size: 18px;
      line-height: 28px; }
    section#krachtbronnen content .krachtbrontext a {
      font-size: 18px;
      line-height: 28px; }
  /* Klanten - listblock */
  section#klanten content div.listblock {
    max-width: calc(185px * 2);
    margin: 0 auto; }
    section#klanten content div.listblock div.listItem {
      margin: 0 10px 10px 0;
      width: 48%;
      height: 80px; }
      section#klanten content div.listblock div.listItem:nth-child(odd) {
        margin-right: 10px; }
      section#klanten content div.listblock div.listItem:nth-child(even) {
        margin-right: 0px; }
  #hero {
    height: 300px; }
  carousel dots {
    display: none; }
  /* Contact pagina */
  column form field input[type=text] {
    width: 150px; }
  column form field #frmLocation,
  column form field #formAanhef {
    font-size: 14px;
    width: 185px; }
  .footerfirst,
  .footersecond {
    display: block; }
  #footercontent div.column {
    margin-bottom: 30px;
    display: block;
    width: 100%;
    max-width: 312px; }
  .footerfirst {
    margin-bottom: 0; }
  #footercontent .footerfirst div.column:first-child br {
    display: none; }
  #footercontent .footersecond div.column:last-child {
    margin-bottom: 0; }
  #copyright {
    height: auto; }
    #copyright .copyrightcontent .copyright {
      margin-bottom: 10px;
      margin-top: 5px;
      float: none;
      clear: both;
      display: block;
      text-align: left; }
    #copyright .copyrightcontent .creator {
      float: none;
      clear: both;
      display: block;
      text-align: left; }
  /* Sterke verhalen - newsblock */
  section#sterkeverhalen content {
    max-width: 575px; }
    section#sterkeverhalen content .newsblock {
      max-width: 235px; }
      section#sterkeverhalen content .newsblock a.newsitem {
        display: block;
        margin: 0 0 40px 0; }
        section#sterkeverhalen content .newsblock a.newsitem:nth-child(odd) {
          margin: 0 0 40px 0; }
        section#sterkeverhalen content .newsblock a.newsitem:nth-child(even) {
          margin: 0 0 40px 0; }
  /* Werken bij HC - jobsblock */
  section#werkenbijhc content div.jobsblock div.jobsitem {
    height: auto; }
    section#werkenbijhc content div.jobsblock div.jobsitem div.contents {
      display: block;
      margin-left: 0;
      margin-top: 10px;
      max-width: 245px; }
  /* Zoeken */
  .searchresultsblock form input {
    font-size: 20px;
    padding: 13px 0 10px 30px;
    background-size: 20px 20px; }
  /*lightbox content #next {
        right: -40px;
    }

    lightbox content #prev {
        left: -40px;
    }*/ }

@media (max-width: 485px) {
  /* Krachtbronnen general */
  section#krachtbronnen content .krachtbronimage {
    background-position: 50% 0; } }

@media (max-width: 400px) {
  /* Klanten - listblock */
  section#klanten content div.listblock {
    max-width: 150px;
    margin: 0 auto; }
    section#klanten content div.listblock div.listItem {
      width: 150px;
      height: 80px;
      margin: 0 10px 0 0; } }

/* Lightbox height */
/*@media only screen and (max-width: 800px){
    lightbox content {
        max-width: 80%;
    }
}

@media (max-height:800px) {
    lightbox content #image {
        height: 600px !important;
    }
}

@media (max-height:680px) {
    lightbox content #image {
        height: 500px !important;
    }
}

@media (max-height:550px) {
    lightbox content #image {
        height: 350px !important;
    }
}*/
