/*
Theme Name: tipping Points Ahead
Theme URI: https://tippingpointsahead.com
Author: Anticipate / Aart Jan van der Linden
Author URI: https://anticipate.nl
Description: Custom Theme voor TPA 2015
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tpa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* LESS variables - Change the look of your site simply.
-------------------------------------------------------------- */
@font-face {
  font-family: 'MarkOT-Bold';
  src: url('fonts/MarkOT-Bold.eot');
  src: local('☺'), url('fonts/MarkOT-Bold.woff') format('woff'), url('fonts/MarkOT-Bold.ttf') format('truetype'), url('fonts/MarkOT-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkOT';
  src: url('fonts/MarkOT.eot');
  src: local('☺'), url('fonts/MarkOT.woff') format('woff'), url('fonts/MarkOT.ttf') format('truetype'), url('fonts/MarkOT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Reset
-------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #dddddd;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "MarkOT", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "MarkOT-Bold", Georgia, serif;
}
h1 {
  line-height: 71.04px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50.32px;
  font-size: 34px;
  font-size: 3.4rem;
}
h3 {
  line-height: 41.44px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
}
div.background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url(images/bck2.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 1280px) {
  div.background {
    background-image: url(images/bck2_mob.jpg);
  }
}
/* Header
-------------------------------------------------------------- */
header {
  margin: 0px auto 85px auto;
  position: relative;
  z-index: 10;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
@media (max-width: 1280px) {
  header {
    margin-bottom: 50px;
  }
}
header #brand {
  width: 237px;
  max-width: 60%;
  padding-top: 15px;
  height: 121px;
  margin: 0 auto;
  text-align: center;
  background-image: url(images/logobck.png);
  background-size: contain;
  background-repeat: no-repeat;
}
header #brand img {
  max-width: 68%;
}
header #brand h1 {
  font-family: "MarkOT", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #565656;
  line-height: 23.68px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
  float: left;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}
.home_info {
  position: absolute;
  background-image: url(images/home_info_bck.png);
  width: 210px;
  height: 199px;
  left: 50%;
  margin-left: -594px;
  top: 334px;
  overflow: hidden;
  padding: 70px 30px 40px 40px;
  color: #fff;
  z-index: 20;
}
.home_info h1 {
  font-size: 18px;
  margin: 0;
  line-height: 18px;
  padding: 0;
  text-transform: uppercase;
}
.home_info p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.home_info a {
  color: #fff;
  text-decoration: none;
}
.home_info a.blokjeknopje {
  color: #a80c27;
  background-color: #fff;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 3px;
  text-transform: uppercase;
}
.home_info a.blokjeknopje:after {
  content: ' >';
}
@media (max-width: 1280px) {
  .home_info {
    left: 100px;
    margin-left: 0;
  }
}
@media (max-width: 930px) {
  .home_info {
    position: relative;
    background-color: #821730;
    background-image: none;
    width: 100%;
    margin-bottom: 100px;
    left: 0;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    margin-left: 0;
    top: 0;
    overflow: hidden;
    padding: 0;
    color: #fff;
    z-index: 20;
    height: 212px;
  }
  .home_info .home_info_inner {
    width: 430px;
    padding: 16px;
    border-right: 10px solid #FFF;
    border-left: 10px solid #fff;
    height: 100%;
    margin: 0 auto;
  }
  .home_info h1 {
    font-size: 14px;
  }
  .home_info a.blokjeknopje {
    margin-top: 20px;
  }
  .home_info p {
    font-size: 12px;
  }
}
.container {
  max-width: 720px;
  padding: 20px;
  margin: 0 auto;
  position: relative;
}
/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 900;
  text-decoration: none;
}
article .the-content p {
  color: #787878;
}
article .the-content img {
  width: 100%;
  height: auto;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  float: left;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
}
#pagination .next-page {
  float: left;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
