/*!
Theme Name: wisseloord
Theme URI: http://underscores.me/
Author: Jens
Author URI: https://merkelijkheid.nl
Description: Description
Version: 1.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wisseloord
*/
@font-face {
  font-family: 'NB International Pro';
  src: url('css/fonts/NBInternationalPro-Medium.woff2') format('woff2'),
    url('css/fonts/NBInternationalPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NB International Pro';
  src: url('css/fonts/NBInternationalPro-Bold.woff2') format('woff2'),
    url('css/fonts/NBInternationalPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NB International Pro';
  src: url('css/fonts/NBInternationalProMedium-Italic.woff2') format('woff2'),
    url('css/fonts/NBInternationalProMedium-Italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'NB International Pro';
  src: url('css/fonts/NBInternationalPro-BolIta.woff2') format('woff2'),
    url('css/fonts/NBInternationalPro-BolIta.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'NB International Pro';
  src: url('css/fonts/NBInternationalPro-Lig.woff2') format('woff2'),
    url('css/fonts/NBInternationalPro-Lig.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --zwart: #000000;
  --oranje: #F9831B;
  --oranje_hover: #ffa250;
  --wit: #ffffff;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html.single-studios,
html.page-template-page-home {
  height: 100%;
}

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

article p {
  max-width: 950px;
}

article h1 {
  margin-bottom: 1em;
  text-decoration: underline;
  -webkit-text-decoration: #fff 1px solid underline;
  text-decoration: #fff 1px solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
}

body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wit);
  text-align: left;
  background-color: var(--zwart);
}

body.page-template-page-home,
.page-template-page-home #page,
.page-template-page-home .innerpage,
.single-studios #page,
.single-studios .innerpage,
body.single-studios {
  height: 100%;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'NB International Pro';
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h1,
.h1 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3.65em;
  line-height: 1.25;
}

h2,
.h2 {
  letter-spacing: -1px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 3.6em;
  line-height: 1.25;
}

h3,
.h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.8em;
}

h4,
.h4 {
  font-weight: 500;
  font-size: 1.4em;
}

h3 strong,
.h3 strong {
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

img {
  max-width: 100%;
  height: auto;
}

#page .innerpage {
  z-index: 2;
  background-color: #000;
  position: relative;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--oranje);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--oranje_hover);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1600px;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

*:focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.15rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


body.single-studios {
  overflow: hidden;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

#vid_timeline {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#vid_timeline .overlay {
  width: 100%;
  height: 100%;
  background: var(--zwart);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
}

#vid_timeline .overlay_color {
  width: 100%;
  height: 100%;
  background: #0063ff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0.15;
}

.overlay_top {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(0deg, rgba(16, 16, 16, 0.00) 0%, rgb(0 0 0 / 80%) 100%);
  z-index: 2;
}

.overlay_bottom {
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, rgb(0 0 0 / 80%) 100%);
  z-index: 2;
}

#vid_timeline iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

#vid_timeline iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#studio_menu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, rgb(0 0 0 / 45%) 80%, rgb(0 0 0 / 95%) 100%);
}

#studio_menu h1 {
  font-family: 'NB International Pro';
  text-transform: uppercase;
  font-size: 3em;
  color: #FFFFFF;
  letter-spacing: -1px;
  z-index: 2;
}

.arrow_up {
  background-image: url(img/arrow_up.svg);
  background-color: rgb(255 255 255 / 10%);
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.50);
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  zoom: 0.1;

  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: bounce-1;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}
@keyframes bounce-1 {
  0%   {background-color: rgb(255 255 255 / 10%);}
  50%  {background-color: rgb(255 255 255 / 60%);}
  100% {background-color: rgb(255 255 255 / 10%);}
}

.arrow_right {
  background-image: url(img/fastforward.svg);
  background-color: rgb(255 255 255 / 10%);
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.50);
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}

.arrow_left {
  background-image: url(img/goback.svg);
  background-color: rgb(255 255 255 / 10%);
  box-shadow: 0 0 48px 0 rgb(0 0 0 / 50%);
  width: 56px;
  height: 56px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}

.arrow_up:hover,
.arrow_right:hover,
.arrow_left:hover {
  border: 1px solid var(--wit);
}

.hotspots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.hotspots .hotspot {
  position: absolute;
  width: 48px;
  height: 48px;
  opacity: 0;
  z-index: 5;
}

.hotspots .hotspot:hover {
  background: rgb(255 255 255 / 60%);
}

.hotspots .hotspot:hover #Page-1 {
  fill: var(--oranje);
}

.de_hotspot .ring_1 {
  animation: hotspot_ring_1 4s ease forwards infinite;
}

.de_hotspot .ring_2 {
  animation: hotspot_ring_2 6s ease forwards infinite;
}

body.single-studios nav#site-navigation {
  display: none;
}

.studio_info {
  visibility: hidden;
}

.studio_info h1 {
  margin-bottom: 0;
  line-height: 57px;
}

.studio_info.active {
  background-color: #000;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  visibility: visible;
  width: 600px;
  max-width: 90%;
  height: auto;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
}

.studio_info {
  padding: 3em;
}

.close{
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 40px;
  line-height: 34px;
  text-align: center;
  font-weight: 400;
  z-index: 3;
  background: transparent;
  color: #fff;
  display:block;
  padding: 0;
}
.close span{
  display:inline-block;
  width:100%;
  font-size: inherit;
}

.studio_info h3 {
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid rgb(225 225 225 / 29%);
  margin-bottom: 1em;
  padding-bottom: 0.25em;
}

