@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url("font-awesome.min.css");

/*
	Big Picture by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

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

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

body {
    -webkit-text-size-adjust: none;
}

/* Box Model */

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

/* Basic */

html {
    height: 100%;
}

body {
    background: #ffffff;
    height: 100%;
    min-width: 320px;
}


body {
    text-decoration: none;
}


/* Type */

body, input, textarea, select, button {
    /*font-family: "Source Sans Pro", "sans-serif";*/
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.5em;
    color: #000000;
    letter-spacing: 0.025em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    color: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 2.25em;
    line-height: 1.25em;
}

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

    h2 {
        font-size: 1.5em;
    }

}

strong, b {
    font-weight: 900;
    color: inherit;
}


/* Box */

.box {
    background: #ffffff;
    color: #39454b;
    padding: 2em;
}

.box > :last-child {
    margin-bottom: 0;
}

.box.style2 {
    padding: 3.5em 2.5em 3.5em 2.5em;
}

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

    .box {
        padding: 1em;
    }

    .box.style2 {
        padding: 1.5em 1.25em 1.5em 1.25em;
        background-color: rgba(255, 255, 255, 0.9);
    }

}

/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: #242424;
    border: 0;
    border-radius: 0.25em;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 3.5em;
    line-height: 3.5em;
    outline: 0;
    /*padding: 0 1em 0 1em;*/
    position: relative;
    text-align: center;
    text-decoration: none;
}

input[type="button"].down,
input[type="submit"].down,
input[type="reset"].down,
.button.down,
button.down {
    width: 5em;
    height: 5em;
    line-height: 4.5em;
    padding: 0;
    background-image: url("images/dark-arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -10em;
    overflow: hidden;
}

input[type="button"].down.anchored,
input[type="submit"].down.anchored,
input[type="reset"].down.anchored,
.button.down.anchored,
button.down.anchored {
    bottom: 0;
    border-bottom: 0;
    border-radius: 3em 3em 0 0;
    height: 4.5em;
    margin-left: -2.5em;
}

input[type="button"].anchored,
input[type="submit"].anchored,
input[type="reset"].anchored,
.button.anchored,
button.anchored {
    position: absolute;
    left: 50%;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button:hover,
button:hover {
    background-color: #474747;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active,
button:active {
    background-color: #01cd96;
}

/* Form */

form {
    margin: 0 0 0 0;
}

form .field {
    margin: 0 0 1.5em 0;
}

form .field.half {
    width: 50%;
    float: left;
    padding: 0 0 0 0.75em;
}

form .field.half.first {
    padding: 0 0.75em 0 0;
}

form .actions {
    margin: 1.5em 0 0 0 !important;
}

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

    form .field {
        margin: 0 0 1em 0;
    }

    form .field.half {
        padding: 0 0 0 0.5em;
    }

    form .field.half.first {
        padding: 0 0.5em 0 0;
    }

    form .actions {
        margin: 1em 0 0 0 !important;
    }

}

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

    form .field.half {
        width: 100%;
        float: none;
        padding: 0;
    }

    form .field.half.first {
        padding: 0;
    }

}

label {
    display: block;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #39454b;
    display: block;
    width: 100%;
    padding: 0.65em 0.75em;
    background: none;
    border: solid 2px #e5e6e7;
    color: inherit;
    border-radius: 0.5em;
    outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border-color: #9ac8e9;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select {
    line-height: 1.35em;
}

textarea {
    min-height: 8em;
}

::-moz-focus-inner {
    border: 0;
}

::-webkit-input-placeholder {
    opacity: 0.375;
}

:-moz-placeholder {
    opacity: 0.375;
}

::-moz-placeholder {
    opacity: 0.375;
}

:-ms-input-placeholder {
    opacity: 0.375;
}

.formerize-placeholder {
    opacity: 0.375;
}

/* Icon */

.icon {
    text-decoration: none;
}

.icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon > .label {
    display: none;
}


/* List */

ul.default {
    list-style: disc;
    padding-left: 1em;
}

ul.default li {
    padding-left: 0.5em;
}

ul.icons {
    cursor: default;
}

ul.icons li {
    display: inline-block;
}

ul.icons a {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border: 0;
}

ul.menu {
    cursor: default;
}

ul.menu li {
    display: inline-block;
    line-height: 1em;
    border-left: solid 1px #e5e6e7;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 0.5em;
}

ul.menu li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

ul.actions {
    cursor: default;
}

ul.actions li {
    display: inline-block;
    margin: 0 0 0 0.5em;
}

ul.actions li:first-child {
    margin-left: 0;
}

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

/* Sections/Article */

header {
    margin-bottom: 1em;
}

header p {
    display: block;
    margin: 1em 0 0 0;
    padding: 0 0 0.5em 0;
}

footer {
    margin-top: 2em;
}

/* Header */

.page-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /*background: rgba(255, 255, 255, 0.8);*/
    background: rgba(0, 0, 0, 1.0);
    color: #cecece;
    height: 3em;
    line-height: 3em;
    box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition-delay: .3s;
    /* Safari */
    transition-delay: .3s;
    z-index: 9998;
    text-transform: uppercase;
    font-weight: 900;
}