/* Jetpack Gallery */
.gallery .gallery-item {
  margin-top: 0 !important;
}
.gallery img {
  border: none !important;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* Media Queries for responsivenessssssss
-------------------------------------------------------------- */
@media (max-width: 767px) {
  header {
    padding: 0;
  }
  header .gravatar {
    float: none;
  }
}
.slick-slider.rij {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  margin-bottom: 100px;
}
.slick-slider.rij .blokjeinrij {
  position: relative;
  display: inline-block;
  width: 462px;
  height: 244px;
  border: 5px solid #fff;
}
@media (max-width: 480px) {
  .slick-slider.rij .blokjeinrij {
    width: 100%;
  }
}
.slick-slider.rij .blokjeinrij a.blokjelink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.slick-slider.rij .blokjeinrij .tekst {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.slick-slider.rij .blokjeinrij .tekst p {
  line-height: 1.4;
  margin-bottom: 0;
}
.slick-slider.rij .blokjeinrij .tekst h2 {
  line-height: 1.4;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.slick-slider.rij .blokjeinrij .vakken {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 480px) {
  .slick-slider.rij .blokjeinrij .vakken {
    font-size: 30px;
  }
}
.slick-slider.rij .slick-prev {
  left: 25px;
  z-index: 1;
}
.slick-slider.rij .slick-next {
  right: 25px;
}
.popupcontainer {
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.61);
  height: 100%;
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
}
#popup {
  cursor: default;
  background-color: #821730;
  border: 5px solid #fff;
  position: absolute;
  max-width: 930px;
  width: 100%;
  left: 50%;
  z-index: 20;
  margin-left: -465px;
  margin-bottom: 100px;
  margin-top: 200px;
  top: 0;
}
@media (max-width: 930px) {
  #popup {
    left: 0;
    margin-left: 0;
    border-left: 0;
    border-right: 0;
  }
}
#popup #fbShareButton {
  position: absolute;
  right: 95px;
  cursor: pointer;
  top: -50px;
}
#popup .iconmail {
  position: absolute;
  right: 47px;
  cursor: pointer;
  top: -50px;
  font-size: 33px;
  color: #fff;
}
#popup .iconmail a {
  color: #fff;
}
#popup iframe.twitter-share-button {
  position: absolute !important;
  right: 197px;
  cursor: pointer;
  top: -44px;
}
#popup .close {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -50px;
}
@media (max-width: 1000px) {
  #popup .close {
    right: 29px;
  }
}
#popup .loading {
  display: none;
  position: absolute;
  padding: 10px 8px;
  top: 50%;
  margin-top: -31px;
  left: 50%;
  background-image: url(images/ajax-loader-bck.png);
  margin-left: -36px;
  width: 59px;
  height: 62px;
}
#popup .content .inner {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  align-items: stretch;
}
#popup .content .inner a {
  text-decoration: underline;
}
#popup .content .inner .column,
#popup .content .inner .tpcontent {
  padding: 22px 0px 22px 0px;
}
#popup .content .inner .column p,
#popup .content .inner .tpcontent p {
  padding: 0px 22px 0px 22px;
  margin-bottom: 0;
}
#popup .content .inner .column p:first-child,
#popup .content .inner .tpcontent p:first-child {
  padding-top: 0;
}
#popup .content .inner .column p.itemblokjetitel,
#popup .content .inner .tpcontent p.itemblokjetitel {
  font-weight: normal;
  font-family: 'MarkOT';
  font-size: 15px;
  padding: 22px 22px 0px 22px;
  line-height: 1.2;
}
#popup .content .inner .column p.itemblokjetitel:first-child,
#popup .content .inner .tpcontent p.itemblokjetitel:first-child {
  padding-top: 0;
}
#popup .content .inner .column h1,
#popup .content .inner .column h2,
#popup .content .inner .column h3,
#popup .content .inner .column h4,
#popup .content .inner .column h5,
#popup .content .inner .tpcontent h1,
#popup .content .inner .tpcontent h2,
#popup .content .inner .tpcontent h3,
#popup .content .inner .tpcontent h4,
#popup .content .inner .tpcontent h5 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 22px 22px 0px 22px;
}
#popup .content .inner .column h1 a,
#popup .content .inner .column h2 a,
#popup .content .inner .column h3 a,
#popup .content .inner .column h4 a,
#popup .content .inner .column h5 a,
#popup .content .inner .tpcontent h1 a,
#popup .content .inner .tpcontent h2 a,
#popup .content .inner .tpcontent h3 a,
#popup .content .inner .tpcontent h4 a,
#popup .content .inner .tpcontent h5 a {
  color: #fff;
}
#popup .content .inner .column h1:first-child,
#popup .content .inner .column h2:first-child,
#popup .content .inner .column h3:first-child,
#popup .content .inner .column h4:first-child,
#popup .content .inner .column h5:first-child,
#popup .content .inner .tpcontent h1:first-child,
#popup .content .inner .tpcontent h2:first-child,
#popup .content .inner .tpcontent h3:first-child,
#popup .content .inner .tpcontent h4:first-child,
#popup .content .inner .tpcontent h5:first-child {
  padding-top: 0;
}
#popup .content .inner h1 {
  font-size: 18px;
  line-height: 17px;
  line-height: 1.2 !important;
  padding: 5px 5px 0 5px;
  text-transform: uppercase;
}
#popup .content .inner .tekst {
  padding: 0px 5px 0 5px;
}
#popup .content .inner .video {
  position: relative;
  padding: 0px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
