/* -------------------------------------------------------------------------------- */
/*	Basics
/* -------------------------------------------------------------------------------- */

:root {
    --white: #fff;
    --black: #000;
    --red: #f1002b;
    --purple: #6c00f1;
    --mid-grey: #dfdfdf; /*#ccc;*/
    --dark-grey: #333;
    --light-grey: #eef0ee;
    --grey: #f2f2f2; /* #efefef; */
    --extra-grey: #c2c2c2;
}

body,
html {
    height: 100%;
    scroll-behavior:smooth;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    width: 100%;
}

body {
    background: var(--white);
    color: var(--dark-grey);
    font-family: "Brandon Grotesque";
    line-height: 1.7;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-feature-settings: "kern" 1, "pnum" 1;
}

.mobile-menu-open #sticky-nav .main-nav ul,
.mobile-menu-open #sticky-nav .main-nav ul li,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

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

progress,
sub,
sup {
    vertical-align: baseline
}

template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    -o-transition: color .3s linear;
    -ms-transition: color .3s linear;
    transition: color .3s linear;
}

a:active,
a:hover {
    outline-width: 0;
    color: var(--purple);
}

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

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

p {
    line-height: 1.4
}

mark {
    background-color: #ff0;
    color: var(--black);
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

figure {
    margin: 0
}

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

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

optgroup {
    font-weight: 700
}

button,
hr,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

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

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

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

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

*,
:after,
:before {
    box-sizing: inherit
}

#__bs_notify__ {
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

/* -------------------------------------------------------------------------------- */
/*	Helper
/* -------------------------------------------------------------------------------- */

.hidden,
[hidden] {
    display: none !important
}

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

@media only screen and (max-width:960px) {
    .desktop-only {
        display: none
    }
}

.mobile-only {
    display: none
}

.txt-highlight-red {
    color: var(--red);
}

.txt-uppercase {
    text-transform: uppercase;
}

@media only screen and (max-width:960px) {
    .mobile-only {
        display: block
    }
}

.js .fade {
    visibility: hidden
}

.js .fadeIn {
    -webkit-animation: fader 1.4s;
    animation: fader 1.4s;
    visibility: visible !important
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.dot,
.main-nav ul li::after,
.section--newsletter .newsletter .big-dot {
    background: var(--red);
    border-radius: 10px;
    display: block;
    height: 10px;
    width: 10px
}


/* -------------------------------------------------------------------------------- */
/*	Fonts
/* -------------------------------------------------------------------------------- */

@font-face {
    font-family: "Brandon Grotesque";
    font-style: normal;
    font-weight: 400;
    src: local(""), url(./fonts/brandon_reg.woff2) format("woff2")
}

@font-face {
    font-family: "Brandon Grotesque";
    font-style: bold;
    font-weight: 700;
    src: local(""), url(./fonts/brandon_bold.woff2) format("woff2")
}


/* -------------------------------------------------------------------------------- */
/*	Typography
/* -------------------------------------------------------------------------------- */

.mobile-menu-open #sticky-nav .social-nav a,
footer.site-footer .colophon__menu p {
    font-size: 12px
}

@media screen and (min-width:480px) {

    .mobile-menu-open #sticky-nav .social-nav a,
    footer.site-footer .colophon__menu p {
        font-size: calc(12px + 0*((100vw - 480px)/1120))
    }
}

@media screen and (min-width:1600px) {

    .mobile-menu-open #sticky-nav .social-nav a,
    footer.site-footer .colophon__menu p {
        font-size: 12px
    }
}

.events .event__ticket,
.main-nav ul,
.social-nav-desktop,
footer.site-footer .footer-menus .footer-menu__head,
footer.site-footer .footer-menus .footer-menu__list {
    font-size: 14px
}

@media screen and (min-width:480px) {

    .events .event__ticket,
    .main-nav ul,
    .social-nav-desktop,
    footer.site-footer .footer-menus .footer-menu__head,
    footer.site-footer .footer-menus .footer-menu__list {
        font-size: calc(14px + 0*((100vw - 480px)/1120))
    }
}

@media screen and (min-width:1600px) {

    .events .event__ticket,
    .main-nav ul,
    .social-nav-desktop,
    footer.site-footer .footer-menus .footer-menu__head,
    footer.site-footer .footer-menus .footer-menu__list {
        font-size: 14px
    }
}

.section--newsletter .newsletter .button {
    font-size: 16px
}

@media screen and (min-width:480px) {
    .section--newsletter .newsletter .button {
        font-size: calc(16px + 0*((100vw - 480px)/1120))
    }
}

@media screen and (min-width:1600px) {
    .section--newsletter .newsletter .button {
        font-size: 16px
    }
}

.events .event,
.grid .section__heading h2 {
    font-size: 18px
}

@media screen and (min-width:480px) {

    .events .event,
    .grid .section__heading h2 {
        font-size: calc(18px + 2*((100vw - 480px)/1120))
    }
}

@media screen and (min-width:1600px) {

    .events .event,
    .grid .section__heading h2 {
        font-size: 20px
    }
}

.music-slide .music-slide__text p,
.music-slide .music-slide__title,
.section--newsletter .newsletter p,
.section--newsletter .newsletter__title,
p {
    font-size: 20px
}

@media screen and (min-width:480px) {

    .music-slide .music-slide__text p,
    .music-slide .music-slide__title,
    .section--newsletter .newsletter p,
    .section--newsletter .newsletter__title,
    p {
        font-size: calc(20px + 2*((100vw - 480px)/1120))
    }
}

@media screen and (min-width:1600px) {

    .music-slide .music-slide__text p,
    .music-slide .music-slide__title,
    .section--newsletter .newsletter p,
    .section--newsletter .newsletter__title,
    p {
        font-size: 22px
    }
}

.thin-title {
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase
}

@media only screen and (max-width:1280px) {
    .thin-title {
        font-size: 20px
    }
}

@media only screen and (max-width:960px) {
    .thin-title {
        font-size: 18px
    }
}

.bold-title {
    font-size: 48px;
    font-weight: 700;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    letter-spacing: 1.25px;
    line-height: 1.2;
    margin: 15px 0;
    text-transform: uppercase
}

@media only screen and (max-width:1600px) {
    .bold-title {
        font-size: 38px
    }
}

@media only screen and (max-width:960px) {
    .bold-title {
        font-size: 32px
    }
}

.bold-title--small {
    font-size: 28px
}

.boldcap {
    font-weight: 700;
    text-transform: uppercase
}


/* -------------------------------------------------------------------------------- */
/*	Buttons & Links
/* -------------------------------------------------------------------------------- */

.button {
    margin: 20px 0 0;
    padding: 15px 25px
}

.button,
.events .event__ticket {
    background: 0 0;
    border: 2px var(--purple) solid;
    color: var(--purple);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: all .5s
}

@media only screen and (max-width:960px) {

    .button,
    .events .event__ticket {
        font-size: 16px;
        padding: 10px 20px
    }
}

.button:hover,
.button:focus,
.events .event__ticket:hover,
.events .event__ticket:focus {
    background: var(--purple);
    color: var(--white);
}

.button--trans {
    border: 2px var(--purple) solid;
    color: #fff
}

.button--trans:hover,
.button--trans:focus {
    background: var(--red);
    color: #fff
}

.skip-to-content-link {
    background: var(--red);
    color: var(--white);
    height: 30px;
    left: 50%;
    line-height: 1;
    padding: 5px 20px;
    position: absolute;
    transform: translateY(-500%);
    transition: transform .3s;
    z-index: 5
}

.skip-to-content-link:focus {
    transform: translateY(0)
}

a.button-back {
    /*font-weight: 700;*/
    text-decoration: underline;
    text-underline-offset: 4px;
    /*text-decoration-thickness: 2px;*/
    letter-spacing: 2px;
    color: var(--purple);
}

a.button-back:hover,
a.button-back:focus {
    color: var(--red);
}

a.button-tiny {
    text-decoration: underline;
    text-underline-offset: 4px;
    letter-spacing: 4px;
    font-size: 11px;
}

a.in-text {
    text-decoration: underline;
    text-underline-offset: 4px;
}

a.in-text:hover,
a.in-text:focus {
    color: var(--purple);
}

a.button-ghost-small {
    /*border: 1px var(--purple) solid;
    color: var(--purple);*/
    border: 1px var(--black) solid;
    color: var(--black);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2px 10px;
    padding-left: 13px;
    margin-top: 5px;
    margin-right: 8px;
    font-size: 14px;
    transition: all .3s;
}

a.button-ghost-small:hover,
a.button-ghost-small:focus {
    border: 1px var(--purple) solid;
    color: var(--purple);
}

a.button-ghost-small-white {
    /*border: 1px var(--purple) solid;
    color: var(--purple);*/
    border: 1px var(--white) solid;
    color: var(--white);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 2px 10px;
    padding-left: 16px;
    padding-top: 3px;
    font-size: 12px;
    transition: all .3s;
}

a.button-ghost-small-white:hover,
a.button-ghost-small-white:focus {
    border: 1px var(--purple) solid;
    color: var(--purple);
}

a.button-ghost-purple {
    border: 1px var(--purple) solid;
    color: var(--purple);
    display: inline-block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 2px 14px;
    padding-left: 16px;
    padding-top: 3px;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s;
    margin-top: -12px;
}

a.button-ghost-purple:hover,
a.button-ghost-purple:focus {
    border: 1px var(--red) solid;
    color: var(--red);
}

/*
a.button-ghost-small:hover {
    background: var(--purple);
    border: 1px var(--purple) solid;
    color: var(--white);
}
*/

/* -------------------------------------------------------------------------------- */
/*	Grid
/* -------------------------------------------------------------------------------- */

.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50px 1fr 1fr 50px;
    grid-template-columns: 50px 1fr 1fr 50px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    padding: 0 0 100px
}

@media only screen and (max-width:960px) {
    .grid {
        -ms-grid-columns: minmax(25px, 3%) 1fr 1fr minmax(25px, 3%);
        grid-template-columns: minmax(25px, 3%) 1fr 1fr minmax(25px, 3%)
    }
}

.grid .section__heading {
    align-items: center;
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    grid-row: 1;
    height: 180px;
    justify-content: space-between;
    min-height: 150px;
    text-transform: uppercase
}

.grid .section__heading h2,
.main-nav ul li {
    letter-spacing: 4px
}


/* -------------------------------------------------------------------------------- */
/*	Navigation
/* -------------------------------------------------------------------------------- */


#site-header {
    background: url(./img/janda_header_main.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    height: 100%;
    min-height: 100vh;
    position: relative
}

#sticky-nav {
    transition: all .5s;
    width: 100%
}

