/*------------------------------------*\
:    Variables
\*------------------------------------*/
/*------------------------------------*\
:    Mixins - Flexbox
\*------------------------------------*/
/*------------------------------------*\
:    Mixins
\*------------------------------------*/
/*------------------------------------*\
:    Media Queries

NOTE: we use mixin "@include mobile" (same as tablet-portait-down) for all things hidden/shown on mobile devices like mobile menu
\*------------------------------------*/
/*------------------------------------*\
:    Webfonts
\*------------------------------------*/
@font-face {
  font-family: 'jumpingjack';
  src: url("../../fonts/DutchybrushedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museoslab';
  src: url("../../fonts/Museo_Slab_300-webfont.eot");
  src: url("../../fonts/Museo_Slab_300-webfont.woff") format("woff"), url("../../fonts/Museo_Slab_300-webfont.ttf") format("truetype"), url("../../fonts/Museo_Slab_300-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
/*
@font-face {
  font-family: 'brushedregular';
  src: url('../../fonts/brushed-webfont.woff2') format('woff2'),
       url('../../fonts/brushed-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon.eot?a52g6k");
  src: url("../../fonts/icomoon.eot?a52g6k#iefix") format("embedded-opentype"), url("../../fonts/icomoon.woff2?a52g6k") format("woff2"), url("../../fonts/icomoon.ttf?a52g6k") format("truetype"), url("../../fonts/icomoon.woff?a52g6k") format("woff"), url("../../fonts/icomoon.svg?a52g6k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 51, ../../scss/dev/01-type.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
:    General Type Settings
\*------------------------------------*/
/* line 70, ../../scss/dev/01-type.scss */
html {
  font-size: 62.5%;
}

/* line 74, ../../scss/dev/01-type.scss */
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 0px) and (max-width: 540px) {
  /* line 74, ../../scss/dev/01-type.scss */
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* line 87, ../../scss/dev/01-type.scss */
a:hover, a:active {
  outline: none;
  text-decoration: underline;
}

/* line 88, ../../scss/dev/01-type.scss */
a, a:active, a:visited {
  color: #ED1C24;
  text-decoration: none;
}

/* line 89, ../../scss/dev/01-type.scss */
a:hover {
  color: #ED1C24;
}

/* line 91, ../../scss/dev/01-type.scss */
ul, ol {
  margin: 0 0 1em 2em;
}

/* line 92, ../../scss/dev/01-type.scss */
li {
  color: black;
}

/* line 93, ../../scss/dev/01-type.scss */
ol {
  list-style-type: decimal;
}

/* line 94, ../../scss/dev/01-type.scss */
nav ul, nav li {
  margin: 0;
}

/* line 95, ../../scss/dev/01-type.scss */
small {
  font-size: 85%;
}

/* line 96, ../../scss/dev/01-type.scss */
strong, th {
  font-weight: 700;
}

/* line 97, ../../scss/dev/01-type.scss */
td, td img {
  vertical-align: top;
}

/* line 98, ../../scss/dev/01-type.scss */
sub {
  vertical-align: sub;
  font-size: smaller;
}

/* line 99, ../../scss/dev/01-type.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 101, ../../scss/dev/01-type.scss */
textarea {
  overflow: auto;
}

/* line 103, ../../scss/dev/01-type.scss */
h1, h2, h3, h4, h5 {
  font-family: "nobel", arial, sans-serif;
}

/* line 107, ../../scss/dev/01-type.scss */
h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 4.4rem;
}

/* line 113, ../../scss/dev/01-type.scss */
h2, h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 1rem 0;
  color: #ED1C24;
}

/* line 120, ../../scss/dev/01-type.scss */
h4, h5 {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: unset;
  margin: 1rem 0;
  color: #ED1C24;
}

/* line 127, ../../scss/dev/01-type.scss */
p {
  margin-bottom: 1.5rem;
}

/* line 132, ../../scss/dev/01-type.scss */
.tussenkop {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  margin: 1.4em 0 0.5em 0;
}

/*
h4, .content_blok h2 { 
  font-family: $nobel;
  @include font-size(24);
  line-height: 1.2em;
  letter-spacing: -0.01em;
  font-weight: $normal;
  color: $black;
  text-transform: uppercase;
  margin-bottom:  0.5em;
}
*/
/* line 151, ../../scss/dev/01-type.scss */
.three_col_row .content_blok h2 {
  font-size: 20px;
  font-size: 2rem;
  height: 2em;
}

/* line 160, ../../scss/dev/01-type.scss */
article.content h2.subtitle,
.single-content h2.subtitle {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "jumpingjack", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
/* line 167, ../../scss/dev/01-type.scss */
article.content ul,
.single-content ul {
  list-style: disc;
  color: #000;
}
/* line 172, ../../scss/dev/01-type.scss */
article.content hr,
.single-content hr {
  height: 0px;
  border: none;
  border-top: 1rem solid #000;
  margin-bottom: 3.5rem;
}
/* line 179, ../../scss/dev/01-type.scss */
article.content blockquote,
.single-content blockquote {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
}
/* line 183, ../../scss/dev/01-type.scss */
article.content blockquote strong,
.single-content blockquote strong {
  color: #ED1C24;
}

/*
h1, h2, h2_title, .section_title {
  //font-family: $museoslab;
  font-family: $museoslab500;
  @include font-size(32);
  line-height: 1em;
  font-weight: normal;
  color: $black;
  margin: 0.2em 0;
  letterspacing: -0.05em;
  @include tablet-portrait-down {
    @include font-size(24);
  }
}

h2.subtitle, .agenda_label, .agenda_item, a.subtitle {
  //font-family: $museoslab;
  font-family: $museoslab500;
  @include font-size(19);
  margin-bottom: 0;
}

h3, h3_title, .typequote {
  //font-family: $museoslab;
  font-family: $museoslab500;
  @include font-size(22);
  line-height: 1.0em;
  letter-spacing: -0.01em;
  font-weight: $normal;
  color: $black;
  margin:             1em 0 0.5em 0;
}
*/
/*
.handquote {
  //font-family: $coffeehouse;
  font-family: $jumpingjack;
  @include font-size(48);
  line-height: 0.6em;
  letter-spacing: -0.01em;
  font-weight: $normal;
  color: $black;
}   
*/
/* line 235, ../../scss/dev/01-type.scss */
.page-template-page_activiteit-php .handquote {
  font-family: "jumpingjack", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 0.6em;
  letter-spacing: -0.1em;
  font-weight: 400;
  color: #ED1C24;
}

/* line 245, ../../scss/dev/01-type.scss */
.handquote_smaller {
  font-family: "nobel", arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3em;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #777;
  margin: 15px 0 15px 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  /* line 245, ../../scss/dev/01-type.scss */
  .handquote_smaller {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media (min-width: 0px) and (max-width: 960px) {
  /* line 245, ../../scss/dev/01-type.scss */
  .handquote_smaller {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.25;
    margin: 20px 0 20px 0;
  }
}

/* line 263, ../../scss/dev/01-type.scss */
.page_title_written {
  width: 100%;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #ED1C24;
  margin: 20px 0 0 10px;
}

/* line 273, ../../scss/dev/01-type.scss */
.quote_written {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  font-weight: 400;
  color: #000;
}

/* line 281, ../../scss/dev/01-type.scss */
.category,
.agenda_label {
  font-family: "museoslab500", arial;
  font-size: 11.5px;
  font-size: 1.15rem;
  line-height: 0.7em;
  color: #000;
  text-transform: uppercase;
}

/* line 290, ../../scss/dev/01-type.scss */
.category_bigger {
  font-family: "jumpingjack", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: -15px;
  letter-spacing: 0.02em;
}
@media (min-width: 0px) and (max-width: 960px) {
  /* line 290, ../../scss/dev/01-type.scss */
  .category_bigger {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin-top: -5px;
  }
}

/* line 304, ../../scss/dev/01-type.scss */
.serielabel {
  font-family: "nobel", arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4rem;
  font-weight: 400;
  color: #ED1C24;
}

/* line 312, ../../scss/dev/01-type.scss */
.leesmeer {
  display: block;
  font-family: "nobel", arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #ED1C24;
  padding: 2px 0 8px 0;
}
/* line 321, ../../scss/dev/01-type.scss */
.leesmeer .icon {
  padding-left: 1rem;
}
/* line 323, ../../scss/dev/01-type.scss */
.leesmeer .icon:before {
  font-family: 'icomoon';
  content: "\f101";
  font-size: 16px;
  font-size: 1.6rem;
  color: #ED1C24;
  position: absolute;
  margin-top: 2px;
}

/* line 334, ../../scss/dev/01-type.scss */
.futura {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  color: #000;
}

/* line 342, ../../scss/dev/01-type.scss */
.clear {
  clear: both;
}

/* line 346, ../../scss/dev/01-type.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1em;
}

/* line 353, ../../scss/dev/01-type.scss */
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 361, ../../scss/dev/01-type.scss */
.black {
  color: #000;
}

/* line 362, ../../scss/dev/01-type.scss */
.white {
  color: #fff;
}

/* line 363, ../../scss/dev/01-type.scss */
.red {
  color: #ED1C24;
}

/* line 365, ../../scss/dev/01-type.scss */
.light_grey {
  color: #acabab;
}

/* line 367, ../../scss/dev/01-type.scss */
.grey_ital {
  color: #666;
  font-style: italic;
}

/* line 369, ../../scss/dev/01-type.scss */
.icon {
  font-family: 'icomoon';
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}

/* line 385, ../../scss/dev/01-type.scss */
textarea {
  font-family: "Open Sans", sans-serif;
}

/*

html { overflow-y: scroll; }

.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

label, input[type=button], input[type=submit], button { cursor: pointer; }

button, input, select, textarea { margin: 0; }

input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
  border:1px solid #e5a5a3;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

button {width: auto; overflow: visible;}

.ie7 img {-ms-interpolation-mode: bicubic;}

input[type=search] {  -webkit-appearance: none;}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}


*/
/*
 *
 * Nonsemantic Base Styles 
 *
 */
/* for image replacement */
/* line 429, ../../scss/dev/01-type.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* Hide for both screenreaders and browsers
css-discuss.incutio.com/wiki/Screenreader_Visibility */
/* line 432, ../../scss/dev/01-type.scss */
.hidden {
  display: none;
}

/* Hide only visually, but have it available for screenreaders 
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
/* line 435, ../../scss/dev/01-type.scss */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 439, ../../scss/dev/01-type.scss */
.invisible {
  visibility: hidden;
}

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
/* line 441, ../../scss/dev/01-type.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

/* line 444, ../../scss/dev/01-type.scss */
.clearfix:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
