@import url(https://fonts.googleapis.com/css?family=Cabin+Sketch:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,800);

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html {
  -webkit-text-size-adjust: none;
}
html,
body {
  width: 100%;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #222222;
  font-weight: 300;
}
body {
  background: #ffffff;
  background-image: url('../images/paper-bg-1.jpg');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin: 0px;
}
h2 {
  font-weight: 600;
  font-size: 21px;
  line-height: 27px;
  margin: 0px;
}
h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
}
h4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  margin: 0px;
}
h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
}
p {
  margin: 24px 0px;
}
p:first-child {
  margin-top: 0px;
}
strong,
b {
  font-weight: 600;
}

h1.cabin {
  font-size: 30px;
  line-height: 36px;
}
h3.cabin {
  font-size: 18px;
}

h1 + p,
h2 + p {
  margin-top: 12px;
}
h3 + p,
h4 + p {
  margin-top: 0px;
}
div + p.leesmeer {
  margin-top: 0px;
}
p:last-child {
  margin-bottom: 0px;
}
a {
  color: inherit;
  text-decoration: none;
}
.right {
  text-align: right;
}

#header h1 {
  font-size: 24px;
  line-height: 24px;
}
#header h3 {
  font-size: 16px;
  line-height: 20px;
}

p.intro,
p.paragraaflijn {
  border-left: 5px solid #d9d9d9;
  padding-left: 15px;
}

iframe.vimeo-frame {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
}
.vimeo-video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 80px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}

.video {
  position: relative;
  padding-bottom: 54.5%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cabin {
  font-family: 'Cabin Sketch', sans-serif !important;
  font-size: 140%;
}
.tekst-grijs {
  color: #999999;
}
.vlak-grijs {
  background-color: #e6e6e6;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.vlak-donkergrijs {
  background-color: #4d4d4d;
  color: #fff;
}
.col4 .vlak-grijs {
  margin: 0px !important;
}
.lijst {
  border-bottom: 1px solid #cccccc;
  margin: 10px 10px;
  padding: 0px 0px 15px;
  width: calc(100% - 20px);
}
.centered {
  text-align: center;
}
.padding20 {
  padding: 20px;
}
.paddingbottom20 {
  padding-bottom: 20px;
}
.paddingbottom40 {
  padding-bottom: 40px;
}
.mail-link {
  float: right;
  color: #fff;
}
.mail-link i.fa {
  margin-right: 0px;
}
.round-lt {
  border-radius: 30px 0px 0px 0px;
}
.round-rt {
  border-radius: 0px 30px 0px 0px;
}
.round-lb {
  border-radius: 0px 0px 0px 30px;
}
.round-rb {
  border-radius: 0px 0px 30px 0px;
}
.brainstorm {
  padding: 20px 60px;
}

#logo {
  display: block;
  margin: 20px auto 20px;
  max-height: 82px;
}
.wrapper {
  position: relative;
  max-width: 960px;
  margin: 30px auto;
}

.row {
  display: block;
  max-width: 100%;
  margin: 20px 0px;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.col2 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 2);
  margin: 0px;
}
.col3 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 3);
  margin: 0px;
}
.col4 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 4);
  margin: 0px;
  padding: 20px 10px 0px;
}
.col5 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 5);
  margin: 0px;
}
.col6 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 6);
  margin: 0px;
}
.col7 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 7);
  margin: 0px;
}
.col8 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 8);
  margin: 0px;
  padding: 20px 10px 0px;
}
.col10 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 10);
  margin: 0px;
}
.col12 {
  float: left;
  /* display: inline-block; */
  width: calc((100% / 12) * 12);
  margin: 0px;
  padding: 10px;
}

/*
.col2 + .col10:after { content: ''; display: block; clear: both; }
.col10 + .col2:after { content: ''; display: block; clear: both; }
.col7 + .col5:after { content: ''; display: block; clear: both; }
.col5 + .col7:after { content: ''; display: block; clear: both; }
.col8 + .col4:after { content: ''; display: block; clear: both; }
.col4 + .col8:after { content: ''; display: block; clear: both; }
.col12:after { content: ''; display: block; clear: both; }
.col12 .col10:first-child { margin-left: 0px; }
.col12 .col8:first-child { margin-left: 0px; }
.col12 .col7:first-child { margin-left: 0px; }
.col12 .col5:first-child { margin-left: 0px; }
.col12 .col4:first-child { margin-left: 0px; }
.col12 .col8:last-child { margin-right: 0px; }
.col12 .col7:last-child { margin-right: 0px; }
.col12 .col5:last-child { margin-right: 0px; }
.col12 .col4:last-child { margin-right: 0px; }
.col12 .col2:last-child { margin-right: 0px; }
 */

