/* compiled by scssphp v0.7.6 on Tue, 19 Feb 2019 07:36:20 +0000 (0.523s) */

/* import config */
/* packages */
.purr-wrapper {
  margin: 20px; }

.purr-alert {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 20px;
  background: url('../img/close.png') top right no-repeat #555;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  width: 400px; }

.purr-alert button {
  font-size: 10px;
  margin: 0 5px; }

.purr-alert.error {
  background-color: #e20813; }

.purr-alert.warning {
  background-color: #f7941d; }

.purr-alert.success {
  background-color: #4dbc5d; }

.purr-alert.notice {
  background-color: #2caed4; }

.purr-button-wrapper {
  text-align: center; }

.purr-alert a {
  color: #fff;
  text-decoration: underline; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  height: 100%; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repea; }
/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -15px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none; }
  .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1; }

.slick-prev:before, .slick-next:before {
  font-family: "ios7-icons";
  font-size: 30px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 30px;
  z-index: 10; }
  .slick-prev:before {
    content: "\e687"; }

.slick-next {
  right: 30px; }
  .slick-next:before {
    content: "\e685"; }
/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 3px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f10c";
        width: 20px;
        height: 20px;
        font-family: 'fontawesome';
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      content: "\f111"; }
/*!
 * pagepiling.js 1.5.6
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
html, body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*Avoid flicker on slides transitions for mobile phones #336 */ }

.pp-section {
  height: 100%;
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  /* fixes flickering in firefox*/ }

.pp-easing {
  -webkit-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
  /* custom */ }

#pp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1; }

#pp-nav.right {
  right: 17px; }

#pp-nav.left {
  left: 17px; }

.pp-section.pp-table {
  display: table; }

.pp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.pp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }

.pp-slidesNav.bottom {
  bottom: 17px; }

.pp-slidesNav.top {
  top: 17px; }

#pp-nav ul, .pp-slidesNav ul {
  margin: 0;
  padding: 0; }

#pp-nav li, .pp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.pp-slidesNav li {
  display: inline-block; }

#pp-nav li a, .pp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#pp-nav li .active span, .pp-slidesNav .active span {
  background: #333; }

#pp-nav span, .pp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1; }

.pp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px; }

.pp-tooltip.right {
  right: 20px; }

.pp-tooltip.left {
  left: 20px; }

.pp-scrollable {
  overflow-y: scroll;
  height: 100%; }