.studio_info.active h1 {
  margin: 0 0 0.15em 0;
  padding: 0;
}

.hotspot_text {
  display: none;
}

.icon_menu {
  width: 40px;
  height: 40px;
  border: 1px solid var(--wit);
  position: relative;
  padding: 12px 9px;
  background-color:#000;
}

.icon_information_menu{
  width: 40px;
  height: 40px;
  background-image: url(img/information.svg);
  background-position: center;
  background-size: 8px;
  background-repeat:no-repeat;
  display: inline-block;
  margin: auto 0 auto 15px;
  border: 1px solid #fff;
}
.icon_information_menu:hover{
  border: 1px solid var(--oranje);
}
.icon_gear{
  width: 40px;
  height: 40px;
  background-image: url(img/gear_icon.svg);
  background-position: center;
  background-size: 23px;
  background-repeat:no-repeat;
  display: inline-block;
  margin: auto 0 auto .5rem;
  border: 1px solid #fff;
}
.icon_gear:hover{
  border: 1px solid var(--oranje);
}

.icon_menu span {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--wit);
  margin: 2px auto;
  transition: background-color 2s ease-out;
}

.icon_menu span:first-child,
.icon_menu span:last-child {
  max-width: 16px;
}

.icon_menu:hover {
  border-color: var(--oranje);
}

.icon_menu:hover span,
.icon_menu:hover span {
  background-color: var(--oranje);
  max-width: 100%;
}

.icon_muziek {
  width: 40px;
  height: 40px;
  background-color: var(--wit);
  position: relative;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}

.grid {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(img/grid.svg);
}

#video1 {
  opacity: 0;
}

.navbtns {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  bottom: calc(1rem + 2px);
  z-index: 12;
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.navbtns a {
  display: flex;
}

.page-template-page-home nav {
  display: none;
}

.h-100 {
  height: 100%;
}

#home_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#home_slider:focus {
  background: transparent
}

#home_slider .home-carousel {
  width: 100%;
  height: 100%;
  display: flex;
}

#home_slider .home-carousel .imgholder {
  width: 0%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
}

#home_slider .slide {
  position: relative;
  display: none;
  margin: auto 1em;
  transition: width 2s;
}

#home_slider .slide .slide_overlay_over {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  padding: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

#home_slider .slide .slide_overlay_over .slide_overlay_over_over {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1em;
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, #101010 100%);
  width: 100%;
  height: 80%;
}

#home_slider .slide .slide_overlay h2 {
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
  white-space: pre;
}

#home_slider .slide .slide_overlay h2 b {
  display: block;
}

#home_slider .slide.slidenmr-0 {
  width: 60%;
  height: 100%;
  display: inline-block;
  margin-left: 0;
}

#home_slider .slide.slidenmr-0 h2 {
  font-size: 8em;
  color: #FFFFFF;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
}

#home_slider .slide.slidenmr-1 {
  width: 15%;
  padding-top: 25%;
  display: inline-block;
}

#home_slider .slide.slidenmr-2 {
  width: 15%;
  padding-top: 20%;
  display: inline-block;
  margin-right: -10%
}

#home_slider .slide.slidenmr-1:hover,
#home_slider .slide.slidenmr-2:hover {
  width: 50%;
}

#home_slider .navi {
  position: fixed;
  bottom: 2em;
  width: 70%;
  display: block;
  text-align: right;
  padding-right: 25px;
}

.next_slide {
  width: 50px;
  height: 50px;
  background-image: url(img/arrow.svg);
  display: inline-block;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  background-position: center;
  background-size: 12px;
  margin-left: 15px;
  transition-duration: 1s;
}

.prev_slide {
  width: 50px;
  height: 50px;
  background-image: url(img/arrow.svg);
  display: inline-block;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  background-position: center;
  background-size: 12px;
  transition-duration: 1s;
}

.next_slide:hover,
.prev_slide:hover {
  background-color: rgb(255 255 255 / 25%);
}

.parralax-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

#video_landing {
  z-index: 9;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
}

#video_landing iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  overflow: hidden;
}

#video_landing .logo_intro {
  margin: auto;
  background-image: url(img/wisseloord-logo.png);
  background-size: cover;
  background-position: center;
  width: 250px;
  height: 43.5px;
  z-index: 10;
}

.modal.up{
  top: auto;
  bottom: 0;
  width: calc(100% - 500px);
  height: auto;
}
#menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  margin-top: -200%;
  -webkit-transition: margin 0.5s ease-out 0s;
  -moz-transition: margin 0.5s ease-out 0s;
  -ms-transition: margin 0.5s ease-out 0s;
  -o-transition: margin 0.5s ease-out 0s;
  z-index: 99;
}
#menu.active{
  display:block;
  margin-top: 0%;
}
#menu .nav{
  position: relative;
  width: 100%;
  height: 100%;
}

#menu .overlay{
  display: block;
  opacity: 1;
  visibility: visible;
  background-color: rgb(0 0 0 / 100%);
}

#menu-academy,#tussen-menu-academy{
  height: 100vh;
}

#menu-academy h2,#tussen-menu-academy h2{
    font-size: clamp(35px, 5vw, 65px);
}
#tussen-menu-academy h2{
  margin-right: 1em;
}
#menu ul,#menu-academy ul,#tussen-menu-academy ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

#menu li{
  display: inline-block;
  position: relative;
  opacity: 0;
}
#menu-academy li,#tussen-menu-academy li{
  display: inline-block;
  position: relative;
}

#menu li a, #menu-academy li a,#tussen-menu-academy li a{
  color:#fff;
  font-weight: 800;
}