#popup .content .inner .video iframe,
#popup .content .inner .video object,
#popup .content .inner .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .popupcontainer,
.home #popup {
  display: none;
}
header .menu-social-container .social-inner {
  display: inline-block;
  vertical-align: middle;
}
header .menu-social-container .fb_iframe_widget {
  vertical-align: top;
}
@media (max-width: 480px) {
  header .menu-social-container .fb_iframe_widget {
    display: none;
  }
}
header .gesplitst_sitemenu {
  display: none;
}
header .sitemenu ul {
  text-align: left;
  margin: 0;
}
@media (max-width: 1280px) {
  header .sitemenu ul {
    text-align: center;
  }
}
header .sitemenu ul#menu-hoofdmenu {
  display: none;
  position: absolute;
  max-width: 100%;
  right: 50%;
  top: 0;
  margin-top: 19px;
  margin-right: 119px;
  margin-bottom: 6px;
  font-size: 16px;
}
@media (max-width: 1280px) {
  header .sitemenu ul#menu-hoofdmenu {
    display: block;
    position: relative;
    margin: 0px auto;
    right: auto;
    float: none;
  }
}
@media (max-width: 1280px) {
  header .sitemenu ul#menu-hoofdmenu {
    margin-top: 20px;
  }
}
@media (max-width: 930px) {
  header .sitemenu ul#menu-hoofdmenu {
    margin-top: 0px;
    display: none;
    list-style: none;
    background: #111;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}
header .sitemenu ul#menu-hoofdmenu-links {
  display: block;
  position: absolute;
  width: 411px;
  max-width: 100%;
  right: 50%;
  top: 0;
  margin-top: 19px;
  margin-right: 119px;
  margin-bottom: 6px;
  font-size: 16px;
}
@media (max-width: 1280px) {
  header .sitemenu ul#menu-hoofdmenu-links {
    display: none;
    position: relative;
    margin: 0px auto;
    right: auto;
    float: none;
  }
}
@media (max-width: 1280px) {
  header .sitemenu ul#menu-hoofdmenu-links {
    margin-top: 20px;
  }
}
@media (max-width: 930px) {
  header .sitemenu ul#menu-hoofdmenu-links {
    margin-top: 0px;
    display: none;
    list-style: none;
    background: #111;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}
header .sitemenu ul#menu-hoofdmenu-rechts {
  display: block;
  position: absolute;
  width: 501px;
  max-width: 100%;
  left: 50%;
  top: 0;
  margin-top: 19px;
  margin-left: 159px;
  margin-bottom: 6px;
  font-size: 16px;
}
@media (max-width: 1280px) {
  header .sitemenu ul#menu-hoofdmenu-rechts {
    display: none;
    position: relative;
    margin: 0px auto;
    right: auto;
    float: none;
  }
}
@media (max-width: 1280px) {
  header .sitemenu ul#menu-hoofdmenu-rechts {
    margin-top: 20px;
  }
}
@media (max-width: 930px) {
  header .sitemenu ul#menu-hoofdmenu-rechts {
    margin-top: 0px;
    display: none;
    list-style: none;
    background: #111;
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
}
header .sitemenu ul li {
  float: none;
  display: inline-block;
  margin: 0 11px 0 0;
}
header .sitemenu ul li a {
  font-family: "MarkOT", Georgia, serif;
  text-transform: uppercase;
  color: #fff !important;
}
header .sitemenu #menu-social {
  position: relative;
  margin: 0px auto;
  right: auto;
  text-align: center;
  float: none;
}
header .sitemenu #menu-social li:before {
  font-size: 0;
}
header .sitemenu #menu-social li a {
  font-size: 0;
}
header .sitemenu #menu-social li a:before {
  font-size: 30px;
  color: #fff !important;
}
header .sitemenu.menu-social-container {
  top: 30px;
}
@media (max-width: 1280px) {
  header .sitemenu.menu-social-container {
    top: 0px;
  }
}
#popup > div.content div.item p:last-child {
  margin-bottom: 0;
}
/* Blokjes centraal stijlen! */
.blokjeinrij {
  position: relative;
  display: inline-block;
  width: 455px;
  /* 462*/
  min-height: 244px;
  border: 5px solid #fff;
}
@media (max-width: 480px) {
  .blokjeinrij {
    width: 100%;
  }
}
.blokjeinrij a.blokjelink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.blokjeinrij .title,
.blokjeinrij h2.naam {
  z-index: 12;
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: left;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  font-size: 18px !important;
}
.blokjeinrij .tekst {
  position: absolute;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 14px;
}
.blokjeinrij .tekst p {
  line-height: 1.4;
  margin-bottom: 0;
}
.blokjeinrij .tekst h2 {
  line-height: 1.4;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
}
.blokjeinrij .vakken {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 480px) {
  .blokjeinrij .vakken {
    font-size: 30px;
  }
}
.blokjeinrij .videoknop {
  position: absolute;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 40px;
}
.blokjeinrij.tippingpoint {
  background-size: cover;
}
.blokjeinrij.vak,
.blokjeinrij.blogoverzicht {
  background-color: #0a7b80;
  background-image: url(images/bck_vak_zeegroen.png);
  background-repeat: no-repeat;
}
.blokjeinrij.vak:nth-child(2n),
.blokjeinrij.blogoverzicht:nth-child(2n) {
  background-color: #821730;
  background-image: url(images/bck_vak_paars.png);
}
.blokjeinrij.vak .naam,
.blokjeinrij.blogoverzicht .naam {
  font-size: 14px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.blokjeinrij.vak .naam a,
.blokjeinrij.blogoverzicht .naam a {
  color: #fff;
}
.blokjeinrij.vak .tekst,
.blokjeinrij.blogoverzicht .tekst {
  margin-top: 70px;
}
.blokjeinrij.vak.blogoverzicht .tekst,
.blokjeinrij.blogoverzicht.blogoverzicht .tekst {
  top: 0;
  bottom: auto;
}
.blokjeinrij.vak.blogoverzicht .tekst a,
.blokjeinrij.blogoverzicht.blogoverzicht .tekst a {
  color: #fff;
}
.blokjeinrij.vak .vakicoon,
.blokjeinrij.blogoverzicht .vakicoon {
  position: absolute;
  right: 22px;
  color: #fff;
  top: 17px;
  font-size: 40px;
}
/* Item onder pagina */
.item {
  background-color: #000;
  border: 5px solid #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  position: relative;
  font-size: 13px;
  min-height: 244px !important;
  color: #fff;
}
.item.top {
  height: 518px;
  width: 920px;
  background-size: cover;
}
@media (max-width: 1280px) {
  .item.top {
    height: auto;
    min-height: 0 !important;
  }
}
.item.top img {
  max-width: 100%;
}
.item.top img.grootbeeld {
  display: block;
}
.item.top .title,
.item.top h2.naam {
  z-index: 12;
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: left;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  font-size: 32px !important;
}
.item.halfwidth {
  width: 455px;
}
@media (max-width: 930px) {
  .item.halfwidth {
    width: 100%;
  }
}
.item.halfwidth.counter1,
.item.halfwidth.counter4,
.item.halfwidth.counter5,
.item.halfwidth.counter8,
.item.halfwidth.counter9,
.item.halfwidth.counter12,
.item.halfwidth.counter13,
.item.halfwidth.counter16,
.item.halfwidth.counter17,
.item.halfwidth.counter20,
.item.halfwidth.counter21,
.item.halfwidth.counter24 {
  background-color: #821730;
}
.item.halfwidth.counter1.vak,
.item.halfwidth.counter4.vak,
.item.halfwidth.counter5.vak,
.item.halfwidth.counter8.vak,
.item.halfwidth.counter9.vak,
.item.halfwidth.counter12.vak,
.item.halfwidth.counter13.vak,
.item.halfwidth.counter16.vak,
.item.halfwidth.counter17.vak,
.item.halfwidth.counter20.vak,
.item.halfwidth.counter21.vak,
.item.halfwidth.counter24.vak,
.item.halfwidth.counter1.blogoverzicht,
.item.halfwidth.counter4.blogoverzicht,
.item.halfwidth.counter5.blogoverzicht,
.item.halfwidth.counter8.blogoverzicht,
.item.halfwidth.counter9.blogoverzicht,
.item.halfwidth.counter12.blogoverzicht,
.item.halfwidth.counter13.blogoverzicht,
.item.halfwidth.counter16.blogoverzicht,
.item.halfwidth.counter17.blogoverzicht,
.item.halfwidth.counter20.blogoverzicht,
.item.halfwidth.counter21.blogoverzicht,
.item.halfwidth.counter24.blogoverzicht {
  background-image: url(images/bck_vak_paars.png);
  background-repeat: no-repeat;
}
.item.halfwidth.counter2,
.item.halfwidth.counter3,
.item.halfwidth.counter6,
.item.halfwidth.counter7,
.item.halfwidth.counter10,
.item.halfwidth.counter11,
.item.halfwidth.counter14,
.item.halfwidth.counter15,
.item.halfwidth.counter18,
.item.halfwidth.counter19,
.item.halfwidth.counter22,
.item.halfwidth.counter23 {
  background-color: #0a7b80;
}
.item.halfwidth.counter2.vak,
.item.halfwidth.counter3.vak,
.item.halfwidth.counter6.vak,
.item.halfwidth.counter7.vak,
.item.halfwidth.counter10.vak,
.item.halfwidth.counter11.vak,
.item.halfwidth.counter14.vak,
.item.halfwidth.counter15.vak,
.item.halfwidth.counter18.vak,
.item.halfwidth.counter19.vak,
.item.halfwidth.counter22.vak,
.item.halfwidth.counter23.vak,
.item.halfwidth.counter2.blogoverzicht,
.item.halfwidth.counter3.blogoverzicht,
.item.halfwidth.counter6.blogoverzicht,
.item.halfwidth.counter7.blogoverzicht,
.item.halfwidth.counter10.blogoverzicht,
.item.halfwidth.counter11.blogoverzicht,
.item.halfwidth.counter14.blogoverzicht,
.item.halfwidth.counter15.blogoverzicht,
.item.halfwidth.counter18.blogoverzicht,
.item.halfwidth.counter19.blogoverzicht,
.item.halfwidth.counter22.blogoverzicht,
.item.halfwidth.counter23.blogoverzicht {
  background-image: url(images/bck_vak_zeegroen.png);
  background-repeat: no-repeat;
}
@media (max-width: 930px) {
  .item.halfwidth.counter1,
  .item.halfwidth.counter3,
  .item.halfwidth.counter5,
  .item.halfwidth.counter7,
  .item.halfwidth.counter9,
  .item.halfwidth.counter11,
  .item.halfwidth.counter13,
  .item.halfwidth.counter15,
  .item.halfwidth.counter17,
  .item.halfwidth.counter19,
  .item.halfwidth.counter21,
  .item.halfwidth.counter23 {
    background-color: #821730;
  }
  .item.halfwidth.counter1.vak,
  .item.halfwidth.counter3.vak,
  .item.halfwidth.counter5.vak,
  .item.halfwidth.counter7.vak,
  .item.halfwidth.counter9.vak,
  .item.halfwidth.counter11.vak,
  .item.halfwidth.counter13.vak,
  .item.halfwidth.counter15.vak,
  .item.halfwidth.counter17.vak,
  .item.halfwidth.counter19.vak,
  .item.halfwidth.counter21.vak,
  .item.halfwidth.counter23.vak,
  .item.halfwidth.counter1.blogoverzicht,
  .item.halfwidth.counter3.blogoverzicht,
  .item.halfwidth.counter5.blogoverzicht,
  .item.halfwidth.counter7.blogoverzicht,
  .item.halfwidth.counter9.blogoverzicht,
  .item.halfwidth.counter11.blogoverzicht,
  .item.halfwidth.counter13.blogoverzicht,
  .item.halfwidth.counter15.blogoverzicht,
  .item.halfwidth.counter17.blogoverzicht,
  .item.halfwidth.counter19.blogoverzicht,
  .item.halfwidth.counter21.blogoverzicht,
  .item.halfwidth.counter23.blogoverzicht {
    background-image: url(images/bck_vak_paars.png);
    background-repeat: no-repeat;
  }
  .item.halfwidth.counter2,
  .item.halfwidth.counter4,
  .item.halfwidth.counter6,
  .item.halfwidth.counter8,
  .item.halfwidth.counter10,
  .item.halfwidth.counter12,
  .item.halfwidth.counter14,
  .item.halfwidth.counter16,
  .item.halfwidth.counter18,
  .item.halfwidth.counter20,
  .item.halfwidth.counter22,
  .item.halfwidth.counter24 {
    background-color: #0a7b80;
  }
  .item.halfwidth.counter2.vak,
  .item.halfwidth.counter4.vak,
  .item.halfwidth.counter6.vak,
  .item.halfwidth.counter8.vak,
  .item.halfwidth.counter10.vak,
  .item.halfwidth.counter12.vak,
  .item.halfwidth.counter14.vak,
  .item.halfwidth.counter16.vak,
  .item.halfwidth.counter18.vak,
  .item.halfwidth.counter20.vak,
  .item.halfwidth.counter22.vak,
  .item.halfwidth.counter24.vak,
  .item.halfwidth.counter2.blogoverzicht,
  .item.halfwidth.counter4.blogoverzicht,
  .item.halfwidth.counter6.blogoverzicht,
  .item.halfwidth.counter8.blogoverzicht,
  .item.halfwidth.counter10.blogoverzicht,
  .item.halfwidth.counter12.blogoverzicht,
  .item.halfwidth.counter14.blogoverzicht,
  .item.halfwidth.counter16.blogoverzicht,
  .item.halfwidth.counter18.blogoverzicht,
  .item.halfwidth.counter20.blogoverzicht,
  .item.halfwidth.counter22.blogoverzicht,
  .item.halfwidth.counter24.blogoverzicht {
    background-image: url(images/bck_vak_zeegroen.png);
    background-repeat: no-repeat;
  }
}
.item.fullwidth {
  width: 920px;
}
@media (max-width: 930px) {
  .item.fullwidth {
    width: 100%;
  }
}
.item.story {
  background-color: #821730;
}
.item.story h2.naam {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 5px 0 27px;
}
.item.story h2.naam a {
  color: #fff;
}
.item.vak,
.item.blogoverzicht {
  background-color: #0a7b80;
  background-image: url(images/bck_vak_zeegroen.png);
  background-repeat: no-repeat;
}
.item.vak h2.naam,
.item.blogoverzicht h2.naam {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 5px 0 5px;
}
.item.vak h2.naam a,
.item.blogoverzicht h2.naam a {
  color: #fff;
}
.item.vak .tekst,
.item.blogoverzicht .tekst {
  margin-top: 70px;
}
.item.vak .vakicoon,
.item.blogoverzicht .vakicoon {
  position: absolute;
  right: 22px;
  top: 10px;
  font-size: 40px;
}
.item.scientist .naam {
  font-size: 18px;
  line-height: 1;
  padding: 5px 5px 0 5px;
  text-transform: uppercase;
  width: 60%;
  clear: none;
}
.item.scientist .naam a {
  color: #fff;
}
.item.scientist .tekst {
  width: 60%;
  vertical-align: top;
}
.item.scientist .tekst.vollebreedte {
  width: 100%;
}
.item.scientist .tekst a {
  color: #fff;
  font-weight: bold;
}
.item.scientist .pasfoto {
  width: 37.8%;
  vertical-align: top;
  text-align: right;
  float: right;
}
.item.scientist .pasfoto img {
  max-width: 100%;
}
.item.page {
  background-color: #821730;
}
.iteminner {
  padding: 15px;
  /* was 22 */
}
a.linkblokje {
  color: #fff;
  margin-top: 10px;
  display: block;
  font-weight: bold;
}
a.linkblokje:after {
  content: '>';
}
#wpadminbar {
  display: none !important;
}
.popupOpen .sitewrap {
  position: fixed;
  width: 100%;
}
.footer {
  position: relative;
  width: 100%;
  padding: 12px 0 0 0;
  background-image: url(images/footer.png);
  background-color: #0a7b80;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.footer .logos {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 914px;
}
.footer .logos img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 15px 10px;
}
.footer .logos img.logo_nessc {
  margin-top: 11px;
}
.footer .logos img.logo_wur {
  margin-top: 12px;
}
.footer .logos img.logo_uu {
  margin-top: 8px;
}
@media (max-width: 914px) {
  .footer .logos {
    width: 100%;
  }
}
.footer .nav-copy-privacy {
  background-color: #821730;
  text-align: center;
  padding: 6px 0;
}
.footer .nav-copy-privacy a {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
}
.single-scientist .stelvraag {
  position: absolute;
  bottom: 25px;
  left: 22px;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}
