@charset "UTF-8";
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Regular.woff2") format("woff2"), url("../fonts/Axiforma-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Light.woff2") format("woff2"), url("../fonts/Axiforma-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Bold.woff2") format("woff2"), url("../fonts/Axiforma-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Black.woff2") format("woff2"), url("../fonts/Axiforma-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/*------------------------- COLORS ---------------*/
/*------------------------- FONT MIXINS ---------------*/
/*---------------------------------------------------
  VARIOUS MIXINS
  ---------------------------------------------------

  A combo of elements.less and home-written mixins
  Documentation of each mixin inline.

  ---------------------------------------------------*/
/*------------------------- MIXINS: SPRITE FUNCTIONS ---------------*/
/*------------------------- LAYOUT ---------------*/
/*------------------------- CSS3 MIXINS: GRADIENTS ---------------*/
/*------------------------- CSS3 MIXINS: BACKGROUNDS ---------------*/
/*------------------------- CSS3 MIXINS: BORDERS ---------------*/
/*------------------------- CSS3 MIXINS: SHADOWS ---------------*/
/*------------------------- CSS3 MIXINS: TRANSFORM & ANIMATIONS ---------------*/
/*------------------------- MIXINS: POSITIONING ---------------*/
/*------------------------- MIXINS: IMAGE REPLACEMENT ---------------*/
/*------------------------- CLEARFIX ---------------*/
/*---------------------- UNDERLINE (werkt niet met achtergrondafbeeldingen/gradients) ---------------*/
/* example:
  a {
    @include link-underline(#fff, #333, #0CBF);
  }
*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=30565f3491d7de9dcdf027d5b13e1052)
 * Config saved to config.json and https://gist.github.com/30565f3491d7de9dcdf027d5b13e1052
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

[role=button] {
  cursor: pointer;
}

small {
  font-size: 85%;
}

mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}

/* FRAME
-------------------------------------------------------------------------------- */
body, html {
  min-height: 100vh;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 760px) {
  body, html {
    font-size: 16px;
  }
}

body {
  background-image: linear-gradient(-136deg, #3FC900 0%, #1C27DA 100%);
  background-attachment: fixed;
  font-family: "Axiforma", sans-serif;
  color: #1C27DA;
  -webkit-font-smoothing: antialiased;
  padding: 24px;
  min-width: 320px;
}
body:before, body:after {
  display: block;
  content: "";
  position: absolute;
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24px;
  background-image: linear-gradient(-136deg, #3FC900 0%, #1C27DA 100%);
  background-attachment: fixed;
}
body:before {
  top: 0;
}
body:after {
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  body {
    padding: 10px;
  }
  body:before, body:after {
    display: none;
  }
}

#page {
  overflow: hidden;
  background: #FFFFFF;
  min-height: calc(100vh - 48px);
  position: relative;
  padding-top: 155px;
}
@media screen and (max-width: 1023px) {
  #page {
    padding-top: 100px;
    min-height: calc(100vh - 20px);
  }
}

.inner {
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1190px;
}
.inner > .inner {
  padding-left: 0;
  padding-right: 0;
}
.inner--wide {
  max-width: 1390px;
}
@media screen and (max-width: 1440px) {
  .inner--wide {
    max-width: 1300px;
  }
}
.inner--small, .inner article {
  max-width: 900px;
}
@media screen and (max-width: 1023px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#svg-logo .primary {
  fill: #3FC900;
}
#svg-logo .secondary {
  fill: #1C27DA;
}

header[role=banner] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}
header[role=banner] .nav ul, header[role=banner] .nav li {
  margin: 0;
  padding: 0;
  list-style: none none;
}
header[role=banner] .nav li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
}
header[role=banner] .nav li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
header[role=banner] .nav__more {
  padding-right: 20px;
  position: relative;
}
header[role=banner] .nav__more:before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px transparent;
  right: 0;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