.page-header.off-canvas {
    top: -189px;
    /*background-color: red;*/
}

.page-header.fixed {
    top: 0;
    z-index: 9999;
}

.page-header h1 {
    position: absolute;
    left: 1em;
    top: 0;
    height: 3em;
    line-height: 3em;
    cursor: default;
}

.page-header h1 a {
    font-size: 1.25em;
}

.page-header nav {
    position: absolute;
    right: 0.5em;
    top: 0;
    height: 3em;
    line-height: 3em;
}

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

.page-header nav ul li {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 0.9em;
}

.page-header nav ul li a {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 3em;
    line-height: 3em;
    padding: 0 0.5em 0 0.5em;
    outline: 0;
}

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

    .page-header {
        height: 2.5em;
        line-height: 2.5em;
    }

    .page-header h1 {
        text-align: center;
        position: relative;
        left: 0;
        top: 0;
        height: 2.5em;
        line-height: 2.5em;
    }

    .page-header h1 a {
        font-size: 1em;
    }

    .page-header nav {
        display: none;
    }

}

body {
    padding-top: 3em;
}

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

    body {
        padding-top: 2.5em;
    }

}

/* Footer */

#footer {
    position: relative;
    height: 5em;
    line-height: 5em;
    margin: 0;
    background: #090912;
    color: rgba(235, 236, 237, 0.5);
    overflow: hidden;
}

#footer a {
    color: inherit;
}

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

#footer ul.actions {
    position: absolute;
    left: 1em;
    top: 0.25em;
    height: 5em;
    line-height: 5em;
    margin: 0;
}

#footer ul.actions li {
    font-size: 1.25em;
    margin: 0;
}

#footer ul.actions li a {
    padding: 0.5em;
}

#footer ul.menu {
    position: absolute;
    right: 2em;
    top: 0;
    height: 5em;
    line-height: 5em;
    margin: 0;
}

#footer ul.menu li {
    border-left-color: rgba(185, 186, 187, 0.2);
    font-size: 0.9em;
}

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

    #footer {
        height: auto;
        line-height: inherit;
        text-align: center;
        padding: 2em 1em 2em 1em;
    }

    #footer ul.actions {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        line-height: inherit;
        margin: 0 0 1em 0;
    }

    #footer ul.menu {
        position: relative;
        right: 0;
        top: 0;
        height: auto;
        line-height: inherit;
    }

}

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

    #footer ul.menu li {
        border-left: 0;
        padding: 1em 0 0 0;
        margin: 0;
        display: block;
    }

    #footer ul.menu li:first-child {
        padding-top: 0;
    }

    #footer ul.menu li a {
        line-height: 1.5em;
    }

}

/* Intro */

.full-width {
    width: 100%;
    object-fit: contain;
    /*max-height: 90vh;*/
}

@keyframes animateHeader {
    from {
        letter-spacing: 0.5em;
    }
    to {
        letter-spacing: -0.05em;
    }
}

section {
    scroll-behavior: smooth;
}

.btn-primary {
    padding: 0 1em 0 1em;
}

.button-bar {
    display: flex;
    justify-content: center;
}

.cd-cover {
    width: 50%;
}

.bestel-knop {
    min-width: 150px !important;

}

.bestel-cd-covers {

}

.bestel-cd-covers > .cd-cover {
    max-width: 25%;
}