.single-scientist .stelvraag:after {
  content: ' >';
}
.related.scientist .stelvraag {
  position: absolute;
  color: #fff;
  top: 191px;
  left: 18px;
  border: 2px solid #fff;
  padding: 5px 10px;
  text-transform: uppercase;
}
.related.scientist a.linkblokje {
  padding: 0 5px;
}
#popup .item.fullwidth.vak .iteminner {
  padding: 0;
}
#popup .item.fullwidth.vak h1 {
  padding: 21px 28px 0;
}
#popup .item.fullwidth.vak h1 a {
  color: #fff;
}
#popup .item.extra a {
  color: #fff;
  text-decoration: none;
}
#popup .item.extra.counter3,
#popup .item.extra.counter5,
#popup .item.extra.counter7,
#popup .item.extra.counter9 {
  display: none;
}
#popup .panoramaitem {
  height: auto;
  min-height: 0 !important;
}
#popup .panoramaitem .panorama {
  max-width: 100%;
  display: block;
  height: auto;
}
#popup .content .inner .tpcontent {
  column-count: 2;
}
@media (max-width: 680px) {
  #popup .content .inner .tpcontent {
    column-count: 1;
  }
}
#popup .content .inner .tpcontent h1 {
  line-height: 1.2;
  font-family: 'MarkOT-Bold';
  font-size: 18px;
}
#popup .content .inner .tpcontent h2 {
  font-family: 'MarkOT';
  line-height: 1.2;
  font-weight: 100;
  font-size: 15px;
}
#popup .content .inner .tpcontent h3 {
  line-height: 1.2;
  font-family: 'MarkOT-Bold';
  font-size: 13px;
  text-transform: none;
}
#popup .content .inner .tpcontent a {
  color: #fff;
  font-weight: bold;
}
#popup .content .inner .tpcontent img {
  max-width: 100%;
  height: auto;
}
#popup .content .inner .tpcontent .wp-video-shortcode {
  width: 100%;
  height: auto;
}
#popup .content .inner .tpcontent blockquote {
  margin: 0;
  font-style: italic;
}
#popup .content .inner .blog h2.naam {
  column-count: 1;
  width: 70%;
  margin: 0 15%;
}
#popup .content .inner .blog .tpcontent {
  column-count: 1;
  width: 70%;
  margin: 0 15%;
}
.responsive-menu-button,
.responsive-menu-button:focus,
.responsive-menu-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  outline: none;
}
body #responsive-menu,
body #responsive-menu.admin-bar-showing {
  padding-top: 0;
  font-size: 16px;
  font-family: "MarkOT-Bold", Georgia, serif;
  text-transform: uppercase;
}
@media (max-width: 400px) {
  body #responsive-menu,
  body #responsive-menu.admin-bar-showing {
    font-size: 13px;
  }
}
body #responsive-menu .responsive-menu li a,
body #responsive-menu.admin-bar-showing .responsive-menu li a {
  font-size: 16px;
}
@media (max-width: 400px) {
  body #responsive-menu .responsive-menu li a,
  body #responsive-menu.admin-bar-showing .responsive-menu li a {
    font-size: 13px;
  }
}
body #responsive-menu #responsive-menu-title,
body #responsive-menu.admin-bar-showing #responsive-menu-title {
  font-size: 16px !important;
  width: 65% !important;
  padding: 20px 0px 20px 100px !important;
}
@media (max-width: 400px) {
  body #responsive-menu #responsive-menu-title,
  body #responsive-menu.admin-bar-showing #responsive-menu-title {
    padding: 20px 0px 20px 70px !important;
    font-size: 13px !important;
  }
}
.slidesjs-pagination {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: 20px;
  text-align: center;
  z-index: 20000;
  width: 100%;
}
.slidesjs-pagination .slidesjs-pagination-item {
  display: inline-block;
}
.slidesjs-pagination .slidesjs-pagination-item a {
  display: block;
  font-size: 0;
  background-image: url(images/slideshow_wit.png);
  width: 25px;
  height: 25px;
  margin: 10px;
}
.slidesjs-pagination .slidesjs-pagination-item a.active {
  background-image: url(images/slideshow_rood.png);
}
#click-menu.admin-bar-showing {
  margin-top: 10px !important;
}
.nextpost {
  position: absolute;
  right: -50px;
  top: 250px;
}
.nextpost a {
  color: #fff;
  font-size: 50px;
  text-decoration: none !important;
}
.previouspost {
  position: absolute;
  left: -50px;
  top: 250px;
}
.previouspost a {
  color: #fff;
  font-size: 50px;
  text-decoration: none !important;
}
iframe {
  max-width: 100%;
}
