/*
Theme Name:   40UP
Theme URI:    http://
Description:  Description
Version:      1.0
Author:       JW
*/






/* ==============================================================================
	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;
}

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;
}

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

.gallery-item {
	padding:.5rem;
}

.gallery figcaption {
	display:none;
}




/* ==============================================================================
	GENERAL
============================================================================= */

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

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

body {
	font-size: 16px;
	font-family:'PT Sans', sans-serif;
	font-weight:400;
	color:#ffffff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	height:100%;
	background:#FFFF00;
}

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

a {
	display: block;
	-webkit-transition: all 0.4s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.4s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.4s cubic-bezier(0.67, 0, 0.34, 1);
	outline:none;
	text-decoration: none;
	color:#FF0000;
}

a:hover,
a:focus {

}







/* ==============================================================================
	WORDPRESS
============================================================================= */

p > img {
  display: inline-block;
}

img.aligncenter {
  display: block; margin: 0 auto;
}

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

img.alignright {
  float: right;
  margin-left: 15px;
}





/* ==============================================================================
	FONTS & TEXT
============================================================================= */
@font-face {
    font-family: 'Gotham Rounded';
    src: url('media/fonts/GothamRounded-Bold.woff2') format('woff2'),
        url('media/fonts/GothamRounded-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Gotham Rounded', sans-serif;
    font-weight: 800;
}

h1 {
    font-size: 3.375rem;
	line-height: 4rem;
	font-weight:700;
	color:#ffffff;
}

h2 {
    font-size: 3.125rem;
    font-weight:500;
	line-height:1;
	color:#000000;
}

h3 {
    font-size: 2.5rem;
    line-height: 1;
}

h4 {
    font-size: 1.25rem;
    line-height: 1;
    text-transform: none;
}

h5 {
    font-size: 1.125rem;
    line-height: 1;
    text-transform: none;
}

h6 {
    font-size: .875rem;
    line-height: 1;
}

p, li {
	font-size:1.5rem;
	font-weight:400;
	line-height:2.25rem;
	margin-bottom:2rem;
}

li {
	margin-bottom:0;
}

p:last-child {
	margin:0;
}

p > a {
	display: inline !important;
	text-decoration: none;
}

em > a {
	display: inline !important;
}

p > a:hover {
	opacity:.5;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.center {
	text-align:center;
}


.subtitle {
	font-family:'PT Sans', sans-serif;
	font-size:.75rem;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:800;
	display:block;
	margin-bottom:.5rem;
	color:#FF0000;
}


/* ==============================================================================
	HEADER // NAV
============================================================================= */
#navigation {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:7.5rem;
	padding:0;
	background:transparent;	
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition:  all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	z-index:99;
}

#navigation.scroll {
	top:0;
	height:5rem;
	background:#000000;
}

#navigation .container,
#navigation .row {
	height:100%;
}

#navigation .row>.box-md-12 {
	margin-bottom:0;
}

#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 .logo {
	width:auto;
	height:3.125rem;
}

#navigation .logo img {
	height:3.125rem;
	width:auto;
}

.navbar-toggle {
	display:none;
}

.navigation-left {
	position:relative;
	z-index:100;
}

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

.navigation-right .widget {
	margin-left:1rem;
}



/* MAIN NAVIGATION - FIRST LEVEL*/
nav.header-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

nav.header-nav {
	margin-left:auto;
}

nav.header-nav ul {
	padding:0;
	margin:0;
}

nav.header-nav ul li {
	position:relative;
	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;
    margin:0 .75rem;
}

nav.header-nav ul li a {
	position: relative;
	font-family:'PT sans', sans-serif;
	font-size: 1.125rem;
	font-weight:700;
	color:#ffffff;
	background:transparent;
	border-radius:.5rem;
	padding:.5rem 1rem;
	text-decoration:none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
}

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,
nav.header-nav ul li:hover div button {
	background:#EE0000;
}

nav ul li div {
	width:100%;
	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;
}

.js-sub-menu-toggle {
	display:block;
}

nav.header-nav ul li div button {
	width:..75rem;
	height:.75rem;
	background:transparent url(media/images/icon-angle-down.svg) no-repeat center center;
	outline:none;
	border:none;
	opacity:.5;
	margin-left:.375rem;
	-webkit-appearance:none;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.menu__item--sub-open button {
	-webkit-transform:scaleY(-1);
	    -ms-transform:scaleY(-1);
	        transform:scaleY(-1);
}


/* MAIN NAVIGATION - SECOND LEVEL*/
nav.header-nav ul li > ul {
	position:absolute;
	visibility:hidden;
	opacity:0;
    background:#ffffff;
	border:1px solid #dedede;
    width:16rem;
    padding:1rem 0;
    margin-top:1.125rem;
    top:70%;
    left:-1.5rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;    
}

nav.header-nav ul li:hover > ul {
	visibility:visible;
	opacity:1;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}

nav.header-nav ul li ul li {
	display:block;
	width:calc(100% - 3rem);
	position:relative;
	margin:0 1.5rem;
	border-left:1px solid #35A8E0;
}

nav.header-nav ul li:hover > ul li a,
nav.header-nav ul li > ul li a {
	padding:.75rem 0 .75rem 1rem;
	display:block;
	line-height:1;
	opacity:.5;
}

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 {
	opacity: 1;
}


/* ==============================================================================
	HOME
============================================================================= */
main {
	width:100%;
}




/* ==============================================================================
	PAGEBUILDER
============================================================================= */
.layout {
	position: relative;
}

.layout .container,
.layout .container-full {
	position: relative;
	z-index:15;
}

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

.layout.padding-top {
	padding-top:6.25rem;
}

.layout.padding-bottom {
	padding-bottom:6.25rem;	
}

.layout.bg-yellow {
	position: relative;
	background:#FFFF00;
}

.yellow-shape-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 6.25rem;
    background: url(media/images/shape-yellow-top.svg) no-repeat center top / cover;
    transform: translate(0, -6.25rem);
    z-index: 10;
}

