/*!
Theme Name: witweb
Theme URI: http://underscores.me/
Author: Witweb
Author URI: https://witweb.nl
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: witweb-theme-sturrm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

witweb is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

@font-face {
  font-family: "Helvetica Neue LT W05_77 Bd Cn";
  src: url("Fonts/5663746/960546c0-8bc0-4951-94f4-a871c16e8211.eot?#iefix");
  src: url("Fonts/5663746/960546c0-8bc0-4951-94f4-a871c16e8211.eot?#iefix") format("eot"), url("Fonts/5663746/02980b3d-1e37-4378-a5c6-4cf0d6ce0ba5.woff2") format("woff2"), url("Fonts/5663746/2d1e8a5f-eb7a-47a1-be1d-878bb9a46b6e.woff") format("woff"), url("Fonts/5663746/54838aa7-3cb7-478e-b2a6-14eef3033f22.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica Neue LT W05 55 Roman";
  src: url("Fonts/5664093/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix");
  src: url("Fonts/5664093/522972a6-5867-47ae-82fc-a7cf9bd5d4d4.eot?#iefix") format("eot"), url("Fonts/5664093/08b57253-2e0d-4c12-9c57-107f6c67bc49.woff2") format("woff2"), url("Fonts/5664093/08edde9d-c27b-4731-a27f-d6cd9b01cd06.woff") format("woff"), url("Fonts/5664093/8f4a1705-214a-4dd0-80b8-72252c37e688.ttf") format("truetype"); }

@font-face {
  font-family: "Helvetica Neue LT W01_75 Bold";
  src: url("Fonts/5664149/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix");
  src: url("Fonts/5664149/9697cfef-7816-47cc-81ed-c56c029d3bcf.eot?#iefix") format("eot"), url("Fonts/5664149/1f4274cd-2674-481e-9023-69e33ffca161.woff2") format("woff2"), url("Fonts/5664149/5e8d493c-be01-44b9-962e-504a5cf10dd8.woff") format("woff"), url("Fonts/5664149/ae36b4a0-aa2c-46cc-98d8-d8b7d22241dc.ttf") format("truetype"); }

@font-face {
  font-family: "Camilla";
  src: url("Fonts/Camilla3-Regular.otf"); }

@font-face {
  font-family: "VintageTypeWriterOne";
  src: url("Fonts/VintageTypewriterOne.otf"); }

.camilla, h2 {
  font-family: "Camilla"; }

.bold-cn, #hero h2, #dictionary h3, .team-portraits strong, .aanmelden-3458 h3 {
  font-family: "Helvetica Neue LT W05_77 Bd Cn"; }

.bold, h1.site-title, h2.big,
h1.entry-title, p.strong, .btn, .price, .link, .header-link a,
.more-link,
.post-nav a, .masterclass-info-row .masterclass-item .mark, .response, .checkbox-row span, .download .mark, #de-test .succes, #de-test .fail, strong {
  font-family: "Helvetica Neue LT W01_75 Bold"; }

.bold {
  font-weight: 500; }

.bold-cn {
  font-weight: 500; }

.grey {
  background: #dddddd; }

.yellow {
  background: #f2c134; }

.color-yellow {
  color: #f2c134; }

body {
  margin: 0;
  font-family: "Helvetica Neue LT W05 55 Roman";
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden; }

html {
  font-size: 17px; }

img {
  max-width: 100%;
  flex-shrink: 0; }

* {
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: black; }
  a span {
    color: black; }
  a:hover {
    color: black; }
  a:visited {
    color: black; }
    a:visited span {
      color: black; }

.main-content {
  animation-delay: 1s; }

header {
  animation-delay: 1s; }

@keyframes pageLoad {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

h1.site-title {
  font-size: 2.2rem;
  margin-right: 2rem;
  font-weight: 500; }
  h1.site-title span.camilla {
    font-weight: 400;
    font-size: 140%; }

header {
  padding: 1.4rem 2rem;
  display: flex;
  align-items: center; }

.logo-wrap {
  z-index: 5; }

.hashtag {
  margin-left: auto;
  font-size: 1.8rem;
  transform: translateY(0.26rem); }
  .hashtag .camilla {
    font-size: 145%;
    display: inline-block;
    vertical-align: middle; }

.nav-wrap {
  display: flex;
  align-items: center; }

.title-wrap {
  text-align: center; }

#nav-toggle {
  z-index: 5;
  position: relative;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

#nav-toggle {
  cursor: pointer;
  padding: 22px; }

#nav-toggle span {
  margin-left: -15px; }

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 35px;
  background: black;
  position: absolute;
  display: block;
  content: ""; }

#nav-toggle span:before {
  top: -10px; }

#nav-toggle span:after {
  bottom: -10px; }

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: transform 500ms ease-in-out; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0; }

#nav-toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

#nav-toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

.nav-wrap {
  display: none; }

.nav-wrap.active {
  display: block; }

#main-nav {
  margin-left: 2rem; }
  #main-nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
  #main-nav li {
    position: relative;
    padding: 0rem 1.2rem; }

.slider-wrap {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow-y: hidden; }

.onderschrift {
  margin-bottom: -7px; }
  .onderschrift .camilla {
    font-size: 180%; }

#hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem; }
  #hero h2 {
    font-size: 4.4rem;
    text-transform: uppercase;
    display: inline;
    color: black;
    overflow: hidden; }
    #hero h2.slider img {
      filter: grayscale(100%); }
    #hero h2.marked-word {
      color: #f2c134; }
  #hero .slider {
    color: #f2c134; }

.sep {
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-align: center;
  opacity: 0.45;
  display: flex;
  align-items: center;
  justify-content: center; }
  .sep img {
    width: 80%;
    height: 4px; }

.section-pad {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.section-pad-top {
  padding-top: 3rem; }

.section-pad-bottom {
  padding-bottom: 3rem; }

.container {
  max-width: 960px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem; }

.fd_c {
  flex-direction: column; }

.row {
  display: flex;
  flex-wrap: wrap; }

.row-pad {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
  margin-bottom: -2rem; }

.row-pad-1 {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
  margin-bottom: -1rem; }
  .row-pad-1 .col {
    padding: 1rem !important; }

ol {
  line-height: 2; }

.col {
  padding: 2rem; }

.col-1 {
  width: calc(100% * 1 / 12); }

.col-2 {
  width: calc(100% * 2 / 12); }

.col-3 {
  width: calc(100% * 3 / 12); }

.col-4 {
  width: calc(100% * 4 / 12); }

.col-5 {
  width: calc(100% * 5 / 12); }

.col-6 {
  width: calc(100% * 6 / 12); }

.col-7 {
  width: calc(100% * 7 / 12); }

.col-8 {
  width: calc(100% * 8 / 12); }

.col-9 {
  width: calc(100% * 9 / 12); }

.col-10 {
  width: calc(100% * 10 / 12); }

.col-11 {
  width: calc(100% * 11 / 12); }

.col-12 {
  width: calc(100% * 12 / 12); }

h2 {
  color: #9b9b9b;
  font-weight: normal;
  line-height: 1.2;
  font-size: 190%;
  color: black;
  margin-top: -6px;
  padding-bottom: 0.2rem; }
  h2 .camilla {
    transform: translateY(2px);
    display: inline-block;
    vertical-align: top;
    font-size: 120%; }
  h2 .font-normal {
    font-weight: 400;
    font-family: "Helvetica Neue LT W05 55 Roman"; }

h2.mb {
  margin-bottom: 0.8rem;
  padding-bottom: 0; }

h2.big,
h1.entry-title {
  margin-top: 0;
  font-size: 1.8rem;
  color: black;
  -webkit-font-smoothing: antialiased;
  font-weight: 500; }

h2.quote {
  max-width: 85%;
  margin: auto;
  text-align: center; }

h3 {
  color: black; }

p {
  max-width: 100%;
  color: #504f4f; }
  p strong,
  p b {
    color: black; }

p.strong {
  color: black; }

p.mb {
  margin-bottom: 0.8rem; }

.mark {
  position: relative; }
  .mark:before {
    background: #f2c134;
    position: absolute;
    width: 104%;
    height: 100%;
    top: 0;
    left: -2%;
    content: "";
    z-index: -1; }

.flex {
  display: flex; }

.jc_c {
  justify-content: center; }

.jc_fe {
  justify-content: flex-end; }

.align-center {
  align-items: center; }

.space-between {
  justify-content: space-between; }

.flex-end {
  justify-content: flex-end; }

.align-bottom {
  align-items: flex-end; }

.text-center {
  text-align: center; }

.btn-row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -1rem; }
  .btn-row .btn {
    margin: 1rem;
    flex: 0 1 200px; }

.btn {
  cursor: pointer;
  padding: 1rem 2rem;
  border: 4px solid black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn:hover {
    background: black;
    color: white; }

.btn-primary {
  color: black;
  background: #f2c134 !important; }
  .btn-primary:hover {
    background: #f2c134 !important;
    color: black !important;
    filter: brightness(110%); }
  .btn-primary:visited {
    color: black; }

button.btn {
  background: transparent;
  font-size: 1.4rem; }

button.btn-primary {
  background: #f2c134; }

.price {
  margin-bottom: 1.4rem;
  color: black; }

p.big {
  margin-top: 1rem;
  font-size: 1.6rem;
  color: black;
  max-width: 230px; }

.link, .header-link a,
.more-link,
.post-nav a {
  color: black;
  position: relative;
  font-weight: 500; }
  .link:before, .header-link a:before,
  .more-link:before,
  .post-nav a:before {
    position: absolute;
    height: 4px;
    background: #f2c134;
    width: 100%;
    content: "";
    top: calc(100% + 2px); }

.no-results {
  display: none; }

.flickity-slider {
  display: flex;
  align-items: center; }

.our-clients .carousel-wrap img {
  width: 60px;
  max-width: 80%;
  filter: grayscale(100%); }

.our-clients .carousel-wrap .slide {
  width: 20%;
  text-align: center; }

.flickity-button {
  background: transparent !important; }

.flickity-prev-next-button.previous {
  left: 0 !important; }

.flickity-prev-next-button.next {
  right: 0 !important; }

.flickity-prev-next-button.next {
  right: 0 !important; }
  .flickity-prev-next-button.next svg {
    right: 0 !important;
    left: initial !important; }

.flickity-prev-next-button .flickity-button-icon {
  left: 0 !important; }

.camilla-row {
  padding-top: 2rem; }

.team-row {
  margin-top: -5rem; }

.arrow-box {
  font-size: 180%;
  line-height: 1.2;
  line-height: 1;
  display: flex; }
  .arrow-box .flex {
    padding-top: 4.6rem;
    flex-direction: column;
    width: 100%; }
  .arrow-box p {
    color: black;
    padding-left: 2rem;
    margin-bottom: 0; }
  .arrow-box img {
    display: block;
    align-self: flex-start;
    transform: translateX(-3rem);
    width: 4.7rem; }

.arrow-box-down {
  padding-top: 1rem;
  font-size: 180%;
  line-height: 1; }
  .arrow-box-down p {
    padding-top: 1rem; }
  .arrow-box-down img {
    align-self: center;
    display: block;
    margin: auto;
    transform: translateX(-2rem); }

.arrow-box-what-we-do {
  padding-top: 5rem;
  margin-left: -2rem; }

.fade-enter-active,
.fade-leave-active {
  transition: transform 0.5s; }

.fade-enter {
  transform: tanslateY(-105%);
  overflow: hidden; }

.fade-leave-to {
  transform: tanslateY(0%); }

.fade-leave-to {
  transform: tanslateX(100%); }

#our-team .camilla-img {
  width: 420px;
  max-width: initial; }

#our-team .camilla-description {
  margin-top: -3rem; }

.camilla-description {
  flex-direction: column; }
  .camilla-description .link, .camilla-description .header-link a, .header-link .camilla-description a {
    line-height: 2; }

#dictionary {
  text-align: center; }
  #dictionary h2 {
    font-weight: normal;
    font-size: 2.6rem;
    margin-bottom: 1rem;
    color: black;
    font-family: "Times New Roman", Times, serif;
    word-wrap: break-word; }
    #dictionary h2 span {
      color: #c00000; }
  #dictionary h3 {
    font-size: 2rem;
    max-width: 620px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 500; }
  #dictionary img {
    height: 4px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    opacity: 0.45; }

.team-portraits {
  text-align: center; }
  .team-portraits img {
    margin-top: 0.4rem;
    max-height: 100px; }
  .team-portraits strong {
    text-transform: uppercase;
    font-weight: 500; }

.masterclass-info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .masterclass-info-row .masterclass-item {
    width: 260px;
    padding: 2rem; }
    .masterclass-info-row .masterclass-item .mark {
      display: block;
      text-align: center;
      color: black;
      margin-bottom: 1rem;
      font-weight: 500; }
    .masterclass-info-row .masterclass-item span {
      display: block; }
    .masterclass-info-row .masterclass-item ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .masterclass-info-row .masterclass-item ul input {
        margin-right: 0.4rem; }

.form-bottom {
  max-width: 500px;
  margin: auto; }
  .form-bottom .btn-primary {
    margin-top: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .form-bottom .btn-primary:hover {
      border: 2px solid black !important; }
  .form-bottom label {
    display: block;
    margin-bottom: 0.3rem;
    margin-top: 0.8rem; }
  .form-bottom input {
    width: 100%;
    border: 2px solid black;
    border-radius: 0; }

.response {
  background: #f2c134;
  padding-top: 1rem;
  font-weight: 500;
  color: black;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem; }

.checkbox-row {
  display: flex;
  font-size: 80%;
  margin-top: 1rem; }
  .checkbox-row span {
    font-weight: 500;
    display: block; }
  .checkbox-row input {
    width: 25px; }
  .checkbox-row .checkbox-wrap {
    margin-top: 3px;
    position: relative;
    height: 16px;
    width: 16px;
    margin-right: 8px; }
    .checkbox-row .checkbox-wrap input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 16px;
      width: 16px;
      z-index: 5; }
    .checkbox-row .checkbox-wrap input:checked ~ .checkbox-styler {
      background-color: black; }
  .checkbox-row .checkbox-styler {
    pointer-events: none;
    z-index: -1;
    width: 16px;
    height: 16px;
    border: 2px solid black;
    position: absolute;
    top: 0px;
    left: 0; }
  .checkbox-row .txt {
    width: 100%; }
    .checkbox-row .txt span {
      color: black; }

#cta {
  display: block;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem; }
  #cta .first-line {
    max-width: 440px; }
  #cta h2 {
    font-size: 2.1rem;
    margin-right: 1.2rem; }
    #cta h2 span {
      font-family: "Helvetica Neue LT W05 55 Roman"; }
  #cta img {
    max-height: 45px;
    align-self: center;
    max-width: 45px;
    flex-shrink: 0; }
  #cta .camilla {
    padding-top: 1px;
    font-size: 1.5rem;
    max-width: 400px;
    color: black;
    text-align: center;
    line-height: 1;
    text-transform: uppercase; }

.downloads {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -2rem;
  margin-bottom: -2rem; }
  .downloads .download {
    flex: 0 1 260px;
    padding: 2rem; }

.download {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #504f4f; }
  .download img {
    width: 80px;
    margin-bottom: 0.6rem; }
  .download .mark {
    padding: 0.2rem;
    margin-bottom: 0.5rem;
    color: black; }

.VueCarousel-navigation-button {
  font-size: 2rem; }

.zoomer-wrap {
  position: relative; }
  .zoomer-wrap .zoomer-help {
    position: absolute;
    top: 2rem;
    right: 1rem;
    z-index: 999;
    height: 60px;
    opacity: 0.8; }

.aanmeld-item {
  border: 4px solid black;
  text-align: center;
  padding: 0.7rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }

#details {
  text-align: center; }

.aanmelden-3458 .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem; }

.aanmelden-3458 .col-3 {
  padding: 0.6rem; }

.aanmelden-3458 h2 {
  width: 90%;
  border-bottom: 4px solid black;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem; }

.aanmelden-3458 h3 {
  font-weight: 500; }

.aanmelden-3458 .hashtag {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  margin-right: auto; }

.aanmelden-3458 p {
  font-size: 90%; }

.aanmelden-3458 .desc {
  margin-bottom: 1.6rem; }

.aanmelden-3458 .btn {
  margin-top: auto;
  padding: 0.6rem; }

.carousel-wrap {
  margin-top: 1.6rem; }

#hero {
  text-align: center; }
  #hero h2 {
    font-size: 4.4rem; }

.main-title {
  line-height: 1;
  text-decoration: none;
  color: inherit;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .main-title:hover, .main-title:visited {
    color: inherit; }
  .main-title .camilla-font {
    font-family: "Camilla";
    font-size: 140%;
    -webkit-font-smoothing: initial;
    transform: translateY(10%);
    display: inline-block;
    font-weight: 300; }

.site-title {
  font-family: "Helvetica Neue LT W05_77 Bd Cn";
  font-size: 3.4rem;
  margin-top: 0;
  margin-bottom: 0; }

.site-title__sub {
  font-family: "Camilla";
  font-size: 1rem;
  -webkit-font-smoothing: initial;
  text-transform: uppercase; }

#de-test .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0rem; }
  #de-test .question:first-child {
    padding-top: 0; }
  #de-test .question p {
    color: black;
    font-size: 1.8rem;
    -webkit-font-smoothing: initial;
    padding-right: 1rem; }

#de-test input[type="checkbox"] {
  visibility: hidden;
  width: 30px;
  height: 30px; }

#de-test .custom-checkbox {
  width: 30px;
  height: 30px;
  position: relative; }
  #de-test .custom-checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url("/img/box.png");
    background-size: cover;
    width: 30px;
    height: 30px; }

#de-test input:checked ~ span:after {
  content: "\2713";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -25px;
  left: 0;
  text-align: center;
  font-size: 45px; }

#de-test button {
  display: table; }

#de-test .results {
  margin-top: 2rem; }

#de-test .succes {
  background: #f2c134;
  padding: 1rem;
  text-align: center;
  font-size: 1.4rem; }

#de-test .fail {
  background: black;
  color: white;
  padding: 1rem;
  text-align: center;
  font-size: 1.4rem; }

.acf-content p:last-of-type {
  margin-bottom: 0; }

strong {
  color: black;
  font-weight: 500; }

.footer-social {
  margin: -0.5rem;
  margin-top: 0.5rem;
  margin-bottom: auto; }
  .footer-social a {
    margin: 0.5rem; }
  .footer-social img {
    max-height: 25px; }

.footer-second {
  flex-direction: column; }

.logo-img {
  margin-right: 2rem; }
  .logo-img img {
    max-height: 50px; }

.font-2x {
  font-size: 2rem; }

.font-1-5x {
  font-size: 1.5rem; }

.team-social {
  padding-top: 0.6rem;
  display: table;
  margin: auto; }
  .team-social img {
    max-height: 20px !important; }

.team-portraits {
  justify-content: space-between; }

.testimonial-slide {
  text-align: center;
  width: 100%; }

.testimonial-nav-slide {
  margin-top: 2rem; }
  .testimonial-nav-slide img {
    max-height: 100px;
    margin: 1rem;
    border-radius: 50%;
    border: 3px solid black; }
  .testimonial-nav-slide.is-selected img {
    border: 5px solid #f2c134; }

.entry-meta {
  font-size: 80%;
  margin-bottom: 0.6rem; }

.show-676 {
  display: none; }

@media (max-width: 1230px) {
  #our-team .camilla-img {
    width: 360px; } }

@media (max-width: 1230px) {
  #our-team .camilla-img {
    width: initial;
    max-width: 100%; }
  .sep {
    width: 100%; }
    .sep img {
      width: 100%; } }

@media (max-width: 1130px) {
  #main-nav li {
    padding: 0rem 0.7rem; } }

@media (max-width: 1000px) {
  html {
    font-size: 16px; }
  #cta .first-line {
    width: 100%; }
  #cta .left-part {
    flex-wrap: wrap; }
  #cta img {
    margin-left: 1rem;
    margin-right: 1rem; }
  .VueCarousel-navigation {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem; }
  .VueCarousel-navigation-button {
    position: relative !important;
    margin: initial !important;
    transform: initial !important; } }

@media (max-width: 960px) {
  header {
    padding: 1rem; }
  h1.site-title {
    margin-right: 0.6rem; }
  #main-nav {
    margin-left: 1rem; }
    #main-nav .link, #main-nav .header-link a, .header-link #main-nav a {
      display: table;
      padding-bottom: 0rem; } }

@media (max-width: 860px) {
  header {
    flex-wrap: wrap; }
  .team-wrap .col-7 {
    width: 100%; }
  .team-row {
    margin-top: 1rem; }
  .nav-wrap {
    background: white;
    order: 15;
    position: absolute;
    top: 0rem;
    left: 0;
    padding-top: 4rem;
    transform: translateX(-110%);
    transition: transform 0.3s ease;
    z-index: 1;
    border-right: 4px solid black;
    border-bottom: 4px solid black; }
    .nav-wrap.active {
      transform: translateX(0%); }
  #main-nav {
    margin: 0;
    margin-top: 3rem;
    margin-left: -1rem;
    padding-left: 1.6rem;
    padding-bottom: 2rem;
    width: 260px; }
    #main-nav ul {
      display: block; }
      #main-nav ul li a {
        padding: 1.2rem 0rem;
        display: block; }
  .aanmelden-3458 .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    flex-wrap: wrap; }
  .aanmelden-3458 .col-3 {
    padding: 0.6rem;
    width: 50%; } }

@media (max-width: 830px) {
  .team-row {
    margin-top: 2rem; }
    .team-row .col-7 {
      width: 100%; }
  #about-us .arrow-box {
    margin-left: -3rem; }
  .container {
    padding-left: 2rem;
    padding-right: 2rem; }
  #our-team .camilla-description {
    margin-top: 0rem; }
  .arrow-box-what-we-do {
    margin-top: -2rem; }
    .arrow-box-what-we-do p {
      transform: translateY(70%); }
  .camilla-row .col-3 {
    display: none; }
  .camilla-row .col-4,
  .camilla-row .col-5 {
    width: 50%; } }

@media (max-width: 676px) {
  .blog-overview .col-4,
  .blog-overview .col-8 {
    width: 100%; }
  .book-info .col-4,
  .book-info .col-8 {
    width: 100%; }
  #hero h2 {
    font-size: 3.2rem; }
  #details .col-4 {
    width: 100%; }
  .show-676 {
    display: block; }
  .hide-676 {
    display: none; }
  .book-img {
    text-align: center; }
  .book-info .btn-row {
    justify-content: center; }
  .book-info .price {
    margin-top: 0.4rem;
    text-align: center; } }

@media (max-width: 650px) {
  .book-img img {
    width: 300px;
    max-width: 100%;
    margin: auto; }
  .referral-row .referral-img {
    order: 3; }
  .referral-row .col-3,
  .referral-row .col-9 {
    width: 100%; }
  .row-pad {
    margin-left: -1.4rem;
    margin-right: -1.4rem;
    margin-top: -1.4rem;
    margin-bottom: -1.4rem; }
  .col {
    padding: 1.4rem; }
  .container {
    padding-left: 1.4rem;
    padding-right: 1.4rem; }
  .col-6,
  .col-7,
  .col-5 {
    width: 100%; }
  .arrow-box {
    padding-top: 0;
    max-width: 375px;
    margin-top: -1.2rem; }
    .arrow-box .flex {
      padding-top: 0; }
    .arrow-box p {
      transform: initial;
      padding-top: 0.4rem;
      padding-left: 4.4rem; }
    .arrow-box img {
      transform: scaleX(-1) rotate(90deg); }
  .arrow-box-what-we-do {
    margin-left: 0; }
  #about-us .arrow-box {
    margin-left: 0rem; }
  h2.quote {
    max-width: 92%; }
  .VueCarousel-navigation-button {
    transform: translateY(-8rem) !important; }
  .btn {
    padding: 0.8rem 0.8rem; }
  .our-clients .carousel-wrap .slide {
    width: 25%;
    text-align: center; } }

@media (max-width: 550px) {
  #cta .flex {
    flex-wrap: wrap; }
  #cta .left-part {
    width: initial;
    flex: 1 1 240px; }
  #cta .camilla {
    padding-top: 1.2rem;
    max-width: 100%; }
  .logo-img img {
    max-height: 38px; }
  #cta {
    display: block;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem; }
    #cta .first-line {
      max-width: 440px; }
    #cta h2 {
      font-size: 2.2rem; }
  .team-portraits img {
    max-height: 60px; } }

@media (max-width: 450px) {
  .aanmelden-3458 .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    flex-wrap: wrap; }
  .aanmelden-3458 .col-3 {
    padding: 0.6rem;
    width: 100%; }
  .main-title {
    margin-right: 1.2rem; }
  .camilla-row .col-3 {
    display: none; }
  .camilla-row .col-4,
  .camilla-row .col-5 {
    width: 100%; }
  .camilla-row .col-4 {
    order: 3;
    max-width: 300px;
    padding-top: 2rem; }
  #our-team .camilla-img {
    max-width: 300px;
    display: block; }
  #hero h2 {
    font-size: 2.6rem; }
  h1.site-title {
    margin-right: 1rem; }
  #cta .flex {
    justify-content: center;
    text-align: center; }
  #cta h2 {
    font-size: 1.85rem; }
  #cta img {
    max-height: 35px; }
  #cta .left-part {
    flex: 1 1 100%;
    margin-bottom: 1rem; }
  #cta .camilla {
    padding-top: 0;
    flex: 1 1 100%;
    text-align: center;
    padding-bottom: 1rem; }
  .hashtag {
    font-size: 130%; }
  .footer-second {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .footer-social {
    margin-bottom: 2rem; } }
