/* ********************
Set root URL for LESS compiling
-------------------- */
/* ********************
Imports
******************** */
/* ********************
Browser 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,
figure,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* ********************
Float & Align
******************** */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* ********************
Grid
******************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
}
.grid:after,
.clear:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/* ********************
Columns
******************** */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* ********************
Mixins
******************** */
/* ****************************************
Flexbox
**************************************** */
.flex-row {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* ********************
Columns
******************** */
[class*="flex-col"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.flex-col-1-1 {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
}
.flex-col-1-2 {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
}
.flex-col-1-3 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  max-width: 33.33333%;
}
.flex-col-2-3 {
  -webkit-flex-basis: 66.66665999999999%;
  -ms-flex-basis: 66.66665999999999%;
  flex-basis: 66.66665999999999%;
  -ms-flex-preferred-size: 66.66665999999999%;
  max-width: 66.66665999999999%;
}
.flex-col-1-4 {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}
.flex-col-3-4 {
  -webkit-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  max-width: 75%;
}
.flex-col-1-5 {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
}
.flex-col-2-5 {
  -webkit-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  max-width: 40%;
}
.flex-col-3-5 {
  -webkit-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  max-width: 60%;
}
.flex-col-4-5 {
  -webkit-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  max-width: 80%;
}
.flex-col-1-6 {
  -webkit-flex-basis: 16.66666%;
  -ms-flex-basis: 16.66666%;
  flex-basis: 16.66666%;
  -ms-flex-preferred-size: 16.66666%;
  max-width: 16.66666%;
}
.flex-col-1-8 {
  -webkit-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  max-width: 12.5%;
}
.flex-col-1-12 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  max-width: 8.33333%;
}
.flex-col-5-12 {
  -webkit-flex-basis: 41.66666%;
  -ms-flex-basis: 41.66666%;
  flex-basis: 41.66666%;
  -ms-flex-preferred-size: 41.66666%;
  max-width: 41.66666%;
}
/* ********************
Align
******************** */
.align-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.align-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.align-stretch {
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
/* ********************
Align self
******************** */
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-self-grow {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
/* ********************
Flexbox mixins
******************** */
@font-face {
  font-family: 'NewRailAlphabet-Bold';
  src: url('/wp-content/themes/onderderadar/static/fonts/NewRailAlphabet-Bold.eot');
  src: url('/wp-content/themes/onderderadar/static/fonts/NewRailAlphabet-Bold?#iefix') format('embedded-opentype'), url('/wp-content/themes/onderderadar/static/fonts/NewRailAlphabet-Bold.woff') format('woff'), url('/wp-content/themes/onderderadar/static/fonts/NewRailAlphabet-Bold.ttf') format('truetype'), url('/wp-content/themes/onderderadar/static/fonts/NewRailAlphabet-Bold.svg#newrail') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
    font-family: 'DenseW01 Bold';
    src: url('@{base-url}/fonts/DenseW01-Bold.woff2') format('woff2'),
        url('@{base-url}/fonts/DenseW01-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dense Bold';
    src: url('@{base-url}/fonts/Dense-Bold.woff2') format('woff2'),
        url('@{base-url}/fonts/Dense-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dense';
    src: url('@{base-url}/fonts/Dense-Regular.woff2') format('woff2'),
        url('@{base-url}/fonts/Dense-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'apex_newheavy';
  src: url('/wp-content/themes/onderderadar/static/fonts/apexnew-heavy-webfont.woff2') format('woff2'), url('/wp-content/themes/onderderadar/static/fonts/apexnew-heavy-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* ********************
=Tablepress
******************** */
.tablepress {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.3px;
  color: #4a4a4a;
}
.tablepress p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.3px;
  color: #4a4a4a;
}
.tablepress a {
  color: #29242a;
  text-decoration: underline;
}
.tablepress a:hover {
  color: #29242a;
}
.tablepress strong {
  color: black;
}
@media only screen and (max-width: 640px) {
  .tablepress {
    display: block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.button.button--black {
  border: solid 1px #010101;
  position: relative;
  display: inline-block;
  font-family: 'apex_newheavy';
  text-transform: uppercase;
  font-size: 18px;
  color: white !important;
  background: #010101;
  padding: 14px 16px 10px;
  text-decoration: none !important;
  margin: 0 10px 0 0;
}
.button.button--black-outline {
  background-color: transparent;
  color: #010101 !important;
}
/* ********************
Editor
******************** */
.editor {
  /* ---------------
	Heading
	--------------- */
  /* ---------------
	Paragraph
	--------------- */
  /* ---------------
	Unordered list
	--------------- */
  /* ---------------
	Ordered list
	--------------- */
  /* ---------------
	Blockqoute
	--------------- */
}
.editor.default-page h2,
.editor.default-page h3,
.editor.default-page h4,
.editor.default-page h5,
.editor.default-page h6 {
  display: inline-block;
  margin-bottom: 16px;
  margin-top: 10px;
}
.editor.default-page ul li,
.editor.default-page ol li {
  color: #29242a;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  text-transform: uppercase;
}
article.article .editor h1,
article.article .editor h2,
article.article .editor h3,
article.article .editor h4,
article.article .editor h5,
article.article .editor h6 {
  text-transform: none;
  color: #4A4A4A;
  margin-bottom: 8px;
}
article.article .editor h1 {
  font-size: 22px;
}
article.article .editor h2 {
  font-size: 22px;
}
article.article .editor h3 {
  font-size: 22px;
}
article.article .editor h4 {
  font-size: 20px;
}
article.article .editor h5 {
  font-size: 18px;
}
article.article .editor h6 {
  font-size: 17px;
}
.editor a {
  text-decoration: underline;
}
.editor p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.3px;
  color: black;
  margin-bottom: 20px;
}
.editor p a {
  color: #010101;
}
.editor p a:hover {
  color: #29242a;
}
.editor p iframe {
  width: 100%;
  height: 321px;
}
.editor ul {
  margin-bottom: 20px;
}
.editor ul li {
  position: relative;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.3px;
  color: #4A4A4A;
  padding-left: 15px;
}
.editor ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #010101;
  content: "";
}
.editor ul li a {
  color: #010101;
}
.editor ul li a:hover {
  color: #29242a;
}
.editor ol {
  counter-reset: li-counter;
  margin-bottom: 20px;
}
.editor ol li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.3px;
  color: #29242a;
  padding-left: 20px;
}
.editor ol li a {
  color: #010101;
}
.editor ol li a:hover {
  color: #29242a;
}
.editor ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.3px;
  color: #010101;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .editor p iframe {
    height: 200px;
  }
}
.editor.sidebar,
.editor.wide {
  /* ---------------
		Heading
		--------------- */
  /* ---------------
		Paragraph
		--------------- */
}
.editor.sidebar h1,
.editor.wide h1,
.editor.sidebar h2,
.editor.wide h2,
.editor.sidebar h3,
.editor.wide h3,
.editor.sidebar h4,
.editor.wide h4,
.editor.sidebar h5,
.editor.wide h5,
.editor.sidebar h6,
.editor.wide h6 {
  color: #29242a;
  margin-bottom: 17px;
}
.editor.sidebar h1.content-title,
.editor.wide h1.content-title,
.editor.sidebar h2.content-title,
.editor.wide h2.content-title,
.editor.sidebar h3.content-title,
.editor.wide h3.content-title,
.editor.sidebar h4.content-title,
.editor.wide h4.content-title,
.editor.sidebar h5.content-title,
.editor.wide h5.content-title,
.editor.sidebar h6.content-title,
.editor.wide h6.content-title {
  position: relative;
  display: inline-block;
  font-size: 90px;
  line-height: 1;
  color: #29242a;
  margin-bottom: 65px;
}
.editor.sidebar h1.content-title:after,
.editor.wide h1.content-title:after,
.editor.sidebar h2.content-title:after,
.editor.wide h2.content-title:after,
.editor.sidebar h3.content-title:after,
.editor.wide h3.content-title:after,
.editor.sidebar h4.content-title:after,
.editor.wide h4.content-title:after,
.editor.sidebar h5.content-title:after,
.editor.wide h5.content-title:after,
.editor.sidebar h6.content-title:after,
.editor.wide h6.content-title:after {
  position: absolute;
  width: 90px;
  height: 58px;
  top: 3px;
  right: -106px;
  content: "";
  /* background: url('@{base-url}/images/title-after.png') left top / 90px no-repeat; */
}
.editor.sidebar h1,
.editor.wide h1 {
  font-size: 28px;
}
.editor.sidebar h2,
.editor.wide h2 {
  font-size: 28px;
}
.editor.sidebar h3,
.editor.wide h3 {
  font-size: 24px;
}
.editor.sidebar h4,
.editor.wide h4 {
  font-size: 16px;
}
.editor.sidebar h5,
.editor.wide h5 {
  font-size: 16px;
}
.editor.sidebar h6,
.editor.wide h6 {
  font-size: 16px;
}
.editor.sidebar p,
.editor.wide p {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.5px;
  color: #29242a;
  margin-bottom: 27px;
}
.editor.sidebar p a,
.editor.wide p a {
  color: #29242a;
}
.editor.sidebar p a:hover,
.editor.wide p a:hover {
  color: #29242a;
}
.editor.sidebar ul li,
.editor.wide ul li {
  font-size: 18px;
  color: #29242a;
  margin-bottom: 10px;
}
.editor.sidebar ol li,
.editor.wide ol li {
  font-size: 18px;
  color: #29242a;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1340px) {
  .editor.sidebar h1.content-title,
  .editor.wide h1.content-title,
  .editor.sidebar h2.content-title,
  .editor.wide h2.content-title,
  .editor.sidebar h3.content-title,
  .editor.wide h3.content-title,
  .editor.sidebar h4.content-title,
  .editor.wide h4.content-title,
  .editor.sidebar h5.content-title,
  .editor.wide h5.content-title,
  .editor.sidebar h6.content-title,
  .editor.wide h6.content-title {
    font-size: 60px;
    margin-bottom: 45px;
  }
  .editor.sidebar h1.content-title:after,
  .editor.wide h1.content-title:after,
  .editor.sidebar h2.content-title:after,
  .editor.wide h2.content-title:after,
  .editor.sidebar h3.content-title:after,
  .editor.wide h3.content-title:after,
  .editor.sidebar h4.content-title:after,
  .editor.wide h4.content-title:after,
  .editor.sidebar h5.content-title:after,
  .editor.wide h5.content-title:after,
  .editor.sidebar h6.content-title:after,
  .editor.wide h6.content-title:after {
    top: -4px;
    right: -90px;
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 480px) {
  .editor.sidebar h1.content-title,
  .editor.wide h1.content-title,
  .editor.sidebar h2.content-title,
  .editor.wide h2.content-title,
  .editor.sidebar h3.content-title,
  .editor.wide h3.content-title,
  .editor.sidebar h4.content-title,
  .editor.wide h4.content-title,
  .editor.sidebar h5.content-title,
  .editor.wide h5.content-title,
  .editor.sidebar h6.content-title,
  .editor.wide h6.content-title {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .editor.sidebar h1.content-title:after,
  .editor.wide h1.content-title:after,
  .editor.sidebar h2.content-title:after,
  .editor.wide h2.content-title:after,
  .editor.sidebar h3.content-title:after,
  .editor.wide h3.content-title:after,
  .editor.sidebar h4.content-title:after,
  .editor.wide h4.content-title:after,
  .editor.sidebar h5.content-title:after,
  .editor.wide h5.content-title:after,
  .editor.sidebar h6.content-title:after,
  .editor.wide h6.content-title:after {
    top: -13px;
    right: -78px;
    transform: scale(0.5);
  }
  .editor.sidebar p,
  .editor.wide p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* ********************
Colors
******************** */
/* ********************
General
******************** */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
.base-grid {
  position: relative;
  text-align: left !important;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}
.base-grid--default {
  max-width: 1200px;
}
.base-grid.medium {
  max-width: 970px;
}
@media only screen and (max-width: 640px) {
  .base-grid {
    padding: 0 10px;
  }
}
.newrailbold {
  font-family: 'NewRailAlphabet-Bold', sans-serif;
  font-weight: 400;
}
.dense {
  font-family: 'apex_newheavy';
}
/*
.dense							{ font-family: 'Dense Bold'; }
.dense							{ font-family: 'Dense'; }
*/
img {
  max-width: 100%;
  height: auto;
  /* max-height: 100%; */
}
body {
  font-family: 'NewRailAlphabet-Bold', sans-serif;
  font-weight: 400;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'apex_newheavy';
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li {
  color: #29242a;
}
body a {
  text-decoration: none;
}
body:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
body.dark:after {
  opacity: 1;
  visibility: visible;
}
body p,
body a,
body ul li,
body ol li,
body button,
body span {
  font-family: 'NewRailAlphabet-Bold', sans-serif;
  font-weight: 400;
}
body button {
  appearance: none;
  font-family: 'apex_newheavy';
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
body button.ghost {
  text-align: center !important;
  display: inline-block;
  font-size: 24px;
  color: #29242a;
  padding: 17px 12px 12px;
  text-transform: uppercase;
  background: none;
  border: 2px solid #29242a;
  transition: all .3s ease;
}
body button.ghost:hover {
  background: #29242a;
  color: #29242a;
}
body .page-wrapper.mobile p {
  font-weight: 400;
}
body .article-container.mobile p {
  font-weight: 400;
}
@media only screen and (max-device-width: 1280px) {
  body:before {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-image: url('/wp-content/themes/onderderadar/static/images/ODR-achtergrond-2023.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.section {
  position: relative;
}
/* ********************
=Header
******************** */
.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}
.header:before {
  position: absolute;
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 150px;
  content: "";
  pointer-events: none;
}
.header .logo {
  display: inline-block;
  float: left;
  position: relative;
  padding-top: 34px;
}
.header .logo span {
  display: none;
}
.header .logo a {
  display: inline-block;
}
.header .logo a svg {
  width: 120px;
  transform: scale(1);
  transform-origin: left top;
  transition: transform .4s ease;
}
.header .logo a img {
  width: 120px;
  transform: scale(1);
  transform-origin: left top;
  transition: transform .4s ease;
}
.header .main-nav {
  float: left;
  padding-left: 246px;
}
.header .main-nav ul li {
  display: inline-block;
}
.header .main-nav ul li a {
  display: inline-block;
  font-family: 'apex_newheavy';
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  padding: 35px 24px;
}
.header .main-nav ul li a:hover {
  opacity: .4;
}
.header .mobile-nav-toggle {
  display: none;
}
.header .wpml-ls {
  float: right;
  width: auto;
  padding-top: 22px;
}
.header .wpml-ls ul {
  border: 0;
}
.header .wpml-ls ul li {
  border: 0;
}
.header .wpml-ls ul li a {
  position: relative;
  width: 32px;
  height: 40px;
  padding: 0;
  background: none !important;
  border: 0;
}
.header .wpml-ls ul li a:before {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 8px;
  background: url('/wp-content/themes/onderderadar/static/images/flags/nlv2.svg') center center / 24px no-repeat;
  border-radius: 50%;
  content: "";
}
.header .wpml-ls ul li a:after {
  display: none;
}
.header .wpml-ls ul li a img {
  display: none;
}
.header .wpml-ls ul > li.wpml-ls-item-de a:before {
  background: url('/wp-content/themes/onderderadar/static/images/flags/de.svg') center center / 24px no-repeat;
}
.header .wpml-ls ul > li.wpml-ls-item-nl a:before {
  background: url('/wp-content/themes/onderderadar/static/images/flags/nlv2.svg') center center / 24px no-repeat;
}
.header .wpml-ls ul > li.wpml-ls-item-en a:before {
  background: url('/wp-content/themes/onderderadar/static/images/flags/gb.svg') center center / 24px no-repeat;
}
.header .wpml-ls ul > li > .wpml-ls-sub-menu li.wpml-ls-item-de a:before {
  background: url('/wp-content/themes/onderderadar/static/images/flags/de.svg') center center / 24px no-repeat;
}
.header .wpml-ls ul > li > .wpml-ls-sub-menu li.wpml-ls-item-nl a:before {
  background: url('/wp-content/themes/onderderadar/static/images/flags/nlv2.svg') center center / 24px no-repeat;
}
.header .wpml-ls ul > li > .wpml-ls-sub-menu li.wpml-ls-item-en a:before {
  background: url('/wp-content/themes/onderderadar/static/images/flags/gb.svg') center center / 24px no-repeat;
}
.header.small .logo a svg {
  transform: scale(0.6);
}
.header.small .logo a img {
  transform: scale(0.6);
}
@media only screen and (max-width: 1316px) {
  .header .main-nav {
    float: right;
    padding-left: 0;
  }
  .header .main-nav ul li a {
    padding: 35px 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .logo a svg {
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 960px) {
  .header .logo {
    padding-top: 20px;
  }
  .header .mobile-nav-toggle {
    position: relative;
    display: block;
    float: right;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 7px 5px 0 0;
  }
  .header .mobile-nav-toggle > .toggle {
    position: absolute;
    width: 32px;
    height: 22px;
    left: 9px;
    top: 12px;
  }
  .header .mobile-nav-toggle > .toggle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: white;
    content: "";
    transition: all .2s ease;
  }
  .header .mobile-nav-toggle > .toggle:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    max-width: 50%;
    height: 3px;
    background: white;
    content: "";
    transition: all .2s ease;
  }
  .header .mobile-nav-toggle > .toggle > span {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 3px;
    background: white;
    opacity: 1;
    transition: opacity .2s ease;
  }
  .header .mobile-nav-toggle.open > .toggle:before {
    top: 9px;
    transform: rotate(45deg);
  }
  .header .mobile-nav-toggle.open > .toggle:after {
    bottom: 10px;
    max-width: 100%;
    transform: rotate(-45deg);
    /* transition: max-width .2s ease, transform .2s ease; */
  }
  .header .mobile-nav-toggle.open > .toggle span {
    opacity: 0;
  }
  .header .main-nav {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
  }
  .header .main-nav ul {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .header .main-nav ul li {
    display: flex;
    flex: 1;
    align-items: center;
  }
  .header .main-nav ul li a {
    text-align: center !important;
    width: 100%;
    opacity: 0;
    transform: translateY(-15px);
    transition: all .3s ease;
  }
  .header .main-nav.open {
    opacity: 1;
    visibility: visible;
  }
  .header .main-nav.open ul li a {
    opacity: 1;
    transform: translateY(0);
    transition: all .3s .3s  ease;
  }
  .header .main-nav.open ul li:nth-child(2) a {
    transition: all .3s .37s  ease;
  }
  .header .main-nav.open ul li:nth-child(3) a {
    transition: all .3s .44s  ease;
  }
  .header .main-nav.open ul li:nth-child(4) a {
    transition: all .3s .51s  ease;
  }
  .header .main-nav.open ul li:nth-child(5) a {
    transition: all .3s .58s  ease;
  }
  .header .wpml-ls {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .header:before {
    height: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.7+26,0.6+46,0.5+60,0.12+83,0.04+94,0+100 */
    background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 26%, rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.12) 83%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 26%, rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.12) 83%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.7) 26%, rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.12) 83%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
  }
  .header .logo {
    padding-top: 10px;
  }
  .header .logo a {
    width: 95px;
    height: 52px;
  }
  .header .logo a svg {
    transform: scale(0.45);
  }
  .header.small .logo a svg {
    transform: scale(0.35);
  }
}
.social-container {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.social-container ul {
  display: inline-block;
}
.social-container ul li {
  position: relative;
}
.social-container ul li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #010101;
  border-bottom: 1px solid rgba(37, 37, 37, 0.6);
}
.social-container ul li a:hover {
  background: #000000;
}
.social-container ul li.fb svg {
  position: absolute;
  right: 30%;
  bottom: 0px;
  width: 15px;
  fill: white;
}
.social-container ul li.tw svg {
  position: absolute;
  width: 23px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-container ul li.ig svg {
  position: absolute;
  width: 24px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-container ul li.ig svg g {
  fill: white;
}
.social-container ul li.tt {
  background-color: white;
}
.social-container ul li.tt svg {
  position: absolute;
  fill: white;
  width: 24px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-container ul li.snc svg {
  position: absolute;
  fill: white;
  width: 24px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-container ul li.sc svg {
  position: absolute;
  width: 24px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.social-container ul li:last-child a {
  border-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .social-container {
    top: auto;
    bottom: 0;
    transform: translateY(40px);
    width: 100%;
    transition: transform .3s ease;
  }
  .social-container ul {
    display: block;
    width: 100%;
  }
  .social-container ul li {
    float: left;
    width: 25%;
  }
  .social-container ul li a {
    width: 100%;
    border-right: 1px solid rgba(37, 37, 37, 0.6);
    border-bottom: 0;
  }
  .social-container ul li.fb svg {
    bottom: auto;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .social-container ul li:last-child a {
    border-right: 0;
  }
  .social-container.show {
    transform: translateY(0);
  }
}
/* ********************
=First section
******************** */
.section.first {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background: url('/wp-content/themes/onderderadar/static/images/header-bg.jpg') center center / cover no-repeat;
}
.section.first .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.section.first .video-container video {
  position: fixed;
  top: -10px;
  left: -10px;
  min-width: calc(100% + 20px);
  min-height: calc(100% + 20px);
  width: auto;
  height: auto;
  z-index: 1;
}
.section.first .bottom {
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.section.first .bottom > .base-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section.first .bottom .tickets-link {
  position: relative;
  display: inline-block;
  font-family: 'apex_newheavy';
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  width: 450px;
  background: #010101;
  padding: 14px 16px 10px;
}
.section.first .bottom .tickets-link .arrow {
  overflow: hidden;
  position: absolute;
  width: 54px;
  height: 100%;
  bottom: 0;
  right: 0;
  background: #29242a;
  transform: rotate(-90deg);
}
.section.first .bottom .tickets-link .arrow:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background: url('/wp-content/themes/onderderadar/static/images/icons/arrow-down-white.svg') center center / 20px no-repeat;
  content: "";
  animation: arrow-before 3.6s infinite;
}
.section.first .bottom .tickets-link .arrow .middle {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background: url('/wp-content/themes/onderderadar/static/images/icons/arrow-down-white.svg') center center / 20px no-repeat;
  content: "";
  animation: arrow-middle 3.6s infinite;
}
.section.first .bottom .tickets-link .arrow:after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  background: url('/wp-content/themes/onderderadar/static/images/icons/arrow-down-white.svg') center center / 20px no-repeat;
  content: "";
  animation: arrow-after 3.6s infinite;
}
.section.first .bottom .tickets-link .arrow svg path {
  fill: white;
}
.section.first .bottom .tickets-link:hover {
  background: #141114;
}
.section.first .bottom .general-info {
  margin-bottom: 58px;
  width: 450px;
}
@media only screen and (max-device-width: 1280px) {
  .section.first .video-container video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .section.first .bottom .general-info {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .section.first .video-container .video {
    /* min-height: ~"calc(75vh + 20px)"; max-height: ~"calc(75vh + 20px)"; */
    left: -50%;
    max-height: calc(100% + 120px);
  }
  .section.first .bottom .tickets-link {
    width: 350px;
  }
}
@media only screen and (max-width: 640px) {
  .section.first .video-container .video {
    /* min-height: ~"calc(100vh + 20px)"; max-height: ~"calc(100vh + 20px)"; */
  }
  .section.first .general-info {
    width: 320px;
    margin: -130px 0 0 -160px;
  }
  .section.first .bottom .tickets-link {
    font-size: 18px;
    padding: 10px 44px 6px 10px;
    width: 100%;
  }
  .section.first .bottom .tickets-link .arrow {
    width: 34px;
  }
  .section.first .bottom .general-info {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin-bottom: 60px;
    width: 320px;
  }
}
@media only screen and (max-width: 374px) {
  .section.first .bottom .tickets-link {
    width: 100%;
  }
}
.grid-narrow {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 0 24px;
  z-index: 4;
  margin: -300px auto 120px;
}
@media only screen and (max-width: 767px) {
  .grid-narrow {
    margin: -250px auto 120px;
  }
}
.grid-narrow h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .grid-narrow h1 {
    font-size: 28px;
  }
}
.grid-narrow .single-date {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #29242a;
}
@media only screen and (max-width: 767px) {
  .grid-narrow .single-date {
    font-size: 20px;
  }
}
.grid-narrow h3,
.grid-narrow h4,
.grid-narrow h5,
.grid-narrow h6 {
  margin-bottom: 16px;
}
/* ********************
=Page content section
******************** */
.single .page-wrapper {
  overflow: hidden;
}
.page-content {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-image: url('/wp-content/themes/onderderadar/static/images/ODR-achtergrond-2023.jpg');
  background-size: 100% 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}
.page-content .content-background-container {
  position: absolute;
  z-index: 1;
  min-width: 1500px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*  background: url('@{base-url}/images/content-bg-v1.jpg') top left / 100% repeat-y; */
}
.page-content .content-background-container__single {
  height: calc(100% + 300px);
  margin-top: -300px;
  background-image: url('/wp-content/themes/onderderadar/static/images/ODR-BG-03.png');
}
@media only screen and (max-width: 767px) {
  .page-content .content-background-container__single {
    height: calc(100% + 300px);
    margin-top: -300px;
  }
}
.single .page-content {
  overflow: visible;
  background-image: none !important;
}
.page-content .content-inner {
  position: relative;
  z-index: 2;
}
.page-content .base-grid {
  overflow: hidden;
}
.page-content aside {
  float: left;
  width: 100%;
  max-width: 475px;
}
.page-content aside .sidebar-inner {
  padding-right: 175px;
}
@media only screen and (max-device-width: 1280px) {
  .page-content {
    background: none;
  }
}
@media only screen and (max-width: 1500px) {
  .page-content .content-background-container {
    left: 50%;
    margin-left: -750px;
  }
}
@media only screen and (max-width: 1340px) {
  .page-content aside {
    max-width: 400px;
  }
  .page-content aside .sidebar-inner {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-content aside {
    max-width: 350px;
  }
  .page-content aside .sidebar-inner {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .page-content aside {
    max-width: 100%;
  }
  .page-content aside .sidebar-inner {
    padding-right: 0;
  }
}
.default-title {
  font-size: 60px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .default-title {
    font-size: 28px;
  }
}
/* ********************
=Content section
******************** */
.page-content-inner {
  position: relative;
  z-index: 2;
  padding: 195px 0 135px 0;
}
.page-content-inner--default {
  padding-top: 300px;
}
.page-content-inner#news {
  padding-bottom: 75px;
}
@media only screen and (max-width: 1450px) {
  .page-content-inner {
    padding: 130px 0 40px 0;
  }
  .page-content-inner--default {
    padding-top: 300px;
  }
  .page-content-inner#news {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-content-inner {
    padding: 65px 0 0px 0;
  }
  .page-content-inner--default {
    padding-top: 200px;
  }
}
.content-col {
  float: left;
  width: calc(100% - 475px);
}
@media only screen and (max-width: 1340px) {
  .content-col {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 1024px) {
  .content-col {
    width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 800px) {
  .content-col {
    width: 100%;
  }
}
.wide .col-1-2 {
  padding-right: 30px;
}
/* ********************
=Line up
******************** */
.area-tabs-container {
  overflow: hidden;
  margin-bottom: 33px;
}
.area-tabs-container button {
  position: relative;
  display: inline-block;
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 24px;
  color: #29242a;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding: 0 0 14px 0;
  margin: 0 5px;
  cursor: pointer;
  opacity: .55;
  transition: opacity .3s ease;
}
.area-tabs-container button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #010101;
}
.area-tabs-container button svg {
  position: absolute;
  display: none;
  bottom: 0;
  left: calc(50% - 9px);
  transition: transform .3s ease;
}
.area-tabs-container button:hover {
  opacity: 1;
}
.area-tabs-container button.active {
  opacity: 1;
}
.area-tabs-container button.active svg {
  display: block;
}
@media only screen and (max-width: 480px) {
  .area-tabs-container {
    margin-bottom: 20px;
  }
  .area-tabs-container button {
    font-size: 18px;
  }
}
.artists {
  position: relative;
  height: 100%;
  transition: max-height 0.3s ease;
  height: 4000px;
}
/* ********************
=Items
******************** */
.items-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transition: all .45s ease;
  transform: translateY(20px);
}
.items-wrapper .item {
  float: left;
  overflow: hidden;
  width: 33.3333%;
}
.items-wrapper .item .item-inner {
  position: relative;
  padding-bottom: 133.2%;
  backface-visibility: hidden;
}
.items-wrapper .item .item-inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: /* url('@{base-url}/images/item-overlay.jpg') bottom left / cover no-repeat */ #29242a;
  content: "";
  opacity: .3;
  mix-blend-mode: overlay;
  backface-visibility: hidden;
}
.items-wrapper .item .item-inner:after {
  position: absolute;
  width: 100%;
  height: 290px;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f99e34+0,f99e34+26,140d04+100&0+0,0.15+35,1+100 */
  background: -moz-linear-gradient(top, rgba(249, 158, 52, 0) 0%, rgba(249, 158, 52, 0.11) 26%, rgba(221, 140, 46, 0.15) 35%, #140d04 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 158, 52, 0) 0%, rgba(249, 158, 52, 0.11) 26%, rgba(221, 140, 46, 0.15) 35%, #140d04 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 158, 52, 0) 0%, rgba(249, 158, 52, 0.11) 26%, rgba(221, 140, 46, 0.15) 35%, #140d04 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f99e34', endColorstr='#140d04', GradientType=0);
  /* IE6-9 */
  transform: translateY(80px);
  opacity: .5;
  transition: all .3s ease;
}
.items-wrapper .item .item-inner .item-content {
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 32px 26px;
  transform: translateY(100%) translateY(-75px);
  transition: all .4s ease;
}
.items-wrapper .item .item-inner .item-content .item-content_top {
  margin-bottom: 15px;
}
.items-wrapper .item .item-inner .item-content .name-type {
  position: relative;
  max-width: 100%;
  width: 100%;
  transition: all .3s .3s ease;
}
.items-wrapper .item .item-inner .item-content .name-type:before {
  position: absolute;
  height: 100%;
  width: 4px;
  background: white;
  left: -32px;
  top: -1px;
  content: "";
}
.items-wrapper .item .item-inner .item-content .name-type h2 {
  overflow: hidden;
  font-size: 20px;
  line-height: 24px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}
.items-wrapper .item .item-inner .item-content .name-type h3 {
  font-family: 'NewRailAlphabet-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  margin-top: 8px;
  color: white;
}
.items-wrapper .item .item-inner .item-content .art-social-container {
  position: absolute;
  top: 0;
  right: 32px;
  opacity: 0;
  transition: opacity .35s ease;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li {
  display: inline-block;
  float: left;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li:nth-child(3) {
  clear: left;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li a {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: #010101;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li a svg {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  fill: white;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li a svg path {
  fill: white;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li a:hover {
  background: #141114;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li.fb svg {
  width: 10px;
  right: 4px;
  bottom: 1px;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li.tw svg {
  bottom: 4px;
  left: 3px;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li.ig svg {
  width: 18px;
  left: 3px;
  bottom: 0;
}
.items-wrapper .item .item-inner .item-content .art-social-container ul li.sc svg {
  left: 3px;
  bottom: 8px;
}
.items-wrapper .item .item-inner .item-content .item-content_bottom {
  opacity: 0;
  transition: opacity .35s ease;
}
.items-wrapper .item .item-inner .item-content .item-content_bottom p {
  font-size: 14px;
  line-height: 18px;
  color: white;
  letter-spacing: -0.5px;
}
.items-wrapper .item:hover .item-inner:after {
  opacity: .8;
  transform: translateY(0);
}
.items-wrapper .item:hover .item-inner .item-content {
  transform: translateY(0) !important;
  bottom: 0;
}
.items-wrapper .item:hover .item-inner .item-content .name-type {
  max-width: calc(100% - 70px);
  transition: all .3s ease;
}
.items-wrapper .item:hover .item-inner .item-content .art-social-container {
  opacity: 1;
  transition: opacity .35s .2s ease;
}
.items-wrapper .item:hover .item-inner .item-content .item-content_bottom {
  opacity: 1;
  transition: opacity .35s .3s ease;
}
.items-wrapper .item:hover.no-socials .item-inner .item-content .name-type {
  max-width: 100%;
}
.items-wrapper.active-wrapper {
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
  transition: all .45s .45s ease;
}
@media only screen and (max-width: 1200px) {
  .items-wrapper .item {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .items-wrapper .item {
    width: 33.3333%;
  }
  .items-wrapper .item .item-inner .item-content {
    padding: 0 15px 10px;
    transform: translateY(100%) translateY(-65px);
  }
  .items-wrapper .item .item-inner .item-content .name-type:before {
    left: -15px;
  }
  .items-wrapper .item .item-inner .item-content .name-type h2 {
    font-size: 22px;
  }
  .items-wrapper .item .item-inner .item-content .art-social-container {
    right: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .items-wrapper .item {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .items-wrapper .item .item-inner:after {
    opacity: .8;
    /* transform: translateY(0); */
  }
  .items-wrapper .item .item-inner .item-content {
    transform: translateY(-10px) !important;
  }
  .items-wrapper .item .item-inner .item-content .art-social-container {
    opacity: 1;
    transition: opacity .35s .2s ease;
  }
  .items-wrapper .item .item-inner .item-content .item-content_bottom {
    opacity: 1;
    transition: opacity .35s .3s ease;
  }
}
@media only screen and (max-width: 480px) {
  .items-wrapper .item {
    width: 100%;
  }
  .items-wrapper .item .item-inner {
    padding-bottom: 103.2%;
  }
}
/* ********************
=Tickets
******************** */
.paylogic-container iframe {
  width: 100%;
}
/* ********************
=News
******************** */
.news-container .items-wrapper {
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  transform: translateY(0);
}
.news-container .items-wrapper .item {
  text-align: left !important;
  background: none;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  opacity: 1;
  transition: all .5s .5s ease;
}
.news-container .items-wrapper .item .item-inner .item-content .name-type {
  max-width: 100% !important;
}
.news-container .items-wrapper .item .item-inner .item-content .name-type h2 {
  white-space: normal;
}
.news-container .items-wrapper .item.item-hidden {
  opacity: 0;
  max-height: 0px;
  transition: all .5s ease;
}
.news-container .no-articles {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 768px) {
  .news-container .items-wrapper .item .item-inner:after {
    opacity: .8;
    transform: translateY(0);
  }
  .news-container .items-wrapper .item .item-inner .item-content {
    transform: translateY(-10px) !important;
  }
  .news-container .items-wrapper .item .item-inner .item-content .art-social-container {
    opacity: 1;
    transition: opacity .35s .2s ease;
  }
  .news-container .items-wrapper .item .item-inner .item-content .item-content_bottom {
    opacity: 1;
    transition: opacity .35s .3s ease;
  }
}
@media only screen and (max-width: 480px) {
  .news-container .no-articles {
    font-size: 20px;
    font-size: 400;
  }
}
.load-more-container {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-top: 70px;
  height: 100%;
  max-height: 400px;
  transition: opacity 0.3s ease, max-height 0.3s 0.4s ease, padding-top 0.3s 0.4s ease;
}
.load-more-container .load-more {
  float: none;
  display: block;
  margin: 0 auto;
  width: 270px;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
}
.load-more-container .load-more.hide {
  opacity: 0;
  visibility: hidden;
}
.load-more-container .load-more.loading {
  opacity: .4;
}
.load-more-container.hide {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  transition: opacity 0.3s ease, max-height 0.3s 0.4s ease, padding-top 0.3s 0.4s ease;
}
@media only screen and (max-width: 480px) {
  .load-more-container {
    padding-top: 35px;
  }
  .load-more-container .load-more {
    font-size: 18px;
  }
}
.article-container {
  overflow: hidden;
  position: fixed;
  z-index: 0;
  width: 100%;
  max-width: 930px;
  height: 80vh;
  top: 10vh;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(50px);
  transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
}
.article-container.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.article-container .scroll-container {
  position: absolute;
  overflow: hidden;
  background: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.article-container .scroll-container.show-article {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.article-container .article {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}
.article-container .article.show-article {
  opacity: 1;
  visibility: visible;
}
.article-container .article .img-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
  outline: 1px solid rgba(0, 0, 0, 0);
}
.article-container .article .img-container:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background: url('/wp-content/themes/onderderadar/static/images/article-head-bg.jpg') top left / cover no-repeat;
  content: "";
  mix-blend-mode: overlay;
}
.article-container .article img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}
.article-container .article .article-content {
  overflow: hidden;
  background: white;
  padding-top: 40px;
  min-height: 200px;
}
.article-container .article .article-content .content-left {
  float: left;
  width: 260px;
}
.article-container .article .article-content .content-left .title-date {
  position: relative;
  padding: 0 10px 0 40px;
  margin-bottom: 40px;
}
.article-container .article .article-content .content-left .title-date:before {
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: #29242a;
  content: "";
}
.article-container .article .article-content .content-left .title-date h1 {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -1.02px;
  color: #29242a;
  text-transform: uppercase;
}
.article-container .article .article-content .content-left .title-date h3 {
  font-size: 24px;
  line-height: 1;
  color: #4A4A4A;
}
.article-container .article .article-content .content-right {
  float: left;
  width: calc(100% - 260px);
  padding: 0 50px 50px 50px;
}
.article-container .close {
  position: fixed;
  z-index: 101;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  border: 0;
  border-radius: 0;
  padding: 0;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.article-container .close svg {
  position: absolute;
  fill: #010101;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
  transform: rotate(0);
  transition: transform .3s ease;
}
.article-container .close svg path {
  fill: #010101;
}
.article-container .close:hover svg {
  transform: rotate(90deg);
}
.article-container .share-section {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 101;
}
.article-container .share-section .label {
  display: block;
  float: left;
  font-size: 14px;
  color: #4A4A4A;
  text-transform: uppercase;
  background: #d2d2d2;
  padding: 16px 15px 0;
  height: 40px;
}
.article-container .share-section a {
  float: left;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.article-container .share-section a svg {
  fill: white;
}
.article-container .share-section a svg path,
.article-container .share-section a svg g {
  fill: white;
}
.article-container .share-section a:hover {
  background: #29242a !important;
}
.article-container .share-section a.facebook {
  background: #3A559F;
}
.article-container .share-section a.facebook svg {
  position: absolute;
  right: 7px;
  bottom: 0;
  width: 16px;
}
.article-container .share-section a.twitter {
  background: #50ABF1;
}
.article-container .share-section a.twitter svg {
  position: absolute;
  left: 7px;
  bottom: 8px;
  width: 26px;
}
.article-container .share-section a.whatsapp {
  background: #1BD741;
}
.article-container .share-section a.whatsapp svg {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 28px;
}
.article-container .share-section.show-article {
  opacity: 1;
  visibility: visible;
  z-index: 102;
}
@media only screen and (max-width: 1024px) {
  .article-container {
    height: 90vh;
    top: 5vh;
  }
}
@media only screen and (max-width: 950px) {
  .article-container {
    max-width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .article-container .article .article-content {
    padding-top: 20px;
  }
  .article-container .article .article-content .content-left {
    width: 100%;
  }
  .article-container .article .article-content .content-left .title-date {
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
  }
  .article-container .article .article-content .content-right {
    width: 100%;
    padding: 0 20px 40px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .article-container {
    height: 84vh;
    top: 1vh;
  }
  .article-container .article .article-content .content-left .title-date {
    padding: 0 10px 0 10px;
    margin-bottom: 20px;
  }
  .article-container .article .article-content .content-right {
    width: 100%;
    padding: 0 10px 40px 10px;
  }
}
/* ********************
=Location
******************** */
.location-container {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.location-container .location-slider-container .location-slider .slide {
  position: relative;
  height: 525px;
}
.location-container .location-slider-container .location-slider .slide iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.location-container .location-slider-container .location-slider .slick-arrow {
  position: absolute;
  left: 0;
  z-index: 100;
  bottom: 0;
  width: 48px;
  height: 48px;
  border: 0;
  background: #29242a;
  border-radius: 0;
  cursor: pointer;
  text-indent: -9999px;
}
.location-container .location-slider-container .location-slider .slick-arrow:after {
  position: absolute;
  width: 10px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: 25% 25%;
  content: "";
  background: url('/wp-content/themes/onderderadar/static/images/icons/chevron-left-white.svg') top left / 10px no-repeat;
}
.location-container .location-slider-container .location-slider .slick-arrow:hover {
  background: #141114;
}
.location-container .location-slider-container .location-slider .slick-arrow.slick-next {
  left: 48px;
}
.location-container .location-slider-container .location-slider .slick-arrow.slick-next:after {
  transform: rotate(180deg);
}
.location-container .location-map iframe {
  width: 100%;
  height: 525px;
}
.location-container .location-map .acf-map {
  width: 100%;
  height: 525px;
}
@media only screen and (max-width: 1024px) {
  .location-container .location-slider-container .location-slider .slide {
    height: 400px;
  }
  .location-container .location-map iframe {
    height: 400px;
  }
  .location-container .location-map .acf-map {
    height: 400px;
  }
}
@media only screen and (max-width: 800px) {
  .location-container {
    margin-top: 0;
  }
  .location-container .location-slider-container {
    width: 100%;
  }
  .location-container .location-map {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .location-container .location-slider-container .location-slider .slide {
    height: 300px;
  }
  .location-container .location-map iframe {
    height: 300px;
  }
  .location-container .location-map .acf-map {
    height: 300px;
  }
}
@media only screen and (max-width: 800px) {
  #location .col-1-1 .col-2-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #location .col-1-1 .col-2-3 .col-1-2 {
    width: 100%;
  }
}
/* ********************
=More info
******************** */
.faq-container {
  display: block;
  max-width: 930px;
  margin: 0 auto;
}
.faq-container .tabs-container {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.faq-container .tabs-container .tabs button {
  position: relative;
  overflow: hidden;
  display: block;
  font-family: 'apex_newheavy';
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 22px;
  color: #29242a;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  padding: 0 0 14px 0;
  cursor: pointer;
  opacity: .55;
  transition: opacity .3s ease;
}
.faq-container .tabs-container .tabs button:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #010101;
}
.faq-container .tabs-container .tabs button svg {
  position: absolute;
  bottom: 0;
  left: calc(50% - 9px);
  transform: translateY(7px);
  transition: transform .3s ease;
}
.faq-container .tabs-container .tabs button:hover {
  opacity: 1;
}
.faq-container .tabs-container .tabs button.active-cat {
  opacity: 1;
}
.faq-container .tabs-container .tabs button.active-cat svg {
  transform: translateY(0);
}
.faq-container .tab-content-container {
  position: relative;
  height: 3000px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-container .tab-content-container .tab-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-container .tab-content-container .tab-content-inner.show {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transition: all 0.4s 0.4s ease;
  -moz-transition: all 0.4s 0.4s ease;
  -ms-transition: all 0.4s 0.4s ease;
  -o-transition: all 0.4s 0.4s ease;
  transition: all 0.4s 0.4s ease;
}
.faq-container .tab-content-container .tab-content-inner .question-container {
  position: relative;
  padding: 0 0 1px 0;
  -webkit-transition: background 0.2s 0.2s ease;
  -moz-transition: background 0.2s 0.2s ease;
  -ms-transition: background 0.2s 0.2s ease;
  -o-transition: background 0.2s 0.2s ease;
  transition: background 0.2s 0.2s ease;
}
.faq-container .tab-content-container .tab-content-inner .question-container .question {
  display: inline-block;
  position: relative;
  text-align: left !important;
  font-family: 'apex_newheavy';
  background: none;
  width: 100%;
  padding: 20px 0;
  font-size: 24px;
  line-height: 24px;
  border: 0;
  color: #010101;
  border-bottom: 1px solid #010101;
  cursor: pointer;
  -webkit-transition: color 0.2s 0.2s ease, border-bottom 0.2s 0.6s ease;
  -moz-transition: color 0.2s 0.2s ease, border-bottom 0.2s 0.6s ease;
  -ms-transition: color 0.2s 0.2s ease, border-bottom 0.2s 0.6s ease;
  -o-transition: color 0.2s 0.2s ease, border-bottom 0.2s 0.6s ease;
  transition: color 0.2s 0.2s ease, border-bottom 0.2s 0.6s ease;
}
.faq-container .tab-content-container .tab-content-inner .question-container .question:after {
  position: absolute;
  width: 31px;
  height: 31px;
  top: 17px;
  right: 0;
  content: "";
  background: url('/wp-content/themes/onderderadar/static/images/icons/chevron-down-black.svg') center center / 20px no-repeat;
  transition: transform .2s ease;
}
.faq-container .tab-content-container .tab-content-inner .question-container .question:hover {
  color: #010101;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height {
  overflow: hidden;
  display: none;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer p,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height p {
  margin-bottom: 20px;
  color: #29242a;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer p a,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height p a {
  text-decoration: underline;
  color: #29242a;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer h1,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h1,
.faq-container .tab-content-container .tab-content-inner .question-container .answer h2,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h2,
.faq-container .tab-content-container .tab-content-inner .question-container .answer h3,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h3,
.faq-container .tab-content-container .tab-content-inner .question-container .answer h4,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h4,
.faq-container .tab-content-container .tab-content-inner .question-container .answer h5,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h5,
.faq-container .tab-content-container .tab-content-inner .question-container .answer h6,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h6 {
  margin-bottom: 8px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer h2,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h2 {
  font-size: 26px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer h3,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h3 {
  font-size: 24px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer h4,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h4 {
  font-size: 22px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer h5,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h5 {
  font-size: 22px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer h6,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height h6 {
  font-size: 22px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer ul,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height ul {
  margin-bottom: 20px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer ul li,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height ul li {
  position: relative;
  font-family: 'apex_newheavy';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.3px;
  color: #29242a;
  padding-left: 15px;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer ul li:before,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #29242a;
  content: "";
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer ul li a,
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height ul li a {
  text-decoration: underline;
  color: #29242a;
}
.faq-container .tab-content-container .tab-content-inner .question-container .answer-height {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.faq-container .tab-content-container .tab-content-inner .question-container.open {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.faq-container .tab-content-container .tab-content-inner .question-container.open .question {
  color: #010101;
  border-bottom: 1px solid rgba(41, 36, 42, 0);
  -webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
  -moz-transition: color 0.2s ease, border-bottom 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom 0.2s ease;
  -o-transition: color 0.2s ease, border-bottom 0.2s ease;
  transition: color 0.2s ease, border-bottom 0.2s ease;
}
.faq-container .tab-content-container .tab-content-inner .question-container.open .question:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-container .tab-content-container .tab-content-inner .empty {
  font-size: 18px;
  padding: 24px 50px 0 50px;
}
@media only screen and (max-width: 640px) {
  .faq-container .tabs-container .tabs button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-container .tabs-container .tabs button {
    font-size: 15px;
  }
  .faq-container .tab-content-container .tab-content-inner {
    padding-top: 0;
  }
  .faq-container .tab-content-container .tab-content-inner .question-container .question {
    padding: 10px 0;
    font-size: 20px;
  }
  .faq-container .tab-content-container .tab-content-inner .question-container .answer {
    font-size: 18px;
  }
  .faq-container .tab-content-container .tab-content-inner .question-container .answer ul li {
    font-size: 18px;
  }
}
/* ********************
=Accordeon
******************** */
.accordeon .accordeon-title {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  font-size: 24px;
  line-height: 1;
  border-bottom: 1px solid #29242a;
  cursor: pointer;
  transition: color 0.2s ease, border-bottom 0.2s 0.6s ease;
}
.accordeon .accordeon-title:after {
  position: absolute;
  width: 31px;
  height: 31px;
  top: 17px;
  right: 0;
  content: "";
  background: url('/wp-content/themes/onderderadar/static/images/icons/chevron-down-black.svg') center center / 20px no-repeat;
  transition: transform .2s ease;
}
.accordeon .accordeon-title:hover {
  color: #29242a;
}
.accordeon .accordeon-title--active {
  color: #29242a;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-bottom 0.2s ease;
}
.accordeon .accordeon-title--active:after {
  transform: rotate(180deg);
}
.accordeon .accordeon-content {
  display: none;
}
.accordeon .accordeon-row.accordeon-row-open {
  margin-top: 40px;
}
.accordeon .accordeon-row.accordeon-row-open .accordeon-content {
  display: block;
}
/* ********************
=Footer
******************** */
.footer {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.footer:before {
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  bottom: 0;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+94,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 94%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 94%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 94%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.footer h2 {
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
  color: #29242a;
}
.footer .footer-bottom {
  overflow: hidden;
  margin-top: 40px;
}
.footer .footer-bottom .basic-grooves {
  float: left;
  display: inline-block;
}
.footer .footer-bottom .basic-grooves img {
  width: 191px;
  height: auto;
}
.footer .footer-bottom .footer-right {
  display: inline-block;
  float: right;
  padding-top: 26px;
  opacity: .8;
}
.footer .footer-bottom .footer-right p,
.footer .footer-bottom .footer-right a,
.footer .footer-bottom .footer-right span {
  float: left;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.5px;
  color: white;
  text-transform: uppercase;
}
.footer .footer-bottom .footer-right p.copyright,
.footer .footer-bottom .footer-right a.copyright,
.footer .footer-bottom .footer-right span.copyright {
  margin-right: 20px;
}
.footer .footer-bottom .footer-right p span,
.footer .footer-bottom .footer-right a span,
.footer .footer-bottom .footer-right span span {
  margin-right: 5px;
}
.footer .footer-bottom .footer-right a:hover {
  color: rgba(41, 36, 42, 0.5);
}
.footer .footer-bottom .footer-right .footer-nav {
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.footer .footer-bottom .footer-right .footer-nav ul li {
  display: inline-block;
  position: relative;
  padding-right: 8px;
  margin-right: 3px;
}
.footer .footer-bottom .footer-right .footer-nav ul li:before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: -1px;
  right: 0;
  background: #29242a;
  content: "";
}
.footer .footer-bottom .footer-right .footer-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.footer .footer-bottom .footer-right .footer-nav ul li:last-child:before {
  display: none;
}
.footer .footer-bottom .footer-right .footer-nav ul li a {
  display: inline-block;
}
.footer .footer__newsletter-title {
  margin-bottom: 16px;
}
.footer .footer__newsletter-title h1 {
  font-size: 60px;
}
.footer .footer__newsletter-title h2 {
  font-size: 50px;
}
.footer .footer__newsletter-title h3 {
  font-size: 40px;
}
.footer .footer__newsletter-title h4 {
  font-size: 30px;
}
.footer .footer__newsletter-title h5 {
  font-size: 24px;
}
.footer .footer__newsletter-title h6 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .footer .footer__newsletter-title h1 {
    font-size: 30px;
  }
  .footer .footer__newsletter-title h2 {
    font-size: 24px;
  }
  .footer .footer__newsletter-title h3 {
    font-size: 22px;
  }
  .footer .footer__newsletter-title h4 {
    font-size: 20px;
  }
  .footer .footer__newsletter-title h5 {
    font-size: 18px;
  }
  .footer .footer__newsletter-title h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-bottom .footer-right {
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footer-bottom {
    margin-top: 10px;
  }
  .footer .footer-bottom .footer-right {
    float: left;
    clear: left;
  }
  .footer .footer-bottom .footer-right p.copyright,
  .footer .footer-bottom .footer-right a.copyright,
  .footer .footer-bottom .footer-right span.copyright {
    margin-bottom: 10px;
  }
  .footer .footer-bottom .footer-right .footer-nav {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .footer .footer-bottom .footer-right .development {
    clear: left;
  }
}
form {
  display: inline-block;
  width: 100%;
  margin-bottom: 48px;
}
form input[type="text"],
form input[type="email"] {
  display: block;
  float: left;
  height: 51px;
  color: rgba(74, 74, 74, 0.7);
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  padding: 10px 16px;
  background: white;
  border: 0;
  border-radius: 0;
  width: calc(50% - 100px);
}
form input[type="text"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.3);
}
form input[type="text"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder {
  color: rgba(74, 74, 74, 0.3);
}
form input[type="text"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder {
  color: rgba(74, 74, 74, 0.3);
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.3);
}
form input[type="submit"] {
  font-family: 'apex_newheavy';
  display: block;
  float: left;
  text-align: center !important;
  height: 51px;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  padding: 13px 18px 15px;
  width: 200px;
  background: #29242a;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
form input[type="submit"]:hover {
  background: #010101;
  color: #87778a;
}
form #fieldEmail {
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
}
@media only screen and (max-width: 768px) {
  form input[type="text"],
  form input[type="email"] {
    width: 50%;
  }
  form input[type="submit"] {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  form input[type="text"],
  form input[type="email"] {
    width: 100%;
  }
  form #fieldEmail {
    border-left: 0;
    border-right: 0;
  }
}
/* ********************
=404
******************** */
.error404 .page-wrapper,
.page-template-page-bedankt .page-wrapper,
.page-template-page-bedankt-v2 .page-wrapper {
  height: 100%;
}
.error404 .header .main-nav ul li a,
.page-template-page-bedankt .header .main-nav ul li a,
.page-template-page-bedankt-v2 .header .main-nav ul li a {
  color: white !important;
}
.error404 .footer,
.page-template-page-bedankt .footer,
.page-template-page-bedankt-v2 .footer {
  display: none;
}
.error404 .four-oh-four-content,
.page-template-page-bedankt .four-oh-four-content,
.page-template-page-bedankt-v2 .four-oh-four-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 100;
}
.error404 p,
.page-template-page-bedankt p,
.page-template-page-bedankt-v2 p,
.error404 a,
.page-template-page-bedankt a,
.page-template-page-bedankt-v2 a,
.error404 h1,
.page-template-page-bedankt h1,
.page-template-page-bedankt-v2 h1,
.error404 h2,
.page-template-page-bedankt h2,
.page-template-page-bedankt-v2 h2,
.error404 h3,
.page-template-page-bedankt h3,
.page-template-page-bedankt-v2 h3,
.error404 h4,
.page-template-page-bedankt h4,
.page-template-page-bedankt-v2 h4,
.error404 h5,
.page-template-page-bedankt h5,
.page-template-page-bedankt-v2 h5,
.error404 h6,
.page-template-page-bedankt h6,
.page-template-page-bedankt-v2 h6 {
  color: #29242a !important;
  line-height: 1.3;
  margin: 10px 0;
}
.error404 h1:first-of-type,
.page-template-page-bedankt h1:first-of-type,
.page-template-page-bedankt-v2 h1:first-of-type,
.error404 h2:first-of-type,
.page-template-page-bedankt h2:first-of-type,
.page-template-page-bedankt-v2 h2:first-of-type,
.error404 h3:first-of-type,
.page-template-page-bedankt h3:first-of-type,
.page-template-page-bedankt-v2 h3:first-of-type,
.error404 h4:first-of-type,
.page-template-page-bedankt h4:first-of-type,
.page-template-page-bedankt-v2 h4:first-of-type,
.error404 h5:first-of-type,
.page-template-page-bedankt h5:first-of-type,
.page-template-page-bedankt-v2 h5:first-of-type {
  margin-bottom: 24px;
}
.error404 h1,
.page-template-page-bedankt h1,
.page-template-page-bedankt-v2 h1 {
  font-size: 60px;
  color: #29242a !important;
  margin-bottom: 20px;
  line-height: 1;
}
.error404 h2,
.page-template-page-bedankt h2,
.page-template-page-bedankt-v2 h2 {
  font-size: 50px;
}
.error404 h3,
.page-template-page-bedankt h3,
.page-template-page-bedankt-v2 h3 {
  font-size: 40px;
}
.error404 h4,
.page-template-page-bedankt h4,
.page-template-page-bedankt-v2 h4 {
  font-size: 30px;
}
.error404 h5,
.page-template-page-bedankt h5,
.page-template-page-bedankt-v2 h5 {
  font-size: 24px;
}
.error404 h6,
.page-template-page-bedankt h6,
.page-template-page-bedankt-v2 h6 {
  font-size: 18px;
}
.error404 .video-container video,
.page-template-page-bedankt .video-container video,
.page-template-page-bedankt-v2 .video-container video {
  position: inherit !important;
}
.error404 .four-oh-four-content .base-grid h1,
.page-template-page-bedankt .four-oh-four-content .base-grid h1,
.page-template-page-bedankt-v2 .four-oh-four-content .base-grid h1 {
  color: white !important;
}
.error404 .tickets-link,
.page-template-page-bedankt .tickets-link,
.page-template-page-bedankt-v2 .tickets-link {
  color: white !important;
}
.error404 .page-content,
.page-template-page-bedankt .page-content,
.page-template-page-bedankt-v2 .page-content {
  min-height: calc(55vh);
}
.error404 .page-content-inner--default,
.page-template-page-bedankt .page-content-inner--default,
.page-template-page-bedankt-v2 .page-content-inner--default {
  padding-top: 56px;
}
@media only screen and (max-width: 768px) {
  .error404 .page-content-inner--default,
  .page-template-page-bedankt .page-content-inner--default,
  .page-template-page-bedankt-v2 .page-content-inner--default {
    padding-top: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .error404 .four-oh-four-content,
  .page-template-page-bedankt .four-oh-four-content,
  .page-template-page-bedankt-v2 .four-oh-four-content {
    top: 40%;
  }
  .error404 h1,
  .page-template-page-bedankt h1,
  .page-template-page-bedankt-v2 h1 {
    font-size: 30px;
  }
  .error404 h2,
  .page-template-page-bedankt h2,
  .page-template-page-bedankt-v2 h2 {
    font-size: 24px;
  }
  .error404 h3,
  .page-template-page-bedankt h3,
  .page-template-page-bedankt-v2 h3 {
    font-size: 22px;
  }
  .error404 h4,
  .page-template-page-bedankt h4,
  .page-template-page-bedankt-v2 h4 {
    font-size: 20px;
  }
  .error404 h5,
  .page-template-page-bedankt h5,
  .page-template-page-bedankt-v2 h5 {
    font-size: 18px;
  }
  .error404 h6,
  .page-template-page-bedankt h6,
  .page-template-page-bedankt-v2 h6 {
    font-size: 18px;
  }
}
.page-template-page-bedankt-v2 .default-page.editor,
.page-template-page-afbeelding-content .default-page.editor,
.error404 .default-page.editor {
  padding: 72px 0 0 0;
}
.page-template-page-bedankt-v2 .default-page.editor h1,
.page-template-page-afbeelding-content .default-page.editor h1,
.error404 .default-page.editor h1 {
  font-size: 60px;
  color: #29242a !important;
  margin-bottom: 20px;
  line-height: 1;
}
.page-template-page-bedankt-v2 .default-page.editor h2,
.page-template-page-afbeelding-content .default-page.editor h2,
.error404 .default-page.editor h2 {
  font-size: 50px;
}
.page-template-page-bedankt-v2 .default-page.editor h3,
.page-template-page-afbeelding-content .default-page.editor h3,
.error404 .default-page.editor h3 {
  font-size: 40px;
}
.page-template-page-bedankt-v2 .default-page.editor h4,
.page-template-page-afbeelding-content .default-page.editor h4,
.error404 .default-page.editor h4 {
  font-size: 30px;
}
.page-template-page-bedankt-v2 .default-page.editor h5,
.page-template-page-afbeelding-content .default-page.editor h5,
.error404 .default-page.editor h5 {
  font-size: 24px;
}
.page-template-page-bedankt-v2 .default-page.editor h6,
.page-template-page-afbeelding-content .default-page.editor h6,
.error404 .default-page.editor h6 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-bedankt-v2 .default-page.editor,
  .page-template-page-afbeelding-content .default-page.editor,
  .error404 .default-page.editor {
    padding: 36px 0 0 0;
  }
  .page-template-page-bedankt-v2 .default-page.editor h1,
  .page-template-page-afbeelding-content .default-page.editor h1,
  .error404 .default-page.editor h1 {
    font-size: 30px;
  }
  .page-template-page-bedankt-v2 .default-page.editor h2,
  .page-template-page-afbeelding-content .default-page.editor h2,
  .error404 .default-page.editor h2 {
    font-size: 24px;
  }
  .page-template-page-bedankt-v2 .default-page.editor h3,
  .page-template-page-afbeelding-content .default-page.editor h3,
  .error404 .default-page.editor h3 {
    font-size: 22px;
  }
  .page-template-page-bedankt-v2 .default-page.editor h4,
  .page-template-page-afbeelding-content .default-page.editor h4,
  .error404 .default-page.editor h4 {
    font-size: 20px;
  }
  .page-template-page-bedankt-v2 .default-page.editor h5,
  .page-template-page-afbeelding-content .default-page.editor h5,
  .error404 .default-page.editor h5 {
    font-size: 18px;
  }
  .page-template-page-bedankt-v2 .default-page.editor h6,
  .page-template-page-afbeelding-content .default-page.editor h6,
  .error404 .default-page.editor h6 {
    font-size: 18px;
  }
}
.page-template-page-bedankt-v2 .first-thank-you,
.page-template-page-afbeelding-content .first-thank-you,
.error404 .first-thank-you {
  height: 45vh !important;
}
.page-template-page-afbeelding-content .page-content,
.error404 .page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* ********************
=Cookie-notice
******************** */
#cookie-notice {
  width: 300px;
  left: 0;
  right: auto;
  min-width: 0;
  background: rgba(41, 36, 42, 0.4) !important;
}
#cookie-notice .cookie-notice-container {
  padding: 12px 10px;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  color: rgba(255, 255, 255, 0.7);
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
  background: #29242a;
  text-shadow: none;
  box-shadow: none;
  border: 0;
}
@media only screen and (max-width: 1280px) {
  #cookie-notice {
    width: 300px;
    right: auto;
    left: 0;
    bottom: 10vh;
  }
  #cookie-notice .cookie-notice-container #cn-notice-text {
    font-size: 11px;
    line-height: 1;
  }
}
@media only screen and (max-width: 480px) {
  #cookie-notice {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 40px;
  }
  #cookie-notice .cookie-notice-container {
    text-align: left !important;
    padding: 5px;
  }
  #cookie-notice .cookie-notice-container #cn-notice-text {
    text-align: left !important;
    font-size: 9px;
    line-height: 5px;
    color: rgba(255, 255, 255, 0.5);
  }
  #cookie-notice .cookie-notice-container #cn-accept-cookie {
    opacity: .8;
    margin-left: 0;
  }
}
/* ********************
=Gradients
******************** */
.header-gradient {
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.09999999999999%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
}
.header-mobile-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0.7+26,0.6+46,0.5+60,0.12+83,0.04+94,0+100 */
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 26%, rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.12) 83%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0.7) 26%, rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.12) 83%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.7) 26%, rgba(0, 0, 0, 0.6) 46%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.12) 83%, rgba(0, 0, 0, 0.04) 94%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}
.item-hover-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f99e34+0,f99e34+26,140d04+100&0+0,0.15+35,1+100 */
  background: -moz-linear-gradient(top, rgba(249, 158, 52, 0) 0%, rgba(249, 158, 52, 0.11) 26%, rgba(221, 140, 46, 0.15) 35%, #140d04 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 158, 52, 0) 0%, rgba(249, 158, 52, 0.11) 26%, rgba(221, 140, 46, 0.15) 35%, #140d04 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 158, 52, 0) 0%, rgba(249, 158, 52, 0.11) 26%, rgba(221, 140, 46, 0.15) 35%, #140d04 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f99e34', endColorstr='#140d04', GradientType=0);
  /* IE6-9 */
}
.footer-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+94,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 94%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 94%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 94%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
/* ********************
=Animations
******************** */
@keyframes arrow-before {
  0% {
    transform: translateY(-48px);
  }
  27% {
    transform: translateY(-48px);
  }
  36% {
    transform: translateY(0px);
  }
  63% {
    transform: translateY(0px);
  }
  72% {
    transform: translateY(48px);
  }
  100% {
    transform: translateY(48px);
  }
}
@keyframes arrow-middle {
  0% {
    transform: translateY(0px);
  }
  27% {
    transform: translateY(0px);
  }
  36% {
    transform: translateY(48px);
  }
  63% {
    transform: translateY(48px);
  }
  72% {
    transform: translateY(48px);
  }
  100% {
    transform: translateY(48px);
  }
}
@keyframes arrow-after {
  0% {
    transform: translateY(-48px);
  }
  27% {
    transform: translateY(-48px);
  }
  36% {
    transform: translateY(-48px);
  }
  63% {
    transform: translateY(-48px);
  }
  72% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.page-content-inner__ticket .tickets-cta-btn {
  position: relative;
  display: inline-block;
  font-family: 'apex_newheavy';
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  max-width: 100%;
  width: 450px;
  background: #010101;
  padding: 14px 16px 10px;
  margin-top: 32px;
}
.page-content-inner__ticket .tickets-cta-btn .arrow {
  overflow: hidden;
  position: absolute;
  width: 48px;
  height: 100%;
  bottom: 0;
  right: 0;
  background: #29242a;
  transform: rotate(-90deg);
}
.page-content-inner__ticket .tickets-cta-btn .arrow::before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(40%);
  left: calc(40%);
  background: url("/wp-content/themes/onderderadar/static/images/icons/arrow-down-white.svg") center center / 20px no-repeat;
  content: "";
  animation: arrow-before 3.6s infinite;
}
.page-content-inner__ticket .tickets-cta-btn .arrow::after {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(40%);
  left: calc(40%);
  background: url("/wp-content/themes/onderderadar/static/images/icons/arrow-down-white.svg") center center / 20px no-repeat;
  content: "";
  animation: arrow-after 3.6s infinite;
}
.page-content-inner__ticket .tickets-cta-btn .arrow svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(40%);
  left: calc(40%);
  background: url("/wp-content/themes/onderderadar/static/images/icons/arrow-down-white.svg") center center / 20px no-repeat;
  content: "";
  animation: arrow-middle 3.6s infinite;
}
