/**
 * Theme Name:   Bevrijdingsfestivals
 * Theme URI:
 * Description:  Description
 * Version:      1.0
 * Author:       Saam' Marketing & Webdevelopment
 * Author        URI: https://saam.marketing
 */

/* ==============================================================================
	INHOUD
=============================================================================

01. FONT-FACE
02. CSS RESET
03. GENERAL
04. WORDPRESS
05. FONTS & TEXT
06. NAVIGATION
07. SEARCH
08. CALAMITEITEN
09. NOTIFICATIE
10. HERO
11. PAGEBUILDER // SOCIAL MEDIA
12. PAGEBUILDER // PROGRAMMA KLEIN
13. PAGEBUILDER // PRAKTISCHE INFORMATIE
14. PAGEBUILDER // CONTENT ITEMS
15. PAGEBUILDER // FOTOGALERIJ
16. PAGEBUILDER // PARTNERS
17. PAGEBUILDER // NIEUWSBRIEF
18. PAGEBUILDER // ARTIESTEN
19. PAGEBUILDER // TIMETABLE
20. SINGLE POST
20. 404 ERROR
21. PRAKTISCH
22. FOTOGALERIJ
23. NIEUWS
24. BUTTONS
25. FORMS
26. COOKIE
27. ANIMATIONS
28. FOOTER
29. MEDIA QUERIES



==============================================================================
	01. FONT-FACE
============================================================================= */

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 400;
    src: url("media/fonts/FoundersGroteskWeb-Regular.eot");
    src: url("media/fonts/FoundersGroteskWeb-Regular.woff2") format("woff2"), url("media/fonts/FoundersGroteskWeb-Regular.woff") format("woff");
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 500;
    src: url("media/fonts/FoundersGroteskWeb-Medium.eot");
    src: url("media/fonts/FoundersGroteskWeb-Medium.woff2") format("woff2"), url("media/fonts/FoundersGroteskWeb-Medium.woff") format("woff");
}

@font-face {
    font-family: "Founders Grotesk";
    font-weight: 700;
    src: url("media/fonts/FoundersGroteskWeb-Bold.eot");
    src: url("media/fonts/FoundersGroteskWeb-Bold.woff2") format("woff2"), url("media/fonts/FoundersGroteskWeb-Bold.woff") format("woff");
}

/* ==============================================================================
	02. CSS RESET
============================================================================= */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

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

html {
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

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

/* ==============================================================================
	03. GENERAL
============================================================================= */

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

html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    font-family: "Founders Grotesk", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: #ffffff;
    padding: 100px 0 0 0;
    color: #5867af;
}

body.body--nav-open {
    overflow: hidden;
}

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

a {
    /*	display: block;
*/
    text-decoration: none;
    color: #ff565f;
}

a:hover,
a:focus {
    color: #223689;
}

/* ==============================================================================
	04. WORDPRESS
============================================================================= */

p img.alignnone,
p img.aligncenter,
p img.alignleft,
p img.alignright {
    display: block;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

img.alignnone {
    float: none;
    margin-left: 0;
    margin-right: 0;
}

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

img.alignleft {
    float: left;
    margin-right: 1rem;
}

img.alignright {
    float: right;
    margin-left: 1rem;
}

img.size-full {
    width: 100%;
    height: auto;
}

/* ==============================================================================
	05. FONTS & TEXT
============================================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-style: normal;
    color: #223689;
}

h1 {
    font-size: 5.875rem;
    line-height: 1;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 4rem;
    color: #ffffff;
    font-weight: 700;
}

h2.grote-titel {
    font-size: 4rem;
    font-style: italic;
    font-weight: 400;
    color: #000000;
    line-height: 4.5rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
}

h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

h5 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.75rem;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #ff565f;
}

p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-style: normal;
    color: #7f85a1;
}

p > a {
    display: inline;
}

ul {
    list-style: disc;
    margin: 1.5rem 0 1.5rem 1rem;
}

ol {
    list-style: decimal;
    margin: 1.5rem 0 1.5rem 1rem;
}

ul > li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-style: normal;
    color: #7f85a1;
}

ol > li {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    font-style: normal;
    color: #7f85a1;
}

ul > li > a {
    display: inline;
    color: #ff565f;
}

ul > li > a:hover,
ul > li > a:focus {
    color: #223689;
}

ol > li > a {
    display: inline;
}

ol > li > a:hover,
ol > li > a:focus {
    color: #223689;
}

q,
blockquote {
    padding: 3.125rem;
    display: block;
    background: url(media/backgrounds/content-bg-3.png) no-repeat center left;
    background-size: 14rem auto;
}

q p,
blockquote p {
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

mark {
    background: #000000;
    color: #ffffff;
}

sup {
    font-size: 50%;
    vertical-align: top;
}

sub {
    font-size: 50%;
    vertical-align: bottom;
}

.row > [class^="box"] {
    margin-bottom: 0;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

span.subtitel {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
}

span.subtitel.blue {
    color: #223689;
}

.blue {
    color: #223689;
}

.blue-bg {
    background: #223689;
}

/* ==============================================================================
	06. NAVIGATION
============================================================================= */

#navigation {
    position: fixed;
    height: 6.25rem;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #d5d9eb;
    z-index: 999;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

#navigation .container,
#navigation .row,
#navigation .box-md-12,
#navigation .navigation-inner {
    height: 100%;
}

#navigation .navigation-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#navigation .row > [class^="box"] {
    margin-bottom: 0;
}

.navbar-toggle {
    display: none;
}

.navigation-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-left .logo a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-left .logo img {
    max-height: 3.125rem;
    width: auto;
}

.navigation-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation-right .navigation__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    padding: 0;
}

.navigation-right .navigation__side {
    margin: 0 0 0 auto;
}

.navigation-right .navigation__side-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1em;
}

.navigation-right .navigation__side-link,
.navigation-right .navigation__side-button {
    width: 1.25em;
    height: 1.25em;
}

.navigation-right .svg {
    width: 100%;
    height: 100%;
}

.navigation-right .svg .svg__shape {
    fill: none;
    stroke: #223689;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: stroke 300ms ease-in-out;
    -o-transition: stroke 300ms ease-in-out;
    transition: stroke 300ms ease-in-out;
}

.navigation-right .svg.svg--animating {
    -webkit-animation: wishlist-pulse-1 1500ms 0ms normal 1 ease;
    animation: wishlist-pulse-1 1500ms 0ms normal 1 ease;
}