#sticky-nav .nav-container,
.main-nav ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#sticky-nav .nav-container {
    margin: 0 auto;
    width: calc(100% - 100px)
}

@media only screen and (max-width:960px) {
    #sticky-nav .nav-container {
        width: calc(100% - 50px)
    }
}

#sticky-nav.headroom {
    /*position: fixed;*/
    transform: translateY(0);
    z-index: 5
}

#sticky-nav.headroom--pinned {
    background: transparent; /*#f1002b;*/
    transform: translateY(0);
    transition: all 1s
}

#sticky-nav a:hover,
.mobile-menu-open #sticky-nav .social-nav ul {
    color: var(--white);
}

#sticky-nav.headroom--top {
    background: 0 0;
    position: absolute;
    transform: translateY(0);
}

#sticky-nav.headroom--unpinned {
    transform: translateY(-100%)
}

#sticky-nav .logo {
    flex: 1 0 100px
}

#sticky-nav .logo svg {
    vertical-align: middle;
    width: 90px;
    height: 100px
}

@media only screen and (max-width:960px) {
    #sticky-nav.headroom--top {
        height: 100%;
    }
    #sticky-nav .logo svg {
        max-height: 75px;
        width: 100px
    }
}

#sticky-nav .nav-toggle {
    background: 0 0;
    border: 0;
    color: var(--white);
    cursor: pointer;
    display: none;
    flex: 0 0 40px;
    padding: 0;
    margin: 0;
    transition: all .4s;
    transform-origin: 20px 20px;
    height: min-content;
    line-height: 0;
}