#menu li a:hover, #menu-academy li a:hover,#tussen-menu-academy li a:hover{
  text-decoration: underline;
  text-underline-offset: .5rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--oranje);
}

#menu li:not(:last-child){
  margin-right: 120px;
}
#menu li .img-holder,#menu-academy li .img-holder,#tussen-menu-academy li .img-holder{
  z-index: -1;
  display: none;
}
#menu li:hover .img-holder, #menu-academy li:hover .img-holder,#tussen-menu-academy li:hover .img-holder{
  z-index: -1;
  width: 800px;
  height: 600px;
  display: block;
  position: absolute;
  transition: 1s;
  animation: fade-in 2s ease-in-out;
  animation-fill-mode: forwards;
  top: 0;
  left: -1em;
  margin: auto;
  bottom: 0;
}
#menu li .img-holder .imgs, #menu-academy li .img-holder .imgs,#tussen-menu-academy li .img-holder .imgs{
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#menu .imgs.nr-0{
  z-index: 1;
}
#menu .imgs.nr-2{
  z-index: 2;
  opacity: 0;
  animation: fade-up 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
#menu .imgs.nr-3{
  z-index: 3;
  opacity: 0;
  animation: fade-up 1s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 3s;
}

.rounded-circle{
  border-radius: 100%;
}

@keyframes fade-in {
  0% {
      opacity: 0;
      top: -50%;
  }
  100% {
      opacity: 1;
      top: 50%;
  }
}
@keyframes fade-up {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}


@keyframes hotspot_ring_1 {
  0% {
    opacity: 0;
  }

  66% {
    opacity: 1;
  }

  100% {
    opacity: 0
  }
}

@keyframes hotspot_ring_2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0
  }
}

.filltextsvg {
  display: block;
  width: 100%;
  max-height: 100%;
}

.filltextsvg text {
  fill: #fff;
  font-family: 'NB International Pro';
  text-transform: uppercase;
}

.filltextsvg text.bold {
  font-weight: 500;
}

.filltextsvg text.thin {
  font-weight: 300;
}

.svg-wrapper {
  max-width: 800px;
}

.wisseloordline {
  opacity: 0;
}

.slidenmr-0 .slide_over_in {
  position: absolute;
  left: 3em;
  bottom: 2em;
  width: calc(100% - 6em);
}

.slidenmr-0 .wisseloordline {
  opacity: 1;
}

.slide:not(.slidenmr-0) .filltextsvg {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
}

.button {
  border: 1px solid #fff;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  transition-duration: 1s;
  text-decoration: none;
  white-space: pre;
}

.button:hover {
  background-color: rgb(255 255 255 / 25%);
  text-decoration: none;
  color: #fff;
}

.slide:not(.slidenmr-0) .button {
  display: none;
}

.studiomenu_btn {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.studiomenu_btn:hover {
  border-bottom: 1px solid var(--oranje);
}

.studiomenu_btn:after {
  content: "";
  margin-top: 15px;
  background-image: url(img/arrow.svg);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: 15px;
  float: right;
  margin-left: 5px;
}

#select_studio {
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.studio_select_in {
  width: 100%;
  max-width: 365px;
  padding: 15px 15px 200px 15px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 30px;
  transform: translate(0px, 100%);
  transition: transform 0.5s linear;
  z-index: 5;
}

#select_studio.active .studio_select_in {
  transform: translate(0px, 0px);
  transition: transform 0.5s linear;
}

.studio_selector {
  width: 100%;
  padding-top: 40%;
  position: relative;
  margin-bottom: 15px;
  background-position: center;
  background-size: cover;
}

.studio_selector .studio_title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, rgb(0 0 0 / 80%) 100%);
  font-size: 1.5em;
  text-transform: uppercase;
  color: #fff;
}

.menu-academy-menu-container {
  height: 100%;
}

#academy-menu,#house-of-music-menu {
  list-style: none;
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-direction: column;
  justify-content: center;
  padding-top: 75px;
}

#academy-menu::-webkit-scrollbar,#house-of-music-menu::-webkit-scrollbar {
  display: none;
}

li.menu-item {
  display: inline-block;
}

li.menu-item a {
  color: #FFFFFF;
  letter-spacing: -0.05px;
  line-height: 2;
  text-transform: uppercase;
  font-family: 'NB International Pro';
  font-weight: 500;
  padding-bottom: .25rem;
  font-size: 2em;
  text-decoration: none;
}

li.current-menu-item a,
li.menu-item a:hover {
  border-bottom: 1px solid var(--oranje);
}

#marquees {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
}

#marquees h1{
  font-size: inherit;
  display: inline-block;
}

#marquees .marquee {
  font-family: 'NB International Pro';
  color: #FFFFFF;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  will-change: transform;
  white-space: nowrap;
  font-weight: 300;
  font-size: 8em;
  width: 100%;
}

#marquees .marquee .marqin {
  margin-right: 200px;
  position: relative;
}

#marquees .marquee .marquee_dot {
  width: 40px;
  height: 40px;
  background-color: var(--oranje);
  border-radius: 40px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -100px;
}

ul.nav_overview_links {
  list-style: none;
  padding: 0;
}

ul.nav_overview_links li.nav_overview_link {
  padding: 2em 0;
  position: relative;
}

ul.nav_overview_links li.nav_overview_link .seppert {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
}

ul.nav_overview_links li.nav_overview_link:last-of-type {
  border-bottom: 0;
}

