@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'PantonNarrow';
  src: url('fonts/PantonNarrow-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
*:first-child {
  margin-top: 0px;
}
*:last-child {
  margin-bottom: 0px;
}
*:focus {
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.pagewidth {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px;
  z-index: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.kols img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
strong,
b {
  font-weight: 700;
}
a img {
  cursor: pointer;
}
a {
  color: #a2c037;
}
img.align-left {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
}
img.align-right {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 30px;
}
a[href$=".pdf"]:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/filetype-pdf.png') no-repeat left center;
  background-size: contain;
}
a[href$=".docx"]:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/filetype-doc.png') no-repeat left center;
  background-size: contain;
}
a[href$=".doc"]:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/filetype-doc.png') no-repeat left center;
  background-size: contain;
}
a[href$=".zip"]:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/filetype-zip.png') no-repeat left center;
  background-size: contain;
}
a[href$=".pptx"]:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/filetype-ppt.png') no-repeat left center;
  background-size: contain;
}
a[href$=".ppt"]:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
  background: url('../images/filetype-ppt.png') no-repeat left center;
  background-size: contain;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
  padding-left: 1.25em;
}
ul li::marker {
  font-size: 150%;
  color: #a2c037;
}
ol li::marker {
  color: #a2c037;
}
figure {
  margin: auto 0px;
  color: #a2c037;
}
figure figcaption {
  padding: 5px;
  text-align: right;
}
.centered {
  text-align: center;
}
.alignRight {
  float: right;
}
.bg-geelgroen {
/*   background: url('../images/blocks.png') center center no-repeat, linear-gradient(135deg, #eee417 10%, #a2c037 90%); */
  background: linear-gradient(135deg, #eee417 10%, #a2c037 90%);
/* 
  background-attachment: fixed;
  background-size: cover;
 */
}
.bg-grijs5 {
  background-color: #f4f4f4;
}
.tab {
  display: inline-block;
  min-width: 125px;
  padding-right: 20px;
}
.groen {
  color: #a2c037;
}
.section {
  padding: 80px 0px;
}
.section.small {
  padding: 40px 0px;
}
.btn {
  display: inline-block;
  border: 1px solid #ffffff;
  background: #808080;
  text-shadow: none;
  padding: 15px 25px 13px;
  margin-top: 10px;
  border-radius: 999em;
  font-family: 'PantonNarrow';
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  color: #000000;
}
.btn-light {
  display: inline-block;
  border: 1px solid #a2c037;
  background: #ffffff;
  text-shadow: none;
  padding: 15px 25px 13px;
  margin-top: 10px;
  border-radius: 999em;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  color: #a2c037;
  transition: all 0.3s ease 0s;
}
h1 {
  font-family: 'PantonNarrow';
  color: #a2c037;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
h2 {
  font-family: 'PantonNarrow';
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
h3 {
  font-family: 'PantonNarrow';
  color: #000000;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
}
.logo {
  position: relative;
  height: 190px;
  padding: 40px auto 20px;
  text-align: center;
  background-color: #FFFFFF;
  z-index: 10;
}
.logo img {
  width: auto;
  height: 150px;
  margin: 30px 0px 10px;
}
.kols {
  width: 100%;
}
.kols:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.kol1 {
  float: left;
  width: calc(8.33333333%);
  padding: 10px;
  position: relative;
}
.kol2 {
  float: left;
  width: calc(16.66666667%);
  padding: 10px;
  position: relative;
}
.kol3 {
  float: left;
  width: calc(25%);
  padding: 10px;
  position: relative;
}
.kol4 {
  float: left;
  width: calc(33.33333333%);
  padding: 10px;
  position: relative;
}
.kol5 {
  float: left;
  width: calc(41.66666667%);
  padding: 10px;
  position: relative;
}
.kol6 {
  float: left;
  width: calc(50%);
  padding: 10px;
  position: relative;
}
.kol7 {
  float: left;
  width: calc(58.33333333%);
  padding: 10px;
  position: relative;
}
.kol8 {
  float: left;
  width: calc(66.66666667%);
  padding: 10px;
  position: relative;
}
.kol9 {
  float: left;
  width: calc(75%);
  padding: 10px;
  position: relative;
}
.kol10 {
  float: left;
  width: calc(83.33333333%);
  padding: 10px;
  position: relative;
}
.kol11 {
  float: left;
  width: calc(91.66666667%);
  padding: 10px;
  position: relative;
}
.kol12 {
  float: left;
  width: calc(100%);
  padding: 10px;
}
#header {
  min-height: 255px;
}
#header .pagewidth {
  padding: 0px;
}
nav {
  border-bottom: 1px solid #e8e8e8;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
}
nav a {
  text-transform: uppercase;
  font-weight: 400;
}
.is-sticky {
  z-index: 10;
}
#hero {
  height: 500px;
  background-position: center center;
  background-size: cover;
}
#hero.small {
  height: 250px;
  z-index: 1;
}
#hero .pagewidth {
  height: 100%;
}
#hero .kols {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0px 10px;
}
#hero .header {
  font-size: 60px;
  line-height: 60px;
  font-family: 'PantonNarrow';
  text-transform:uppercase; 
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding-bottom: 40px;
}
#hero .tekst {
  font-size: 20px;
  line-height: 30px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: 700;
}
#hero .tekst + .tekst {
  padding-top: 20px;
}
#hero .btn {
  background: linear-gradient(135deg, #eee417 0%, #a2c037 100%);
  color: #000000;
}
#hero .btn:hover {
  color: #ffffff;
}
#breadcrum {
  position: relative;
  display: none;
  line-height: 60px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  color: #000000;
  z-index: 1;
  font-weight: 300;
  box-shadow: inset 0px 30px 30px -30px rgba(0, 0, 0, 0.4);
}
#breadcrum .spacer {
  display: inline-block;
  padding: 0px 10px;
}
#breadcrum .active {
  color: #a2c037;
}
#intro .kol12 {
  padding: 0px calc(8.33333333%);
  text-align: center;
}
#intro.small {
  background-color: #f4f4f4;
}
#intro.small .kol12 {
  padding: 0px calc(16.66666667%);
  text-align: center;
}
.uitgelicht .pagewidth {
  padding-left: 30px;
  padding-right: 30px;
}
.uitgelicht .kol5 {
  padding: 20px;
}
.uitgelicht .kol7 {
  min-height: 400px;
  border-radius: 5px;
}
.uitgelicht .kol5,
.uitgelicht .kol7 {
  background-size: cover;
  background-position: center center;
}
.uitgelicht h3 {
  color: #ffffff;
  margin-bottom: 0px;
}
.uitgelicht h3 + h2 {
  margin-top: 0.5em;
}
.uitgelicht .nieuwsdatum {
  color: #a2c037;
  background-color: #ffffff;
}
.uitgelicht .tekst {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#nieuwsberichten .tekst {
  padding: 20px 20px 0px;
}
#nieuwsberichten .kol4.blok {
  display: none;
}
#nieuwsberichten .kol4 .nieuwsblok {
  padding-bottom: 20px;
  background-color: #f4f4f4;
  border-radius: 5px ;
}
#nieuwsberichten .kol4 .nieuwsblok .image {
  border-radius: 5px 5px 0px 0px;
}
#nieuwsberichten .kol4 > .nieuwsblok > p {
  margin: 20px 20px 0px;
}
#nieuwsberichten .kol12.blok {
  text-align: center;
}
.nice-select {
  float: none;
  display: inline-block;
}
.filter {
  text-align: right;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
}
#nieuwsbericht img,
.delen img {
  border-radius: 5px;
}
#nieuwsbericht .kol12,
.delen .kol12 {
  padding: 0px calc(8.33333333%);
}
#nieuwsbericht .pubcredit,
.delen .pubcredit {
  color: #808080;
}
.delen {
  padding-top: 40px;
  color: #808080;
  border-top: 1px solid #e8e8e8;
}
.delen .fa {
  padding: 0px 5px;
}
.call2action {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.call2action .pagewidth {
  padding: 40px 0px;
}
.call2action:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.25);
}
.call2action .header {
  font-size: 60px;
  line-height: 60px;
  font-family: 'PantonNarrow';
  text-transform:uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  color: #ffffff;
}
.call2action .kol12 {
  padding: 0px calc(8.33333333%);
  text-align: center;
}
.call2action .btn {
  background: linear-gradient(135deg, #eee417 0%, #a2c037 100%);
  color: #000000;
}
.call2action .btn:hover {
  color: #ffffff;
}
#tekstblokken .kol12 {
  padding: 0px calc(16.66666667%);
}
#tekstblokken .section:nth-child(odd) {
  background: #ffffff;
}
#tekstblokken .section:nth-child(even) {
  background: #f4f4f4;
}
#tekstblokken img {
  border-radius: 5px;
}
#tekstblokken .quote {
  position: relative;
  display: block;
  border-left: 4px solid #a2c037;
  padding: 0.5em 20px;
  color: #a2c037;
  font-size: 2em;
  line-height: 120%;
}
.teamlid i.fa {
  margin: 0px 5px;
}
.persoonlijkequote {
  color: #a2c037;
  font-style: italic;
}
.kol12.teamleden {
  padding-bottom: 40px!important;
}
.kol3 + .kol12.teamleden {
  padding-top: 80px!important;
}
.teamlid-foto {
  max-width: 80%;
  margin: 0px auto;
  height: 0px;
  padding-bottom: 80%;
  border-radius: 999em;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.nieuws h1 {
  font-family: 'PantonNarrow';
  color: #a2c037;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.nieuwsblok .image {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
}
.nieuwsblok .tekst {
  padding-top: 20px;
}
.nieuwsdatum {
  display: inline-block;
  background-color: #a2c037;
  color: #ffffff;
  padding: 0px 12px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 80%;
}
.meter {
  box-sizing: content-box;
  height: 5px;
  /* Can be anything */
  position: relative;
  max-width: 300px;
  margin: 23px auto 20px;
  /* Just for demo spacing */
  background: #f4f4f4;
  border-radius: 25px;
  padding: 0px;
}
.meter > span {
  display: block;
  height: 100%;
  background-color: #808080;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}
#footer {
  background-color: #000000;
  color: #ffffff;
}
#footer strong {
  color: #a2c037;
}
#footer h2 {
  color: #a2c037;
}
#credit {
  position: relative;
  font-size: 80%;
  line-height: 60px;
  /* 	CREATED BY */
}
#credit .kol12 {
  padding: 0px 10px;
  color: #808080;
}
#credit #credit .pagewidth {
  position: relative;
}
#credit #createdby {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 0px;
  font-size: 12px;
  height: 60px;
  margin-bottom: 0px;
  width: 60px;
  overflow: hidden;
  color: #262126;
  background: #FFF url('https://www.ok-design.nl/createdby/images/createdby_2016.png') 12px 12px no-repeat;
  background-size: 36px 36px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#credit #createdby .payoff {
  display: block;
  color: #262126;
  line-height: 60px;
  height: 60px;
  padding-left: 10px;
  margin-left: 60px;
  border-left: 1px dotted #262126;
  opacity: 0.0;
  -webkit-transition: all 0.5s ease-in-out 0.2s;
  -moz-transition: all 0.5s ease-in-out 0.2s;
  -o-transition: all 0.5s ease-in-out 0.2s;
  -ms-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
}
#credit .payoff a {
  color: #262126 !important;
  text-decoration: none;
}
#credit .payoff a:hover {
  color: #cedb00 !important;
}
#credit #createdby:hover {
  width: 220px;
}
#credit #createdby:hover .payoff {
  opacity: 1.0;
}