@media only screen and (max-width:960px) {
    #sticky-nav .nav-toggle {
        display: block
    }
    .main-nav ul {padding-top: 40px}
    .main-nav li {font-size: 22px}

    .mobile-menu-open #sticky-nav .social-nav ul {line-height: 32px;}
    .mobile-menu-open #sticky-nav .social-nav a { font-size: 16px; }
}

#sticky-nav .nav-toggle.is-active {
    transform: rotate(45deg)
}

.main-nav {
    flex: 0 0 45%;
}

@media only screen and (max-width:1280px) {
    .main-nav {
        flex: 0 0 54%;
    }
}

@media only screen and (max-width:1080px) {
    .main-nav {
        flex: 0 0 58%;
    }
}

@media only screen and (max-width:960px) {
    .main-nav {
        display: none
    }
}

.main-nav ul {
    color: var(--white);
    font-weight: 700;
    height: 100%;
    text-transform: uppercase
}

.main-nav ul li {
    align-items: center;
    position: relative;
    transition: all .4s
}

.main-nav ul li a {
    text-decoration: none
}

.main-nav ul li::after {
    border-radius: 8px;
    content: "";
    height: 8px;
    position: absolute;
    top: 115%;
    transform: scale(0);
    transition: all .3s;
    width: 8px
}