ul.nav_overview_links li.nav_overview_link a,
.question,
ul.nav_overview_links li.nav_overview_link span {
  font-family: 'NB International Pro';
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 2.15em;
  line-height: 40px;
  width: 100%;
  font-weight: 300;
  display: inline-block;
  position: relative;
  padding-right: 45px;
  cursor: none;
}

.knop {
  font-family: 'NB International Pro';
  color: #FFFFFF;
  line-height: 1;
  font-size: .9em;
  border: 1px solid #fff;
  padding: 1.2rem 1.6rem;
  text-transform: uppercase;
  margin-top: 1rem;
  display: inline-block;
  background-color: transparent;
}

.knop:hover,
.knop:focus {
  background-color: var(--oranje);
  color: #fff;
  text-decoration: none;
}

.bgwhite .knop {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.bgwhite .knop:hover {
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}

ul.nav_overview_links li.nav_overview_link a:after,
.question:after,
ul.nav_overview_links li.nav_overview_link span:after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(img/next_btn.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  right: 0;
  position: absolute;
  top: 0px;
}

ul.nav_overview_links li.nav_overview_link a:hover,
ul.nav_overview_links li.nav_overview_link span:hover {
  text-decoration: none;
  color: var(--oranje);
}

ul.nav_overview_links li.nav_overview_link a:hover:after,
.question:hover:after,
ul.nav_overview_links li.nav_overview_link span:hover:after {
  background-image: url(img/next_btn_oranje.svg);
}

.box-border {
  display: block;
  position: relative;
  width: 100%;
  min-height: 200px;
  background-position: bottom center;
  background-size: 120%;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  padding: 3em;
  -moz-transition: background-size 1000 linear;
  -o-transition: background-size 1000 linear;
  -ms-transition: background-size 1000ms linear;
  transition: background-size 1000ms linear;
  cursor: none;
}

.box-border.img_inside {
  border-left: 0;
  padding-top: 50%;
  min-height: auto;
}

.box-border:hover {
  text-decoration: none;
  background-size: 135%;
}

.box-border:hover .next_btn {
  background-image: url(img/next_btn_oranje.svg);
}

.img_inside .box-inside {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, #101010 100%);
  height: 50%;
}

.img_inside .box-inside h3,
.cta_box h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 3em 1em 1em;
  width: 100%;
  font-family: 'NB International Pro';
  color: #FFFFFF;
  letter-spacing: -1px;
  text-align: right;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.8em;
}

.img_inside .box-inside h3 .next_btn {
  position: absolute;
  right: 1em;
  top: 11px;
}

.box-border-second {
  border: 0;
  display: flex;
}

.box-border-second .box-inside {
  margin: auto;
}

.box-border-second h3 {
  letter-spacing: -1px;
  line-height: 1.5;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #fff;
  max-width: 300px;
  text-align: center;
}

.next_btn {
  width: 40px;
  height: 40px;
  background-image: url(img/next_btn.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

.next_btn.magic-hover:hover {
  background-size: 43px;
}

.box-inside .next_btn {
  margin: 1rem auto 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video {
  position: relative;
  overflow: hidden;
}

#video .overlayfix {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
}

#video .playthisvid {
  width: 120px;
  height: 120px;
  background-image: url(img/playbtn.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 1;
}

#video .playthisvid:hover {
  opacity: .8;
}

#video.playing .playthisvid {
  opacity: 0;
}

#video:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, #000000 100%);
  bottom: 0;
  transition-duration: 1s;
}

#video.playing:after {
  opacity: 0;
}

#video .container {
  position: absolute;
  margin: 0 auto;
  top: 2em;
  left: 0;
  right: 0;
  z-index: 2;
}

#video .embed-container {
  max-width: 900px;
  margin: 0 auto;
}

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

#image-text h2 strong,
#faq h2 strong {
  display: inline-block;
  border-bottom: 2px solid #fff;
}

.img_scroller_holder {
  position: relative;
}

.img_scroller_holder .image-text_small {
  margin-top: 2em;
}

.cta_box {
  padding-top: 50%;
  position: relative;
  width: 100%;
  background-position: bottom center;
  background-size: 120%;
  border: 1px solid #fff;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta_box:after {
  content: "";
  background-image: radial-gradient(50% 145%, rgba(0, 0, 0, 0.00) 50%, #000000 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: 1s;
}

.cta_box:hover:after {
  opacity: 0;
  transition-duration: 1s;
}

.cta_box span.cta_box_in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  display: block;
  z-index: 2;
}

.cta_box span.next_btn {
  margin: 45px auto -45px auto;
  z-index: 2;
}

.cta_box span h3 {
  padding: 0;
  text-align: center;
}

.col-md-6.pr-0 .cta_box {
  border-right: 0;
}

#footer {
  padding: 1.5em 0;
  letter-spacing: -0.45px;
  font-size: 1em;
  line-height: 2.05;
}

.cta_box_left {
  border-left: 0;
}

.cta_box_left {
  border-right: 0;
}

.doortwee {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  margin-top: 2em;
}

.doortwee ul {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
}

.biglinks a {
  font-family: 'NB International Pro';
  font-weight: 300;
  letter-spacing: -0.25px;
  line-height: 1.5;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid #000;
  margin-bottom: .8em;
  color: #fff;
}

.biglinks a:hover {
  text-decoration: none;
  border-bottom: 1px solid var(--oranje);
}

#copy a {
  color: #fff;
  opacity: 0.8;
}

.featured_box_text {
  padding: 3em;
  background: #fff;
  color: #000;
}

.nAccordian .answer {
  display: none;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  font-size: 1.115em;
  line-height: 2.1;
  margin-bottom: 1em;
}
.nAccordian .faqrow.active .answer {
  display: block;
}