/* modules */
/* font size mixins */
/* breakpoint mixins */
/* retina */
/* element mixins */
.button {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #000;
  padding: 0.3em 2.5em;
  transition: 0.5s; }
  .button:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.15s; }
  .button.button-square {
    padding: 0.3em 0.5em; }
  .button.button-small {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.1em 2.5em; }
  .button.button-large {
    font-size: 16px;
    font-size: 1rem; }
  .button.button-block {
    display: block;
    padding-left: 0px;
    padding-right: 0px; }
  .button.button-filled {
    color: #fff;
    background-color: #000; }
  .button.button-light {
    color: #fefefe;
    border-color: #fefefe; }
    .button.button-light.button-filled {
      color: #000;
      background-color: #fefefe; }
  .button.button-contrast {
    color: #fff;
    border-color: #fff; }
    .button.button-contrast.button-filled {
      color: #000;
      background-color: #fff; }
  .button.button-accent {
    color: #f00;
    border-color: #f00; }
    .button.button-accent.button-filled {
      color: #fff;
      background-color: #f00; }
  .button.button-alt {
    color: #ff8000;
    border-color: #ff8000; }
    .button.button-alt.button-filled {
      color: #fff;
      background-color: #ff8000; }
/* theme */
/* html */
html {
  font-size: 16px; }
/* main body */
body {
  font-family: Bitter, Arial, sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 1rem;
  background: #000; }

a {
  color: inherit; }

a:hover {
  color: #f00; }

p a {
  color: inherit;
  text-decoration: underline; }

p {
  margin: 0px 0px 1em 0px;
  padding: 0px; }

div.divider {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
  margin: 0px;
  padding: 0px; }

div.outer {
  width: 100%; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
  padding: 0px; }

.desktop .no_desktop {
  display: none !important; }

.mobile .no_mobile {
  display: none !important; }

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px; }

h1, h2 {
  font-family: Bitter, Bitter, Arial, sans-serif, Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 1em; }

h3 {
  font-family: Bitter, Bitter, Arial, sans-serif, Arial, sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 1em; }

h4, h5 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 1em; }

.mrg-0 {
  margin-bottom: 0em !important; }

.mrg-025 {
  margin-bottom: 0.25em !important; }

.mrg-05 {
  margin-bottom: 0.5em !important; }

.mrg-1 {
  margin-bottom: 1em !important; }

.mrg-15 {
  margin-bottom: 1.5em !important; }

.mrg-2 {
  margin-bottom: 2em !important; }

.mrg-25 {
  margin-bottom: 2.5em !important; }

.mrg-3 {
  margin-bottom: 3em !important; }

.mrg-35 {
  margin-bottom: 3.5em !important; }

.mrg-4 {
  margin-bottom: 4em !important; }

.mrg-45 {
  margin-bottom: 4.5em !important; }

.mrg-5 {
  margin-bottom: 5em !important; }

.mrg-noside {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.pad-0 {
  padding: 0px !important; }

.pad-05 {
  padding: 0.5em !important; }

.pad-1 {
  padding: 1em !important; }

.pad-15 {
  padding: 1.5em !important; }

.pad-2 {
  padding: 2em !important; }

.pad-25 {
  padding: 2.5em !important; }

.pad-3 {
  padding: 3em !important; }

.pad-35 {
  padding: 3.5em !important; }

.pad-4 {
  padding: 4em !important; }

.pad-45 {
  padding: 4.5em !important; }

.pad-5 {
  padding: 5em !important; }

.pad-noside {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

.row-centered {
  text-align: center;
  vertical-align: top; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  vertical-align: top;
  margin-right: -4px; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-inline {
  display: inline; }

.bg-base {
  background-color: #000;
  color: #fff; }

.bg-accent {
  background-color: #f00;
  color: #fff; }

.bg-alt {
  background-color: #ff8000;
  color: #fff; }

.bg-light {
  background-color: #fefefe !important;
  color: #000; }

.bg-dark {
  background-color: #000 !important;
  color: #fff; }

.bg-contrast {
  background-color: #fff;
  color: #000; }

.bg-action {
  background-color: #f00;
  color: #fff; }

.bg-background {
  background: #000; }

.txt-base {
  color: #000; }

.txt-accent {
  color: #f00; }

.txt-alt {
  color: #ff8000; }

.txt-light {
  color: #fefefe; }

.txt-contrast {
  color: #fff; }

.txt-gray {
  color: #666; }

.txt-small {
  font-size: 12px; }

.txt-smaller {
  font-size: 11px; }

.txt-large {
  font-size: 16px; }

.txt-larger {
  font-size: 18px; }

.txt-header {
  font-size: 34px;
  font-weight: 700; }

.txt-title {
  font-size: 18px;
  font-weight: 900; }

.txt-nocase {
  text-transform: none; }

.spacer-100 {
  min-height: 100vh; }

.spacer-50 {
  min-height: 50vh; }

.toggler {
  cursor: pointer; }

.anim-onshow {
  opacity: 0; }

*:focus {
  outline: none !important; }
/* specific styles */
#cookiebar {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  width: 100%; }
  html.cookie_showbar #cookiebar {
    display: block; }

#site {
  display: flex;
  min-height: 100%;
  flex-direction: column; }

#header {
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }
  #header .top--logo {
    font-weight: bold;
    text-transform: uppercase; }
    #header .top--logo a {
      color: #fff;
      text-decoration: none; }
  #header .top--nav .nav-item a {
    font-family: Bitter, Bitter, Arial, sans-serif, Arial, sans-serif, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff; }
    #header .top--nav .nav-item.active a {
      color: #f00; }

#content {
  flex: 1 0 0;
  position: relative; }
  #content #pagepiling {
    position: relative; }
  #content section {
    background: #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,45484d+100 */
    background: #000;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(69, 72, 77, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 1) 0%, rgba(69, 72, 77, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, 1) 0%, rgba(69, 72, 77, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#45484d',GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background-attachment: fixed; }
    #content section .section--inner {
      position: relative;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      height: 100%; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #content section .section--inner.d-flex {
        display: block !important; } }
    html.sliding #content section .section--inner {
      overflow: hidden; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    html.sliding #content section .section--inner {
      overflow: auto; } }
    #content section .section--inner h1, #content section .section--inner h2 {
      text-align: left;
      text-shadow: 1px 1px 2px rgba(66, 66, 66, 0.25);
      margin-bottom: 1em; }
    #content section .section--inner .polaroid {
      position: relative;
      padding: 1rem;
      background: #fff;
      box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
      transform: rotate(-5deg); }
      @media only screen and (min-width: 768px) {
    #content section .section--inner .polaroid {
      width: 50%;
      left: 60%;
      top: 1rem;
      margin-bottom: -100px; } }
      #content section .section--inner .polaroid .beeldmerk {
        position: absolute;
        z-index: 5;
        bottom: 1.2rem;
        right: 1.2rem;
        width: 50%;
        height: 50%;
        background: url('../img/beeldmerk.png') bottom right no-repeat;
        background-size: contain; }
    #content section .animated {
      animation-delay: 0.5s; }
  #content section.section--intro {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC), url('../img/beeldmerk.png'), url('../img/bg_intro.jpg');
    background-repeat: repeat, no-repeat, no-repeat;
    background-position: center center, bottom 50px right 50px, center center;
    background-size: auto, auto 40%, cover; }
    #content section.section--intro .intro--text {
      font-size: 5vmax;
      line-height: 5vmax;
      font-weight: 900;
      text-transform: lowercase;
      -webkit-text-stroke: 2px #fff; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #content section.section--intro .intro--text {
      font-size: 50px;
      line-height: 50px;
      text-shadow: 2px 2px 2px #fff; } }
  #content section.section--about {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC), url('../img/bg_about.jpg');
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-size: auto, cover; }
    #content section.section--about .about--container {
      border: 2px inset #aaa;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      background-image: url('../img/plaat.png'), url('../img/papier_bg.jpg');
      background-position: center center, top left;
      background-repeat: no-repeat;
      background-size: contain, cover;
      background-color: #fefefe; }
    @media only screen and (min-width: 768px) {
    #content section.section--about .about--container {
      position: relative; } }
  #content section.section--audio {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC), url('../img/bg_audio.jpg');
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-size: auto, cover; }
    #content section.section--audio .audio--container {
      min-height: 80vmin;
      border: 2px inset #fff;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      background-image: url('../img/plaat.png'), url('../img/papier_bg.jpg');
      background-position: center center, top left;
      background-repeat: no-repeat;
      background-size: contain, cover;
      background-color: #fefefe; }
    @media only screen and (min-width: 768px) {
    #content section.section--audio .audio--container {
      position: relative;
      min-height: 50vmin; } }
    #content section.section--audio .audio--container .audio-item {
      margin-bottom: 1em; }
      #content section.section--audio .audio--container .audio-item audio {
        max-width: 100%; }
  #content section.section--video {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC), url('../img/bg_video.jpg');
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-size: auto, cover; }
    #content section.section--video .video--container {
      min-height: 80vmin;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      background: url('../img/paper.jpg') top left no-repeat;
      background-size: cover;
      background-color: #fefefe; }
    @media only screen and (min-width: 768px) {
    #content section.section--video .video--container {
      position: relative;
      min-height: 50vmin; } }
    #content section.section--video .video--container .video--thumbnail {
      position: relative;
      display: inline-block;
      cursor: pointer; }
      #content section.section--video .video--container .video--thumbnail:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "\f144";
        font-family: 'Font Awesome 5 Pro';
        font-size: 60px;
        color: #fff;
        opacity: 0.8;
        text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); }
      #content section.section--video .video--container .video--thumbnail:hover:before {
        color: #eee; }
  #content section.section--text {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC), url('../img/bg_text.jpg');
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-size: auto, cover; }
    #content section.section--text .text--container {
      min-height: 80vmin;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      background: url('../img/paper.jpg') top left no-repeat;
      background-size: cover;
      background-color: #fefefe; }
    @media only screen and (min-width: 768px) {
    #content section.section--text .text--container {
      position: relative;
      min-height: 50vmin; } }
  #content section.section--book {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC), url('../img/bg_book.jpg');
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-size: auto, cover; }
    #content section.section--book .book--container {
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      background-image: url('../img/papier_bg.jpg');
      background-position: top left;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: #fefefe; }
    @media only screen and (min-width: 768px) {
    #content section.section--book .book--container {
      position: relative; } }
  #content section.section--article {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC), url('../img/bg_article.jpg');
    background-repeat: repeat, no-repeat;
    background-position: center center;
    background-size: auto, cover; }
    #content section.section--article .article--container {
      border: 2px inset #fff;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
      background: url('../img/paper.jpg') top left no-repeat;
      background-size: cover;
      background-color: #fefefe; }
    @media only screen and (min-width: 768px) {
    #content section.section--article .article--container {
      position: relative; } }