.navigation-right .svg .svg__shape-effect {
    fill: #e40614;
    stroke: #e40614;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: 1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.navigation-right .svg.svg--animating .svg__shape-effect {
    -webkit-animation: wishlist-pulse-2 1500ms 0ms normal 1 ease;
    animation: wishlist-pulse-2 1500ms 0ms normal 1 ease;
}

.navigation-right .navigation__side-link:hover .svg .svg__shape,
.navigation-right .navigation__side-link:focus .svg .svg__shape {
    stroke: #e40614;
}

/* MAIN NAVIGATION - FIRST LEVEL*/
nav.header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
}

nav.header-nav ul li {
    position: relative;
    margin: 0 1rem;
    padding: 1rem 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

nav.header-nav ul li a {
    position: relative;
    overflow: hidden;
    padding: 0.125rem 0;
    font-family: "Founders Grotesk", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.125rem;
    color: #5867af;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

nav.header-nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 0.125rem);
    height: 0.125rem;
    background: #ff565f;
    -webkit-transform: translate(-102%, 0);
    -ms-transform: translate(-102%, 0);
    transform: translate(-102%, 0);
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

nav.header-nav ul li.current-menu-item a::after,
nav.header-nav ul li a:hover::after,
nav.header-nav ul li.current-page-ancestor a::after,
nav.header-nav ul li:hover a::after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

nav.header-nav li a:hover,
nav.header-nav li:hover a,
nav.header-nav li.current-menu-item a,
nav.header-nav li.current-page-ancestor a {
    color: #ff565f;
}

/* MAIN NAVIGATION - SECOND LEVEL*/
nav.header-nav ul li > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
    -webkit-box-shadow: 0 0 1.125rem 0 rgba(0, 44, 255, 0.2);
    box-shadow: 0 0 1.125rem 0 rgba(0, 44, 255, 0.2);
    width: 15rem;
    padding: 0;
    margin-top: 0;
    left: 0;
    top: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    z-index: 1;
}

nav.header-nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

nav.header-nav ul li ul li {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

nav.header-nav ul li:hover > ul li a,
nav.header-nav ul li > ul li a {
    color: #7f85a1;
    padding: 0.75rem 2rem;
    width: 100%;
    display: block;
    line-height: 1.25rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

nav.header-nav ul li:hover > ul li a::after,
nav.header-nav ul li > ul li a::after {
    display: none;
}

nav.header-nav ul li > ul li:hover,
nav.header-nav ul li > ul li a:hover,
nav.header-nav ul li > ul li.current-menu-item a {
    background: #f9f9f9;
    color: #ff565f;
}

nav.header-nav li.current-menu-item li a,
nav.header-nav li.current-page-ancestor li a,
nav.header-nav li.current-menu-ancestor li a {
    background: #ffffff;
    color: #7f85a1;
}

nav.header-nav ul li:hover > ul li a::before,
nav.header-nav ul li > ul li a::before {
    display: none;
}

nav.header-nav a i {
    font-size: 1rem;
}

/* ==============================================================================
	07. SEARCH
============================================================================= */

.search main {
    padding: 6.25rem 0;
}

.search .search__fields input[type="submit"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.search {
    position: relative;
    width: 100%;
}

.search .search__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2em 0;
}

.search .search__fields input[type="search"],
.search .search__fields input[type="password"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.search .search__fields input[type="submit"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.search .search__results {
    list-style: none;
    padding: 0;
}

.search .search__item {
    line-height: 1;
    margin: 2em 0 0;
    padding: 0 0 2em;
    border-bottom: 1px solid rgba(34, 54, 137, 0.1);
}

.search .search__item:first-child {
    margin-top: 0;
}

.search .search__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.search .search__item a {
    -webkit-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

.search .search__item-title {
    margin: 0.5rem 0;
}

.search .search__item-title > a {
    color: #223689;
}

.search .search__item-title > a:hover,
.search .search__item-title > a:focus {
    color: #e40614;
}

.search .search__item-type {
    color: #7f85a1;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0.5rem 0;
}

/* ==============================================================================
	08. CALAMITEITEN
============================================================================== */

.calamiteiten-open #calamiteiten {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

#calamiteiten {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;

    background: #ff565f;
    z-index: 1000;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

#calamiteiten .calamiteiten-content p {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
}

/* ==============================================================================
	09. NOTIFICATIE
============================================================================== */

.notificatie-open #notificatie {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

#notificatie {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 15.375rem;
    height: auto;
    background: #ffffff;
    border-top: 0.125rem solid #ff565f;
    border-radius: 0.125rem;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1.125rem 0 rgba(0, 44, 255, 0.2);
    box-shadow: 0 0 1.125rem 0 rgba(0, 44, 255, 0.2);
    -webkit-transform: translate(0, 2rem);
    -ms-transform: translate(0, 2rem);
    transform: translate(0, 2rem);
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

#notificatie .notificatie-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 2rem;
}

#notificatie .notificatie-content h5 {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 0.5rem;
}

#notificatie .notificatie-content p {
    color: #7f85a1;
    font-size: 0.75rem;
    line-height: 1rem;
}

#notificatie .notificatie-content .button {
    margin-top: 1rem;
    border: 0.125rem solid transparent;
    line-height: 1.875rem;
}

#notificatie .notificatie-content .button:hover {
    border: 0.125rem solid #223689;
}

#notificatie .notificatie-close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    border: 1px solid #ff565f;
    background: #ff565f url(media/icons/icon-plus-white.svg) no-repeat center center;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

#notificatie .notificatie-close:hover {
    -webkit-box-shadow: 0 0 1.125rem 0 rgba(255, 86, 95, 0.75);
    box-shadow: 0 0 1.125rem 0 rgba(255, 86, 95, 0.75);
}

/* ==============================================================================
	10. HERO
============================================================================== */

