/* cmsms stylesheet: MichellevanHout - CSS modified: 27-08-25 10:06:12 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.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);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.dropdown {
  display: inline-block;
}

.dropdown .dropbtn {
  background-color: transparent;
  color: #3f2e20;
  border: 1px solid #3f2e20;
  padding: 0.3rem 0.8rem;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  left: 0;
  padding-top: 25px;
  text-align: center;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-content a:hover {
  background-color: #f1eee9;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
  background-color: #dff1f3;
}

html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #3f2e20;
}

body ul {
  padding: 0;
}

body li {
  padding: 0;
}

.page-container {
  padding: 0 2rem;
}

.page-container:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

@media (min-width: 768px) {
  .page-container {
    width: calc(83.33333333% - 1.83333333rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(8.33333333% - 1.08333333rem + 2rem);
    float: none;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.collapse {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 2rem);
}

html,
body {
  font-weight: 400;
  color: #3f2e20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.8rem;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}

ul li {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 1px;
}

h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  h2 {
    font-size: 21px;
    line-height: 1.2;
  }
}

h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 1px;
}

h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: 1.5;
}

blockquote {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}

.title {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 0.5;
  margin-top: .25em;
  color: #3f2e20;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .title {
    font-size: 22px;
    line-height: 1.3rem;
  }
}

@media (min-width: 1024px) {
  .title {
    font-size: 26px;
    line-height: 1.8rem;
  }
}

.sub-title {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 0.5;
  margin-top: .25em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .sub-title {
    font-size: 22px;
    line-height: 0.7rem;
  }
}

@media (min-width: 1024px) {
  .sub-title {
    font-size: 26px;
    line-height: 1.8rem;
  }
}

.section-title {
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .section-title {
    text-align: left;
  }
}

.section-title.has-bird:before,
.section-title.has-bird-blue:before {
  content: '';
  display: block;
  width: 40px;
  height: 0;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-bottom: 45.26315789px;
  background-image: url("/images/vogel.png");
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .section-title.has-bird:before,
  .section-title.has-bird-blue:before {
    position: absolute;
    right: 100%;
    margin: 0;
    margin-right: 20px;
  }
}

.section-title.has-bird-blue:before {
  background-image: url("/images/vogel2.png");
}

.section-title.has-bird-large:before,
.section-title.has-bird-blue-large:before {
  display: none;
  content: '';
  width: 40px;
  height: 0;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding-bottom: 45.26315789px;
  background-image: url("/images/vogel.png");
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .section-title.has-bird-large:before,
  .section-title.has-bird-blue-large:before {
    display: block;
    position: absolute;
    right: 100%;
    margin: 0;
    margin-right: 20px;
  }
}

.error-404 .page-container {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.error-404 .page-container h1 {
  color: #3f2e20;
  font-size: 32px;
}

@media (min-width: 768px) {
  .error-404 .page-container h1 {
    padding-bottom: 0;
    font-size: 78px;
  }
}

.error-404 .page-container h2 {
  color: #3f2e20;
  font-size: 22px;
}

@media (min-width: 768px) {
  .error-404 .page-container h2 {
    padding-bottom: 0;
    font-size: 32px;
  }
}

.error-404 .page-container a {
  color: #3f2e20;
  text-decoration: none;
}

.arrow-gr,
.arrow-w,
.arrow-grey {
  display: none;
}

@media (min-width: 768px) {
  .arrow-gr,
  .arrow-w,
  .arrow-grey {
    display: block;
    text-align: center;
    padding-top: 2rem;
  }

  .arrow-gr img,
  .arrow-w img,
  .arrow-grey img {
    max-width: 25px;
  }
}

.arrow-grey {
  padding-left: 3rem;
}

.circle {
  width: 170px;
  margin: 0 auto;
  position: relative;
  top: 75px;
}

@media (min-width: 768px) {
  .circle {
    margin-left: calc(37.5% - 1.375rem + 2rem);
    width: 250px;
    top: 0;
  }
}

@media (min-width: 1024px) {
  .circle {
    margin-left: calc(33.33333333% - 1.33333333rem + 2rem);
    width: 250px;
    top: 0;
  }
}

.circle .circle-content {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 0;
  -webkit-transform: translate(0, -60%);
          transform: translate(0, -60%);
  padding-bottom: 106.25%;
  background-image: url("/images/cirkel.png");
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .circle .circle-content {
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}

.circle .circle-content p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  text-align: center;
  color: #ffffff;
  line-height: 1.1;
  font-size: 130%;
  margin: 0;
  padding: 20px;
}

@media (min-width: 768px) {
  .circle .circle-content p {
    font-size: 165%;
  }
}

.slider .slide_image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .slider .slide_image {
    height: 500px;
  }
}

.slick-prev {
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  position: absolute;
  z-index: 999;
}

.slick-prev img {
  display: block;
  width: 70%;
}

.slick-next {
  display: block;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  position: absolute;
  z-index: 999;
}

.slick-next img {
  display: block;
  width: 70%;
}

.contact-form {
  font-family: "Poppins", sans-serif;
  color: #3f2e20;
}

.contact-form label {
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0 solid #ffffff;
  margin-top: -1%;
  margin-bottom: 4px;
  resize: vertical;
  padding: 2%;
  letter-spacing: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .contact-form input {
    width: 100%;
    margin: 3% 0%;
  }
}

.contact-form textarea {
  margin: 3% 0%;
}

.contact-form ::-webkit-input-placeholder {
  color: #3f2e20;
  width: 100%;
  font-size: 14px;
}

.contact-form :-ms-input-placeholder {
  color: #3f2e20;
  width: 100%;
  font-size: 14px;
}

.contact-form ::-ms-input-placeholder {
  color: #3f2e20;
  width: 100%;
  font-size: 14px;
}

.contact-form ::placeholder {
  color: #3f2e20;
  width: 100%;
  font-size: 14px;
}

.contact-form .cms_submit {
  width: 100%;
  background-color: #3f2e20;
  color: #ffffff;
  padding: 5px 5px;
  margin-top: 2rem;
  border: 0px solid #3f2e20;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 768px) {
  .contact-form .cms_submit {
    width: 100%;
  }
}

.contact-form .cms_submit:hover {
  color: #e4ddd3;
  background-position: 0 100%;
}

.error_message {
  font-family: "Poppins", sans-serif;
}

.error_message li {
  font-family: "Poppins", sans-serif;
  color: orangered;
  font-size: 12px;
  line-height: 1.4;
  list-style: none;
}

@media (min-width: 768px) {
  .error_message li {
    font-size: 16px;
  }
}

.fb_invalid input {
  border-bottom: 2px solid orangered;
  color: orangered;
}

.error li {
  list-style: none;
  margin-top: 5rem;
}

.image-grid {
  margin: 2rem 0;
}

.image-grid ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  font-size: 16px;
  line-height: 1.7;
}

.image-grid > ul > li {
  position: relative;
  display: none;
  width: 100%;
  float: left;
  height: 0;
  padding-bottom: 100%;
  background-color: #b6d8de;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 480px) {
  .image-grid > ul > li {
    width: 50%;
    padding-bottom: 50%;
  }
}

@media (min-width: 1024px) {
  .image-grid > ul > li {
    display: block;
    width: 33.333%;
    padding-bottom: 33.333%;
  }
}

.image-grid > ul > li.for-mobile {
  display: block;
}

@media (min-width: 768px) {
  .image-grid > ul > li.for-tablet {
    display: block;
  }
}

.image-grid ul ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 1rem;
}

.image-grid ul ul li {
  font-size: 16px;
  line-height: 1.1rem;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .image-grid ul ul li {
    font-size: 18px;
    line-height: 1.8rem;
  }
}

@media (min-width: 1024px) {
  .image-grid ul ul li {
    font-size: 20px;
    line-height: 1.3rem;
  }
}

.image-grid ul ul .light {
  font-weight: 300;
}

.image-grid .conference-image {
  width: 100%;
  display: block;
  height: auto;
}

.intro {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 75px;
}

.intro:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

@media (min-width: 768px) {
  .intro {
    padding-top: 0;
  }
}

.intro .collapse:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.intro .intro-image {
  display: none;
  overflow: hidden;
}

@media (min-width: 768px) {
  .intro .intro-image {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem;
    display: block;
  }
}

@media (min-width: 1024px) {
  .intro .intro-image {
    width: calc(33.33333333% - 1.33333333rem);
    float: left;
    margin-left: 1rem;
  }
}

.intro .intro-image img {
  display: block;
}

@media (min-width: 768px) {
  .intro .intro-image img {
    width: 130%;
  }
}

@media (min-width: 1024px) {
  .intro .intro-image img {
    width: 105%;
  }
}

.intro .intro-title {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  padding-top: 5rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .intro .intro-title {
    width: calc(40% - 1.4rem);
    float: left;
    margin-left: 1rem;
    left: calc(55% - 1.55rem + 1rem);
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .intro .intro-title {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem;
    left: calc(41.66666667% - 1.41666667rem + 1rem);
    position: relative;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.intro .intro-title .container {
  padding: 0 2rem;
}

@media (min-width: 768px) {
  .intro .intro-title .container {
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .intro .intro-title .container {
    padding: 0;
  }
}

.intro .intro-title p {
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 2rem;
  margin: 1.5rem 0;
}

.intro .intro-title h2 {
  font-size: 18px;
  line-height: 1.3;
}

.content-afscheid {
  position: relative;
  background-color: #f1eee9;
  color: #3f2e20;
  padding: 2rem 0;
}

.content-afscheid:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.content-afscheid .page-container {
  position: relative;
  z-index: 500;
}

.content-afscheid .content-afscheid_col {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .content-afscheid .content-afscheid_col {
    width: calc(45% - 1.45rem);
    float: left;
    margin-left: 1rem;
  }

  .content-afscheid .content-afscheid_col ~ .content-afscheid_col {
    margin-left: calc(10% - 1.1rem + 2rem);
  }
}

.content-afscheid .dot-afscheid {
  padding: 0.5rem 1rem;
}

.content-transitiemomenten {
  background-color: #dff1f3;
  color: #3f2e20;
  padding: 2rem 0;
}

.content-transitiemomenten:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

@media (min-width: 768px) {
  .content-transitiemomenten {
    padding-bottom: 2rem;
  }
}

.content-transitiemomenten .page-container {
  position: relative;
  z-index: 500;
}

.content-transitiemomenten .page-container:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.content-transitiemomenten .collapse:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.content-transitiemomenten .content-transitiemomenten_col {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .content-transitiemomenten .content-transitiemomenten_col {
    width: calc(45% - 1.45rem);
    float: left;
    margin-left: 1rem;
  }

  .content-transitiemomenten .content-transitiemomenten_col ~ .content-transitiemomenten_col {
    margin-left: calc(10% - 1.1rem + 2rem);
  }
}

.content-michelle {
  background-color: #ffffff;
  color: #3f2e20;
  position: relative;
  padding: 2rem 0;
}

.content-michelle:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

@media (min-width: 768px) {
  .content-michelle {
    padding: 3rem 0 0 0;
  }
}

.content-michelle .page-container {
  position: relative;
  z-index: 500;
}

.content-michelle .collapse:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.content-michelle .content-michelle_col {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .content-michelle .content-michelle_col {
    text-align: left;
    width: calc(45% - 1.45rem);
    float: left;
    margin-left: 1rem;
  }

  .content-michelle .content-michelle_col ~ .content-michelle_col {
    margin-left: calc(10% - 1.1rem + 2rem);
  }
}

@media (min-width: 768px) {
  .content-michelle .content-michelle_col.pull-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .content-michelle .content-michelle_col.pull-left {
    margin-left: 0;
    float: left;
  }
}

.content-michelle .content-michelle_col .profielfoto-rond {
  display: none;
}

@media (min-width: 768px) {
  .content-michelle .content-michelle_col .profielfoto-rond {
    position: absolute;
    top: -60px;
    display: block;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
}

.content-michelle .content-michelle_col .profielfoto-rond-small {
  display: block;
  width: 100%;
  max-width: 115px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .content-michelle .content-michelle_col .profielfoto-rond-small {
    display: none;
  }
}

.content-michelle .content-michelle_col .logotree {
  margin-top: 2rem;
  margin-bottom: -123px;
}

@media (min-width: 768px) {
  .content-michelle .content-michelle_col .logotree {
    position: absolute;
    bottom: 0;
  }
}

.content-michelle .content-michelle_col .logotree img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
}

@media (min-width: 768px) {
  .content-michelle .content-michelle_col .logotree img {
    width: 100%;
    max-width: 480px;
  }
}

.content-contact {
  background-color: #b7d8df;
}

.content-contact:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

@media (min-width: 768px) {
  .content-contact {
    min-height: 75vh;
    padding: 0;
  }
}

.content-contact .title {
  font-size: 19px;
}

@media (min-width: 768px) {
  .content-contact .title {
    font-size: 26px;
    line-height: 1;
  }
}

.content-contact .sub-title {
  font-size: 19px;
}

@media (min-width: 768px) {
  .content-contact .sub-title {
    font-size: 26px;
    line-height: 0;
  }
}

.panel-contact-left {
  padding-top: 4rem;
}

.panel-contact-left:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

@media (min-width: 768px) {
  .panel-contact-left {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem;
    padding-top: 6rem;
  }
}

@media (min-width: 768px) {
  .panel-contact-left .panel-contactdata-titles {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
    margin-left: 0;
  }
}

.panel-contact-left .panel-contactdata-titles h1 {
  text-align: center;
}

@media (min-width: 768px) {
  .panel-contact-left .panel-contactdata-titles h1 {
    text-align: left;
    margin-left: 1rem;
  }
}

.panel-contact-left .panel-contactdata-info a {
  color: #3f2e20;
}

.panel-contact-left .panel-contactdata-info {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  margin-top: 3rem;
  margin-left: 0;
}

.panel-contact-left .panel-contactdata-address {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  .panel-contact-left .panel-contactdata-address {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
    margin-left: 0;
  }
}

.panel-contact-left .panel-contactdata-address a {
  text-decoration: none;
  color: #3f2e20;
}

.panel-contact-left .panel-contactdata-address p {
  line-height: 1;
}

.panel-contact-left .panel-contactdata-logos {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  .panel-contact-left .panel-contactdata-logos {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
    margin-left: 0;
  }
}

.panel-contact-left .panel-contactdata-logos .linkedin img {
  width: 100%;
  max-width: 40px;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .panel-contact-left .panel-contactdata-logos .linkedin img {
    margin-left: 0;
  }
}

.panel-contact-right {
  paddng-top: 3rem;
  word-break: break-word;
}

@media (min-width: 768px) {
  .panel-contact-right {
    padding-top: 5rem;
  }
}

@media (min-width: 768px) {
  .panel-contact-right {
    width: calc(40% - 1.4rem);
    float: left;
    margin-left: 1rem;
    padding-left: 4.5rem;
  }
}

.panel-contact-right h2 {
  text-align: center;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .panel-contact-right h2 {
    font-size: 26px;
    text-align: left;
    line-height: 1.7rem;
  }
}

.panel-contact-right .mobile-link {
  color: #3f2e20;
  text-decoration: none;
  font-weight: 600;
}

.panel-contact-right span {
  color: #ffffff;
}

.privacy p {
  padding: 3rem 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .privacy p {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
  }
}

.privacy a {
  font-size: 14px;
  text-decoration: none;
  color: #3f2e20;
}

.content-reference {
  position: relative;
  background-color: #f1eee9;
  color: #3f2e20;
  padding: 2rem 0;
}

.content-reference:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.content-reference .page-container {
  position: relative;
  z-index: 500;
  padding-top: 3rem;
}

.content-reference .page-container .section-title {
  text-align: center;
}

@media (min-width: 768px) {
  .content-reference .page-container .section-title {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(55% - 1.55rem + 2rem);
    text-align: left;
  }
}

.content-reference .page-container .item {
  display: none;
  width: 100%;
  height: auto;
  padding-top: 1rem;
}

.content-reference .page-container .item:first-child {
  display: block;
}

@media (min-width: 768px) {
  .content-reference .page-container .item {
    display: block;
    text-align: left;
    width: calc(45% - 1.45rem);
    float: left;
    margin-left: 1rem;
  }

  .content-reference .page-container .item:nth-child(even) {
    margin-left: calc(10% - 1.1rem + 2rem);
    clear: right;
  }
}

.content-reference .page-container .item .content-reference-title {
  font-weight: 600;
  line-height: 1.1em;
}

.content-reference .page-container .item .content-reference-content {
  margin-bottom: 0;
}

.content-reference .page-container .item .content-reference-date {
  font-style: italic;
  margin-top: 0;
}

.content-reference .page-container .item .content-reference-name {
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.tree-image .page-container {
  position: relative;
}

.tree-image .tree {
  position: absolute;
  left: 2rem;
  right: 2rem;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}

.tree-image img {
  display: block;
  width: 100%;
}

.header {
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
}

@media (min-width: 1024px) {
  .header {
    height: 175px;
  }
}

.header .header-image {
  width: calc(25% - 1.25rem);
  float: left;
  margin-left: 1rem;
}

@media (min-width: 1024px) {
  .header .header-image {
    width: calc(30% - 1.3rem);
    float: left;
    margin-left: 1rem;
  }
}

.header .header-image .logo {
  margin-top: 5px;
  width: 150px;
  height: auto;
}

@media (min-width: 1024px) {
  .header .header-image .logo {
    margin-top: 12px;
    width: 270px;
  }
}

.header .header-navigation {
  display: none;
}

@media (min-width: 1250px) {
  .header .header-navigation {
    width: calc(70% - 1.7rem);
    float: left;
    margin-left: 1rem;
    display: block;
    padding-top: 105px;
  }

  .header .header-navigation ul {
    list-style: none;
    text-transform: none;
    margin: 0;
    padding: 0;
    text-align: right;
  }

  .header .header-navigation li {
    display: inline-block;
    text-transform: uppercase;
  }

  .header .header-navigation a {
    color: #3f2e20;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    border-radius: 4px;
  }

  .header .header-navigation a:hover {
    background-color: #dff1f3;
    color: #3f2e20;
  }

  .header .header-navigation a:active {
    background-color: #dff1f3;
    color: #ffffff;
  }
}

.header .header-navigation-mobile {
  width: calc(8.33333333% - 1.08333333rem);
  float: left;
  margin-left: 1rem;
  margin-left: calc(75% - 1.75rem + 2rem);
  padding-top: 36px;
  float: none;
}

@media (min-width: 1250px) {
  .header .header-navigation-mobile {
    display: none;
  }
}

.page-footer {
  width: 100%;
  font-size: .85rem;
  margin-left: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-footer a {
  color: #3f2e20;
}

.page-footer .collapse {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
}

.page-footer .collapse:after {
  content: '';
  display: table;
  clear: both;
  width: 100%;
  height: 0;
}

.page-footer .content-footer_colleft {
  width: calc(66.66666667% - 1.66666667rem);
  float: left;
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .page-footer .content-footer_colleft {
    width: calc(40% - 1.4rem);
    float: left;
    margin-left: 1rem;
    text-align: left;
  }
}

.page-footer .content-footer_logo {
  width: calc(30% - 1.3rem);
  float: left;
  margin-left: 1rem;
  float: left;
  max-width: 80px;
}

.page-footer .content-footer_logo .logo-lbvr {
  width: 80%;
}

@media (min-width: 768px) {
  .page-footer .content-footer_logo {
    width: 80%;
  }
}

.logo-lbvr {
  max-width: 12rem;
  margin-top: 1rem;
  margin-right: .85rem;
}

.page-footer .content-footer_colright {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  font-size: 10px;
  line-height: 1.1rem;
}

@media (min-width: 768px) {
  .page-footer .content-footer_colright {
    width: calc(40% - 1.4rem);
    float: left;
    margin-left: 1rem;
    display: block;
    padding-left: 4rem;
  }
}

.page-footer .content-footer_colright a {
  text-decoration: none;
  color: #3f2e20;
}

/* Read More button */

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}


.read-more-state ~ .read-more-trigger:before {
  content: 'Lees meer ...';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Lees minder';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}