.mobile-menu-open #sticky-nav .main-nav ul li::after,
.social-nav {
    display: none
}

.mobile-menu-open {
    overflow: hidden
}

.mobile-menu-open #sticky-nav {
    background: var(--red);
    height: 100%;
    transform: translateY(0);
    transition: all .5s;
}

.mobile-menu-open #sticky-nav .main-nav {
    display: block;
    flex: 1 1 100%
}

.mobile-menu-open #sticky-nav .social-nav {
    display: block;
    flex: 1 1 100%;
    height: 100%;
    margin-top: 25px
}

.mobile-menu-open #sticky-nav .social-nav a {
    text-transform: uppercase;
    letter-spacing: 1.8px
}

@media only screen and (max-width:960px) {
    .mobile-menu-open #sticky-nav .social-nav a {
        letter-spacing: 3px
    }
}

.social-nav-desktop {
    bottom: 25px;
    opacity: .6;
    position: absolute;
    transition: all .4s;
    width: 100%
}

@media only screen and (max-width:960px) {
    .social-nav-desktop {
        display: none
    }
}

.social-nav-desktop:hover {
    opacity: 1
}

.main-nav ul li,
.social-nav-desktop ul {
    display: flex;
    justify-content: center
}

.social-nav-desktop ul li {
    color: var(--white);
    letter-spacing: 4px;
    margin: 0 50px;
    text-transform: uppercase
}

.social-nav-desktop a:hover {
    color: var(--red);
    text-decoration: none
}


/* -------------------------------------------------------------------------------- */
/*	Music
/* -------------------------------------------------------------------------------- */

.section--music {
    max-height: 100%;
    max-width: 100%
}

.section--music .swiper {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    max-width: 100%
}

.section--music .swiper-wrapper {
    margin-bottom: 55px
}

.music-slide {
    cursor: -webkit-grab;
    cursor: grab
}

.music-slide .music-slide__text {
    padding-top: 25px
}

.music-slide .music-slide__text p {
    margin: 15px 0;
    line-height: 150%
}

@media only screen and (max-width: 415px) {

    .music-slide .music-slide__title {
        font-size: 18px;
    }

    .music-slide .music-slide__text p {
        font-size: 17px;
    }
    
    .music-slide .music-slide__text {
        padding-bottom: 20px;
    }
    .section--music .swiper-wrapper {
        margin-bottom: 30px;
    }
}

.music-slide .music-slide__title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px
}

.music-slide img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.music-slide img:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}

/* -------------------------------------------------------------------------------- */
/*	Videos
/* -------------------------------------------------------------------------------- */

.section--videos {
    max-height: 100%;
    max-width: 100%;
    padding-bottom: 70px;
}