header[role=banner] .nav__expandable {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.6s;
}
header[role=banner] .nav__expandable li {
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.3s ease;
}
header[role=banner] .nav__expandable li:nth-child(1) {
  transition-delay: 0.1s;
}
header[role=banner] .nav__expandable li:nth-child(2) {
  transition-delay: 0.15s;
}
header[role=banner] .nav__expandable li:nth-child(3) {
  transition-delay: 0.2s;
}
header[role=banner] .nav__expandable li:nth-child(4) {
  transition-delay: 0.25s;
}
header[role=banner] .nav__expandable li:nth-child(5) {
  transition-delay: 0.3s;
}
header[role=banner] .nav__expandable li:nth-child(6) {
  transition-delay: 0.35s;
}
header[role=banner] .nav__expandable li:nth-child(6) {
  transition-delay: 0.4s;
}
header[role=banner].is-expanded .nav__more:before {
  transform: rotate(-225deg);
}
header[role=banner].is-expanded .nav__expandable {
  max-height: 350px;
}
header[role=banner].is-expanded .nav__expandable li {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  header[role=banner] {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.3s ease;
    background: #FFFFFF;
  }
  header[role=banner] .inner {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
  }
  header[role=banner] .mobile-menu, header[role=banner] .nav__close {
    display: none;
  }
  header[role=banner] #logo {
    display: block;
  }
  header[role=banner] #logo svg {
    width: 111px;
    height: 75px;
  }
  header[role=banner] .nav {
    text-align: right;
    flex-grow: 2;
    margin-right: 50px;
    padding-top: 17px;
  }
  header[role=banner] .nav ul {
    font-size: 0px;
  }
  header[role=banner] .nav li {
    display: inline-block;
    font-size: 18px;
    line-height: 42px;
  }
  header[role=banner] .nav li + li {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1110px) {
  header[role=banner] .nav li + li {
    margin-left: 25px;
  }
}
@media screen and (min-width: 1024px) {
  header[role=banner] .nav li a {
    color: #1C27DA;
    font-weight: bold;
  }
  header[role=banner] .nav li a:after {
    height: 4px;
    background: #1C27DA;
    transform: scaleX(0);
    transition: all 0.3s ease;
  }
  header[role=banner] .nav li a:hover:after, header[role=banner] .nav li a:focus:after {
    background: #3FC900;
    transform: scaleX(1);
  }
  header[role=banner] .nav li.is-active a:after {
    background: #1C27DA;
    transform: scaleX(1);
  }
  header[role=banner] .nav__more:before {
    border-left-color: #1C27DA;
    border-bottom-color: #1C27DA;
    top: 12px;
  }
  header[role=banner] .nav__expandable li {
    display: block;
    margin: 0;
    font-size: 0;
    line-height: 32px;
  }
  header[role=banner] .nav__expandable li:first-child {
    padding-top: 30px;
  }
  header[role=banner] .nav__expandable li:last-child {
    padding-bottom: 30px;
  }
  header[role=banner] .nav__expandable li a {
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
  }
  header[role=banner] .nav__expandable li a:after {
    height: 2px;
  }
  header[role=banner] .social {
    white-space: nowrap;
    font-size: 0;
    padding-top: 18px;
    margin-right: 20px;
  }
  header[role=banner] .social a {
    display: inline-block;
  }
  header[role=banner] .social a + a {
    margin-left: 12px;
  }
  header[role=banner].is-expanded {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  }
  header[role=banner].is-expanded .nav__more:before {
    top: 18px;
  }
}
@media screen and (max-width: 1023px) {
  header[role=banner] {
    padding: 15px;
  }
  header[role=banner] .inner {
    padding: 0;
  }
  header[role=banner] #logo svg {
    height: 56px;
    width: 83px;
  }
  header[role=banner] .mobile-menu {
    position: absolute;
    right: 20px;
    top: 12px;
  }
  header[role=banner] .mobile-menu svg {
    fill: #1C27DA;
    width: 35px;
    height: 34px;
    transition: all 0.3s ease;
  }
  header[role=banner] .mobile-menu:hover svg, header[role=banner] .mobile-menu:focus svg {
    fill: #3FC900;
  }
  header[role=banner] .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #3FC900 0%, #1C27DA 100%);
    color: #FFFFFF;
    overflow: auto;
    padding: 80px 40px 40px 40px;
    font-weight: 900;
    transform: translateX(-110%) skewX(-4deg);
    transition: all 0.5s;
  }
  header[role=banner] .nav.is-open {
    transform: translateX(0) skewX(0);
  }
  header[role=banner] .nav li {
    line-height: 35px;
  }
  header[role=banner] .nav li.is-active a:after {
    background: #FFFFFF;
  }
  header[role=banner] .nav li + li {
    margin-top: 20px;
  }
  header[role=banner] .nav a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
  }
  header[role=banner] .nav a:after {
    height: 2px;
    background: transparent;
  }
  header[role=banner] .nav__close {
    position: absolute;
    top: 25px;
    right: 20px;
    transition: all 0.3s ease;
  }
  header[role=banner] .nav__close svg {
    fill: #FFFFFF;
    width: 35px;
    height: 35px;
  }
  header[role=banner] .nav__close:hover, header[role=banner] .nav__close:focus {
    transform: rotate(180deg);
  }
  header[role=banner] .nav__more:before {
    border-left-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    top: 8px;
  }
  header[role=banner] .nav__expandable {
    font-weight: normal;
    max-height: 0;
    transition: all 0.3s ease;
  }
  header[role=banner] .nav__expandable li {
    padding-left: 15px;
    line-height: 25px;
  }
  header[role=banner] .nav__expandable li:first-child {
    padding-top: 25px;
  }
  header[role=banner] .nav__expandable li + li {
    margin-top: 15px;
  }
  header[role=banner] .social {
    display: none;
  }
  header[role=banner].is-expanded .nav__more:before {
    top: 15px;
  }
}

