/*

Theme Name: &kool 1.1
Author: Joost Spijkerman - SpijkerOntwerp
Author URI: https://www.spijkerontwerp.nl/
Description: Responsive website voor &amp;kool interimmanagement en advies bij verandering
Version: 1.1
Tags: enkool, &amp:kool, interimmanagement, advies, Joost Spijkerman, responsive, SpijkerOntwerp

*/
/* RESET */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato:700,900);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #52646d;
  margin: 1em 0;
  padding: 0; }

/* END RESET */
body, html {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", "Myriad Pro", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }

/* TYPOGRAPHY */
p {
  color: #505050;
  line-height: 1.8em;
  font-size: 1em; }
  @media only screen and (min-width: 680px) {
    p {
      font-size: 1.1em;
      line-height: 1.7em; } }

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #91bed3;
  font-weight: 700;
  text-align: left;
  line-height: 1.4em;
  font-size: 2em; }

a, a.link, a.visited, a.active {
  color: #91bed3;
  text-decoration: underline; }
  a:hover, a.link:hover, a.visited:hover, a.active:hover {
    color: darker(#91bed3, 15%);
    text-decoration: none; }

ul {
  color: #505050;
  line-height: 1.7em;
  font-size: 1em;
  margin-left: 13px; }
  @media only screen and (min-width: 680px) {
    ul {
      font-size: 1.1em;
      line-height: 1.8em; } }

img.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }
  @media only screen and (min-width: 680px) {
    img.alignright {
      float: right;
      height: auto;
      margin: 0 0 0 10px;
      width: 40%; } }

img.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }
  @media only screen and (min-width: 680px) {
    img.alignleft {
      float: left;
      height: auto;
      margin: 0 10px 0 0;
      width: 40%; } }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #505050;
  margin: 15px 0;
  padding: 0; }

.clearer {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px; }