.section--videos .video-slider {
    margin-bottom: 55px;
    width: calc(100% - 100px)
}

@media only screen and (max-width:960px) {
    .section--videos .video-slider {
        width: calc(100% - 50px)
    }
}

.video-slide .video-wrap {
    aspect-ratio: 16/8;
    height: 100%;
    position: relative;
    width: 100%;
}

@supports not (aspect-ratio: 16 / 9) {
    /*
    .video-slide .video-wrap {
        height: 600px;
    }
    */
    .video-slide .video-wrap::before {
        float: left;
        padding-top: 56.25%;
        content: "";
    }
    .video-slide .video-wrap::after {
        display: block;
        content: "";
        clear: both;
    }
}

.video-slide__iframe,
.video-slide__poster {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;

}

@supports not (aspect-ratio: 16 / 9) {
    /*
    .video-slide .video-wrap {
        height: 600px;
    }
    */
    .video-slide .video-wrap::before {
        float: left;
        padding-top: 56.25%;
        content: "";
    }
    .video-slide .video-wrap::after {
        display: block;
        content: "";
        clear: both;
    }
}


.video-slide__iframe {
    background-color: transparent;
    bottom: 0
}

.video-slide__poster {
    background-position: 50% 50%;
    background-size: cover;
    border: 0;
    cursor: pointer;
    margin: 0;
    opacity: 1;
    outline: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -999em;
    transition: opacity 800ms, height 0s;
    transition-delay: 0s, 0s
}

.video-slide__poster::before {
    background: var(--red);
    border-radius: 100%;
    content: "";
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    transition: all 900ms;
    width: 80px
}

/*
.video-slide__poster::before {
    background: transparent;
    border-radius: 100%;
    content: "";
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    transition: all 900ms;
    width: 80px;
    border-style: solid;
    
    
    border:2px solid var(--red);    
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
*/

@media only screen and (max-width:960px) {
    .video-slide__poster::before {
        height: 40px;
        margin: -20px 0 0 -20px;
        width: 40px
    }
}

.video-slide__poster::after {
    border-bottom: 18px solid transparent;
    border-left: 26px solid var(--white);
    border-top: 18px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    margin: -18px 0 0 -8px;
    position: absolute;
    top: 50%;
    transition: all 900ms;
    width: 0
}

@media only screen and (max-width:960px) {
    .video-slide__poster::after {
        border-bottom: 9px solid transparent;
        border-left: 15px solid var(--white);
        border-top: 9px solid transparent;
        margin: -9px 0 0 -5px
    }
}

.video-slide__poster:focus::before,
.video-slide__poster:hover::before {
    background: var(--white);
}

.video-slide__poster:focus::after,
.video-slide__poster:hover::after {
    border-left-color: var(--red);
}

.video-slide__title {
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    font-weight: 700;
    height: 100px;
    justify-content: space-between;
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 4px
}

@media only screen and (max-width:1280px) {
    .video-slide__title {
        font-size: 18px
    }
}

@media only screen and (max-width:840px) {
    .video-slide__title {
        display: block;
        font-size: 16px
    }
}

.video-slide__title .video-meta {
    font-weight: 400;
    opacity: .5
}

.video-slide--active .video-slide__poster {
    height: 0;
    opacity: 0;
    transition-delay: 0s, 800ms
}


/* -------------------------------------------------------------------------------- */
/*	Newsletter
/* -------------------------------------------------------------------------------- */

.section--newsletter,
.section--text {
    align-items: center;
    justify-content: center;
    width: 100%
}

.section--text {
    background: var(--light-grey);
    -moz-column-gap: 0;
    column-gap: 0;
    padding: 55px 0
}

.section--text .newsletter {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    position: relative
}