.col8 .col2:first-child {
  margin-left: 0px;
}
.col8 .col2:last-child {
  margin-right: 0px;
}

div[class^='col'] img {
  max-width: 100%;
}

.blocktitle {
  font-family: 'Cabin Sketch', sans-serif !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin: 30px 10px 20px;
  padding: 0px 20px;
  background: url('../images/block-header-line.png') top left repeat-x;
  text-align: center;
  white-space: pre-wrap;
}
.blocktitle span {
  padding: 0px 0.3em;
  background-color: #f4f4f4;
  white-space: pre-wrap;
}

.pakketimage,
.workimage {
  position: relative;
  cursor: pointer;
}
.pakketimage img,
.workimage img {
  position: relative;
  z-index: 0;
}
.pakketimage .overlay,
.workimage .overlay,
.grid .overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: calc(100% + 1px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pakketimage:hover .overlay,
.workimage:hover .overlay,
.grid:hover .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.workimage .overlay span {
  position: relative;
  color: #fff;
  padding: 5px;
  min-width: 70%;
  border: 1px solid #fff;
  border-radius: 0px 0px 0px 15px;
  text-align: center;
  font-weight: 600;
}
.grid .overlay span {
  position: relative;
  color: #fff;
  padding: 5px;
  min-width: 70%;
  border: 1px solid #fff;
  border-radius: 0px 0px 0px 15px;
  text-align: center;
  font-weight: 600;
}
.pakketimage .overlay span {
  position: relative;
  color: #fff;
  padding: 5px;
  min-width: 70%;
  text-align: center;
  font-weight: 600;
}
.pakketimage h2 {
  font-size: 30px;
  font-family: 'Cabin Sketch', sans-serif !important;
  font-weight: 400;
  line-height: 24px;
}
h1.large {
  font-size: 48px;
  line-height: 55px;
}
.klanten {
  margin-top: 15px;
}
.klanten img {
  vertical-align: middle;
  margin: 0px 20px;
}

.footer {
  font-weight: 600;
  line-height: 20px;
  margin: 10px 10px;
  padding: 0px 0px 0px 0px;
  color: #fff;
  border-radius: 0px 0px 0px 30px;
  overflow: hidden;
  font-size: 100%;
}
.footer .socialmedia {
  text-align: center;
  margin-top: 2px;
}
.footer h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0px;
}

i.fa {
  margin: 0px 5px;
  font-size: 150%;
}
/* span.fa { font-size: 150%; } */
.footer span.fa,
i.fa.normal {
  font-size: 100%;
}
h1 i.fa,
h2 i.fa,
h3 i.fa,
h4 i.fa {
  font-size: 100%;
  margin: 0px;
}
.leesmeer {
  white-space: nowrap;
  font-weight: 600;
}
.leesmeer i.fa {
  color: #cccccc;
  font-size: 100%;
  margin-left: 0px;
}
.leesmeer.white i.fa {
  color: #ffffff;
}
.leesmeerhidden {
  display: none;
}

.footer .col2,
.footer .col4,
.footer .col8,
.footer .col10 {
  padding: 5px;
}
.spacer {
  padding: 0px 10px;
}
.footer .col7 {
  background: url('../images/footer-bg.jpg') bottom center no-repeat;
  background-size: cover;
  padding: 20px;
  width: calc(((100% / 12) * 7) - 20px);
}
.footercols .col {
  float: left;
  width: calc(100% / 3);
}
.footercols .col:last-child {
  font-size: 12px;
}
.footer .col5 {
  padding: 20px;
  text-align: center;
  width: calc(((100% / 12) * 5) - 20px);
}

#mobilenav {
  display: none;
}
.slicknav_menu {
  display: none;
}
#nav {
  position: absolute;
  top: 56px;
  right: 10px;
  display: inline-block;
  background: #4d4d4d;
  list-style: none;
  padding: 3px 15px 0px 0px;
  height: 30px;
  border-radius: 0px 0px 15px 0px;
}
#nav li {
  float: left;
}
#nav li a {
  padding: 10px 8px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