header {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

header.hero-default {
    height: 29.375rem;
}

header.hero-wishlist {
    height: 16rem;
}

header.hero-default .container,
header.hero-default .row {
    height: 100%;
}

header.hero-default .box-md-10 {
    position: relative;
    height: 100%;
}

header.hero-default .box-md-10 h1 {
    -webkit-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    transform: translate(0, 150%);
}

header.hero-home {
    height: 35.625rem;
}

.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-slider .slick-list,
.hero-slider .slick-track {
    height: 100%;
}

.hero-slider .hero-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slider .hero-slide.video-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-slider .hero-slide.video-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.hero-slider .hero-slide.video-slide video.playing {
    opacity: 1;
}

.hero-arrows {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    height: 5rem;
    padding: 0 2rem;
    width: 20%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hero-arrows .hero-arrow {
    width: 1.5rem;
    height: 1.625rem;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.hero-arrows .hero-arrow:hover {
    opacity: 0.3;
}

.hero-arrows .hero-arrow.prev {
    background: url(media/icons/icon-prev.svg) no-repeat center center;
    background-size: 0.75rem 0.875rem;
}

.hero-arrows .hero-arrow.next {
    background: url(media/icons/icon-next.svg) no-repeat center center;
    background-size: 0.75rem 0.875rem;
}

.hero-arrows .arrow-divider {
    width: 0.0625rem;
    height: 1.625rem;
    display: block;
    margin: 0 1.25rem;
    background: #e8eaf3;
}

header.hero-home .container {
    z-index: 9;
    height: 100%;
}

header.hero-home .container .row {
    height: 85%;
}

ul.snelle-links {
    position: absolute;
    width: 100%;
    bottom: 3.125rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9;
}

ul.snelle-links li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.snelle-links li::after {
    content: "";
    position: relative;
    display: block;
    height: 5rem;
    width: 0.0625rem;
    background: #ffffff;
    opacity: 0.2;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
}

ul.snelle-links li:last-child::after {
    display: none;
}

ul.snelle-links li a {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.75rem;
}

ul.snelle-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.125rem;
    background: #ff565f;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

ul.snelle-links li a:hover::before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

ul.snelle-links li span.label {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    display: block;
    color: #ffffff;
}

ul.snelle-links li span.titel {
    font-size: 2.25rem;
    font-weight: 500;
    display: block;
    color: #ffffff;
    line-height: 1;
}

ul.snelle-links li span.titel span {
    font-size: 2.25rem;
    color: #ff565f;
}

/* ==============================================================================
	11. PAGEBUILDER // SOCIAL MEDIA
============================================================================= */

.social-media {
    position: relative;
    padding: 6.25rem 0;
    background: #ffffff;
    overflow: hidden;
}

.social-media-items {
    margin: 3.65rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.social-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.social-item a i {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.75rem;
    height: 4.75rem;
    border: 1px solid #d9dbe2;
    border-radius: 4.75rem;
    color: #223689;
    font-size: 1.375rem;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.social-item a:hover i {
    background: #223689;
    color: #ffffff;
}

.social-item a span.titel {
    color: #5867af;
    display: block;
    text-align: center;
    margin-top: 0.5rem;
}

/* ==============================================================================
	12. PAGEBUILDER // PROGRAMMA KLEIN
============================================================================= */

.programma-klein {
    position: relative;
    padding: 6.25rem 0;
    background: #223689;
}

.programma-klein::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20.875rem;
    background: url(media/backgrounds/programma-bottom.png) no-repeat center center;
    bottom: 5%;
    left: 0;
    z-index: 1;
}

.programma-klein .programma-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6.25rem;
}

.programma .box-md-3,
.programma .box-md-4,
.programma .box-md-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
}

.card-big,
.card-medium {
    height: 800px;
    margin-bottom: 1em;
}
.card-very-small {
    height: 392px;
}

#load-more-artiest-target .very-small .card-very-small:first-child {
    margin-bottom: 1rem;
}

.card-very-small a {
    height: 59.5%;
}

.card-big a,
.card-medium a {
    height: 80% !important;
}
.card-big a .artist-image,
.card-very-small a .artist-image,
.card-medium a .artist-image {
    height: 100%;
}

.artist {
    position: relative;
    background: #ffffff;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    cursor: pointer;
    z-index: 2;
}

.artist:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0 0 1.125rem 0 rgba(0, 44, 255, 0.2);
    box-shadow: 0 0 1.125rem 0 rgba(0, 44, 255, 0.2);
    z-index: 9;
}

.artist-image {
    width: 100%;
    height: 25rem;
}

.artist-inner {
    position: relative;
    padding: 3.125rem;
}

.artist-inner span.category {
    display: block;
    margin-top: 0.5rem;
}

.programma-klein .border-link {
    z-index: 2;
    margin-top: 6.25rem;
}

.page-template-page-wishlist .artist:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    cursor: default;
}

.page-template-page-wishlist a.border-link {
    margin-top: 1rem;
}

/* ==============================================================================
	13. PAGEBUILDER // PRAKTISCHE INFORMATIE
============================================================================= */

.praktische-informatie {
    position: relative;
    overflow: hidden;
    padding: 9.375rem 0;
    background: #ffffff url(media/backgrounds/praktische-informatie-bg.png) no-repeat center center;
}

.praktische-informatie::after {
    content: "";
    bottom: -2rem;
    left: 65%;
    position: absolute;
    width: 7.125rem;
    height: 6.75rem;
    background: url(media/backgrounds/praktische-informatie-bottom.png) no-repeat center center;
    z-index: 1;
}

.praktische-informatie span.subtitel {
    margin: 1rem 0;
    display: block;
}

.praktische-informatie ul.praktische-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.praktische-informatie ul.praktische-links li {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.5rem;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    border-bottom: 1px solid #eeeff7;
}

.praktische-informatie ul.praktische-links li::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    background: #223689;
    -webkit-transform: translate(-102%, 0);
    -ms-transform: translate(-102%, 0);
    transform: translate(-102%, 0);
}

.praktische-informatie ul.praktische-links li:hover::before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.praktische-informatie ul.praktische-links li::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(media/icons/icon-arrow-right.svg) no-repeat center center;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.praktische-informatie ul.praktische-links li:hover::after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.praktische-informatie ul.praktische-links li a {
    padding: 1rem 3.125rem 1rem 0;
}

.praktische-informatie ul.praktische-links li a p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #7f85a1;
    max-width: 80%;
    margin-top: 0.5rem;
}

/* ==============================================================================
	14. PAGEBUILDER // CONTENT ITEMS
============================================================================= */

.padding-full {
    padding: 6.25rem 0 0 0;
}

.pagebuilder-content {
    margin: 0 0 6.25rem 0;
}

.content-breed p > a {
    display: inline;
}

.content-breed .double-column a {
    display: inline;
}

.pagebuilder-content:last-child {
    padding: 0;
}