footer[role=contentinfo] {
  margin-top: 80px;
}
footer[role=contentinfo] .footer-adress a {
  color: #1C27DA;
  text-decoration: none;
}
footer[role=contentinfo] .footer-adress strong {
  font-weight: 900;
}
footer[role=contentinfo] .footer-enews {
  display: flex;
  position: relative;
}
footer[role=contentinfo] .footer-enews .ml-form-embedBody {
  display: flex;
  position: relative;
}
footer[role=contentinfo] .footer-enews .ml-form-embedContent, footer[role=contentinfo] .footer-enews label, footer[role=contentinfo] .footer-enews .ml-form-successContent p {
  font-size: 16px;
  line-height: 25px;
  white-space: nowrap;
}
footer[role=contentinfo] .footer-enews input {
  border: none;
  border-bottom: solid 1px #1C27DA;
  line-height: 24px;
  padding: 0;
  outline: none;
  font-size: 14px;
  padding-right: 25px;
  min-width: 250px;
  width: 100%;
  border-radius: 0 !important;
}
footer[role=contentinfo] .footer-enews input::placeholder {
  font-size: 12px;
  color: #9B9B9B;
  text-transform: uppercase;
}
footer[role=contentinfo] .footer-enews button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25px;
  width: 25px;
  border: none;
  background: transparent;
  opacity: 0;
  transition: all 0.3s ease;
}
footer[role=contentinfo] .footer-enews button svg {
  display: block;
  width: 10px;
  height: 14px;
  fill: #1C27DA;
}
footer[role=contentinfo] .footer-enews.is-valid button {
  opacity: 1;
}
footer[role=contentinfo] .footer-privacy {
  font-size: 13px;
}
footer[role=contentinfo] .footer-partners {
  font-size: 0;
}
footer[role=contentinfo] .footer-partners a, footer[role=contentinfo] .footer-partners span {
  display: inline-block;
}
footer[role=contentinfo] .footer-partners a img, footer[role=contentinfo] .footer-partners span img {
  display: block;
}
footer[role=contentinfo] .footer-partners a + a, footer[role=contentinfo] .footer-partners a + span, footer[role=contentinfo] .footer-partners span + a, footer[role=contentinfo] .footer-partners span + span {
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  footer[role=contentinfo] {
    padding: 30px 20px;
  }
  footer[role=contentinfo] .inner {
    max-width: 1600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  footer[role=contentinfo] .footer-adress {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  footer[role=contentinfo] .footer-adress {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  footer[role=contentinfo] .footer-enews form {
    display: flex;
    position: relative;
  }
  footer[role=contentinfo] .footer-enews input {
    margin-left: 6px;
  }
  footer[role=contentinfo] .footer-social {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  footer[role=contentinfo] {
    padding: 15px;
  }
  footer[role=contentinfo] .inner {
    max-width: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  footer[role=contentinfo] .footer-enews, footer[role=contentinfo] .footer-social, footer[role=contentinfo] .footer-privacy, footer[role=contentinfo] .footer-adress {
    margin-bottom: 30px;
  }
  footer[role=contentinfo] .footer-enews {
    order: 1;
  }
  footer[role=contentinfo] .footer-enews .ml-form-embedContent, footer[role=contentinfo] .footer-enews label, footer[role=contentinfo] .footer-enews .ml-form-successContent p, footer[role=contentinfo] .footer-enews input {
    font-size: 14px;
  }
  footer[role=contentinfo] .footer-enews input {
    margin-top: 5px;
    text-align: center;
  }
  footer[role=contentinfo] .footer-privacy {
    order: 2;
  }
  footer[role=contentinfo] .footer-social {
    order: 3;
    font-size: 0;
  }
  footer[role=contentinfo] .footer-social a {
    display: inline-block;
    margin: 0 4px;
  }
  footer[role=contentinfo] .footer-adress {
    order: 4;
    font-size: 14px;
  }
  footer[role=contentinfo] .footer-adress strong {
    display: block;
    margin-bottom: 5px;
  }
  footer[role=contentinfo] .footer-partners {
    order: 4;
  }
}
@media screen and (max-width: 800px) {
  footer[role=contentinfo] .ml-form-embedBody {
    display: flex;
    position: relative;
    flex-direction: column;
  }
  footer[role=contentinfo] .footer-enews {
    order: 1;
    align-items: center;
    justify-content: center;
  }
  footer[role=contentinfo] .footer-enews .ml-form-embedContent, footer[role=contentinfo] .footer-enews label, footer[role=contentinfo] .footer-enews .ml-form-successContent p, footer[role=contentinfo] .footer-enews input {
    font-size: 14px;
  }
  footer[role=contentinfo] .footer-enews input {
    margin-top: 5px;
    text-align: center;
  }
}

/* ELEMENTS
-------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.title-1, article h1 {
  font-size: 50px;
  color: #3FC900;
  font-weight: 300;
  line-height: 1.1;
  text-indent: -4px;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .title-1, article h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .title-1, article h1 {
    font-size: 26px;
  }
}

.title-2, article h2 {
  font-size: 40px;
  color: #1C27DA;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .title-2, article h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .title-2, article h2 {
    font-size: 24px;
  }
}

article h3 {
  font-size: 30px;
  color: #1C27DA;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  article h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  article h3 {
    font-size: 22px;
  }
}

.title-4, article h4 {
  font-size: 26px;
  color: #1C27DA;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .title-4, article h4 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .title-4, article h4 {
    font-size: 20px;
  }
}

article h5 {
  font-size: 20px;
  color: #1C27DA;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  article h5 {
    font-size: 18px;
  }
}

.title-6, article h6 {
  font-size: 18px;
  color: #1C27DA;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .title-6, article h6 {
    font-size: 16px;
  }
}

.title-3 {
  font-size: 50px;
  color: #3FC900;
  font-weight: 300;
  line-height: 1.1;
  text-indent: -4px;
  margin-bottom: 5px;
}
@media screen and (max-width: 760px) {
  .title-3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .title-3 {
    font-size: 26px;
  }
}

a {
  color: #3FC900;
  text-decoration: underline;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #3FC900;
  text-decoration: underline;
}

p, ul, ol {
  margin: 0 0 20px 0;
}
p.center, ul.center, ol.center {
  text-align: center;
}
p:last-child, p:only-child, ul:last-child, ul:only-child, ol:last-child, ol:only-child {
  margin-bottom: 0;
}

.intro {
  margin-bottom: 30px;
}
.intro p, .intro ul, .intro ol {
  font-size: 22px;
  line-height: 1.55;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 760px) {
  .intro p, .intro ul, .intro ol {
    font-size: 18px;
  }
}

blockquote {
  margin: 0 0 20px 20px;
  padding-left: 30px;
  position: relative;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
}
blockquote:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-image: linear-gradient(45deg, #1C27DA 0%, #3FC900 100%);
}
blockquote:last-child, blockquote:only-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  blockquote {
    margin-left: 0;
    padding-left: 15px;
    font-size: 20px;
  }
  blockquote:before {
    width: 5px;
  }
}

svg {
  display: block;
}

article {
  margin-bottom: 30px;
}
article + article {
  margin-top: 80px;
}
@media screen and (max-width: 500px) {
  article + article {
    margin-top: 0;
  }
}
article p small {
  font-size: 12px;
}
article p a:not(.button):hover, article p a:not(.button):focus {
  background: #3FC900;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: -3px -3px #3FC900, -3px 1px #3FC900, 3px -3px #3FC900, 3px 1px #3FC900;
}

form.FormBuilder {
  display: block;
  max-width: 550px;
  margin: 0 auto;
}
form.FormBuilder .btn {
  display: inline-block;
  border: none;
  background-image: linear-gradient(90deg, #3FC900 0%, #1C27DA 50%, #3FC900 100%);
  background-size: 200%;
  background-position: left top;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 19px 20px 15px;
  min-width: 150px;
  text-align: center;
  transition: all 0.5s;
}
form.FormBuilder .btn:hover, form.FormBuilder .btn:focus {
  background-position: right bottom;
}

.InputfieldFieldset + .InputfieldFieldset {
  margin-top: 50px;
}
.InputfieldFieldset .card-header {
  font-size: 40px;
  color: #1C27DA;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .InputfieldFieldset .card-header {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .InputfieldFieldset .card-header {
    font-size: 24px;
  }
}

.InputfieldHeader {
  display: block;
  margin: 0 0 7px;
  line-height: 1.3;
}

.InputfieldContent {
  margin-bottom: 20px;
  position: relative;
}
.InputfieldContent .form-text {
  font-size: 14px;
  line-height: 1.3;
  margin: -4px 0 7px 0;
  opacity: 0.6;
}
.InputfieldContent .form-text small {
  font-size: inherit;
}
.InputfieldContent .form-control, .InputfieldContent .custom-select, .InputfieldContent .InputfieldFormBuilderFileUpload {
  display: block;
  border: solid 2px #1C27DA;
  padding: 11px 15px 9px;
  line-height: 24px;
  color: #1C27DA;
  font-size: 18px;
  width: 100%;
  max-width: 100%;
  transition: border-color 0.3s;
}
.InputfieldContent .form-control + .form-text, .InputfieldContent .custom-select + .form-text, .InputfieldContent .InputfieldFormBuilderFileUpload + .form-text {
  margin: 5px 0 0 0;
}
.InputfieldContent .form-control:focus, .InputfieldContent .custom-select:focus, .InputfieldContent .InputfieldFormBuilderFileUpload:focus {
  border-color: #3FC900;
  outline: none;
}
.InputfieldContent .iti + .form-text {
  margin: 5px 0 0 0;
}
.InputfieldContent .form-control.InputfieldDatetimeDatepicker, .InputfieldContent .form-control#Inputfield_telephone {
  max-width: 280px;
}
.InputfieldContent .form-control:not(#Inputfield_telephone)::placeholder, .InputfieldContent .form-control:not(#Inputfield_telephone)::-webkit-input-placeholder {
  text-align: right;
  color: #1C27DA;
  opacity: 0.6;
}
.InputfieldContent .custom-select {
  appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 14'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M7.5 13 1 1h13L7.5 13Z' fill='%231C27DA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 14px;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}
.InputfieldContent .custom-select::-ms-expand {
  display: none;
}
.InputfieldContent .custom-select:focus {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 14'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M7.5 13 1 1h13L7.5 13Z' fill='%233FC900'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h40v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.InputfieldFormBuilderFileList {
  margin: 0 0 20px;
  list-style: none none;
  padding: 0;
}

.InputfieldURL .form-control {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M26.6 13.2a12.4 12.4 0 0 0-6.2-3.4 23 23 0 0 0-5.2-.6V4.6c0-.8-.4-1.5-1-2-.6-.6-1.4-.9-2.2-.9-.8 0-1.6.3-2.2.8-.6.6-.9 1.3-1 2v8.7L7.5 12a3.4 3.4 0 0 0-5.4 1 3 3 0 0 0-.3 1.3c0 .8.3 1.6.9 2.2l4.2 4.8a9.8 9.8 0 0 0 3 5.6v1.7c0 .2.1.5.3.6l.6.3h12.5c.3 0 .5-.1.7-.3l.2-.6V26c1.8-2 2.7-4.6 2.7-7.2v-5.2c0-.2 0-.4-.2-.5ZM25 18.9a9 9 0 0 1-2.3 6.3 1 1 0 0 0-.4.7v1.8H11.7v-1.2l-.1-.5-.3-.3a6.3 6.3 0 0 1-1.6-1.9c-.6-1-1-2-1.1-3l-.2-.6-4.4-5a1.5 1.5 0 0 1-.5-1A1.4 1.4 0 0 1 4 13a1.6 1.6 0 0 1 2.2 0l2.7 2.6v2.7l1.8-.8v-13c0-.3.2-.6.4-.8.3-.2.6-.4 1-.3.2 0 .6 0 .8.3.3.2.4.5.5.8v10.2l1.8.4v-4.3c.7 0 1.5 0 2.2.2v4.5l1.4.3v-4.6a20.6 20.6 0 0 1 2.5.6v4.5l1.5.3v-4.1c.8.4 1.6.9 2.2 1.5v4.8Z' fill='%231C27DA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 30px 30px;
  padding-left: 45px;
}
.InputfieldURL .form-control:focus {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M26.6 13.2a12.4 12.4 0 0 0-6.2-3.4 23 23 0 0 0-5.2-.6V4.6c0-.8-.4-1.5-1-2-.6-.6-1.4-.9-2.2-.9-.8 0-1.6.3-2.2.8-.6.6-.9 1.3-1 2v8.7L7.5 12a3.4 3.4 0 0 0-5.4 1 3 3 0 0 0-.3 1.3c0 .8.3 1.6.9 2.2l4.2 4.8a9.8 9.8 0 0 0 3 5.6v1.7c0 .2.1.5.3.6l.6.3h12.5c.3 0 .5-.1.7-.3l.2-.6V26c1.8-2 2.7-4.6 2.7-7.2v-5.2c0-.2 0-.4-.2-.5ZM25 18.9a9 9 0 0 1-2.3 6.3 1 1 0 0 0-.4.7v1.8H11.7v-1.2l-.1-.5-.3-.3a6.3 6.3 0 0 1-1.6-1.9c-.6-1-1-2-1.1-3l-.2-.6-4.4-5a1.5 1.5 0 0 1-.5-1A1.4 1.4 0 0 1 4 13a1.6 1.6 0 0 1 2.2 0l2.7 2.6v2.7l1.8-.8v-13c0-.3.2-.6.4-.8.3-.2.6-.4 1-.3.2 0 .6 0 .8.3.3.2.4.5.5.8v10.2l1.8.4v-4.3c.7 0 1.5 0 2.2.2v4.5l1.4.3v-4.6a20.6 20.6 0 0 1 2.5.6v4.5l1.5.3v-4.1c.8.4 1.6.9 2.2 1.5v4.8Z' fill='%233FC900'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h30v30H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

#Inputfield_add_two_links_to_recent_music_or_work .card-header {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 7px;
  font-weight: inherit;
}
#Inputfield_add_two_links_to_recent_music_or_work .form-text {
  font-size: 14px;
  line-height: 1.3;
  margin: -4px 0 7px 0;
  opacity: 0.6;
}
#Inputfield_add_two_links_to_recent_music_or_work .form-text small {
  font-size: inherit;
}
#Inputfield_add_two_links_to_recent_music_or_work .InputfieldHeader {
  display: none;
}
#Inputfield_add_two_links_to_recent_music_or_work .form-group + .form-group {
  margin-top: -10px;
}

.alert {
  padding: 15px;
  font-weight: bold;
  max-width: 550px;
  margin: 30px auto;
}
.alert-danger {
  border: solid 2px #C90000;
  color: #C90000;
}
.alert-success {
  background-image: linear-gradient(45deg, #3FC900 0%, #1C27DA 100%);
  color: #FFFFFF;
}

/* MODULES
-------------------------------------------------------------------------------- */
.roundico {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-image: linear-gradient(-36deg, #1C27DA 0%, #3FC900 100%);
  position: relative;
  padding: 2px;
}
.roundico:before {
  display: block;
  content: "";
  position: absolute;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 0;
  transition: all 0.3s ease;
}
.roundico > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.roundico svg {
  width: 20px;
  height: 20px;
  fill: #1C27DA;
  transition: all 0.3s ease;
}
.roundico:hover:before, .roundico:focus:before {
  transform: scale(0);
  opacity: 0;
}
.roundico:hover svg, .roundico:focus svg {
  fill: #FFFFFF;
}

.blended__img {
  background: #1C27DA;
  position: relative;
  display: block;
}
.blended__img img {
  display: block;
  width: 100%;
  height: auto;
}
.blended__img__blended {
  position: relative;
  z-index: 1;
  filter: grayscale(100%) contrast(200%);
  mix-blend-mode: screen;
}
.blended__img__original {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.blended:hover .blended__img__original, .blended:focus .blended__img__original {
  opacity: 1;
}

.pretitle {
  text-transform: uppercase;
}
.pretitle span {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.pretitle__category, .pretitle__guest {
  display: inline-block;
  background: #1C27DA;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 7px 2px;
}
.pretitle__category + .pretitle__datetime, .pretitle__category + .pretitle__category, .pretitle__guest + .pretitle__datetime, .pretitle__guest + .pretitle__category {
  margin-left: 5px;
}
.pretitle__category + .pretitle__guest, .pretitle__guest + .pretitle__guest {
  margin-left: -2px;
}
.pretitle__category {
  background: #1C27DA;
}
.pretitle__guest {
  background: #3FC900;
}
.pretitle__datetime {
  font-weight: 900;
  font-size: 14px;
  padding: 3px 0 2px;
}
@media screen and (max-width: 750px) {
  .pretitle__category, .pretitle__guest {
    font-size: 9px;
    font-weight: bold;
  }
  .pretitle__datetime {
    font-size: 12px;
  }
}

.hero {
  display: block;
  text-decoration: none;
  color: #3FC900;
  position: relative;
  margin-bottom: 40px;
}
.hero:last-child, .hero:only-child {
  margin-bottom: 0;
}
.hero__img img {
  display: block;
  width: 100%;
  height: auto;
}
.hero .pretitle {
  position: relative;
  z-index: 1;
}
.hero__overlay {
  max-width: 49%;
  display: block;
  margin-left: -110px;
  position: absolute;
  z-index: 5;
  top: 30%;
  transform: translateY(-50%);
  transition: all 0.8s;
  transition-delay: 0.9s;
}
.hero__overlay > span, .hero__overlay > div, .hero__overlay > h1 {
  display: inline;
  line-height: 1.3;
  background: #FFFFFF;
  padding-top: 8px;
  box-shadow: 15px -5px 0 #FFFFFF, -7px 5px 0 #FFFFFF, 15px 5px 0 #FFFFFF, -7px -5px 0 #FFFFFF;
}
.hero__overlay__break {
  display: block !important;
  padding: 0 !important;
}
.hero__overlay__title {
  font-size: 55px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1450px) {
  .hero__overlay {
    margin-left: -50px;
  }
}
@media screen and (max-width: 1350px) {
  .hero__overlay {
    margin-left: -20px;
  }
}
@media screen and (max-width: 1300px) {
  .hero__overlay {
    margin-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .hero__overlay {
    max-width: 65%;
  }
}
@media screen and (max-width: 750px) {
  .hero__overlay {
    max-width: 65%;
  }
  .hero__overlay > span {
    box-shadow: 10px 0 0 #FFFFFF, -7px 0 0 #FFFFFF, 10px -2px 0 #FFFFFF, 10px 5px 0 #FFFFFF, -7px -2px 0 #FFFFFF, -7px 5px 0 #FFFFFF;
  }
  .hero__overlay__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .hero__overlay {
    position: relative;
    transform: none;
    top: auto;
    margin: -30px 20px 0 20px;
    max-width: none;
  }
}
.hero + .inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 600px) {
  .hero {
    margin-bottom: 20px;
  }
}
.hero__description {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 6px;
  color: #FFFFFF;
  font-size: 12px;
  text-shadow: 0px 0px 14px #292929;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .hero__description {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .hero__description {
    bottom: auto;
    top: 6px;
    font-size: 10px;
  }
}

.topimage img {
  display: block;
  width: 100%;
  height: auto;
}
.topimage + .inner--small {
  margin-top: -120px;
  position: relative;
  max-width: 1030px;
  background: #FFFFFF;
  padding: 50px 60px;
  min-height: 200px;
}
@media screen and (max-width: 1160px) {
  .topimage + .inner--small {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -100px;
    padding: 30px;
  }
}
@media screen and (max-width: 760px) {
  .topimage + .inner--small {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 20px 5px;
  }
}
.topimage__description {
  max-width: 1030px;
  text-align: right;
  margin: 0 auto 0;
  position: relative;
  top: -125px;
  color: #FFFFFF;
  font-size: 12px;
  text-shadow: 0px 0px 14px #292929;
  font-weight: bold;
}
@media screen and (max-width: 1160px) {
  .topimage__description {
    top: -105px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 760px) {
  .topimage__description {
    top: -30px;
    font-size: 11px;
  }
}
@media screen and (max-width: 450px) {
  .topimage__description {
    top: -20px;
    padding-right: 6px;
    font-size: 10px;
  }
}

@keyframes loading {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.button {
  display: inline-block;
  border: none;
  background-image: linear-gradient(90deg, #3FC900 0%, #1C27DA 50%, #3FC900 100%);
  background-size: 200%;
  background-position: left top;
  color: #1C27DA;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  padding: 19px 20px 15px;
  min-width: 150px;
  text-align: center;
  transition: all 0.5s;
}
.button:before {
  display: block;
  content: "";
  position: absolute;
  background: #FFFFFF;
  position: absolute;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  transition: all 0.3s ease;
}
.button span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.button + .button {
  margin-left: 10px;
}
.button:hover, .button:focus {
  color: #1C27DA;
  background-position: right bottom;
}
.button:hover:before, .button:focus:before {
  transform: scale(0.98, 0.94);
}
.button.is-active {
  color: #FFFFFF;
}
.button.is-active:before {
  display: none;
}
.button.is-loading {
  color: #FFFFFF;
  animation: loading 1s alternate infinite;
}
.button.is-loading:before {
  display: none;
}
.button.is-loading:after {
  content: "loading";
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 3px;
}
.button.is-loading span {
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .button {
    padding: 14px 10px 10px;
    min-width: 0;
  }
}

.agenda {
  display: flex;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.agenda:last-child, .agenda:only-child {
  margin-bottom: 0;
}
.agenda__content {
  flex-grow: 2;
  max-width: 80%;
  margin-right: 20px;
}
.agenda__timetable {
  list-style: none none;
  padding: 0;
  font-size: 16px;
}
.agenda__timetable li {
  overflow: hidden;
}
.agenda__timetable li + li {
  margin-top: 10px;
}
.agenda__timetable li strong {
  float: left;
  font-weight: 900;
}
.agenda__timetable li span {
  display: block;
  margin-left: 65px;
}
.agenda__share h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 8px;
}
.agenda__share .at-share-btn-elements a {
  margin: 0;
  background-image: linear-gradient(-36deg, #1C27DA 0%, #3FC900 100%);
  padding: 2px;
}
.agenda__share .at-share-btn-elements a .at-icon-wrapper {
  background: #FFFFFF;
  border-radius: 50%;
  padding: 7px;
  transition: all 0.3s ease;
}
.agenda__share .at-share-btn-elements a .at-icon-wrapper svg {
  width: 34px !important;
  height: 34px !important;
  transition: all 0.3s ease;
}
.agenda__share .at-share-btn-elements a:hover {
  transform: none;
}
.agenda__share .at-share-btn-elements a:hover .at-icon-wrapper {
  background: transparent;
}
.agenda__share .at-share-btn-elements a:hover .at-icon-wrapper svg {
  fill: #FFFFFF !important;
}
.agenda__share .at-share-btn-elements a:focus {
  outline: none;
  transform: none;
}
@media screen and (min-width: 1500px) {
  .agenda__share {
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(690px, -50%);
  }
  .agenda__share h6 {
    text-align: center;
  }
  .agenda__share .at-share-btn-elements {
    max-width: 50px;
  }
  .agenda__share .at-share-btn-elements a + a {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1499px) {
  .agenda__share h6 {
    margin: 0 0 3px;
  }
  .agenda__share .at-share-btn-elements a {
    margin: 0 !important;
  }
  .agenda__share .at-share-btn-elements a + a {
    margin-left: 8px !important;
  }
  .agenda__share .at-share-btn-elements a .at-icon-wrapper {
    width: 36px !important;
    height: 36px !important;
    padding: 4px;
  }
  .agenda__share .at-share-btn-elements a .at-icon-wrapper svg {
    width: 28px !important;
    height: 28px !important;
  }
}
@media screen and (max-width: 1599px) {
  .agenda__button {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .agenda__content {
    order: 3;
    max-width: 100%;
    margin-right: 0;
  }
  .agenda__button {
    order: 2;
    margin: 0 0 30px;
  }
  .agenda__share {
    width: 100%;
    order: 1;
    margin: 0 0 20px;
  }
}

.withmedia {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.withmedia .title-2 {
  width: 100%;
}
.withmedia__content {
  width: 60%;
}
.withmedia__image {
  width: 37%;
}
.withmedia__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.withmedia__image__description {
  font-size: 11px;
  line-height: 1.4;
  padding-top: 5px;
  opacity: 0.6;
}
@media screen and (max-width: 760px) {
  .withmedia__content, .withmedia__image {
    width: 100%;
  }
  .withmedia__content {
    order: 2;
  }
  .withmedia__image, .withmedia .title-2 {
    margin-bottom: 15px;
  }
  .withmedia__image {
    text-align: center;
  }
  .withmedia__image img {
    display: inline-block;
  }
}

.photoleft {
  overflow: hidden;
  margin-bottom: 50px;
}
.photoleft__img {
  float: left;
}
.photoleft__img img {
  display: block;
}
.photoleft__content {
  margin-left: 225px;
}
@media screen and (max-width: 600px) {
  .photoleft__img {
    display: none;
  }
  .photoleft__content {
    margin-left: 0;
  }
}

.partners {
  font-size: 0;
}
.partners a, .partners span {
  display: inline-block;
}
.partners a img, .partners span img {
  display: block;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.partners a img:hover, .partners span img:hover {
  -webkit-filter: none;
  filter: none;
}
.partners a + a, .partners a + span, .partners span + a, .partners span + span {
  margin-left: 15px;
}

.embed--video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.embed--video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.embed--soundcloud iframe {
  height: 140px;
  width: 100%;
}

.grid {
  margin-left: -13px;
  margin-right: -13px;
  font-size: 0;
  margin-bottom: 30px;
}
.grid:last-child, .grid:only-child {
  margin-bottom: 0;
}
.grid__item {
  padding-left: 13px;
  padding-right: 13px;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 26px;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .grid__item {
    margin-bottom: 20px;
  }
}
.grid__item img {
  display: block;
  width: 100%;
  height: auto;
}
.grid__item article:only-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  .grid--biggutter {
    margin-left: -45px;
    margin-right: -45px;
  }
  .grid--biggutter .grid__item {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 750px) {
  .grid--biggutter .grid__item {
    margin-bottom: 30px;
  }
}
.grid--2 .grid__item, .grid--2 .grid__sizer {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .grid--2 .grid__item, .grid--2 .grid__sizer {
    width: 100%;
  }
}
.grid--3 .grid__item, .grid--3 .grid__sizer {
  width: 33.333%;
}
@media screen and (max-width: 900px) {
  .grid--3 .grid__item, .grid--3 .grid__sizer {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .grid--3 .grid__item, .grid--3 .grid__sizer {
    width: 100%;
  }
}
.grid--4 .grid__item, .grid--4 .grid__sizer {
  width: 25%;
}
.grid--4 .grid__item--big, .grid--4 .grid__sizer--big {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .grid--4 .grid__item, .grid--4 .grid__sizer {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .grid--4 .grid__item, .grid--4 .grid__sizer {
    width: 100%;
  }
}
.grid--team .grid__item, .grid--team .grid__sizer {
  width: 25%;
}
.grid--team a {
  display: inline-block;
  color: #1C27DA;
  text-decoration: none;
}
.grid--team a:hover, .grid--team a:focus {
  color: #3FC900;
}
.grid--team span {
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 700px) {
  .grid--team {
    margin: 0 -5px;
  }
  .grid--team .grid__item, .grid--team .grid__sizer {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
  }
}

.carousel__item {
  width: 100%;
}
.carousel__item .hero__overlay {
  opacity: 0;
  transform: translateY(-90%);
  top: 30px;
}
.carousel__item.is-selected .hero__overlay {
  opacity: 1;
  transform: translateY(0%);
}

.teaser {
  display: block;
  color: #3FC900;
  text-decoration: none;
  overflow: hidden;
}
.teaser:hover, .teaser:focus {
  text-decoration: none;
  color: #1C27DA;
}
.teaser:hover .blended__img, .teaser:focus .blended__img {
  transform: scale(1.05);
}
.teaser .blended__img {
  transition: all 0.3s ease;
}
.teaser__title {
  font-size: 22px;
  line-height: 1.1;
  margin: 4px 0 9px;
}
.teaser__intro {
  margin-bottom: 9px;
}
.teaser__readmore {
  color: #1C27DA;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}
.teaser__content {
  display: block;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}
.teaser__content > span {
  display: block;
}
.teaser--news .teaser__content {
  margin: -35px 0 0 35px;
  padding: 20px 0 20px 20px;
}
@media screen and (min-width: 901px) {
  .grid__item--big .teaser--news .teaser__content {
    margin: -45px 0 0 60px;
  }
}
@media screen and (max-width: 900px) {
  .teaser--news .teaser__content {
    margin: -20px 0 0 15px;
  }
}
@media screen and (max-width: 600px) {
  .teaser--news .teaser__content {
    margin: -20px 0 0 10px;
    padding: 10px 0 20px 10px;
  }
}
.teaser--agenda .teaser__content {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .teaser--agenda .teaser__content {
    padding: 10px 10px 20px 10px;
  }
}

.agendanav {
  display: flex;
  margin-bottom: 45px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .agendanav__buttons {
    display: flex;
  }
  .agendanav__buttons a.button {
    flex-grow: 1;
  }
}
.agendanav__month {
  font-size: 26px;
  line-height: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.agendanav__month a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding: 7px 12px;
}
.agendanav__month a svg {
  display: block;
  width: 11px;
  height: 17px;
  fill: #1C27DA;
  transition: all 0.3s ease;
}
.agendanav__month a:hover svg, .agendanav__month a:focus svg {
  transform: scale(1.3);
  fill: #3FC900;
}
.agendanav__filter {
  width: 100%;
  margin: 30px -10px 0;
  text-transform: uppercase;
  font-size: 16px;
}
.agendanav__filter a {
  text-decoration: none;
  color: #1C27DA;
  margin: 0 10px;
}
.agendanav__filter a.is-active {
  color: #3FC900;
}
.agendanav__filter a:hover, .agendanav__filter a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .agendanav__buttons, .agendanav__month, .agendanav__filter {
    width: 100%;
  }
  .agendanav__month {
    order: 1;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .agendanav__buttons {
    order: 2;
    margin-bottom: 20px;
  }
  .agendanav__filter {
    order: 3;
    margin: 0 -5px;
  }
  .agendanav__filter a {
    margin: 0 5px;
  }
}

.map {
  display: block;
  height: 0;
  padding-bottom: 45%;
  position: relative;
  margin-bottom: 30px;
}
.map:last-child, .map:only-child {
  margin-bottom: 0;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .map {
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 400px) {
  .map {
    padding-bottom: 140%;
  }
}

.ico {
  display: inline-block;
  vertical-align: middle;
}
.ico--handicap {
  width: 38px;
  height: 41px;
  fill: #1C27DA;
  position: relative;
  top: -6px;
}

.accordeon__title {
  font-weight: 300;
  text-indent: -4px;
  font-size: 50px;
  line-height: 1;
  display: block;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
  margin-bottom: 20px;
}
.accordeon__title:hover, .accordeon__title:focus {
  color: #1C27DA;
  text-decoration: none;
}
.accordeon__title:before, .accordeon__title:after {
  display: block;
  content: "";
  position: absolute;
  width: 21px;
  height: 3px;
  background: #3FC900;
  right: 10px;
  top: 23px;
  transition: all 0.3s ease;
}
.accordeon__title:after {
  transform: rotate(-90deg);
}
@media screen and (max-width: 760px) {
  .accordeon__title {
    font-size: 40px;
  }
  .accordeon__title:before, .accordeon__title:after {
    top: 19px;
  }
}
@media screen and (max-width: 500px) {
  .accordeon__title {
    font-size: 30px;
    padding-right: 30px;
  }
  .accordeon__title:before, .accordeon__title:after {
    top: 14px;
    width: 14px;
    height: 2px;
  }
}
.accordeon__content {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.accordeon__item.is-active .accordeon__title {
  color: #1C27DA;
}
.accordeon__item.is-active .accordeon__title:before, .accordeon__item.is-active .accordeon__title:after {
  background: #1C27DA;
}
.accordeon__item.is-active .accordeon__title:after {
  opacity: 0;
  transform: rotate(0);
}
.accordeon__item.is-active .accordeon__content {
  height: auto;
  transform: translateY(0);
  opacity: 1;
  padding-bottom: 30px;
}

.medialeft {
  display: flex;
}
.medialeft__image {
  margin-right: 25px;
  min-width: 220px;
}
.medialeft__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .medialeft {
    flex-wrap: wrap;
  }
  .medialeft__image {
    width: 100%;
    margin: 0 0 20px;
  }
}

.artists {
  column-gap: 30px;
  columns: 160px 3;
  list-style: none none;
  padding: 0;
  font-size: 22px;
}
.artists li {
  margin-bottom: 7px;
}
@media screen and (max-width: 600px) {
  .artists {
    font-size: 18px;
  }
}

/* PAGES
-------------------------------------------------------------------------------- */
@media screen and (max-height: 970px) and (min-width: 1024px) {
  .home #page {
    padding-top: 120px;
  }
  .home footer[role=contentinfo] {
    margin-top: 0;
  }
}
@media screen and (max-height: 860px) and (min-width: 1024px) {
  .home .hero__img.blended__img {
    max-height: calc(100vh - 260px);
    overflow: hidden;
  }
}
@media screen and (max-width: 400px) {
  .home footer[role=contentinfo] {
    margin-top: 20px;
  }
  .home footer[role=contentinfo] .footer-partners a + a, .home footer[role=contentinfo] .footer-partners a + span, .home footer[role=contentinfo] .footer-partners span + a, .home footer[role=contentinfo] .footer-partners span + span {
    margin-left: 12px;
  }
  .home .carousel__item .hero__overlay,
  .home .carousel__item.is-selected .hero__overlay {
    transform: none;
    opacity: 1;
    margin-top: -18px;
  }
}

.livestream__chat {
  height: 600px;
  max-height: 80vh;
}

.box {
  padding: 40px;
  background-image: linear-gradient(45deg, #3FC900 0%, #1C27DA 100%);
  color: #FFFFFF;
  max-width: 400px;
  margin: 0 auto;
}
.box a {
  color: #FFFFFF;
}
.box a:hover, .box a:focus {
  color: #FFFFFF;
}
.box input {
  border: none;
  padding: 10px 15px;
  line-height: 24px;
  color: #1C27DA;
  font-size: 18px;
  width: 100%;
}
.box .btn {
  background: transparent;
  border: none;
  height: 44px;
  padding: 0;
  margin-top: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.box .btn:hover, .box .btn:focus {
  transform: scale(1.1);
}

/* ADMIN TOOLS
-------------------------------------------------------------------------------- */
.admin {
  position: fixed;
  z-index: 9000;
  bottom: 10px;
  right: 10px;
  background: #FFFFFF;
  padding: 7px 8px 3px;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  border-radius: 20px;
  font-family: "Axiforma", sans-serif;
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.admin a {
  display: inline-block;
  padding-top: 2px;
  color: #000000;
  text-decoration: none;
  line-height: 18px;
  position: relative;
  padding-left: 20px;
}
.admin a + a {
  margin-left: 20px;
}
.admin a svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}

.sitemap {
  list-style: none none;
  padding: 0;
  margin: 0;
}
.sitemap li {
  padding-left: 25px;
  position: relative;
}
.sitemap li:before {
  display: block;
  content: "➜";
  position: absolute;
  left: 4px;
  top: 1px;
  opacity: 0.5;
}

/* PLUGINS
-------------------------------------------------------------------------------- */
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

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

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

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

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

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

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

/* ---- flickity-button ---- */
.flickity-button {
  display: none;
}

/* ---- page dots ---- */
.flickity-page-dots {
  display: none;
}

/* PRINT
-------------------------------------------------------------------------------- */
/* ----------------------------------------------------

  PRINT.CSS

------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    font-family: "Times New Roman", Times, serif;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  header[role=banner], footer[role=contentinfo], #breadcrumbs {
    display: none;
  }
  .visuallyhidden {
    display: block;
  }
}