.yellow-shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.25rem;
    background: url(media/images/shape-yellow-bottom.svg) no-repeat center bottom / cover;
    transform: translate(0, 6.25rem);
    z-index: 10;
}

.layout.bg-yellow h1,
.layout.bg-yellow h2,
.layout.bg-yellow h3,
.layout.bg-yellow h4,
.layout.bg-yellow h5,
.layout.bg-yellow p,
.layout.bg-yellow li {
	color:#000000;
}

.layout.bg-black {
	background:#000000;
}

.layout.bg-black h1,
.layout.bg-black h2,
.layout.bg-black h3,
.layout.bg-black h4,
.layout.bg-black h5,
.layout.bg-black p,
.layout.bg-black li {
	color:#ffffff;
}


/* HERO */
.layout-hero {
	position: relative;
	height:24rem;	
}

.layout-hero.hero--large {
	height:45rem;
}

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

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

.layout-hero .hero--image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: -2px;
    background: url(media/images/hero-shape.svg) no-repeat right bottom / contain;
    z-index: 9;
}

.layout-hero.layout-hero--black .hero--image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: url(media/images/hero-shape-black.svg) no-repeat right bottom / contain;
    z-index: 9;
}


.layout-hero.hero--overlay {
	position: relative;
}

.layout-hero.hero--overlay::after {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:.5;
	z-index:1;
	background:#000000;
}

.hero--content p {
	font-weight: 400;
	font-size:1.5rem;
	color:#ffffff;
}

.home .hero--content p {
	margin:2rem 0;
}


/* INTRO */
.layout-intro {
	position: relative;
}

.layout.layout-intro.padding-top {
	padding-top:9.375rem;
}

.layout.layout-intro.padding-bottom {
	padding-bottom:9.375rem;
}

.layout-intro p {
	line-height: 2.5rem;
	margin-top:.5rem;
}

.intro-image {
	position:absolute;
	overflow:hidden;
	-webkit-box-shadow: .125rem .125rem 1.5rem 0 rgba(0,0,0,0.15);
	        box-shadow: .125rem .125rem 1.5rem 0 rgba(0,0,0,0.15);
}

.intro-image::after {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#0C242F;
	opacity: .05;
	z-index:2;
}

.intro-image-1 {
	left:0;
	top:0;
	width:11.875rem;
	height:11.875rem;
	border-radius:11.875rem;
	z-index:1;
	-webkit-transform:translate(-30%, -15%);
	    -ms-transform:translate(-30%, -15%);
	        transform:translate(-30%, -15%);
}

.intro-image-2 {
	right: -1rem;
    top: 0;
	width:11.875rem;
	height:11.875rem;
	border-radius:11.875rem;
	z-index:1;
	-webkit-transform: translate(20%,95%);
	    -ms-transform: translate(20%,95%);
	        transform: translate(20%,95%);
}



/* AGENDA */
.layout-agenda--background {
	background:#000000 url(media/images/agenda-bg.jpg) no-repeat center center / cover;
}

/* AGENDA */
.agenda-full {
	background:#000000 url(media/images/agenda-bg-alt.jpg) no-repeat center top / cover !important;
}


/* BLOKKEN */

.layout-blokken.padding-top {
	padding-top:9.375rem;
}


.layout-blok {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-radius:.25rem;
	overflow: hidden;
	background: #FFFFFF;
	-webkit-box-shadow: .125rem .125rem 1.5rem 0 rgba(0,0,0,0.15);
	        box-shadow: .125rem .125rem 1.5rem 0 rgba(0,0,0,0.15);
	-webkit-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	margin:3.125rem 0 1rem 0;
}

.layout-blok:hover {
	-webkit-box-shadow: .5rem .5rem 2rem 0 rgba(0,0,0,0.25);
	        box-shadow: .5rem .5rem 2rem 0 rgba(0,0,0,0.25);
	        transform:translate(0,-.5rem);
}

.layout-blok-image {
	position: relative;
	height:12.5rem;
}

.blok-image-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	overflow:hidden;
}

.blok-image-inner > img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
    -webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.blok-image-inner::before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9;
	background:#0C242F;
	opacity:.2;
    -webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}

.layout-blok:hover .blok-image-inner::before {
	opacity:0;
}

.layout-blok-content {
	padding:2rem;
	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;
}

.layout-blok-content span {
	font-size:1rem;
	margin-top:1rem;
	color:#FF0000;
	font-weight:800;
	display: block;
	margin-bottom:.5rem;
}

.layout-blok-content h4 {
	color:#000000 !important;	
	line-height:1.75rem;
	font-size:1.5rem;
    -webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}

.layout-blok:hover .layout-blok-content h4 {
	color:#FF0000;
}

.layout-blokken-content p {
	margin:1.5rem 0;
	line-height:2.25rem;
}

.layout-blok-content p {
	font-size:1.125rem;
	line-height:1.75rem;
	margin-top:1rem;
	min-height:6.25rem;
}


/* ARTIKELEN */
.layout-artikelen {
	position: relative;
}

.layout-artikelen-content p {
    margin: 1.5rem 0;
    line-height: 2.25rem;
}

.article-card {
	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-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius:.5rem;
	overflow: hidden;
	background: #FFFFFF;
	-webkit-box-shadow: .125rem .125rem 1.5rem 0 rgba(0,0,0,0.25);
	        box-shadow: .125rem .125rem 1.5rem 0 rgba(0,0,0,0.25);
	-webkit-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	margin:2rem 0;
}

.article-card:hover {
	-webkit-box-shadow: .5rem .5rem 2rem 0 rgba(0,0,0,0.25);
	        box-shadow: .5rem .5rem 2rem 0 rgba(0,0,0,0.25);
	transform:translate(0,-.5rem);
}

.article-card .article-card__image {
	position: relative;
	width:100%;
	height:8.5rem;
}

.article-card .article-card__image--inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	overflow:hidden;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.article-card .article-card__image--inner > img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
    -webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

.article-card .article-card__content {
	padding:2.5rem 1.5rem;
}