.intro {
    background-image: url("images/front_image.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 75vw;

}

.agenda {
    display: flex;
    flex-wrap: wrap;
    background-color: black;
    background-image: url("images/agenda_background.jpg");
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-height: 80vh;
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 50vw;
    color: #cecece;
    margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
    .agenda {
        padding-bottom: 40px;
        padding-left: 35vw;
    }
}

.agenda-header {
    flex: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 172%;
    font-weight: 900;
    padding-top: 50px;
    padding-bottom: 10px;
}

.agenda-item {
    flex: 50%;
    font-family: 'Roboto', sans-serif;
    padding-top: 40px;
    padding-left: 40px;
}

.agenda-item a {
    text-decoration: none;
    color: unset;
    font-weight: 900;
}

.agenda-item .day-of-week {
    border-top: 3px solid #cecece;
    padding-top: 30px;
    font-weight: 900;
    font-size: 139%;
    margin-bottom: 5px;
}

.agenda-item .day-of-month {
    font-weight: 900;
    font-size: 450%;
    line-height: 85%;
    color: #5DA475;
    letter-spacing: -5px;
}

.agenda-item .month {
    font-weight: 700;
    font-size: 139%;
    color: #5DA475;
    margin-bottom: 5px;
}

.agenda-item .desc1 {
    font-weight: 900;
    font-size: 189%;
    line-height: 100%;
    margin-bottom: 5px;
}

.agenda-item .desc2 {
    font-weight: 700;
    font-size: 139%;
    margin-bottom: 5px;
}

.agenda-item .time {
    font-weight: 700;
    font-size: 139%;
    color: #5DA475;
    margin-bottom: 5px;
}

.agenda-item .last-row {
    display: flex;
    justify-content: space-between;

}

.agenda-item .tickets {
    margin-top: 10px;
}

.agenda-item .ticket-button {
    box-sizing: border-box; /* <- added this */
    height: unset;
    line-height: 120%;
    padding: 5px 10px;
    font-size: 139%;
    font-weight: 700;
    color: #5DA475;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.70);
    border: solid #5DA475 3px;
    border-radius: 0px;
}

.agenda-item .ticket-button:hover {
    background-color: #5DA475;
    color: black;
    border: solid black 3px;
}

@media screen and (max-width: 900px) {
    .aboutme {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .aboutme .photo {
        min-height: 100vw;
    }
}


.aboutme {
    display: flex;
    background-color: #EDC707;
}

.aboutme .content {
    flex: 6;
    flex-wrap: wrap;
    padding-top: 40px;
}

.aboutme .content .title {
    padding-top: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
}

.aboutme .content .body {
    border-left: solid #67391c 3px;
    border-bottom: solid #67391c 3px;
    padding-left: 30px;
    padding-bottom: 30px;
    margin: 50px;
    margin-top: 20px;
}

.aboutme .content .body .highlight {
    color: #67391c;
    font-weight: 900;
}

.aboutme .photo {
    flex: 4;
    background-image: url("images/aboutme.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.photogallery {
    display: flex;
    background-color: #e0e0e0;
    padding-top: 40px;
    padding-bottom: 40px;
}


.photogallery .content {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.photogallery .content .title {
    padding-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
}

.photogallery .content .body {
    display: grid;
    grid-template-columns: auto;
    align-items: stretch;
    justify-items: center;
}

@media screen and (min-width: 750px) {
    .photogallery .content .body {
        grid-template-columns: auto auto;
    }
}

@media screen and (min-width: 1024px) {
    .photogallery .content .body {
        grid-template-columns: auto auto auto auto;
    }
}


.photogallery .content .body .photo {
    border: solid transparent 0px;
    line-height: 0px;
    position: unset;
}

.photogallery .content .download {
    text-decoration: none;
}

.photogallery .content .body .photo img {
    width: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.4s;
}

.photogallery .content .body .photo img:hover {
    width: 100%;
    object-fit: cover;
    -webkit-filter: none;
    filter: none;
}

.photogallery .content .body .photo .large-image {
    position: page;
    left: 0px;
    width: 90%;
    height: 90%;
    object-fit: cover;
    -webkit-filter: none;
    filter: none;
    z-index: 4000;
}

.photogallery a {
    color: #39454b;
}

.videogallery .body {
    padding-top: 40px;
    padding-bottom: 0px;
}

.videogallery .body a {
    text-decoration: none;
}
.videogallery .content {
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.videogallery .footer {
    padding-top: 0px;
    line-height: normal;
}

.videogallery .content .body {
    display: grid;
    grid-template-columns: 100%;
}

@media screen and (min-width: 750px) {
    .videogallery .content .body {
        grid-template-columns: 50% 50%;
    }
}

@media screen and (min-width: 1024px) {
    .videogallery .content .body {
        grid-template-columns: 25% 25% 25% 25%;
    }
}

.videogallery img {
    width: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.4s;
}

.videogallery article:hover {
    width: 100%;
    object-fit: cover;
    -webkit-filter: none;
    filter: none;
}

.videogallery article {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: calc(56.25% - 50px);
    color: white;
    text-decoration: none;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
}

.videogallery .youtube .info {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    width: 100%;
    background-color: rgba(9, 9, 18, 0.87);
}
.videogallery .youtube .info .title1 {
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.videogallery .youtube .info .title2 {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.videogallery .showMore {
    background-color: transparent;
    color: black;
    font-size: 150%;
}

/* Contact */
.contact {
    background-image: url("images/contact_background.jpg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: max(100vh, 1000px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact .content {
    padding-top: 40px;
}

.contact .content .title {
    padding-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #dcdcdc;
}

.contact .content .body {
    margin-left: 10vw;
    margin-right: 10vw;
}

.contact input[type="text"], input[type="email"], textarea {
    background-color: rgba(255, 255, 255, 0.23);
    border: none;
    color: white;
}

.contact input::placeholder, textarea::placeholder {
    color: white;
}

.handler {
    width: 600px;
}

.handler > div {
    display: inline-block;
}