#footer {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); }

#pp-nav.right {
  right: 12px;
  display: none; }

.main-timeline {
  position: relative;
  top: 20px;
  transition: all 0.4s ease 0s; }
  .main-timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%; }
  .main-timeline .timeline {
    position: relative; }

.main-timeline .main-timeline .timeline:before, .main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both; }

.main-timeline .timeline-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: 3px;
  right: 0;
  margin: 0 auto;
  overflow: hidden; }

.main-timeline .timeline-content {
  position: relative;
  font-size: 14px;
  top: -40px;
  width: 45%;
  padding: 20px;
  border-radius: 5px;
  text-align: right;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s; }

.main-timeline .date {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 1em 2em;
  margin-bottom: 1em;
  background: #ff8000;
  border-radius: 30px; }

.main-timeline .timeline-content.right {
  float: right;
  text-align: left; }

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    left: 0; }

  .main-timeline .timeline-icon {
    left: -8px;
    margin: 0; }

  .main-timeline .timeline-content {
    width: 90%;
    float: right;
    text-align: left; } }

@media only screen and (min-width: 768px) {
  .d-pull-left {
    float: left; }
    .d-pull-right {
      float: right; }
    .d-text-left {
      text-align: left; }
    .d-text-right {
      text-align: right; }
    .d-text-center {
      text-align: center; }
    .d-mrg-0 {
      margin-bottom: 0em !important; }
    .d-mrg-025 {
      margin-bottom: 0.25em !important; }
    .d-mrg-05 {
      margin-bottom: 0.5em !important; }
    .d-mrg-1 {
      margin-bottom: 1em !important; }
    .d-mrg-15 {
      margin-bottom: 1.5em !important; }
    .d-mrg-2 {
      margin-bottom: 2em !important; }
    .d-mrg-25 {
      margin-bottom: 2.5em !important; }
    .d-mrg-3 {
      margin-bottom: 3em !important; }
    .d-mrg-35 {
      margin-bottom: 3.5em !important; }
    .d-mrg-4 {
      margin-bottom: 4em !important; }
    .d-mrg-45 {
      margin-bottom: 4.5em !important; }
    .d-mrg-5 {
      margin-bottom: 5em !important; }
    .d-mrg-noside {
      margin-left: 0px !important;
      margin-right: 0px !important; }
    .d-mrg-notop {
      margin-top: 0px !important; }
    .d-pad-0 {
      padding: 0px !important; }
    .d-pad-025 {
      padding: 0.25em !important; }
    .d-pad-05 {
      padding: 0.5em !important; }
    .d-pad-1 {
      padding: 1em !important; }
    .d-pad-15 {
      padding: 1.5em !important; }
    .d-pad-2 {
      padding: 2em !important; }
    .d-pad-25 {
      padding: 2.5em !important; }
    .d-pad-3 {
      padding: 3em !important; }
    .d-pad-35 {
      padding: 3.5em !important; }
    .d-pad-4 {
      padding: 4em !important; }
    .d-pad-45 {
      padding: 4.5em !important; }
    .d-pad-5 {
      padding: 5em !important; }
    .d-pad-noside {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .d-pad-notop {
      padding-top: 0px !important; } }

@media only screen and (min-width: 576px) and (max-width: 768px) {
  .t-pull-left {
    float: left; }
    .t-pull-right {
      float: right; }
    .t-text-left {
      text-align: left; }
    .t-text-right {
      text-align: right; }
    .t-text-center {
      text-align: center; }
    .t-mrg-0 {
      margin-bottom: 0em !important; }
    .t-mrg-025 {
      margin-bottom: 0.25em !important; }
    .t-mrg-05 {
      margin-bottom: 0.5em !important; }
    .t-mrg-1 {
      margin-bottom: 1em !important; }
    .t-mrg-15 {
      margin-bottom: 1.5em !important; }
    .t-mrg-2 {
      margin-bottom: 2em !important; }
    .t-mrg-25 {
      margin-bottom: 2.5em !important; }
    .t-mrg-3 {
      margin-bottom: 3em !important; }
    .t-mrg-35 {
      margin-bottom: 3.5em !important; }
    .t-mrg-4 {
      margin-bottom: 4em !important; }
    .t-mrg-45 {
      margin-bottom: 4.5em !important; }
    .t-mrg-5 {
      margin-bottom: 5em !important; }
    .t-mrg-noside {
      margin-left: 0px !important;
      margin-right: 0px !important; }
    .t-mrg-notop {
      margin-top: 0px !important; }
    .t-pad-0 {
      padding: 0px !important; }
    .t-pad-025 {
      padding: 0.25em !important; }
    .t-pad-05 {
      padding: 0.5em !important; }
    .t-pad-1 {
      padding: 1em !important; }
    .t-pad-15 {
      padding: 1.5em !important; }
    .t-pad-2 {
      padding: 2em !important; }
    .t-pad-25 {
      padding: 2.5em !important; }
    .t-pad-3 {
      padding: 3em !important; }
    .t-pad-35 {
      padding: 3.5em !important; }
    .t-pad-4 {
      padding: 4em !important; }
    .t-pad-45 {
      padding: 4.5em !important; }
    .t-pad-5 {
      padding: 5em !important; }
    .t-pad-noside {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .t-pad-notop {
      padding-top: 0px !important; } }

@media only screen and (max-width: 576px) {
  .m-pull-left {
    float: left; }
    .m-pull-right {
      float: right; }
    .m-text-left {
      text-align: left; }
    .m-text-right {
      text-align: right; }
    .m-text-center {
      text-align: center; }
    .m-mrg-0 {
      margin-bottom: 0em !important; }
    .m-mrg-025 {
      margin-bottom: 0.25em !important; }
    .m-mrg-05 {
      margin-bottom: 0.5em !important; }
    .m-mrg-1 {
      margin-bottom: 1em !important; }
    .m-mrg-15 {
      margin-bottom: 1.5em !important; }
    .m-mrg-2 {
      margin-bottom: 2em !important; }
    .m-mrg-25 {
      margin-bottom: 2.5em !important; }
    .m-mrg-3 {
      margin-bottom: 3em !important; }
    .m-mrg-35 {
      margin-bottom: 3.5em !important; }
    .m-mrg-4 {
      margin-bottom: 4em !important; }
    .m-mrg-45 {
      margin-bottom: 4.5em !important; }
    .m-mrg-5 {
      margin-bottom: 5em !important; }
    .m-mrg-noside {
      margin-left: 0px !important;
      margin-right: 0px !important; }
    .m-mrg-notop {
      margin-top: 0px !important; }
    .m-pad-0 {
      padding: 0px !important; }
    .m-pad-025 {
      padding: 0.25em !important; }
    .m-pad-05 {
      padding: 0.5em !important; }
    .m-pad-1 {
      padding: 1em !important; }
    .m-pad-15 {
      padding: 1.5em !important; }
    .m-pad-2 {
      padding: 2em !important; }
    .m-pad-25 {
      padding: 2.5em !important; }
    .m-pad-3 {
      padding: 3em !important; }
    .m-pad-35 {
      padding: 3.5em !important; }
    .m-pad-4 {
      padding: 4em !important; }
    .m-pad-45 {
      padding: 4.5em !important; }
    .m-pad-5 {
      padding: 5em !important; }
    .m-pad-noside {
      padding-left: 0px !important;
      padding-right: 0px !important; }
    .m-pad-notop {
      padding-top: 0px !important; }
    #header .top--logo img {
      max-height: 60px; }
      #header .top--nav .navbar {
        padding: 0px; } }