.article-card .article-card__content h5 {
	max-width:90%;
	min-height:3.125rem;
	line-height:1.625rem;
	color:#000000 !important;
}

.article-card .article-card__content p {
	font-size:.875rem;
	line-height:1.25rem;
	color:#B0B0B0;
	margin:.75rem 0 1.25rem 0rem;
}

.artikelen-overzicht {
	padding:6.25rem 0;
}



/* CALL TO ACTION */
.layout-cta {
	position: relative;
}

.layout-cta .box-md-4 {
	position: relative;
}

.layout-cta h2 {
	font-size:3rem;
	line-height:3.875rem;
	max-width:65%;
	margin:0 17.5%;
}

.layout-cta .persoon {
	position:absolute;
	right:50%;
	bottom:0;
	width:17.5rem;
	height:100%;
	-webkit-transform:translate(200%, 0);
	    -ms-transform:translate(200%, 0);
	        transform:translate(200%, 0);
}

.layout-cta .intro-image-1 {
    -webkit-transform: translate(0%, -15%);
        -ms-transform: translate(0%, -15%);
            transform: translate(0%, -15%);
}

.layout-cta .intro-image-2 {
    -webkit-transform: translate(65%,95%);
        -ms-transform: translate(65%,95%);
            transform: translate(65%,95%);
}

.layout-cta .button-primary.blauw.phone {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.layout-cta .button-primary.blauw.phone svg {
	margin-right:.625rem;
}





/* LEFTRIGHT */

.left-right.bg-black {
	padding-top:12.5rem;
	padding-bottom:12.5rem;
} 

.left-right p {
	margin-top:1.5rem;
	line-height:2.25rem;
	max-width:90%;
}

.left-right .buttons {
	justify-content: flex-start;
}

.left-right .image img {
	border-radius:1rem;
	overflow:hidden;
}

/* 1COLUMN */
.one-column h2 {
	margin-bottom:1.5rem;
}

.one-column p {
	line-height:2.25rem;
}

.one-column .button-primary {
	margin-top:1.5rem;
}

/* 2COLUMNS */
.two-columns h2 {
	margin-bottom:2rem;
}

.two-columns p {
    line-height: 2.25rem;
    font-size: 1.25rem;
    color: #000000;
    margin-bottom: 2rem;
}

/* 3COL ICONS */
dots {
	display:flex;
	align-items:center;
	justify-content: center;
}

.icon-columns .banner-icon img {
	height:4rem;
	width: auto;
	margin:2.5rem auto;
}

.icon-columns p {
	line-height:2.25rem;
	padding:0 1rem;
}

/* BANNER */
.layout-banner {
	position: relative;
	min-height:42rem;
}

.layout-banner::before {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:2;
	background:url(media/images/dot-overlay-3.svg) no-repeat left bottom / contain;
}

.layout-banner::after {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:.5;
	z-index:1;
	background: rgb(13,38,50);
	background: linear-gradient(0deg, rgba(13,38,50,1) 0%, rgba(10,67,139,0) 100%);
}

.banner-content-inner {
	position: relative;
	z-index:9;
	background:#000000;
	border-radius:.5rem;
	margin-top:2rem;
	padding:3.125rem 2rem;
	box-shadow: .125rem .125rem 1.5rem 0 rgba(0,0,0,0.05);
}

.banner-content-inner h2 {
	color:#ffffff;
	font-size:2.5rem;
}

.banner-content-inner p {
	margin:1.5rem 0;
	line-height:2.25rem;
	color:#ffffff;
}

.layout-faqs .filters h5 {
	margin-top:.625rem;
}


.faq {
	position: relative;
	width:100%;
	padding:1rem 1rem .75rem 1rem;
	background:#ffffff;
	background: #FFFFFF;
	box-shadow: .125rem .125rem 1.5rem 0 rgba(0,0,0,0.05);
	margin-top:.625rem;
	border-radius:.25rem;
}

.faq .faq-title {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:flex-start;
	    -ms-flex-align:flex-start;
	        align-items:flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.faq .faq-title:focus {
	outline: 0;
}

.faq .faq-title h4 {
	display: flex;
	max-width: 90%;
	font-size:1.125rem;
	line-height:1.5rem;
	-webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.faq .faq-title h4 span {
	min-width:6.25rem;
	width:6.25rem;
	text-align: center;
	margin-right: 1.5rem;
	margin-bottom:0;
}

.faq .faq-title img {
	margin-top:.5rem;
	-webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.faq:hover .faq-title h4 {
	color:#35A8E0;
}

.faq .faq-content {
	display:none;
}

.faq .faq-content p {
	font-size:.875rem;
	line-height:1.625rem;
	margin-top:.5rem;
	margin-bottom:1rem;
	max-width:95%;
	padding-left: 7.75rem;
}

.faq .faq-content p > a {
	color:#35A8E0;
}

.faq .faq-content p > a:hover {
	color:#000000;
}

.faq .faq-title[aria-selected="true"] + .faq-content {
	display: block;
}

.faq .faq-title[aria-selected="true"] img {
	-webkit-transform:rotate(180deg);
	    -ms-transform:rotate(180deg);
	        transform:rotate(180deg);
}

.faq .faq-title[aria-selected="true"] h4 {
	color:#35A8E0;
}



/* ==============================================================================
 	HOME
============================================================================= */

header {
	position:relative;
	height:52rem;
	z-index:8;
	padding-top:6.25rem;
	margin-bottom:3.125rem;
}

header.mobile {
	display:none
}

.page-template-page-bands header {
	max-height:20rem;
}

header .container,
header .row,
header .box-md-7 {
	height:100%;
}

.layout-hero .dots {
	position: absolute;
	width:100%;
	height:100%;
	position: absolute;
	right:0;
	top:0;
	background:url(media/images/dot-overlay-1.svg) no-repeat bottom right / contain;
	z-index: 8;
}

header .box-md-7 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.header-content {
	position:relative;
	z-index:100;
}

.layout-hero .box-md-4 {
	position: relative;
	height:100%;
}

.header__agenda {
	position:absolute;
	border-radius: .5rem;
	right:0;
	bottom:2rem;
	width:100%;
	height:auto;
	z-index: 999;
	background:url(media/images/header-agenda-bg.jpg) no-repeat center center;
	background:#000000;
}

.header__agenda-inner {
	padding:1.75rem;
	position: relative;
	z-index:9;
}

.header__agenda-inner h3 {
	color:#ffffff;
	letter-spacing:.125rem;
	font-size:2.125rem;
	margin-bottom:2rem;
}

.header__agenda-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	margin-top:1.5rem;		
}

.header__agenda-item .agenda__date {
	-webkit-box-flex:0;
	    -ms-flex:0 0 5rem;
	        flex:0 0 5rem;
	width:5rem;
	height:5rem;
	background:#FF0000;
	border-radius:.5rem;
	text-align:center;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: 'PT Sans', sans-serif;
	font-weight:500;
	margin-right:1.5rem;
	transition:all .25s ease-in-out;
}

.header__agenda-item:hover .agenda__date {
	box-shadow:0 0 1rem rgba(255,0,0,.95);
}

.header__agenda-item .agenda__date span.day-pre {
	font-size:.625rem;
	color:#ffffff;
	margin-bottom:.125rem;
	font-family: 'Gotham Rounded';
}

.header__agenda-item .agenda__date span.day {
	font-size:2rem;
	color:#ffffff;
	font-weight:800;
	font-family: 'Gotham Rounded';	
}

.header__agenda-item .agenda__date span.month {
	color:#ffffff;
	font-size:1rem;
	margin-top:.125rem;
	font-weight:800;
	font-family: 'Gotham Rounded';
}

.header__agenda-item .agenda__details {
	color:#ffffff;
}

.header__agenda-item .agenda__details h6 {
	text-transform:uppercase;
	line-height:1.125rem;
	font-size:1.25rem;
	font-family:'PT Sans', sans-serif;
}

.header__agenda-item .agenda__details span.location {
	font-size:1.125rem;
	font-weight: 400;
	font-style: italic;
	display: block;
	margin-top:.5rem;
	font-family:'PT Sans', sans-serif;	
}

.header__agenda-item .agenda__arrow {
	margin-left:auto;
	transition:all .25s ease-in-out;	
}

.header__agenda-item:hover .agenda__arrow {
	transform:translate(.25rem, 0);
}

.header__agenda .button {
	width:100%;
	margin-top:1.5rem;
}

#informatie {
	padding:7.5rem 0;
}

#bands {
	padding:6.25rem 0;
	background:rgba(0,0,0,.1);
}

#bands p {
	margin-top:2rem;
}