.pagebuilder-content h2,
.pagebuilder-content h3,
.pagebuilder-content h4,
.pagebuilder-content h5 {
    margin-bottom: 1rem;
}

.pagebuilder-content p {
    color: #7f85a1;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.pagebuilder-content p:last-child {
    margin-bottom: 0;
}

.pagebuilder-content p > a {
    color: #ff565f;
}

.pagebuilder-content p > a:hover {
    color: #223689;
}

.content-foto-rechts {
    background: url(media/backgrounds/content-bg-1.png) no-repeat center left;
}

.content-foto-rechts::after {
    content: "";
    position: absolute;
    right: 15%;
    bottom: 6.25rem;
    width: 10rem;
    height: 10rem;
    z-index: -1;
    background: url(media/backgrounds/content-image-bg.png) no-repeat center center;
}

.content-foto-rechts .item-content {
    padding-left: 1rem;
}

.content-foto-links {
    background: url(media/backgrounds/content-bg-2.png) no-repeat center center;
}

.content-foto-links .item-content {
    padding-right: 1rem;
}

.content-image {
    width: 100%;
    height: 41.75rem;
}

.content-video iframe {
    width: 100%;
    min-height: 33.25rem;
}

.content-breed p,
.content-tekst-quote p {
    color: #595959;
}

.content-breed ul li {
    color: #595959;
    font-size: 1rem;
}

.content-breed .double-column {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
}

.content-titel,
.content-afbeelding-kader {
    margin: 0 0 3.125rem 0;
}

/* CONTENT HORIZONTALE LIJN */
.content-horizontale-lijn hr {
    width: 100%;
    height: 0.3125rem;
    background: #000000;
    border: none;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

/* TEKST QUOTE */
.content-tekst-quote .item-content {
    height: 100%;
}

.content-tekst-quote .quote {
    height: 100%;
    background: url(media/backgrounds/tekst-quote-bg.png) no-repeat bottom left;
}

.content-tekst-quote .quote h4 {
    color: #000000;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-style: italic;
    padding-left: 3.125rem;
    margin: 0;
}

.content-tekst-quote .quote p {
    font-size: 0.875rem;
    color: #595959;
    display: block;
    text-align: right;
    font-weight: 500;
    font-style: italic;
    padding: 1.5rem 0 1rem 0;
    border-bottom: 1px solid #c8c8c8;
    max-width: 90%;
    margin-left: 10%;
}

/* ==============================================================================
	15. PAGEBUILDER // FOTOGALERIJ
============================================================================= */

.fotogalerij {
    position: relative;
    overflow: hidden;
}

.fotogalerij a {
    height: 100%;
    position: relative;
    margin: 10px;
}

.fotogalerij .box-no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

/* ==============================================================================
	16. PAGEBUILDER // PARTNERS
============================================================================= */

.partners {
    position: relative;
    padding: 1.875rem 0;
    background: #ffffff;
}

.partners .partner {
    position: relative;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.625rem 0;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.partners .partner img {
    max-height: 3.5rem;
    max-width: 7.5rem;
    width: auto;
}

.partners .box-static .divider {
    width: 1px;
    height: 6.25rem;
    background: #e8eaf3;
    position: relative;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
}

.partners .box-static:last-child .divider {
    display: none;
}

/* ==============================================================================
	17. PAGEBUILDER // NIEUWSBRIEF
============================================================================= */

.nieuwsbrief {
    position: relative;
    padding: 6.25rem 0 8.75rem 0;
    background: #223689;
}

.nieuwsbrief-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nieuwsbrief img {
    display: block;
    margin: 0 auto 1rem auto;
}

.nieuwsbrief a {
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff;
    overflow: hidden;
    padding: 1.5rem 6.25rem 1.5rem 0;
}

.nieuwsbrief a::before {
    content: "";
    width: 100%;
    height: 0.125rem;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    background: #ff565f;
    -webkit-transform: translate(-102%, 0);
    -ms-transform: translate(-102%, 0);
    transform: translate(-102%, 0);
}

.nieuwsbrief a:hover::before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.nieuwsbrief a::after {
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(media/icons/icon-arrow-right.svg) no-repeat center center / cover;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nieuwsbrief a:hover::after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* ==============================================================================
	18. PAGEBUILDER // ARTIESTEN
============================================================================= */

#load-more-artists {
    color: #fff;
}

.page-id-19 .hero-default {
    display: none;
}

#main .programma {
    padding-top: 9.25rem;
}

.filter-programma {
    padding-bottom: 5rem;
}

.programma select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 10.375rem;
    height: 2.75rem;
    padding-left: 1rem;
    line-height: 2.75rem;
    background: #ffffff url(media/icons/icon-dropdown.svg) no-repeat top right;
    border: 1px solid #dfe5ff;
    outline: none;
    border-radius: 0;
    color: #223689;
    font-size: 0.875rem;
}

.searchterm-wrapper {
    position: relative;
    border-bottom: 3px solid #ff565f;
}

#searchterm {
    display: block;
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    color: #ffffff;
    overflow: hidden;
    /*padding: 1.5rem 6.25rem 0 0;*/
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    -o-transition: height 1s;
    transition: height 1s;
    -webkit-transition: height 1s;
    max-width: 100%;
    text-transform: uppercase;
    width: 90%;
}
#searchterm::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 4rem;
}
#searchterm:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 4rem;
}
#searchterm::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 4rem;
}
#searchterm::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 4rem;
}

.artist-filter-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.artist-filter-select p {
    padding-right: 1rem;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    font-size: 0.9rem;
}

#zoek_artiest {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    background: url(media/icons/icon-arrow-right.svg) no-repeat center center / cover;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}

#zoek_artiest:hover {
    cursor: pointer;
}

/* ==============================================================================
	19. PAGEBUILDER // TIMETABLE
============================================================================= */

.timetable {
    position: relative;
    padding: 9.375rem 0;
    background: #223689;
    margin: 0;
}

.timetable::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    height: 100%;
    background: url(media/backgrounds/timetable-left.png) no-repeat top left;
}

.timetable::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(media/backgrounds/timetable-right.png) no-repeat top right;
}

.timetable p {
    color: #ffffff;
}

/* ==============================================================================
	20. SINGLE POST
============================================================================= */

.single {
    position: relative;
}

.single-padding {
    padding: 6.25rem 0;
}

.single .single__header {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 0 2rem 0;
}

.single .single__title {
    text-shadow: none;
}

.single .single__subtitle {
    font-size: 1rem;
    color: #223689;
    margin: 0;
}