.button {
  display: inline-block;
  padding: 6px 12px;
  margin: 5px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  white-space: no-wrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: #777576;
  color: #FFF;
  font-family: "Open Sans", "Myriad Pro", Helvetica, Arial, "sans-serif"; }
  .button:hover {
    background-color: #aaa8a9; }

.ghost-button {
  display: inline-block;
  padding: 6px 12px;
  margin: 5px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  white-space: no-wrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: none;
  border: 1px solid #91bed3;
  color: #91bed3;
  font-family: "Open Sans", "Myriad Pro", Helvetica, Arial, "sans-serif"; }
  .ghost-button:hover {
    border: #dae9f0;
    color: #dae9f0; }

.relative-container {
  position: relative;
  width: 100%;
  height: 100%; }

.wrapper-container {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (min-width: 1140px) {
    .wrapper-container {
      width: 1140px; } }

.wrapper-container-extra {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media only screen and (min-width: 1140px) {
    .wrapper-container-extra {
      width: 1140px; } }

.container-standaard {
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 0; }

.section-blocks {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.photobreak {
  width: 100%;
  min-height: 45vh;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .photobreak h1, .photobreak h2, .photobreak h3, .photobreak h4, .photobreak h5, .photobreak h6 {
    margin: 20px;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    font-size: 2.5em;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (min-width: 680px) {
      .photobreak h1, .photobreak h2, .photobreak h3, .photobreak h4, .photobreak h5, .photobreak h6 {
        font-size: 3em; } }

.light-blue {
  background: rgba(145, 190, 211, 0.2); }

.bg-photo {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.block-content {
  width: 100%; }

.columns1 {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 0; }
  .columns1 img {
    max-width: 100%;
    height: auto; }

.columns2 {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 0; }
  @media only screen and (min-width: 680px) {
    .columns2 {
      width: 48%;
      padding: 0;
      margin: 10px 0; }
      .columns2:nth-child(1) {
        margin-right: 2%; }
      .columns2:nth-child(2) {
        margin-left: 2%; }
      .columns2:nth-child(5) {
        margin-right: 2%; }
      .columns2:nth-child(6) {
        margin-left: 2%; } }
  .columns2 img {
    max-width: 100%;
    height: auto; }

.columns3 {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 960px) {
    .columns3 {
      width: calc(100% / 3);
      padding: 2%; } }
  .columns3:nth-child(2) {
    background: #FFF;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px; }
    @media only screen and (min-width: 680px) {
      .columns3:nth-child(2) {
        padding: 2%; } }
  .columns3 img {
    max-width: 100%;
    height: auto; }

.columns3-2 {
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 960px) {
    .columns3-2 {
      width: 64.666%;
      padding: 2%; } }
  .columns3-2 img {
    max-width: 100%;
    height: auto; }

.blokken {
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 10px 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (min-width: 680px) {
    .blokken {
      width: calc(25% - 20px);
      margin: 10px; } }
  .blokken .blok-content {
    width: 100%; }
    .blokken .blok-content h1, .blokken .blok-content h2, .blokken .blok-content h3, .blokken .blok-content h4, .blokken .blok-content h5, .blokken .blok-content h6 {
      font-size: 1.2em; }

.sidenav {
  height: 100%;
  width: 0;
  z-index: 100;
  background-color: #777576;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #FFF;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .sidenav a:hover {
      color: #91bed3; }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 25px;
    margin-left: 50px; }
  @media only screen and (min-width: 680px) {
    .sidenav {
      display: none; } }

#main {
  transition: margin-left .5s ease;
  padding: 0; }

#header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  z-index: 99; }
  #header .topheader {
    padding: 5px 20px;
    text-align: center;
    background: rgba(119, 117, 118, 0.8);
    float: left;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 680px) {
      #header .topheader {
        float: left;
        width: 100%;
        height: 30px; } }
    #header .topheader p {
      font-size: 0.9em;
      line-height: 20px;
      color: #FFF; }
  #header .bottomheader {
    display: block;
    padding: 0 15px;
    float: left;
    width: 100%;
    height: auto;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 680px) {
      #header .bottomheader {
        padding: 0 30px; } }
    #header .bottomheader .navigation {
      display: none; }
      @media only screen and (min-width: 680px) {
        #header .bottomheader .navigation {
          display: block;
          float: left;
          width: 100%;
          overflow: hidden; } }
      #header .bottomheader .navigation ul {
        clear: left;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        text-align: center; }
        #header .bottomheader .navigation ul li {
          display: block;
          float: left;
          list-style: none;
          margin: 0;
          padding: 0;
          position: relative;
          right: 50%; }
          #header .bottomheader .navigation ul li a {
            display: block;
            padding: 15px 20px;
            font-size: 1em;
            color: #777576;
            text-decoration: none;
            line-height: 1em;
            text-transform: uppercase; }
            #header .bottomheader .navigation ul li a:hover {
              background: #FFF;
              color: #primary-color; }
              #header .bottomheader .navigation ul li a:hover:before {
                content: "&";
                color: #91bed3; }
      #header .bottomheader .navigation .current a {
        background: #FFF;
        color: #primary-color; }
        #header .bottomheader .navigation .current a:before {
          content: "&";
          color: #91bed3; }
    #header .bottomheader .open, #header .bottomheader .icon-call, #header .bottomheader .icon-linkedin {
      float: right;
      width: 40px;
      height: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      color: #FFF;
      background: #91bed3;
      border: 1px solid #91bed3;
      text-align: center;
      margin: 5px;
      padding: 0;
      z-index: 99;
      line-height: 40px;
      font-size: 1.5em; }
      @media only screen and (min-width: 680px) {
        #header .bottomheader .open, #header .bottomheader .icon-call, #header .bottomheader .icon-linkedin {
          display: none; } }
      #header .bottomheader .open a, #header .bottomheader .icon-call a, #header .bottomheader .icon-linkedin a {
        color: #FFF; }
  #header .bottomheader.top {
    background: none; }
  #header .bottomheader.scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0; }
    @media only screen and (min-width: 680px) {
      #header .bottomheader.scroll {
        background: rgba(145, 190, 211, 0.6); } }