.nAccordian .question {
  margin-top: 0.8em;
  margin-bottom: 1em;
  font-weight: 300;
  color: #FFFFFF;
  padding-right: 45px;
  font-size: 1.8em;
}

.nAccordian .sepper {
  width: 100%;
  height: 1px;
  background: #fff;
}

.faqrow.active .question:after {
  transform: rotate(90deg)
}

.nAccordian.active .faqrow:not(.active) {
  opacity: .4;
}

#faq .nAccordian .faqrow:hover {
  opacity: 1;
}

#faq .container {
  position: relative;
}

.faqrow {
  margin-top: 1em;
}

.sub_title_holder {
  top: 200px;
  left: 0px;
  position: absolute;
  transform: rotate(-90deg);
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: -0.1px;
  text-align: right;
  line-height: 40px;
  font-family: 'NB International Pro';
  text-transform: uppercase;
  width: 175px;
  height: 150px;
  font-weight: 300;
}

.img_top {
  background-position: top center;
}

#scroll_info_box .box-border.img_inside {
  border-left: 1px solid #fff;
}

#scroll_info_box .sticky {
  position: sticky;
  top: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#scroll_info_box.filteraan .filterbox {
  display: none;
  opacity: 0;
  background-size: cover;
  background-position: center;
}

#scroll_info_box .filterbox {
  background-position: center;
  filter: grayscale(100%);
}

#scroll_info_box.filteraan .filterbox.show {
  display: block;
  opacity: 1;
}

#scroll_info_box .nav_overview_links .info_box_filter {
  opacity: .6;
}

#scroll_info_box .nav_overview_links .info_box_filter.active {
  opacity: 1;
}

.filterbox_info {
  border: 1px solid #fff;
  border-top: 0;
  padding: 3em;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  line-height: 40px;
  font-size: 1.1em;
  display: none;
}

.infobox_row.active .filterbox_info {
  display: block;
}

.filterbox_info hr {
  margin: 2em 0;
}

.infobox_row.active .next_btn {
  transform: rotate(90deg);
}

.windowheight {
  overflow: scroll;
}

.form-control {
  width: 100%;
  border-radius: 0;
  border: 0;
  background: rgb(255 255 255 / 14%);
  line-height: 50px;
  padding: 0 15px;
  color: #fff;
  display: block;
  border-bottom: 1px solid rgb(255 255 255 / 27%);
  min-height: 50px;
}
textarea.form-control{
  line-height: 1.5;
  max-height: 300px;
  padding-top: 15px;
}

.form-control:focus {
  border: 1px solid #fff;
}

form label {
  opacity: .6;
  text-transform: uppercase;
  font-size: .8em;
}
form li label{
  opacity: 1;
  margin-bottom: 10px;
}
form li label img{
  margin: 0 10px 0 5px;
}

form select{
    width: 100%;
    background: #242424;
    color: #fff;
    padding: .5em;
}

form .knop {
  width: 100%;
  text-align: center;
}

.blog_box_img h3 {
  font-weight: 300;
  width: 100%;
  padding: 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.blog_box_img {
  position: relative;
  width: 100%;
  height: 350px;
  border-bottom: 1px solid #fff;
  background-position: center;
  background-size: cover;
}

.blog_box_img:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.00) 0%, #101010 100%);
}

.blog_box_text,
.event_box_text {
  padding: 2em;
}

.blog_box,
.event_box {
  border: 1px solid #fff;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.breakout {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  color: rgba(0, 0, 0, .6);
  text-align: center;
  margin: 4em 0;
}

.breakout img {
  width: 100%;
}

.breakout iframe {
  margin: 0 auto;
}

.event_box {
  position: relative;
  display:block;
  height: 100%;
}

.event_box:hover {
  text-decoration: none;
}

.event_box_text {
  z-index: 2;
}

.event_box_text .day {
  color: #FFFFFF;
  letter-spacing: 5px;
  display: block;
  font-family: 'NB International Pro';
  font-size: 4em;
  line-height: 1.3;
}

.event_box_text .month {
  font-weight: 800;
  font-size: 2em;
  line-height: 1.3;
  color: #FFFFFF;
  letter-spacing: -1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'NB International Pro';
}
.event_box_text .year {
  font-weight: 300;
  font-size: 3.5em;
  line-height: 1.3;
  color: #FFFFFF;
  position: absolute;
  right: 0px;
  transform: rotate(90deg);
  width: 50px;
  height: 35px;
  top: 30px;
  font-size: 2em;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'NB International Pro';
}

.event_box_text .location {
  opacity: 0.5;
  font-family: 'NB International Pro';
  font-weight: 300;
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
  margin-top: 3em;
  font-size: .9em;
  line-height: 1;
}

.event_box_text h2 {
  font-family: 'NB International Pro';
  color: #FFFFFF;
  margin-top: .5em;
  position: relative;
  font-size: 1em;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0px;
}

.event_box .event_image {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition-duration: 1s;
}

.event_box:hover .event_image {
  opacity: 0.5;
}

.op2,.date-pased {
  opacity: 0.55;
}

.flexin{
  height: 100%;
}

.blokken>div>div .flexin {
  border: 1px solid #fff;
  padding: 2em;
  height: 100%;
  transition-duration: 1s;
}

.blokken>div>div.magic-hover .flexin:hover {
  background: #fff;
  color: #000;
}

.open_on_filter .filterbox_info.show {
  display: block;
}