#bands .bands-slider {
	width:100%;
	height:20rem;
}

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

#agenda {
	position: relative;
	padding:9.375rem 0;
}

#agenda .dots {
	position: absolute;
	width:100%;
	height:100%;
	position: absolute;
	right:0;
	top:0;
	background:url(media/images/dot-overlay-2.svg) no-repeat bottom left / contain;
	z-index: 8;
}

#agenda .button {
	margin-top:3.125rem;
}

#agenda h2 {
	color:#ffffff;
	margin-bottom:3.125rem;
}

.agenda__item {
	font-family: 'PT Sans', sans-serif;	
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding:2rem 0;
	border-bottom:1px solid #2F2D2D;
	-webkit-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.25s cubic-bezier(0.67, 0, 0.34, 1);	
}

.agenda__item:last-child {
	border:none;
	padding-bottom:0;
}

.agenda__item .agenda__date {
	-webkit-box-flex:0;
	    -ms-flex:0 0 6.25rem;
	        flex:0 0 6.25rem;
	width:6.25rem;
	height:6.25rem;
		background:#FF0000;
	border-radius:.5rem;
	text-align:center;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-family: 'PT Sans', sans-serif;
	font-weight:500;
	margin-right:1.5rem;
	transition:all .25s ease-in-out;
}

.agenda__item:hover .agenda__date {
	box-shadow:0 0 1rem rgba(255,0,0,.95);
}

.agenda__item .agenda__date span.day-pre {
	font-size:.625rem;
	color:#ffffff;
	margin-bottom:.125rem;
	font-family: 'Gotham Rounded';
}

.agenda__item .agenda__date span.day {
	font-size:2rem;
	color:#ffffff;
	font-weight:800;
	font-family: 'Gotham Rounded';	
}

.agenda__item .agenda__date span.month {
	color:#ffffff;
	font-size:1rem;
	margin-top:.125rem;
	font-weight:800;
	font-family: 'Gotham Rounded';
}

.agenda__item  .agenda__info a h4 {
	color:#ffffff;
	font-size:1.5rem;
	line-height:2rem;
	font-weight:800;
	font-family: 'PT Sans', sans-serif;	
}

.agenda__item  .agenda__info span {
	font-size:1rem;
	color:#ffffff;
	line-height:1.375rem;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	font-style: italic;	
}


footer {
	position: relative;
	padding:9.375rem 0;
	background:#000000;
}

footer .widget {
	padding-right:1.5rem;
}

footer h4 {
	display:block;
	margin-bottom:1rem;
	color:#ffffff;
	line-height:1.75rem;
	min-height:4rem;
}

footer p,
footer a {
	font-size:.875rem;
	line-height:1.5rem;
	font-weight:400;
}


footer a {
	color:#ffffff;
}

footer a:hover {
	color:#ff0000;;
}

footer form {
	margin-top:1rem;
}

#mc-embedded-subscribe {
	border:none;
}




/* ==============================================================================
	SINGLE
============================================================================= */
.single-agenda h1 {
	font-size:2.5rem;
	line-height:3.25rem;
	margin-bottom:2rem;
}

.single-agenda h2 {
	color:#ffffff;
	font-size:2rem;
	font-weight:700;
	margin-bottom:1rem;
	text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.4);
}

.single-agenda header .container {
	position:relative;
}