.mobile-side {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (min-width: 680px) {
    .mobile-side {
      display: none; } }
  .mobile-side ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .mobile-side ul li {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .mobile-side ul li a {
        width: 10px;
        height: 10px;
        margin: 15px 10px;
        border: 2px solid #91bed3;
        background: rgba(145, 190, 211, 0.4);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
  .mobile-side .current a {
    background: #91bed3; }

.topfoto {
  float: left;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 550px; }

.info-logo {
  position: absolute;
  right: 10%;
  bottom: 190px;
  left: 10%; }
  @media only screen and (min-width: 680px) {
    .info-logo {
      position: absolute;
      top: 200px;
      right: 48%;
      left: 10%; } }
  .info-logo .logo {
    float: left;
    width: 75%;
    padding: 25px;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 680px) {
      .info-logo .logo {
        width: 100%;
        background: none; } }
    .info-logo .logo h1, .info-logo .logo h2, .info-logo .logo h3, .info-logo .logo h4, .info-logo .logo h5 {
      text-shadow: none;
      color: #777576;
      text-align: right;
      font-size: 0.8em; }
      @media only screen and (min-width: 480px) {
        .info-logo .logo h1, .info-logo .logo h2, .info-logo .logo h3, .info-logo .logo h4, .info-logo .logo h5 {
          font-size: 1em; } }
      @media only screen and (min-width: 680px) {
        .info-logo .logo h1, .info-logo .logo h2, .info-logo .logo h3, .info-logo .logo h4, .info-logo .logo h5 {
          font-size: 0.9em; } }
      @media only screen and (min-width: 960px) {
        .info-logo .logo h1, .info-logo .logo h2, .info-logo .logo h3, .info-logo .logo h4, .info-logo .logo h5 {
          font-size: 1.2em; } }
    .info-logo .logo img {
      width: 100%;
      height: auto; }

.infoblock {
  position: absolute;
  right: 10%;
  bottom: 95px;
  left: 10%; }
  .infoblock h1, .infoblock h2, .infoblock h3, .infoblock h4, .infoblock h5 {
    text-align: center;
    color: #FFF;
    font-size: 1.7em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
    @media only screen and (min-width: 680px) {
      .infoblock h1, .infoblock h2, .infoblock h3, .infoblock h4, .infoblock h5 {
        font-size: 2.5em; } }
    @media only screen and (min-width: 960px) {
      .infoblock h1, .infoblock h2, .infoblock h3, .infoblock h4, .infoblock h5 {
        font-size: 3em; } }

.arrow-container {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto; }
  .arrow-container .arrow-1 {
    width: 80px;
    height: 80px;
    background: #777576;
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute; }
  .arrow-container .arrow-2 {
    width: 40px;
    height: 40px;
    z-index: 1;
    display: table;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px; }
    .arrow-container .arrow-2:before {
      width: 32px;
      height: 32px;
      content: "";
      border: 2px solid #91bed3;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      top: 2px;
      left: 2px; }
    .arrow-container .arrow-2 i.fa {
      font-size: 25px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #91bed3; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
.zoomIn {
  -webkit-animation: zoomIn 2s infinite;
  /* Safari 4+ */
  -moz-animation: zoomIn 2s infinite;
  /* Fx 5+ */
  -o-animation: zoomIn 2s infinite;
  /* Opera 12+ */
  animation: zoomIn 2s infinite;
  /* IE 10+, Fx 29+ */ }

.accordion-wrapper {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 15px; }

.tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden; }
  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .tab label {
    position: relative;
    display: block;
    padding: 0.7em 0 0.7em 1em;
    background: #91bed3;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5;
    cursor: pointer; }
    .tab label::after {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 3em;
      height: 3em;
      line-height: 3;
      text-align: center;
      -webkit-transition: all 0.35s ease;
      -moz-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease; }
  .tab .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #c8dee9;
    -webkit-transition: max-height 0.35s ease;
    -moz-transition: max-height 0.35s ease;
    -ms-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
    transition: max-height 0.35s ease; }
    .tab .tab-content p, .tab .tab-content ul {
      margin: 1em; }
    .tab .tab-content ul {
      margin-left: calc(13px + 1em); }

/* :checked */
input:checked ~ .tab-content {
  max-height: 500px; }

/* Icon */
input[type=checkbox] + label::after {
  content: "+"; }

input[type=radio] + label::after {
  content: "\25BC"; }

input[type=checkbox]:checked + label::after {
  transform: rotate(315deg); }

input[type=radio]:checked + label::after {
  transform: rotateX(180deg); }

#slides {
  position: relative;
  height: 300px;
  padding: 0px;
  margin: 0px;
  list-style-type: none; }
  #slides .slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    font-size: 1.9em;
    line-height: 1.1em;
    padding: 25px;
    background: #dae9f0;
    text-align: center;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media only screen and (min-width: 680px) {
      #slides .slide {
        font-size: 2.5em; } }
    #slides .slide:nth-child(1) {
      background: #dae9f0; }
    #slides .slide:nth-child(2) {
      background: #91bed3; }
    #slides .slide:nth-child(3) {
      background: #dae9f0; }
    #slides .slide:nth-child(4) {
      background: #91bed3; }
    #slides .slide:nth-child(5) {
      background: #dae9f0; }
  #slides .showing {
    opacity: 1;
    z-index: 2; }

.opdrachtgevers-wrapper {
  float: left;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .opdrachtgevers-wrapper img {
    float: left;
    width: calc(100% / 5);
    height: auto;
    padding: 10px;
    filter: grayscale(100%);
    /* Current draft standard */
    -webkit-filter: grayscale(100%);
    /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* Not yet supported in Gecko, Opera or IE */
    filter: url(resources.svg#desaturate);
    /* Gecko */
    filter: gray;
    /* IE */
    -webkit-filter: grayscale(1);
    /* Old WebKit */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    @media only screen and (min-width: 960px) {
      .opdrachtgevers-wrapper img {
        float: left;
        width: calc(100% / 9);
        height: auto; } }
    .opdrachtgevers-wrapper img:hover {
      filter: grayscale(0%);
      /* Current draft standard */
      -webkit-filter: grayscale(0%);
      /* New WebKit */
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      /* Not yet supported in Gecko, Opera or IE */
      filter: url(resources.svg#desaturate);
      /* Gecko */
      filter: gray;
      /* IE */
      -webkit-filter: grayscale(0);
      /* Old WebKit */ }

.googlemap {
  float: left;
  width: 100%;
  height: 350px;
  margin-top: 15px; }

.contact img {
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 680px) {
    .contact img {
      display: block;
      width: 50%; } }
  @media only screen and (min-width: 960px) {
    .contact img {
      width: 100%; } }

.contactform input[type="text"],
.contactform input[type="date"],
.fcontactform input[type="datetime"],
.contactform input[type="email"],
.contactform input[type="number"],
.contactform input[type="search"],
.contactform input[type="time"],
.contactform input[type="url"],
.contactform input[type="tel"],
.contactform input[type="password"],
.contactform textarea,
.contactform select {
  outline: none;
  display: block;
  width: 100%;
  padding: 7px;
  background: transparent;
  margin-bottom: 15px;
  font-size: 16px;
  height: auto;
  color: #505050;
  border: 1px solid #777576;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease; }
  .contactform input[type="text"]:focus,
  .contactform input[type="date"]:focus,
  .fcontactform input[type="datetime"]:focus,
  .contactform input[type="email"]:focus,
  .contactform input[type="number"]:focus,
  .contactform input[type="search"]:focus,
  .contactform input[type="time"]:focus,
  .contactform input[type="url"]:focus,
  .contactform input[type="tel"]:focus,
  .contactform input[type="password"]:focus,
  .contactform textarea:focus,
  .contactform select:focus {
    border: 1px solid #91bed3; }

.contactform textarea {
  resize: none;
  height: 100px;
  overflow: hidden; }

.contactform input[type="button"],
.contactform input[type="submit"] {
  padding: 8px 25px;
  font-size: 1.1em;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  background: #777576;
  cursor: pointer;
  border: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .contactform input[type="button"]:hover,
  .contactform input[type="submit"]:hover {
    background: #91bed3; }

.contactform label {
  font-size: 1em;
  color: #505050;
  font-weight: normal;
  line-height: 1.5em; }

.contactform input[type=radio] {
  float: left;
  margin-right: 5px; }

.fscf_required1 {
  margin-bottom: 15px !important; }

.fscf-required-text {
  font-size: 0.8em;
  line-height: 1.5em;
  color: #505050; }

#footer {
  float: left;
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #91bed3; }
  #footer .wrapper {
    width: 90%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 1140px) {
      #footer .wrapper {
        width: 1140px; } }
    #footer .wrapper p {
      font-size: 0.85em; }
    #footer .wrapper a {
      color: #505050; }
      #footer .wrapper a:hover {
        color: #6a6a6a; }

/*# sourceMappingURL=style.css.map */