.book_studio {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  margin: 0 auto;
  text-align: center;
  z-index: 20;
  background-image: linear-gradient(rgb(0 0 0 / 42%), rgb(0 0 0 / 0%));
  max-height: 100%;
  overflow-x: scroll;
}

body.admin-bar .book_studio {
  top: 31px;
}

#book_btn {
  display: inline-block;
  padding: 10px 20px;
  font-family: 'NB International Pro';
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 2em;
  font-weight: 300;
  text-decoration: underline;
  -webkit-text-decoration: #fff 1px solid underline;
  text-decoration: #fff 1px solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
  visibility: hidden;
}

#book_btn:after {
  content: "";
  background-image: url(img/arrow.svg);
  width: 15px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-size: 12px;
  margin: 0 auto;
}

#book_btn:hover {
  color: var(--oranje);
}
#book_btn.active {
  display:none;
}


.book_studio_information {
  background: #000;
  padding: 4em;
  text-align: left;
  visibility: hidden;
  display: none;
}

.book_studio_information_in {
  max-width: 900px;
  margin: 0 auto;
}

.book_studio_information .knop {
  background: var(--oranje);
  color: #fff;
  border-radius: 0;
  border: 0;
}

.book_studio_information .knop:hover {
  color: var(--oranje);
  background: #fff;
}

.overlay {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 51%);
  display: none;
  visibility: hidden;
  opacity: 0;
  transition-duration: 1s;
}

body.overlay-on .overlay {
  visibility: visible;
  display: block;
  opacity: 1;
  transition-duration: 1s;
}

article h3 {
  margin-top: 1.5em;
}

article h2 {
  margin-top: 2em;
}

.skip {
  font-family: 'NB International Pro';
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  position: fixed;
  bottom: 2em;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 200px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  z-index: 999;
}

.slide_overlay_over img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal ul{
  margin: 0;
  padding: 0 0 0 19.5px;
}
.modal ul li{
  margin-bottom: .5rem;
}
.modal h5{
  text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 25px;
}
.modal img{
  width: 100%;
  height: auto;
}
body.modal-open #page .innerpage:before{
  content: "";
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 50%);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.noscrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.noscrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.modal .modal-content {
  background-color: #191919;
  padding: 15px;
  border-left: 1px solid #fff;
}
.modal.up .modal-content{
  border-left: 0;
  border-top: 1px solid #fff;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  max-width: 500px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

#content_slider{
  overflow: hidden;
}

#content_slider .slide_in{
  position: relative;
  width: 65vw;
  height: auto;
  display: block;
  margin-right: 5vw;
  padding-top: 55%;
  background-position: center;
  background-size: cover;
}
#content_slider .slide_in span.h1{
  position: absolute;
  bottom: -30px;
  left: 1em;
  z-index: 2;
}
#content_slider .slide_in:before{
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  display:block;
  opacity: 0.5;
  transform: rotate(-180deg);
  background-image: linear-gradient(180deg, rgba(16,16,16,0.00) 0%, #101010 100%);
}
#content_slider .slide_in:after{
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  display:block;
  position: absolute;
  background-image: linear-gradient(180deg, rgba(16,16,16,0.00) 0%, #101010 100%);
}

#content_slider .container{
  max-width: calc(((100% - 1600px) / 2) + 1600px);
  margin: 0 0 0 auto;
  padding-bottom: 50px;
}

@keyframes cf4FadeInOut {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slide_overlay_over:hover img:nth-of-type(2) {
  animation-delay: 0s;
}

.slide_overlay_over:hover img:nth-of-type(3) {
  animation-delay: 1s;
}

.slide_overlay_over:hover img:nth-of-type(4) {
  animation-delay: 2s;
}

.slide_overlay_over:hover img:nth-of-type(5) {
  animation-delay: 3;
}

.slide_overlay_over:hover img {
  animation-name: cf4FadeInOut;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}

form#rfmp_694{
  border: 1px solid #fff;
    padding: 2em;
    width: 100%;
    max-width: 1000px;
}

.acadamy_footer_back_menu{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 11;
}

input[type='date'], input[type='time'] {
  -webkit-appearance: none;
  display:block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  min-height: 57.5px;
}

.spotify_playlist{
  z-index: 9;
  position: fixed;
  width: 100%;
  max-width: 450px;
  right: 15px;
  bottom: 0;
  background: #000;
  margin-bottom: -120%;
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}
.spotify_playlist.active{
  margin-bottom: 0;
  transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.modal-bottomfi{
  display: flex;
  flex-direction: column;
}
.the_hotspots{
  width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}
#vid_timeline{
  opacity: 1;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
#vid_timeline.fade{
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
#nav-icon1{
  width: 60px;
  height: 45px;
  position: relative;
  margin: auto 0 auto auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 12;
}
#nav-icon1 span{
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
  top: 0px;
}
#nav-icon1 span:nth-child(2) {
  top: 18px;
}
#nav-icon1 span:nth-child(3) {
  top: 36px;
}
#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#academy_menu_over{
    visibility: hidden;
    display: none;
    opacity: 0;
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    right: 0%;
    padding: 2em;
    transition: opacity .5s ease-in 0s;
    -webkit-transition: opacity .5s ease-in 0s;
    -moz-transition: opacity .5s ease-in 0s;
    -ms-transition: opacity .5s ease-in 0s;
    -o-transition: opacity .5s ease-in 0s;
}
body.menu-open #academy_menu_over{
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease-in 0s;
  -moz-transition: opacity .5s ease-in 0s;
  -ms-transition: opacity .5s ease-in 0s;
  -o-transition: opacity .5s ease-in 0s;
}
.academy_logo{
  z-index: 14;
  position: relative;
}