.single .single__meta {
    font-size: 1rem;
    display: block;
    margin: 1rem 0 1.25rem 0;
    color: #ff565f;
}

.single .single__body > p:first-of-type::first-letter {
    font-size: 6rem;
    font-weight: 700;
    line-height: 4.125rem;
    float: left;
    color: #e40614;
    margin: 0 0.5rem 0 0;
}

.single h2,
.single h3,
.single h4,
.single h5 {
    color: #223689;
    margin: 1rem 0;
}

.single p {
    margin-bottom: 1.5rem;
}

.single iframe {
    width: 100%;
    height: 28rem;
}

.share {
    /*	position: -webkit-sticky;
	position: sticky;
	top: 7.5rem;
*/
    margin-top: 1.5rem;
}

.share p.share__title {
    font-weight: 700;
    font-size: 0.875rem;
    text-align: center;
}

.share .share__list {
    display: block;
    margin: 0;
}

.share .share__list-item {
    margin: 1rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.share .share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding: 0;
}

.share .share__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.0625rem solid rgba(34, 54, 137, 0.2);
    border-radius: 50%;
    color: #223689;
    -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
    transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.share .share__link:hover,
.share .share__link:focus {
    color: #ffffff;
    background: #223689;
}

/* ==============================================================================
	16. 404
============================================================================= */

.error404 article {
    padding: 6.25rem 0;
}

@media (max-width: 991px) {
    #main .programma {
        padding-left: 0;
    }

    .programma .big {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 0;
    }

    .card-big {
        height: calc(100% - 1rem);
    }

    .card-big a {
        height: 86.7% !important;
    }

    .card-medium,
    .card-very-small {
        height: auto;
    }

    .card-big a .artist-image {
        height: 100%;
    }

    .card-medium a .artist-image,
    .card-very-small a .artist-image {
        height: 25rem;
    }

    #searchterm,
    #searchterm::-webkit-input-placeholder {
        font-size: 3rem;
    }

    #searchterm,
    #searchterm:-ms-input-placeholder {
        font-size: 3rem;
    }

    #searchterm,
    #searchterm::-ms-input-placeholder {
        font-size: 3rem;
    }

    #searchterm,
    #searchterm::placeholder {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .artiest-filter-select {
    }

    #searchterm,
    #searchterm::-webkit-input-placeholder {
        font-size: 2rem;
    }

    #searchterm,
    #searchterm:-ms-input-placeholder {
        font-size: 2rem;
    }

    #searchterm,
    #searchterm::-ms-input-placeholder {
        font-size: 2rem;
    }

    #searchterm,
    #searchterm::placeholder {
        font-size: 2rem;
    }

    .card-big a .artist-image {
        height: 400px;
    }

    .card-big a {
        height: auto !important;
    }

    .artist-filter-select {
        padding-top: 2rem;
    }
}

@media (max-width: 450px) {
    #searchterm,
    #searchterm::-webkit-input-placeholder {
        font-size: 1.5rem;
    }

    #searchterm,
    #searchterm:-ms-input-placeholder {
        font-size: 1.5rem;
    }

    #searchterm,
    #searchterm::-ms-input-placeholder {
        font-size: 1.5rem;
    }

    #searchterm,
    #searchterm::placeholder {
        font-size: 1.5rem;
    }
}

/* ==============================================================================
	21. PRAKTISCH
============================================================================= */

.childpage-navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
}

.childpage-navigation li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
    overflow: hidden;
}

.childpage-navigation li:first-child {
    border-radius: 0.625rem 0 0 0;
}

.childpage-navigation li:last-child {
    border-radius: 0 0.625rem 0 0;
}

.childpage-navigation li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 4.625rem;
    padding: 0 2rem;
    background: #223689;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 0.125rem solid #223689;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.childpage-navigation li:hover a,
.childpage-navigation li.current_page_item a {
    background: #ffffff;
    color: #223689;
    border-top: 0.125rem solid #ff565f;
}

/* ==============================================================================
	22. FOTOGALERIJ
============================================================================= */

.fotogalerij-page {
    padding-bottom: 6.25rem;
    background: url(media/backgrounds/galerij-bg.png) no-repeat center center;
}

.galerij-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 3.125rem 0;
}

.galerij-filters span {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-right: 2rem;
}

.galerij-filters .galerij-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.galerij-filters .galerij-tabs li {
    background: transparent;
    border: 1px solid #6472ac;
    height: 2.5rem;
    width: 4rem;
    text-align: center;
    line-height: 2.5rem;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-right: 0.375rem;
    cursor: pointer;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.galerij-filters .galerij-tabs li:hover,
.galerij-filters .galerij-tabs li.active {
    background: #ffffff;
    color: #223689;
    border-top: 0.125rem solid #ff565f;
}

.tabs-content {
    display: none;
    height: 100%;
}

.tabs-content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-content a {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.tabs-content a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(media/icons/icon-zoom-image.svg) no-repeat center center rgba(34, 54, 137, 0.6);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.tabs-content a:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* SMALL ITEMS */
.tabs-content .box-md-2 {
    height: 12.1875rem !important;
    width: 16.666667% !important;
    padding: 1rem;
}

.tabs-content .galerij-foto {
    position: relative !important;
    height: 100% !important;
    overflow: hidden !important;
}

.tabs-content .galerij-foto img {
    height: 100% !important;
    width: auto !important;
    max-width: 150% !important;
}

/* BIG ITEMS */
.tabs-content .box-md-4 {
    height: 24.375rem !important;
    width: 33.333333% !important;
    padding: 1rem;
}

.tabs-content .box-md-4 .galerij-foto {
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
}

.tabs-content .box-md-4 .galerij-foto img {
    height: 100% !important;
    width: auto !important;
    max-width: 150% !important;
}

/* ==============================================================================
	23. NIEUWS
============================================================================= */

.nieuws {
    padding: 3.125rem 0 6.25rem 0;
    background: url(media/backgrounds/news-bg.png) no-repeat center right;
}

.nieuws-archive {
    padding-top: 6.25rem;
}

.nieuws #load-more-news-target {
    padding-top: 3.125rem;
}

.nieuws select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 10.375rem;
    height: 2.75rem;
    padding-left: 1rem;
    line-height: 2.75rem;
    background: #ffffff url(media/icons/icon-dropdown.svg) no-repeat top right;
    border: 1px solid #dfe5ff;
    outline: none;
    border-radius: 0;
    color: #223689;
    font-size: 0.875rem;
}