.single__details {
	position:absolute;
	bottom:0;
	-webkit-transform:translate(0, 70%);
	    -ms-transform:translate(0, 70%);
	        transform:translate(0, 70%);
	background:url(media/images/details-bg.png) no-repeat center center / cover;
	padding:2rem;
	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;
	z-index:99;
	width:100%;
}

.single__details-item {
	-webkit-box-flex:0;
	    -ms-flex:0 0 30%;
	        flex:0 0 30%;
	max-width:30%;
	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;
}

.single__details-item i {
	width:3.75rem;
	height:3.75rem;
	-webkit-box-flex:0;
	    -ms-flex:0 0 3.75rem;
	        flex:0 0 3.75rem;
	background:#560608;
	border-radius: .125rem;
	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;
	color:#ffffff;
	font-size:1.5rem;
	margin-right:1rem;
}

.single__details-item span {
	color:#ffffff;
	letter-spacing:1px;
	font-size:.875rem;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	line-height:1.25rem;
}

.single__details a {
	position:absolute;
	right:0;
	bottom:-3.125rem;
	display:inline-block;
	width:15rem;
	height:3.125rem;
	line-height:3rem;
	text-align: center;
	letter-spacing:1px;
	font-size:.875rem;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	background:#000000;
	color:#ffffff;
	text-decoration: none;
	cursor:pointer;
	z-index:2;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;     
	-webkit-transition: all 0.15s cubic-bezier(0.67, 0, 0.34, 1);
	-o-transition: all 0.15s cubic-bezier(0.67, 0, 0.34, 1);
	transition: all 0.15s cubic-bezier(0.67, 0, 0.34, 1);
}

.single__details a:hover {
	-webkit-transform:scale(1.1) rotate(-2deg);
	    -ms-transform:scale(1.1) rotate(-2deg);
	        transform:scale(1.1) rotate(-2deg);	
}

.content {
	padding:12.5rem 0 6.25rem 0;
}

.content p:first-of-type {
	font-size:1.5rem;
	line-height:2rem;
	margin-bottom:2rem;
}

.content img {
	max-width:120%;
	width:120%;
	margin-left:-10%;
}

.content h3 {
	font-size:1.5rem;
}

.content h3, 
.content h4,
.content h5 {
	text-transform: uppercase;
	color:#000000;
	margin-bottom:.5rem;
}

.content a {
	color:#a60c0f;
}

.content a:hover {
	color:#000000;
}



/* ==============================================================================
	SINGLE // DEFAULT
============================================================================= */
.single-content {
	padding:5rem 0;
}

.single-content-top-row .box-md-3,
.single-content-top-row .box-md-9 {
	margin-bottom:0;
}

.single-content .date {
	font-size:.875rem;
	color:#000000;
	margin-bottom:2.5rem;
	font-weight:300;
	display: block;
}

.single-content p,
.single-content li {
	font-size:1.25rem;
	line-height:2.125rem;
	color:#000000;
	font-weight:300;
}

.single-content p {
	margin-bottom:2.5rem;
}