body #magicMouseCursor {
  position: fixed;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 9999;
  left: 0;
  top: 0;
  transition: transform 0.07s, width 0.3s, height 0.3s;
  pointer-events: none;
}

body #magicMouseCursor.cursor-square {
  border-radius: 0;
}

body #magicMouseCursor.is-hover-black{
  border-color:#fff;
}
body #magicPointer {
  height: 5px;
  width: 5px;
  top: 0;
  left: 0;
  position: fixed;
  background: #F9831B;
  border-radius: 50%;
  pointer-events: none;
  transition: background 0.2s, width 0.2s, height 0.2s, box-shadow 0.2s;
  z-index: 9999;
}

body #magicPointer.is-hover {
  background: #F9831B;
  height: 15px;
  width: 15px;
}

body #magicPointer.is-sound {
  background: url(img/speaker.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
body.vol-on #magicPointer.is-sound {
  background: url(img/speaker-off.svg);
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
body #magicMouseCursor.is-sound{
  border:1px solid transparent;
}

body #magicMouseCursor.is-hover {
  border-radius: 0;
  border: 1px solid transparent;
}

body .magic-hover {
  transition: all 0.2s;
}
.grecaptcha-badge{
  display: none;
}
body .magic-hover:hover {
  cursor: none;
}

.bg-geel img{
  width: 100%;
  height: auto;
}

#producten .product_img{
  width: 100%;
  padding-top: 85%;
  background-size: cover;
  background-position: center;
}

#producten h4,#producten .h4{
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 40px;
  font-size: 1.75em;
}

.post-password-form {
  padding: 3em;
  border: 1px solid rgb(255 255 255 / 25%);
  max-width: 800px;
  margin: 2em auto;
}

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

.post-password-form input[type="password"]{
  display: block;
  width: 100%;
  background-color: #fff;
  line-height: 35px;
  border: 0;
  margin-bottom: 15px;
  font-size: 2em;
}

.post-password-form label{
  opacity: 1;
  width:100%;
  display:block;
}

.post-password-form [type="submit"]{
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    padding: .5em 2em;
}

.post-password-form [type="submit"]:hover{
    background: #fff;
    color:#000;
    cursor: none;
}

.masonry {
  column-count: 3;
  column-gap: 1em;
}

.masonry .item {
  background-color: #444;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

#images_around_text{
  padding: 12em 0 20em 0;
  position: relative;
  overflow: hidden;
}

#images_around_text .sfeerimgs{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#images_around_text .sfeerimgs .mask {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
}

#images_around_text .sfeerimgs img {
  height: 100%;
  width: 100%;
  transform-origin: left;
  object-fit: cover;
}

#images_around_text .sfeerimgs .img-0{
  left: 0;
  top: 0;
  transform: translate(20vw, 0);
  width: clamp(100px, 20vw, 240px);
}

#images_around_text .sfeerimgs .img-1{
  right: 0;
  top: -3em;
  transform: translate(0, 10vw);
  width: clamp(200px, 20vw, 400px);
}

#images_around_text .sfeerimgs .img-2{
  right: 0;
  bottom: 4vw;
  width: clamp(100px, 20vw, 240px);
}

#images_around_text .sfeerimgs .img-3{
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: clamp(280px, 20vw, 480px);
}

#images_around_text .sfeerimgs .img-4{
  left: 0;
  bottom: 6em;
  width: clamp(280px, 25vw, 480px);
}

#logo_grid img{
  filter: brightness(0) invert(1);
  width: 100%;
  height: 45px;
  object-fit: contain;
  object-position: center;
  max-width: 200px;
}

.languageswitcher{
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 11;
  width: 65px;
  height: 30px;
  border: 1px solid var(--wit);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
}

.languageswitcher .flag{
  display: block;
  margin: auto;
  width: 23px;
  margin: 5px;
}
.languageswitcher .flag:first-of-type{
  border-right: 1px solid #fff;
  padding-right: 7px;
  width: 30px;
}

.languageswitcher .flag img{
  display: block;
}

body.single-studios .languageswitcher{
  bottom: 4rem;
}


@media (pointer:coarse) {
  #magicMouseCursor,#magicPointer{
    display:none;
  }
  .muziek_icon{
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-image: url(img/speaker.svg);
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(255 255 255 / 40%);
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }
  #page.vol-on .muziek_icon{
    display: none;
  }
}

@media (max-width: 1550px) {

  ul.nav_overview_links li.nav_overview_link a,
  .question,
  ul.nav_overview_links li.nav_overview_link span {
    font-size: 1.8em;
  }

  ul.nav_overview_links li.nav_overview_link {
    padding: 1.5em 0;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) {
  #menu li:not(:last-child){
    margin-right: 2em;
  }
  #home_slider .slide.slidenmr-0 h2 {
    font-size: 7em;
  }

  ul.nav_overview_links li.nav_overview_link a,
  .question,
  ul.nav_overview_links li.nav_overview_link span {
    font-size: 1.8em;
  }
}

@media (max-width: 1200px) {
  #menu li:not(:last-child){
    margin-right: 1.5em;
  }
  .slidenmr-0 .slide_over_in {
    bottom: 1em;
  }

  #home_slider .slide.slidenmr-0 h2 {
    font-size: 6em;
  }

  #navigation_overview {
    font-size: 90%;
  }
  #menu li h2{
    font-size: 3em;
  }
}