.section--text .newsletter__title {
    font-size: 28px;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.section--newsletter {
    background: var(--purple);
    color: var(--white);
    min-height: 450px;
    padding: 0
}

.section--newsletter .newsletter {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0;
    position: relative
}

.section--newsletter .newsletter .big-dot {
    margin: 12px
}

.section--newsletter .newsletter p {
    max-width: 890px
}

.section--newsletter .newsletter__title {
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.1;
    text-transform: uppercase
}

.section--newsletter .newsletter .button {
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 1.1;
    border: 2px var(--red) solid;
}

@media only screen and (max-width:430px) {

    .section--newsletter .newsletter__title {
        max-width: 270px;
        line-height: 1.4;
    }

    .section--newsletter .newsletter .button {
        line-height: 1.4;
    }
}

/* -------------------------------------------------------------------------------- */
/*	Concerts
/* -------------------------------------------------------------------------------- */

.section--live {
    background: var(--grey); /* #eef0ee;*/
    max-height: 100%;
    max-width: 100%;
    padding-bottom: 140px;
}

.events {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
    max-width: 100%
}

.events>div {
    border-top: 1px var(--mid-grey) solid
}

.events>div:last-of-type {
    border-bottom: 1px var(--mid-grey) solid
}

.events>div:first-of-type {
    border-top: 3px var(--mid-grey) solid
}

.events .event {
    display: flex;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 25px 0
}

@media only screen and (max-width:840px) {
    .events .event {
        display: block
    }

    .event span {
        display: block;
    }
}

.events .event>* {
    -ms-grid-row-align: center;
    align-self: center;
    flex: 1 1 25%
}

.events .event__city {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px
}

.events .event__ticket {
    font-weight: 700;
    margin: 0;
    max-width: 200px;
    padding: 10px 20px;
    -ms-grid-row-align: end;
    -ms-grid-column-align: end;
    place-self: end
}

@media only screen and (max-width:840px) {
    .events .event__ticket {
        margin: 20px 0 0
    }
}


/* -------------------------------------------------------------------------------- */
/*	About
/* -------------------------------------------------------------------------------- */

.section--bio__content {
    -moz-column-gap: 50px;
    column-gap: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    row-gap: 20px
}

@media only screen and (max-width:840px) {
    .section--bio__content {
        display: block
    }
}

.section--bio__content .fat-title,
.section--bio__content .portrait {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.section--bio__content .header-col {
    -ms-grid-column-span: 1fr;
    grid-column: 1fr
}

.section--bio__content .portrait {
    position: relative
}

.portrait__img {
    width: 100%;
}

.section--bio__content .text {
    -ms-grid-row: 4;
    grid-row: 4
}

.section--bio__content .text:nth-child(2n) {
    -ms-grid-column: 1;
    grid-column: 1
}

.section--textonly {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    margin: 0
}

.section--textonly__content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    max-width: 960px
}

.section--textonly__content a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.text-last-block {
    padding-top:30px;
    display:block;
}
.text-janda {
    letter-spacing: .1em;
    font-size: calc(17px + 2*((100vw - 480px)/1120));
}

.text-janda-releases {
    text-transform: uppercase;
    font-size:20px;
    letter-spacing: 3px;
}

.text-coucou {
    letter-spacing: .07em;
    font-size: calc(17px + 2*((100vw - 480px)/1120));
}

.text-apnoe {
    letter-spacing: .1em;
    font-size: calc(17px + 2*((100vw - 480px)/1120));
}

@media only screen and (max-width:1400px) {
    .text-last-block {
        padding-top:20px;
    }
}


/* -------------------------------------------------------------------------------- */
/*	Footer
/* -------------------------------------------------------------------------------- */

footer.site-footer {
    background: var(--red);
    min-height: 400px;
    padding-top: 100px;
    text-transform: uppercase;
    padding-bottom: 50px
}

footer.site-footer .footer-menus {
    display: flex;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4
}

@media only screen and (max-width:840px) {
    footer.site-footer .footer-menus {
        display: block
    }
}

footer.site-footer .footer-menus .footer-menu {
    flex: 0 1 350px
}

@media only screen and (max-width:840px) {
    footer.site-footer .footer-menus .footer-menu {
        margin: 20px 0 0
    }
}

footer.site-footer .footer-menus .footer-menu__head {
    color: var(--white);
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 25px
}

footer.site-footer .colophon__menu p,
footer.site-footer .footer-menus .footer-menu__list {
    color: var(--white);
    letter-spacing: 4px
}

footer.site-footer .colophon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
    justify-content: space-between;
    margin-top: 50px
}