.single-content p:first-of-type {
	font-size:1.5rem;
	line-height:2.375rem;
	color:#000000;
	font-weight:400;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5 {
	color:#000000;
	margin-bottom:1rem;
	margin-top:2.5rem;
}

.single-content h1 {
	margin-top:0;
}

.single-content h2:first-child {
	margin-top:0;
}

.single-content figure,
.single-content .wp-block-gallery {
	margin:2.5rem 0;
}

.single-content figure img {
	border-radius:.5rem;
	overflow: hidden;	
}

.single-content figure figcaption {
	font-size:.75rem;
	font-family: 'PT Sans', sans-serif;
	color:#918F90;
	text-align: right;
	font-weight:700;
	padding:.375rem 1rem;
}

.hrs-row {
	padding-top:3.75rem;
	padding-bottom:3.75rem;
	border-top:1px solid #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}

.hrs-row .box-md-6 {
	margin-bottom:0;
}

.related-artikelen {
	margin-top:-1.5rem;
}

.related-artikelen .article-card {
	margin:0;
}

.no-margin-row .box-md-6 {
	margin-bottom:0;
}

.single-content span.tag {
	margin-top:1rem;
	margin-right:.625rem;
	transition:all .25s ease-in-out;
}

.single-content span.tag:hover {
	box-shadow:.25rem .25rem .5rem rgba(0,0,0,.15);
}

.sharing {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:1rem;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

.sharing a {
	width: 3.375rem;
    height: 3.375rem;
    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;
    background: #35A8E0;
    border-radius: .25rem;
    font-size: 1.125rem;
    margin-right:.625rem;
    color: #ffffff;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;	
}

.sharing a:hover {
	box-shadow:.25rem .25rem .5rem rgba(0,0,0,.15);
}

.socials__list {
	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;
	-webkit-column-count: 1;
    -webkit-column-gap: 0;
    list-style: none;
    margin:0;
    padding:0;
    
}

.socials__list li {
	margin-right:.625rem;
}

.socials__list li a {
	width:3.375rem;
	height:3.375rem;
	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;
	background:#35A8E0;
	border-radius:.25rem;
	font-size:1.125rem;
	color:#ffffff;
}



/* COPYRIGHT */
.copyright {
	position: relative;
	padding:0 0 1rem 0;
}

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

.copyright p span a {
	display:inline;
	margin:0 0 0 3.125rem;
	background:none !important;
	text-shadow: none !important;
}


.copyright p {
	color:#000000;
	font-size:.875rem;
}

.copyright p span a:hover {
	color:#FF0000;
}

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


/* ==============================================================================
	GRAVITY FORMS
============================================================================= */
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	position: relative;
	height:3.375rem;
	font-family: 'PT sans', sans-serif;
	font-size:1.125rem;
	font-weight:700;
	line-height:3.375rem;
	border-radius:.25rem;
	padding:0 1.5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	outline:none;
	border:none;
	color:#ffffff;
	background:#FF0000;
	-webkit-appearance: none;
	-webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:hover {
	background:#000000;
}

.gform_wrapper label a {
	display: inline !important;
}

.gform_wrapper {

}

.gform_heading {

}

.gform_body {

}

.gform_body label {
	width:100%;
	-webkit-box-flex:0;
	    -ms-flex:0 0 100%;
	        flex:0 0 100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
	font-weight:700;
	font-size:1rem;
}

.gform_footer {
	margin-top:1.5rem;
	display: flex;
	justify-content: flex-start;
}

.gform_footer .gform_button {	
	border:none;
}

.gform_title {

}

.gform_fields {
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	list-style:none;
	margin:0;
	padding:0;
}

.gform_fields .gfield {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	list-style:none;
	margin:0 0 1.25rem 0;
}

.gform_fields .gfield.half {
	-webkit-box-flex:0;
	    -ms-flex:0 0 49%;
	        flex:0 0 49%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}

input::placeholder,
textarea::placeholder {
	font-family:'Roboto', sans-serif;
	font-size:1rem;
	color:#616161;
}


input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	font-family:'Roboto', sans-serif;
	width:100%;
	height:3rem;
	padding:0 1rem;
	line-height:3rem;
	background:#ffffff;
	border:1px solid #E0E0E0;
	border-radius:.25rem;
	font-size:1rem;
	color:#616161
}

textarea {
	padding:1rem;
	min-height:8rem;
}

.gform_fields .gfield.gfield_error,
.validation_error {
	padding:1rem 1.5rem;
	margin-bottom:1rem;
	font-size:.875rem;
	border:1px dashed #e22424;
	text-align:left;
	line-height: 1.25rem;
}

.validation_error {
	background:#e22424;
	color:#ffffff;
}

.gform_wrapper .validation_message {
	font-size:.625rem;
	font-style: italic;
	color:#e22424;
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li {
	position: relative;
	display:inline-flex;
	align-items:flex-start;
	justify-content: flex-start;
	margin: .25rem 0;
	width:auto;
	height:1.25rem;
	line-height:1.25rem;
	border:none;
	outline:none;
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:checked,
.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:checked + label,
.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:not(:checked) + label {
	position:relative;
	border:none;
	width:100%;
	height:100%;
	min-height:1.25rem;
	color:#000000;
    padding-left: 1.625rem;
    padding-right:0;
    cursor: pointer;
    display: flex;
    align-items:center;
    font-size:.875rem;
    line-height:.875rem;
    font-weight: 400;
    opacity:.65;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;    
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:not(:checked) + label:hover {
	opacity:1;
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:checked + label {
	opacity:1;
	border: none;
	box-shadow: none;
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:checked + label:before,
.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1rem;
    height: 1rem;
	border-radius: .125rem;
	background: #ffffff;
	border:1px solid #D3D3D3;
	transform:translate(0%, -50%);    
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:checked + label:after,
.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 1rem;
    height: 1rem;
    background: #FE0000;
    position: absolute;
    left:0;
    top:50%;;
    border-radius:.125rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
	background:url(media/images/icon-check.svg) no-repeat center center #35A8E0;
    opacity: 0;
    -webkit-transform:translate(0%, -50%) scale(0);
    transform:translate(0%, -50%) scale(0);	  	
}

.gform_fields .gfield .ginput_container .gfield_checkbox > li input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform:translate(0%, -50%) scale(1);
    transform:translate(0%, -50%) scale(1);
}


.gform_hidden {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	background:url(media/images/icon-select.png) no-repeat right 1rem center;
	background-size:.75rem auto;
	margin:.125rem 0;
}

textarea {
	padding:1rem;
	min-height:8rem;
}





/* ==============================================================================
	BUTTONS
============================================================================= */
.button {
	position:relative;
	display:inline-block;
	height:3.25rem;
	line-height:3.25rem;
	text-align: center;
	font-size:1rem;
	border-radius:.5rem;
	padding:0 2.5rem;
	font-family: 'PT Sans', sans-serif;
	font-weight:600;
	text-decoration: none;
	cursor:pointer;
	z-index:2;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;     
	transition: all 0.25s ease-in-out;
	margin-top:1rem;
}

.button.yellow {
	background:#FFFF00;
	color:#000000;
}

.button.red,
.button.yellow:hover {
	background:#FF0000;
	color:#ffffff;
}

.button.red:hover {
	background:#000000;
}

.button.disabled {
	pointer-events: none;
	opacity:.75;
}

.link.red {
	color:#FF0000;
	font-family: 'PT Sans', sans-serif;
	font-weight:800;
	margin-top:1.5rem;
	font-size:1rem;	
}



/* ==============================================================================
	MEDIA QUERIES
============================================================================= */
@media all and (max-width: 64em) {
	
	#navigation {
		padding-left: 1rem;
		padding-right: 1rem;
		z-index:99999;
	}
	
	header {
		height:42rem;
	}

}



@media all and (max-width: 48em) {
	#navigation {
		top:0;
		height:auto;
		padding:1rem 0;
	}
	
	#navigation .logo,
	#navigation .logo img {
		height:2rem;
	}
	
	.button-primary.small {
		height:2.125rem;
		line-height:2.125rem;
		padding:0 .625rem;
		font-size:.75rem;
	}
	
	.menu-icon {
		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;
		cursor: pointer;
		margin-left:1rem;
	}
	
	.menu-icon .navbar-toggle {
		width:1.5rem;
		height:1.5rem;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:start;
		    -ms-flex-align:start;
		        align-items:flex-start;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    -webkit-transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    -o-transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
		outline:none;
		-webkit-appearance: none;
		border:0;
		margin:0;
		padding:0;
		background:transparent;
		z-index:99999;
	}
	
	.menu-icon .navbar-toggle:focus,
	.menu-icon .navbar-toggle:active {
		outline:none;
		background:transparent;
	}
	
	.navbar-toggle .icon-bar {
		display:block;
		border-radius:.125rem;
		height:.125rem;
		width:1.5rem;
		background:#FFFFFF;
	    -webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
	    -webkit-transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    -o-transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    transition: all 0.25s 0s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    outline:none;
	}
	
	.navbar-toggle.active .icon-bar {
	    -webkit-transition: all 0.25s 0.25s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    -o-transition: all 0.25s 0.25s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    transition: all 0.25s 0.25s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	}
		
	.nav-open .navbar-toggle.active span.icon-bar.bar-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.active span.icon-bar.bar-2 { 
		-webkit-transform:translate(200%, 0); 
		    -ms-transform:translate(200%, 0); 
		        transform:translate(200%, 0);
		opacity:0;
	}
	
	.nav-open .navbar-toggle.active span.icon-bar.bar-3 { 
		-webkit-transform: translate(0, -8px) rotate(-45deg); 
		-ms-transform: translate(0, -8px) rotate(-45deg); 
		    transform: translate(0, -8px) rotate(-45deg); 
	}
	
	nav.header-nav {
		opacity:0;
		visibility:hidden;
	    -webkit-transform: translate(0, 50%);
	        -ms-transform: translate(0, 50%);
	            transform: translate(0, 50%);
	    background:#000000;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;
		display:flex;
		align-items:center;
		justify-content: center;
		padding:2rem;
		z-index:-1;
	    -webkit-transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    -o-transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	    transition: all 0.5s .2s cubic-bezier(0.76, 0.17, 0.27, 0.88);
	}
		
	.nav-open nav.header-nav {
		opacity:1;
		visibility:visible;
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
	}
	
	nav ul li div {
		justify-content: center;
	}
	
	
	/* MAIN NAVIGATION - FIRST LEVEL*/	
	nav.header-nav ul {
		width:50%;
	}
	
	nav.header-nav ul li > ul {
		width:10%;
		z-index:99999;
		background:transparent;
		margin-top:2rem;
	}
	
	nav.header-nav ul li {
		width:100%;
		display:block;
		margin:.5rem 0;
		text-align:center;
	}
	
	nav.header-nav ul li:last-child {
		border-bottom:0;
	}
	
	.menu__item--sub-open button {
		-webkit-transform:scaleY(-1);
		    -ms-transform:scaleY(-1);
		        transform:scaleY(-1);
	}

	nav.header-nav ul li a {
		width:auto;

	}
	
	nav.header-nav ul li:hover a,
	nav.header-nav ul li.current-menu-item a {
	}
	
	
	/* MAIN NAVIGATION - SECOND LEVEL*/
	nav.header-nav ul li > ul {
		visibility:hidden;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-transition: all 0.25s ease-in-out;
	    -o-transition: all 0.25s ease-in-out;
	    transition: all 0.25s ease-in-out;
	   	display:none;
	}
	
	nav.header-nav ul li.menu__item--sub-open > .menu--sub {
		visibility: visible;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		opacity:1;
		width:100%;
		max-width:100%;
		margin:0 0 2rem 0;
		padding:0;
		height:auto;
		position:relative;
		border:none;
		left:auto;
		top:auto;
	}
	
	nav.header-nav ul .menu__item--sub-open > .menu--sub li {
		border-bottom:0;
	}

	.socials__list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.socials__list li {
		margin-bottom:.625rem;
	}
	
	.layout-hero.hero--rounded::before {
		background-size:auto 12.5rem;
	}
	
	.hero--scroll {
		display: none;
	}
	
	
	/* INTRO */
	.layout-intro {
		overflow: hidden;
	}
	
	.layout.layout-intro.padding-top {
    	padding-top: 6.25rem;
	}	
	
	.layout.layout-intro.padding-bottom {
	    padding-bottom: 6.25rem;
	}
	
	.intro-image-1 {
		top:3.125rem;
	    width: 9.375rem;
		height: 9.375rem;
		border-radius:9.375rem;
	    -webkit-transform: translate(-40%, 0%);
	        -ms-transform: translate(-40%, 0%);
	            transform: translate(-40%, 0%);
	}
	
	.intro-image-2 {
		top:3.125rem;
		width: 6.25rem;
	    height: 6.25rem;
	    border-radius: 6.25rem;
	    -webkit-transform: translate(10%,120%);
	        -ms-transform: translate(10%,120%);
	            transform: translate(10%,120%);
	}
	
	.intro-image-3 {
		top:3.125rem;
		width: 6.25rem;
	    height: 6.25rem;
	    border-radius: 6.25rem;		    
   	    -webkit-transform: translate(20%,120%);		    
   	        -ms-transform: translate(20%,120%);		    
   	            transform: translate(20%,120%);
	}
	
	.layout-blokken-content {
		margin-bottom:3.75rem;
	}
	
	.layout-blokken .layout-blok-content h3 {
		max-width:80%;
	}
	
	.layout-cta h2 {
		max-width:90%;
		margin:0 5%;
	}

	.single-post .arrow-vorige {
		margin-left:3.75rem;
	}
	
	.single-content figure, .single-content .wp-block-gallery {
	    margin: 2.5rem 0;
	    width: 100%;
	    transform: none;
	}
	
	.layout.left-right .image {
		margin-top:2.5rem;
	}
	
	.layout-contact h2 {
		max-width: 100%;
	}
	
	.layout-contact .contact-link a p {
		font-size:1.125rem;
	}
	
	.layout-hero.hero--rounded::before {
		height:101%;
	}
	
	.table-heading {
		top: 4.75rem;
	}
	
	.table-heading h4 {
		font-size:1.125rem;
	}
	
	.table-heading .box-sm-3 {
		text-align:center;
	}
	
	.agenda__item .agenda__info a h4,
	.agenda__item .agenda__tickets h4,
	.agenda__item .agenda__details h5 {
	    font-size: 1.125rem;
	    max-width: 100%;
	    line-height: 1.75rem;
	}
	
	.agenda__item .agenda__info p {
    	max-width: 100%;
    }
	
	.agenda__item .agenda__tickets {
		text-align:center;
	}
	
	.agenda__item .agenda__tickets .button {
		margin-bottom:0;
		margin-top:.5rem;
	}

    .button {
		min-width: 8.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		padding:0 1rem;
    }

	footer #menu-footer-social {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	footer #menu-footer-social li {
		margin-bottom:1rem;
	}
	
	.single-agenda h1 {
		margin-left:0;
		margin-top:0;
	}
	
	.content img {
		max-width:100%;
		width:100%;
		margin:0;
	}
	
	.single__details {
		padding:2rem 1rem;
		left:0;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	
	.single__details-item {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	
	
	h1 {
	    font-size: 2.5rem;
	    line-height: 3.25rem;
    }
    
    .header__agenda {
	    right: 1rem;
	    bottom: -2rem;
	}
	
	.header__agenda-item .agenda__details h6 {
	    line-height: 1.375rem;
	    font-size: 1.125rem;
    }
    
    #agenda .button {
	    margin-top: 0;
	    font-size: .875rem;
	    padding: 0;
	}
	
	#agenda .button.red {
		padding:0 1rem;
		margin-top:3.125rem;
	}
	
	footer .box-sm-5 {
		margin-top:1.5rem;
	}
	
	.layout.padding-bottom {
	    padding-bottom: 3.75rem;
	}
	
	.layout.padding-top {
	    padding-top: 3.75rem;
	}
	
}


@media screen and (max-width: 30em), screen and (max-width: 48em) and (orientation: landscape) {
		
	h1 {
	    font-size: 1.5rem;
	    line-height: 2.25rem;
	    max-width:100%;
	    text-align:left;
	    margin:0;
	}
	
	#navigation,
	#navigation.scroll {
		height:4rem !important;
	}
	
	header {
		min-height:100%;
		height:auto;
	}

	.header__agenda {
	    position: relative;
	    right: auto;
	    bottom: auto;
	    width: 100%;
	    height: auto;
	}
	
	.intro-image {
		display: none;
	}
	
	#informatie {
	    padding: 5rem 0;
	}
	
	h2 {
		font-size:1.25rem;
		line-height:2rem;
	}

	#agenda {
		padding:3.125rem 0 0 0;
	}
	
	#agenda h3 {
		margin-bottom:0;
	}
	
	.agenda__item .mobile-date {
		-webkit-box-flex:0;
		    -ms-flex:0 0 20%;
		        flex:0 0 20%;
		max-width:20%;
	}
	
	.agenda__item .mobile-info {
		-webkit-box-flex:0;
		    -ms-flex:0 0 80%;
		        flex:0 0 80%;
		max-width:80%;
		padding-left:1.5rem;
	}
	
	.agenda__item .agenda__datetime {
		width:4rem;
	}
	
	.agenda__item .agenda__date {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 4rem;
	            flex: 0 0 4rem;
	    width: 4rem;
	    height: 4rem;
    }
    
    .agenda__item .agenda__date span.day {
    	font-size: 1.75rem;
    }
    
    .agenda__item .agenda__date span.month {
	    font-size:.875rem;
    }
    
    .agenda__item .time {
	    font-size:.625rem;
    }
    
    .agenda__item .agenda__info a h4, 
    .agenda__item .agenda__tickets h4, 
    .agenda__item .agenda__details h5 {
	    font-size: 1rem;
	    line-height: 1.375rem;
	}
	
	.agenda__item .agenda__info a h4 {
		margin-bottom:.5rem;
	}
	
	.agenda__item .mobile-details {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 30%;
	    flex: 0 0 30%;
	    max-width: 30%;
	    margin-left: 20%;
	    padding-left: 1.5rem;
	    margin-top: 1rem;
	}
	
	.agenda__item .mobile-details.mobile-price {
		margin-left:0;
	}
	
	.agenda__item .mobile-tickets {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 80%;
		        flex: 0 0 80%;
		max-width: 80%;
		margin-left: 20%;
		padding-left:1.5rem;		
		margin-top:1rem;	
	}
	
	.agenda__item .mobile-tickets .agenda__tickets {
		text-align:left;
	}
	
	.button {
		min-width:7rem;
		margin-right:.5rem;
	}
	    
    footer {
	    padding:5rem 0;
    }
    
    footer .box-md-3 {
	    margin-bottom:3.125rem;
    }
    
    footer .box-md-3:last-child {
	    margin-bottom:0;
    }
    
    footer #menu-footer-social {
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: row;
	            flex-direction: row;
    }
    
    .single-agenda header img {
	    max-width:18rem;
	    margin:0 auto;
    }
    
    .single__details {
	    position: relative;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    padding:1rem;
	    -webkit-transform:translate(0, 25%);
	        -ms-transform:translate(0, 25%);
	            transform:translate(0, 25%);
    }
    
    .single__details-item {
	    -webkit-box-flex:0;
	        -ms-flex:0 0 100%;
	            flex:0 0 100%;
	    max-width:100%;
    }
    
    .single__details-item:nth-child(2) {
	    margin:1rem 0;
    }
    
    .single__details a {
	    width:100%;
    }
    
    .single-agenda .header-content {
	    margin-top:0;
    }
    
    .single-agenda h1 {
	    font-size:1.5rem;
	    line-height:2rem;
    }
    
    .single-agenda h2 {
	    font-size:1.25rem;
	    text-align: center;
    }
    
    .single-agenda header .button {
		margin: 0 auto;
		display: block;
    }
    
	.content {
	    padding: 7.5rem 0 6.25rem 0;
	}
	
	.button.black {
		padding:0 1rem;
		margin-left:0;
	}
	
	.single-agenda footer {
		padding-top:0;
	}
    
	.layout-hero.hero--large {
	    height: auto;
	    padding-top: 7.5rem;
	}
	
	p, li {
	    font-size: 1.25rem;
	    line-height: 2rem;
	}
	
	.layout-intro p {
    	line-height: 2.25rem;
	}
	
	#agenda {
		padding-bottom:6.25rem;
	}
	
	.article-card {
		margin:1rem 0;
	}
	
	.article-card .article-card__content h5 {
		min-height:0;
	}
	
	footer h4 {
	    margin-bottom: 1rem;
	    margin-top:1rem;
	    min-height: 0;
	}
	
	.copyright .right {
		text-align: left;
	}
	
	.copyright p span a {
	    display: block;
	    margin: 0;
    }
    
    nav.header-nav ul {
	    width: 100%;
	}

}