@media (min-width: 1200px) {
  .menuseparator {
    margin-top: 4em;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .box-border-right-0 {
    margin-left: 1px;
  }
  .text-md-right{
    text-align: right;
  }
  .float-element{
    position: sticky;
    top: 0;
  }
}

@media (max-width: 992px) {
  h1,.h1,h2,.h2,h3,.h3,h4,.h4{
    letter-spacing: 0;
  }
  #images_around_text{
    padding: 2em 0;
  }
  #menu li{
    margin: 0;
    width: 100%;
    padding: 1.5em 0;
  }
  #menu li h2{
    font-size: 2.8em;
  }
  ul.nav_overview_links li.nav_overview_link a,
  .question,
  ul.nav_overview_links li.nav_overview_link span {
    font-size: 1.25em;
  }

  ul.nav_overview_links li.nav_overview_link a:after,
  .question:after,
  ul.nav_overview_links li.nav_overview_link span:after,
  .next_btn {
    width: 25px;
    height: 25px
  }

  ul.nav_overview_links li.nav_overview_link {
    padding: 1em 0;
  }

  .box-border {
    padding: 1em;
  }

  #spacer {
    font-size: 0.8em;
  }

  .sub_title_holder {
    display: none;
  }

  #navigation_overview .box-border.img_inside {
    border-left: 1px solid #fff;
    border-top: 0px;
  }

  #home_slider .slide.slidenmr-2 {
    width: 30%;
    position: absolute;
    right: -2px;
    height: 50%;
    bottom: -1px;
    margin: 0;
    display: block;
    padding: 0;
  }

  #home_slider .slide.slidenmr-1 {
    width: 30%;
    position: absolute;
    right: calc(-1em + -2px);
    height: 50%;
    top: -1px;
  }

  #home_slider .slide.slidenmr-0 h2 {
    font-size: 2.5em;
    letter-spacing: 0px;
    margin-bottom: 1em;
  }

  .button {
    font-size: 1em;
  }

  .slidenmr-0 .slide_over_in {
    left: 15px;
    bottom: 30px;
  }

  h2,
  .h2 {
    font-size: 3em;
  }

  .filterbox_info {
    padding: 1em;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #menu-academy li:not(:last-child) h2{
    margin-right: clamp(35px, 6vw, 75px);
  }
}

@media (max-width: 768px) {
  #content_slider .slide_in span.h1{
    font-size: 2em;
  }
  .masonry {
    column-count: 2;
    column-gap: 5px;
  }
  .masonry .item {
    margin: 0 0 5px;
}
  li.menu-item a{
  font-size: 1.5em;
  line-height: 2.25;
  }
  #nav-icon1 {
    width: 45px;
    height: 35px;
  }
  #nav-icon1 span:nth-child(2) {
    top: 14px;
  }
  #nav-icon1 span:nth-child(3) {
    top: 30px;
  }
  .spotify_playlist{
    right: 0;
  }
  #menu li:hover .img-holder,#tussen-menu-academy li:hover .img-holder{
    display: none;
  }
  .book_studio_information {
    padding: 15px;
  }

  .navbtns {
    bottom: 80px;
    zoom: .8;
  }
  #book_btn{
    font-size: 1.4em;
  }

  .studio_info {
    padding: 15px;
  }

  .nAccordian .question {
    font-size: 1.05em;
    line-height: 1.25;
  }

  #marquees {
    font-size: 70%;
  }

  #video {
    font-size: 50%;
  }

  #video .playthisvid {
    width: 60px;
    height: 60px;
  }

  .img_inside .box-inside h3,
  .cta_box h3 {
    font-size: 1.25em;
    padding: 29px 60px 15px 0px;
  }

  #spacer {
    font-size: 0.4em;
  }

  h1,
  .h1 {
    font-size: 3em;
  }

  article h1 {
    font-size: 2.5em;
  }

  h2,
  .h2 {
    font-size: 2.8em;
  }

  h3,
  .h3 {
    font-size: 1.18em;
  }

  #home_slider .navi {
    display: none;
  }

  #home_slider .slide.slidenmr-2 {
    width: 50%;
    position: absolute;
    right: -2px;
    height: 50%;
    bottom: -1px;
    margin: 0;
    display: block;
    padding: 0;
  }

  #home_slider .slide.slidenmr-1 {
    width: 50%;
    position: absolute;
    right: calc(-1em + -2px);
    height: 50%;
    top: -1px;
  }

  #home_slider .slide.slidenmr-0 {
    width: 50%;
  }

  #home_slider .navi {
    padding: 15px;
    width: 100%;
  }

  #home_slider .navi {
    bottom: auto;
    top: 2em;
  }

  #home_slider .slide.slidenmr-0 h2 {
    font-size: 2em;
  }

  .button {
    padding: 5px 10px;
  }

  .cta_box {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
  .featured_box_text {
    padding: 1.5em;
  }

  #spacer {
    font-size: 0.2em;
  }

  h2,
  .h2 {
    font-size: 1.25em;
  }

  #studio_menu h1 {
    font-size: 1.5em;
  }

  .studiomenu_btn:after {
    margin-top: 0px;
  }
  #menu li h2{
    font-size: 2em;
  }
}

/* Custom, iPhone Retina  */
@media only screen and (max-width : 320px) {
  #studio_menu h1{
    font-size: 1em;
  }
  .studiomenu_btn:after {
    margin-top: -7px;
  }
}
@media only screen and (min-height : 880px) {
.makeitsticky{
  position: sticky;
  top: 15px;
}
}
@media only screen and (max-height : 600px) {
  .menuseparator{
    margin-top: 0;
  }
  li.menu-item a {
    font-size: 1.5em;
  }
  #academy_menu_over{
    padding: 15px;
  }
}