.nieuws .box-md-4 {
    margin-bottom: 1rem;
}

.card.card-news {
    height: 100%;
    background: #ffffff;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #223689;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.card.card-news:hover {
    -webkit-box-shadow: 0 0 1.25rem rgba(0, 44, 255, 0.2);
    box-shadow: 0 0 1.25rem rgba(0, 44, 255, 0.2);
}

.card.card-news .card-image {
    position: relative;
    width: 100%;
    height: 15.625rem;
    overflow: hidden;
}

.card.card-news .image-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.card.card-news:hover .image-inner {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.card.card-news .card-content {
    padding: 2rem;
}

.card.card-news .card-content h3 {
    line-height: 2rem;
}

.card.card-news .card-content a span.author {
    display: block;
    margin: 1rem 0 1.25rem 0;
    font-size: 0.875rem;
    color: #ff565f;
}

.card.card-news .card-content a p {
    color: #7f85a1;
    line-height: 1.5rem;
    font-size: 1rem;
}

.archive-navigation {
    margin-top: 3.125rem;
}

.archive-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.archive-navigation li {
    margin: 0 0.125rem;
}

.archive-navigation li a {
    position: relative;
    width: auto;
    display: inline-block;
    z-index: 1;
    height: 2.5rem;
    line-height: 2.375rem;
    padding: 0 1rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    background: #223689;
    color: #ffffff;
    border: 0.125rem solid #223689;
}

.archive-navigation li a:hover,
.archive-navigation li.active a {
    background: #ffffff;
    color: #223689;
}

.news-loader-icon {
    margin: 0 auto;
    display: none;
    width: 100%;
}

.news-loader-icon img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    font-family: "Founders Grotesk", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 10.375rem;
    height: 2.75rem;
    padding-left: 1rem;
    line-height: 2.75rem;
    background: #ffffff url(media/icons/icon-dropdown.svg) no-repeat top right;
    outline: none;
    border-radius: 0;
    color: #223689;
    font-size: 0.875rem;
}

div.news-filter {
    border: 1px solid #dfe5ff;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    margin-left: 0;
    margin-top: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 10.375rem;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid #dbdbdb;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    font-size: 14px;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:last-child {
    border-bottom: none;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ==============================================================================
	24. BUTTONS
============================================================================= */

button {
    outline: none;
}

.button {
    position: relative;
    width: auto;
    display: inline-block;
    z-index: 1;
    height: 3.125rem;
    line-height: 3.125rem;
    padding: 0 1rem;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.button.small-button {
    height: 2.125rem;
    line-height: 2.125rem;
    padding: 0 1rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
}

.button.white {
    background: #ffffff;
    color: #223689;
}

.button.white:hover {
    background: #223689;
    color: #ffffff;
}

.button.blue {
    background: #223689;
    color: #ffffff;
}

.button.blue:hover {
    background: #ffffff;
    color: #223689;
}

.border-link {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.125rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.375rem 0;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.border-link:hover {
    color: #ffffff;
}

.border-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 0.125rem);
    height: 0.125rem;
    background: #ff565f;
    -webkit-transform: translate(102%, 0);
    -ms-transform: translate(-102%, 0);
    transform: translate(-102%, 0);
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.border-link:hover::after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.border-link.blue {
    color: #223689;
}

.border-link.blue:hover {
    color: #223689;
}

#button-row {
    margin-top: 3.125rem;
}

/* ==============================================================================
	25. FORMS
============================================================================= */

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="datetime"],
input[type="datetime-local"],
textarea {
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Founders Grotesk", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    border: 1px solid rgba(127, 133, 161, 0.3);
    border-radius: 0;
    padding: 0.75em 1.25em;
    outline: none;
}

input[type="search"] {
    border-left: 0.125rem solid #223689;
    border-top: 0.125rem solid #223689;
    border-bottom: 0.125rem solid #223689;
    border-right: 0;
}

input[type="submit"],
input[type="button"],
button[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: auto;
    display: inline-block;
    z-index: 1;
    height: 3.5rem;
    line-height: 3.125rem;
    padding: 0 1rem;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    color: #ffffff;
    background: #223689;
    border: 0.125rem solid #223689;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
    border-color: #223689;
    background: #ffffff;
    color: #223689;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #3d4ba7;
    font-size: 0.875rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #3d4ba7;
    font-size: 0.875rem;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #3d4ba7;
    font-size: 0.875rem;
}

input::placeholder,
textarea::placeholder {
    color: #3d4ba7;
    font-size: 0.875rem;
}

/* ==============================================================================
	26. COOKIE
============================================================================= */

.cookie {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em 0 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-animation: cookie-up 1000ms 0ms forwards normal 1;
    animation: cookie-up 1000ms 0ms forwards normal 1;
    z-index: 10;
}

.cookie.cookie--accepted {
    -webkit-animation: cookie-down 1000ms 0ms forwards normal 1;
    animation: cookie-down 1000ms 0ms forwards normal 1;
}

.cookie .cookie__title,
.cookie p {
    margin: 0;
}

.cookie .cookie__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 73.125em;
    margin: 0 auto;
}

.cookie .cookie__body,
.cookie .cookie__button {
    padding: 0 1em;
    margin: 0 0 2em 0;
}

/* ==============================================================================
	27. ANIMATIONS
============================================================================= */

@-webkit-keyframes artist-remove {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-2em, 0, 0);
        transform: translate3d(-2em, 0, 0);
        opacity: 0;
    }
}

@keyframes artist-remove {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(-2em, 0, 0);
        transform: translate3d(-2em, 0, 0);
        opacity: 0;
    }
}