@media only screen and (max-width:840px) {
    footer.site-footer .colophon {
        display: block
    }
}

footer.site-footer .colophon__logo {
    fill: var(--red);
    height: 50px;
    width: 200px
}

/* -------------------------------------------------------------------------------- */
/*	Privacy & Imprint
/* -------------------------------------------------------------------------------- */

.data-privacy .site-header--textonly,
.imprint .site-header--textonly {
    align-items: center;
    background: 0 0;
    display: flex;
    justify-content: center
}

.data-privacy .site-header--textonly .logo,
.imprint .site-header--textonly .logo {
    width: 300px
}

#imprint ul,
#privacy ul {
    list-style: circle;
}

#imprint h3,
#privacy h3 {
    padding-top:40px
}

#imprint li,
#privacy li {
    font-size: 20px;
}


/* -------------------------------------------------------------------------------- */
/*	Apnoe Minisite
/* -------------------------------------------------------------------------------- */

.apnoe-minisite {
    color: var(--white);
}

.apnoe-minisite #apnoe-header {
    padding-top: 50px;   
}

.apnoe-minisite #apnoe-thanks {
    padding-bottom: 100px;
}

.apnoe-minisite span.text-janda,
.apnoe-minisite span.text-janda,
.apnoe-minisite span.text-janda {
    font-size: 90%;
    letter-spacing: 3px;
}

.apnoe-minisite ul.credits {
    columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.apnoe-minisite ul.credits:before{
    content:attr(aria-label);
    font-size:120%;
    font-weight:bold;
}

.apnoe-minisite .credits-column-left h3,
.apnoe-minisite .credits-column-right h3 {
    text-transform: uppercase;
}

.apnoe-minisite .credits-column-left h3:not(:first-child),
.apnoe-minisite .credits-column-right h3:not(:first-child) {
    padding-top: 60px;
}

.apnoe-minisite ul.credits li {
    break-inside: avoid-column;
}

.apnoe-minisite ul.credits li.double-height {
    height: 54px;
}

.apnoe-minisite .apnoe-headline {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 6px;
    line-height: 40px;
}

.apnoe-minisite h3.apnoe-headline {
    color: var(--red);
    letter-spacing: 4px;
}

.apnoe-minisite .apnoe-meta {
    padding-top: 40px;
    padding-bottom: 70px;
}

.apnoe-minisite #apnoe-thanks p,
.apnoe-minisite #apnoe-legal p {
    line-height: 26px;
} 

.apnoe-minisite p.apnoe-meta {
    line-height: 34px;
}

.apnoe-minisite img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
  
.apnoe-minisite img:hover {
    -webkit-filter: brightness(130%);
    filter: brightness(130%);
}

.apnoe-minisite .high {
    position: relative;
    vertical-align: baseline;
    top: -0.1em;
}

.apnoe-minisite .button--trans {
    padding: 14px 26px;
    color: var(--purple);
    margin-top: 40px;
}

.apnoe-minisite .button--trans:hover {
  background: transparent;
  color: var(--red);
}

.apnoe-minisite .section--contributors {
    color: var(--white);
    padding: 0px;
}

.apnoe-minisite .section--contributors .creds-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0;
    position: relative
}

.apnoe-minisite .creds-wrap p {
    font-size:16px;
}

.apnoe-minisite footer.site-footer {
    padding-top: 0px;
    background: transparent;
    min-height: 100px;
}

.apnoe-minisite footer.site-footer .footer-menus {
    padding-top: 70px;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.apnoe-minisite footer.site-footer .footer-menus .footer-menu__head {
    padding-top: 30px;
}

@media only screen and (max-width:840px) {

    #apnoe-header {
        padding-bottom: 0px;
    }

    .header-col:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        margin-bottom: 80px;
    }
    .apnoe-minisite footer.site-footer .colophon {
        padding-top: 80px;
        margin-top: 0px;
        border-top: 1px solid rgba(255, 255, 255, .5);
    }
    .apnoe-minisite footer.site-footer .colophon {
        display: flex
    }
}