#nav li a.on {
  font-size: 18px;
  font-family: 'Cabin Sketch', sans-serif !important;
  font-weight: 400;
  line-height: 24px;
}

.hideblock {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #e6e6e6;
}
.hidden {
  display: none;
}

/* .talent { padding: 20px 0px; } */

.slides_container {
  background: transparent;
  border-bottom: 60px solid transparent;
}
.bxslider {
  padding: 0px;
}
.bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.bx-wrapper .bx-caption {
  background: #4d4d4d;
  border-radius: 0px 0px 0px 15px;
  bottom: -40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
}
.bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 0px 0px 0px 20px;
  font-family: 'Open Sans', sans-serif;
}
.bx-wrapper .bx-pager {
  display: inline-block;
  width: auto;
  left: auto;
  right: 10px;
  bottom: -40px;
  height: 30px;
  padding-top: 10px;
}
.bx-wrapper img {
  width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #999;
}

pakket.img,
.talent img {
  max-width: 100%;
}
.pakket .quote {
  display: table;
  min-height: 80px;
  width: 100%;
  padding: 20px 20px 40px;
  color: #fff;
  background-color: #4d4d4d;
}
.talent .quote {
  display: table;
  min-height: 80px;
  width: 100%;
  margin-top: 20px;
}
.pakket .quote div,
.talent .quote div {
  vertical-align: middle;
  display: table-cell;
}

.wwd-blok {
  clear: both;
  margin-bottom: 20px;
}
.wwd-blok:nth-child(3) .wwd-image {
	border-radius: 30px 0px 0px 0px;
}
.wwd-blok:nth-child(4) .wwd-image {
	border-radius: 0px 30px 0px 0px;
}
.wwd-blok:nth-child(5) .wwd-image {
	border-radius: 0px 0px 30px 0px;
}
.wwd-blok:nth-child(6) .wwd-image {
	border-radius: 0px 0px 0px 30px;
}
.wwd-blok:nth-child(7) .wwd-image {
	border-radius: 30px 0px 0px 0px;
}
.wwd-blok:nth-child(8) .wwd-image {
	border-radius: 0px 30px 0px 0px;
}
.wwd-blok:nth-child(9) .wwd-image {
	border-radius: 0px 0px 30px 0px;
}
.wwd-blok:nth-child(10) .wwd-image {
	border-radius: 0px 0px 0px 30px;
}
.wwd-image {
  display: inline-block;
  min-width:100%; 
/*   width: 134px; */
/*   padding-right: 30px; */

}
.wwd-tekst {
  display: inline-block;
/*   max-width: calc(100% - 164px); */
  vertical-align: top;
  padding-top: 10px;
}

.mail-pijl {
  padding-right: 25px;
  background: url('../images/arrow.png') no-repeat right center;
  background-size: 18px 18px;
}
.blogitem {
  margin: 20px 10px 0px;
  max-width: 940px;
}
.blogitem h3 {
  text-align: center;
}
.blogitem.left {
  background-color: #e6e6e6;
}
.blogitem.right {
  background-color: #f3f3f3;
}
.blogitem .col12 {
  max-width: 940px;
  margin: 0px;
  padding: 0px;
}
.blogimage-left {
  float: left;
  width: 300px;
  max-height: 250px;
  border-right: 20px solid #fff;
  background-size: cover;
  background-position: center center;
}
.blogimage-right {
  float: right;
  width: 300px;
  max-height: 250px;
  border-left: 20px solid #fff;
  background-size: cover;
  background-position: center center;
}
.blogimage-large {
  width: 100%;
  max-height: 300px;
  background-size: cover;
  background-position: center center;
}
.blogtekst {
  float: left;
  width: calc(100% - 300px);
  max-width: 620px;
}

.griditems {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.griditems:after {
  content: '';
  display: block;
  clear: both;
}
.griditems a {
  display: block;
}
.griditems p {
  margin: 0px;
}
.griditems p + p {
  margin-top: 24px;
}
.grid {
  position: relative;
  margin: 0px 10px 20px;
}
.grid img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.grid.grid1kol {
  float: left;
  width: calc((100% / 4) - 20px);
}
.grid.grid2kol {
  float: left;
  width: calc((100% / 2) - 20px);
}
.grid.grid3kol {
  float: left;
  width: calc(((100% / 4) * 3) - 20px);
}

.werkpagination {
  float: right;
}
.backblog {
  float: left;
}
.closeblog {
  float: right;
}