@-webkit-keyframes wishlist-pulse-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes wishlist-pulse-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    30% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    60% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes wishlist-pulse-2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes wishlist-pulse-2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    30% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes cookie-up {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes cookie-up {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes cookie-down {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

@keyframes cookie-down {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

@-webkit-keyframes flyIn {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 20%);
        transform: translate(0, 20%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes flyIn {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 20%);
        transform: translate(0, 20%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* ==============================================================================
	28. FOOTER
============================================================================= */

footer {
    position: relative;
    padding: 2.25rem 0;
    background: #223689;
}

nav.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav.footer-nav ul li {
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
    line-height: 1.3;
}

nav.footer-nav ul li a {
    position: relative;
    overflow: hidden;
    padding: 0.125rem 0;
    font-family: "Founders Grotesk", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.125rem;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    display: inline-block;
}

nav.footer-nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 0.125rem);
    height: 0.125rem;
    background: #ff565f;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

nav.footer-nav ul li.current-menu-item a::after,
nav.footer-nav ul li a:hover::after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

nav.footer-nav li a:hover,
nav.footer-nav li:hover a,
nav.footer-nav li.current-menu-item a,
nav.footer-nav li.current-page-ancestor a {
    color: #ffffff;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.footer-social .footer-social-item {
    margin: 0 1rem;
}

.footer-social .footer-social-item a {
    color: #ffffff;
    font-size: 1.125rem;
    -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
}

.footer-social .footer-social-item a:hover {
    color: #ff565f;
}

/* ==============================================================================
	28. MEDIA QUERIES
============================================================================= */

@media all and (max-width: 1200px) {
    /* NAVIGATION */
    #navigation {
        height: 3.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .navigation-left .logo img {
        max-height: 2rem;
        width: auto;
    }

    nav.header-nav {
        opacity: 0;
        visibility: hidden;
        background: #ffffff url(media/backgrounds/frontpage-pattern.png) no-repeat center center / cover;
        width: 100%;
        height: CALC(100vh - 100px);
        position: fixed;
        top: 100px;
        left: 0;
        z-index: -1;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-hide-scrollbar;
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
        -o-transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
        transition: all 0.35s cubic-bezier(0.67, 0, 0.34, 1);
    }

    nav.header-nav ul li a::after {
        display: none;
    }

    .nav-open nav.header-nav {
        opacity: 1;
        visibility: visible;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    nav.header-nav ul {
        opacity: 0;
        -webkit-transition: all 0.5s 0.25s cubic-bezier(0.67, 0, 0.34, 1);
        -o-transition: all 0.5s 0.25s cubic-bezier(0.67, 0, 0.34, 1);
        transition: all 0.5s 0.25s cubic-bezier(0.67, 0, 0.34, 1);
        -webkit-transform: translate(0, 2rem);
        -ms-transform: translate(0, 2rem);
        transform: translate(0, 2rem);
        width: 100%;
        margin: 0 auto;
        padding-top: 3.125rem;
        padding-bottom: 10.125rem;
        background: transparent;
        height: 100%;
        overflow: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-open nav.header-nav ul {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    nav.header-nav ul li {
        display: block;
        margin: 0;
        text-align: center;
        overflow: hidden;
        flex-shrink: 0;
    }

    .navigation-right .navigation__side-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 1.5rem 0 0;
    }

    .navbar-toggle {
        display: block;
        position: relative;
        height: 1rem;
        width: 1.625rem;
        outline: none;
        -webkit-appearance: none;
        border: 0;
        padding: 0;
        background: transparent;
        z-index: 999;
    }

    .navbar-toggle:focus,
    .navbar-toggle:active {
        outline: none;
        background: transparent;
    }

    .navbar-toggle .icon-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 1.625rem;
        height: 0.125rem;
        background: #5867af;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
        -o-transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
        transition: all 0.35s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
        outline: none;
    }

    .navbar-toggle .icon-bar {
        background: #5867af;
    }

    .nav-open .navbar-toggle .icon-bar {
        -webkit-transition: all 0.35s 0.35s cubic-bezier(0.76, 0.17, 0.27, 0.88);
        -o-transition: all 0.35s 0.35s cubic-bezier(0.76, 0.17, 0.27, 0.88);
        transition: all 0.35s 0.35s cubic-bezier(0.76, 0.17, 0.27, 0.88);
    }

    .nav-open .navbar-toggle .icon-bar {
        background: #3d4ba7;
    }

    .navbar-toggle span:nth-child(1) {
        top: 0;
    }

    .navbar-toggle span:nth-child(2) {
        top: 7px;
    }

    .navbar-toggle span:nth-child(3) {
        top: 14px;
    }

    .nav-open .navbar-toggle span:nth-of-type(1) {
        -webkit-transform: translate(0, 8px) rotate(45deg);
        -ms-transform: translate(0, 8px) rotate(45deg);
        transform: translate(0, 8px) rotate(45deg);
    }

    .nav-open .navbar-toggle span:nth-of-type(2) {
        -webkit-transform: translate(8px, 0);
        -ms-transform: translate(8px, 0);
        transform: translate(8px, 0);
        opacity: 0;
    }

    .nav-open .navbar-toggle span:nth-of-type(3) {
        -webkit-transform: translate(0, -6px) rotate(-45deg);
        -ms-transform: translate(0, -6px) rotate(-45deg);
        transform: translate(0, -6px) rotate(-45deg);
    }

    /* MAIN NAVIGATION - FIRST LEVEL*/
    nav.header-nav ul li {
        margin: 0;
        padding: 0.5rem 0;
    }

    nav.header-nav ul li a {
        font-size: 1.25em;
        padding: 0;
        border: none;
        color: #5867af;
        font-weight: 700;
    }

    nav.header-nav li a:hover,
    nav.header-nav li:hover a,
    nav.header-nav li.current-menu-item a,
    nav.header-nav li.current-page-ancestor a {
        color: #ff565f;
        border: none;
        background: transparent;
    }

    /* MAIN NAVIGATION - SECOND LEVEL*/
    .nav-open nav.header-nav ul li > ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        padding: 0;
        margin-top: 0.5rem;
        margin-left: 0;
        margin-right: auto;
        top: auto;
        left: auto;
        max-width: 100%;
    }

    nav.header-nav ul li > ul:before {
        display: none;
    }

    nav.header-nav ul li ul li {
        margin: 0;
        margin-top: 0rem;
        width: 100%;
        margin-bottom: 0.5rem;
    }

    nav.header-nav ul li:hover > ul li a,
    nav.header-nav ul li > ul li a {
        color: #606060;
        font-weight: 400;
        font-size: 0.875rem;
        padding: 0;
        width: 100%;
        text-align: center;
        border-left: none;
    }

    nav.header-nav ul li > ul li:hover,
    nav.header-nav ul li > ul li a:hover,
    nav.header-nav ul li > ul li.current-menu-item a,
    nav.header-nav ul li.current_page_ancestor a {
        background: transparent;
    }
}

@media all and (max-width: 991.98px) {
    nav.header-nav {
        top: 60px;
        height: calc(100vh - 60px);
    }
}

@media all and (max-width: 48em) {
    /* FONTS */
    h1 {
        font-size: 3.125rem;
    }

    /* HERO */
    .hero-arrows {
        width: 25%;
    }

    ul.snelle-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 1rem;
        bottom: 1rem;
    }

    ul.snelle-links li:nth-child(3) {
        display: none;
    }

    ul.snelle-links li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        margin-top: 1rem;
    }

    ul.snelle-links li::after {
        display: none;
    }

    ul.snelle-links li span.label {
        font-size: 0.75rem;
        margin-bottom: 0;
    }

    ul.snelle-links li span.titel {
        font-size: 1.75rem;
    }

    header.hero-default .box-md-10 h1 {
        -webkit-transform: translate(0, 350%);
        -ms-transform: translate(0, 350%);
        transform: translate(0, 350%);
    }

    .childpage-navigation li a {
        height: 4rem;
        padding: 0 1rem;
        font-size: 1rem;
    }

    /* PAGEBUILDER // PARTNERS */
    .partners .box-static .partner {
        height: 3.125rem;
    }

    .partners .box-static .partner img {
        max-height: 3.125rem;
    }

    .partners .box-static .divider {
        height: 3.125rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .content-image {
        height: 32rem;
    }

    .single iframe {
        height: 16rem;
    }

    /* FOOTER */
    footer .justify-between {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    /* CALAMITEITEN */
    #calamiteiten {
        text-align: center;
    }

    #calamiteiten .calamiteiten-content p {
        font-size: 1.15rem;
        margin-bottom: 0.75rem;
    }

    /* SMALL ITEMS */
    .tabs-content .box-md-2 {
        height: 12.1875rem !important;
        width: 25% !important;
    }

    /* BIG ITEMS */
    .tabs-content .box-md-4 {
        height: 24.375rem !important;
        width: 50% !important;
        max-width: 50% !important;
    }

    /* TIMETABLE */
    .timetable {
        padding: 6.25rem 0;
    }

    .timetable::before {
        display: none;
    }

    .timetable p {
        display: block;
        margin: 0 0 2rem 0 !important;
    }

    .content-video iframe {
        min-height: 25.875rem;
    }

    /* ARTIST */
    .artist:hover {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media all and (max-width: 32rem) {
    /* FONTS */
    h1 {
        font-size: 2rem;
    }

    /* HERO */
    .hero.hero-home,
    .hero.hero-default {
        height: 26rem;
    }

    ul.snelle-links {
        bottom: 0;
        padding: 0 1rem;
    }

    ul.snelle-links li:nth-child(2),
    ul.snelle-links li:nth-child(3) {
        display: none;
    }

    .hero-arrows {
        width: 34%;
        height: 4rem;
        padding: 0 1rem;
    }

    /* PAGE BUILDER // SOCIAL MEDIA */

    .social-item a i {
        width: 3.75rem;
        height: 3.75rem;
    }

    /* PAGEBUILDER // PROGRAMMA */
    .artist-image {
        height: 20rem;
    }

    .artist-inner {
        padding: 2rem;
    }

    .artist-inner .add-wishlist {
        right: 2rem;
        top: 2rem;
    }

    .programma-klein .border-link {
        margin-top: 3.125rem;
    }

    .programma-klein::after {
        background-size: cover;
        height: 10rem;
    }

    /* PAGEBUILDER PRAKTISCHE INFORMATIE */
    .praktische-informatie {
        padding: 6.25rem 0;
    }

    .praktische-informatie ul.praktische-links {
        margin-top: 2rem;
    }

    /* PAGEBUILDER // PARTNERS */
    .partners .box-static .partner {
        height: 2rem;
    }

    .partners .box-static .partner img {
        max-height: 2rem;
    }

    .partners .box-static .divider {
        height: 2rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    /* PAGEBUILDER // NIEUWSBRIEF */
    .nieuwsbrief {
        padding: 5rem 0;
    }

    .nieuwsbrief a {
        font-size: 1.75rem;
        padding-right: 4rem;
    }

    .nieuwsbrief a::after {
        background-size: 1rem auto;
    }

    /* PAGEBUILDER CONTENTS */
    .childpage-navigation li a {
        height: 3.25rem;
        padding: 0 0.75rem;
        font-size: 0.75rem;
        line-height: 0.875rem;
    }

    .padding-full {
        padding: 3.125rem 0 0 0;
    }

    .pagebuilder-content {
        margin: 0 0 3.125rem 0;
    }

    .item-content {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }

    .content-image {
        height: 24rem;
    }

    .content-foto-rechts::after {
        display: none;
    }

    /* SINGLE POSTS */
    .single-padding {
        padding: 3.125rem 0;
    }

    .single h2 {
        font-size: 3.125rem;
    }

    .share p.share__title {
        text-align: left;
    }

    .share .share__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .share .share__list-item {
        margin-right: 1rem;
    }

    /* CALAMITEITEN */
    #calamiteiten .calamiteiten-content .button.blue {
        margin: 1rem;
    }

    /* NOTIFICATIE */
    #notificatie {
        right: 1rem;
        bottom: 1rem;
    }

    /* PAGEBUILDER CONTENT ITEMS */
    h2.grote-titel {
        font-size: 2.75rem;
        line-height: 3.25rem;
    }

    .content-titel .item-content {
        margin-bottom: 0;
    }

    .content-titel .item-content h2 {
        margin-bottom: 0;
    }

    .content-breed .double-column {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    .content-afbeelding-kader .item-content {
        margin-bottom: 0;
    }

    .single iframe {
        height: 12rem;
    }

    /* BUTTONS */
    .button {
        height: 2.5rem;
        line-height: 2.5rem;
    }

    /* SMALL ITEMS */
    .tabs-content .box-md-2 {
        height: 12.1875rem !important;
        width: 49.5% !important;
        max-width: 49.5% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 49.5% !important;
        flex: 0 0 49.5% !important;
    }

    /* BIG ITEMS */
    .tabs-content .box-md-4 {
        height: 24.375rem !important;
        width: 49.5% !important;
        max-width: 49.5% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 49.5% !important;
        flex: 0 0 49.5% !important;
    }

    /* 404 ERROR */
    .error404 article {
        padding: 3.125rem 0;
    }

    /* SEARCH */
    .search main {
        padding: 3.125rem 0;
    }

    .content-video iframe {
        min-height: 10.875rem;
        height: 10.875rem;
    }
}
