body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    /* background-image: url(../img/the_road.jpg); */
    /* background-image: url(../img/background/the-road.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed; */
}

body img.background-image {

    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;

}


.container,
.container-wide,
.container-small {
    z-index: 1;
    padding: 0 20px;
    padding: 0;
}


article .container.paps-page {
    background-color: rgba(var(--color-primary-rba), 0.6);
    padding: 40px 30px;
    border-radius: 30px;
}

.container.container-main {
    flex-grow: 1;
    margin-top: 100px;
    padding-top: 80px;

}


.container.container-main h1 span {
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 60%;
    font-style: italic;
    font-family: var(--font-text);
}


.section-frontpage-grid {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    width: 100%;

}

.the-paps-image {
    position: relative;
    display: flex;
    justify-content: center;
    width: 67%;
    height: auto;
    z-index: 1;
}

.the-paps-image img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

@media only screen and (max-width: 900px) {
    .the-paps-image {
        width: 90%;
    }
}

/*
.section-frontpage-grid {
    position: relative;
    display: grid;

    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto;
}

.section-frontpage-grid h1,
.h1-pay-of {
    grid-column: 1 /-1;
}

.the-paps-main {
    position: relative;
    grid-row: 3 / 6;
    grid-column: 1 /-1;
}

.the-paps-main h2 {
    position: absolute;
    color: var(--color-primary);
    z-index: 10;     
}

.the-paps-main h2 a {
    text-shadow: 2px 2px 2px var(--color-secondary);
    transition: all 0.250ms ease-in-out;
    padding: 30px 0;

}

.the-paps-main h2 a:hover {
    color: var(--color-primary);
    text-shadow: 4px 4px 4px var(--color-secondary);
    text-decoration-color: var(--color-secondary);
}


.the-paps-main .about-the-paps {
    bottom: 122px;
    left: 355px;
   
}

.the-paps-main .music-the-paps {

    bottom: 122px;
    left: 762px;
}
*/
/* 
.barrel {
    position: relative;
    grid-row: 6 / 9;
    grid-column: 3 / 6;
}

.barrel img {
    position: absolute;
    top:0;
    left:0;
} */


/* 
 * Homepage slider
 *
 * ========================= */

section.section-fotos {
    margin-top: 140px;
    margin-bottom: 140px;
    position: relative;



}

@media only screen and (max-width: 400px) {
    section.section-fotos {
        padding: 0 20px;
    }
}


.gig-swiper-container {
    /* width: 80%; */
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;

}


.gig-swiper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.gig-swiper .swiper-slide {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}


.gig-swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gig-swiper .swiper-slide .slider-image-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.gig-swiper .swiper-slide .slider-image-icon span {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in-out;

}

.gig-swiper .swiper-slide .slider-image-icon span:hover {
    /* width: 62px;
	height: 62px; */
    transform: rotate(-20deg);
}


.swiper-button-prev {
    left: -110px;
}

.swiper-button-next {
    right: -110px;
}

@media only screen and (max-width: 1100px) {
    .swiper-button-prev {
        left: -70px;
    }

    .swiper-button-next {
        right: -70px;
    }
}

@media only screen and (max-width: 760px) {
    .swiper-button-prev {
        left: -30px;
    }

    .swiper-button-next {
        right: -30px;
    }
}

@media only screen and (max-width: 425px) {
    .swiper-button-prev {
        left: -14px;
        background-color: var(--color-white);
    }

    .swiper-button-next {
        right: -14px;
        background-color: var(--color-white);
    }
}

.swiper-button-prev,
.swiper-button-next {
    box-shadow: var(--box-shadow);
    height: 50px;
    width: 50px;
    border-radius: 150px;
    background-color: var(--color-secondary);

}


.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    height: 37%;
    width: 57%;
    background-repeat: no-repeat;
}

.swiper-button-prev:after {
    background-image: url("../img/icons/arrow_slider_left.svg");
}

.swiper-button-next:after {
    background-image: url("../img/icons/arrow_slider_right.svg");
}

/* Slider video override  */
/* .has-iframe .fancybox__content,
	.has-map .fancybox__content,
	.has-pdf .fancybox__content,
	.has-youtube .fancybox__content,
	.has-vimeo .fancybox__content,
	.has-html5video .fancybox__content {
		max-width: 100%;
		flex-shrink: 1;
		min-height: 1px;
		overflow: visible;
	} */

.has-html5video .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-iframe .fancybox__content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

.has-html5video iframe,
.has-youtube iframe,
.has-vimeo iframe,
.has-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.section-intro,
section.section-intro-extended,
section.section-gigs,
section.section-cta {

    background-color: rgba(var(--color-primary-rba), 0.6);
    padding: 40px 30px;
    border-radius: 30px;

}

section.section-gigs {
    margin: 60px auto 80px auto;
}

/*
.section-gigs table {
    width: 100%;
}

.section-gigs table th,
.section-gigs table td {
    border-bottom-color: var(--color---color-secondary);
}
    */

/* Basis: normale tabel */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    padding: 0.75em;
    text-align: left;
    border-bottom: 1px solid var(--color---color-secondary);
}

.responsive-table tr {
    font-size: 16px;
}

/* Responsive: stacked weergave onder breakpoint */
@media (max-width: 600px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table tr {
        display: block;
        margin-bottom: 1em;
        /* border: 1px solid var(--color-secondary); */
        border-radius: 4px;
        padding: 0.5em;
        border-bottom: 1px solid var(--color-secondary);
        }

        .responsive-table td {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            text-align: right;
            padding: 0.5em 0;
            border-bottom: none;
        }

        .responsive-table td::before {
            content: attr(data-label);
            font-weight: bold;
            flex-shrink: 0;
            margin-right: 1em;
            color: var(--color-secondary, #666);
            text-align: left;
        }
    }

    /* 
 * Newsletter subscription
 *
 * ========================= */

    .newsletter-subscription-box {
        display: block;
        position: fixed;
        max-width: 350px;
        z-index: 100;
        top: 20%;
        right: -370px;
        background-color: rgba(var(--color-primary-rba), 0.8);
        padding: 40px 50px 40px 30px;
        margin-left: 10px;
        border-radius: 30px;
    }

    .newsletter-subscription-close {
        position: absolute;
        right: 20px;
        top: 20px;

    }

    .newsletter-subscription-close i {
        font-size: 20px;
        color: var(--color---color-secondary-dark)
    }

    .newsletter-subscription-box h2 {
        font-size: 2rem;
    }


    .reg-form-main {
        flex-direction: column;

    }

    .reg-form-panel-1,
    .reg-form-panel-2 {
        width: 100% !important;
    }


    .reg-form-main input.button {
        background-color: var(--color-accent) !important;
        border-color: var(--color-accent) !important;

    }

    .reg-form-main input.button:hover {
        background-color: var(--color-secondary) !important;
        border-color: var(--color-secondary) !important;

    }

    .show-newsletter-button-box {
        display: none;
        position: fixed;
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        background-color: rgba(var(--color-primary-rba), 0.8);
        border-radius: 50px;
        overflow: hidden;
        z-index: 10;


    }

    /* to align cookieyes button with newsletter button  */
    .cky-revisit-bottom-left {
        bottom: 30px !important;
        left: 30px !important;
    }

    .show-newsletter-button-box-inner {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .show-newsletter-button-box i {
        color: var(--color-secondary);
        font-size: 24px;
    }

    /* 
 * Footer section
 *
 * ========================= */

    footer .paps-footer {
        position: relative;
        z-index: 1;
        margin-top: 120px;
        padding: 36px 0 12px 0;
        /* background-color: rgba(0, 0, 0, 0.3); */
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
        display: flex;
        gap:12px;
        flex-shrink: 0;

        justify-content: space-between;

    }


    footer .paps-footer ul,
    footer .paps-footer ul li {
        margin-bottom: 0;
    }

    footer .credits ul,
    footer .legal-shizzle ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        gap: 14px;


        font-size: 14px;
        color: rgba(var(--color-primary-rba), 0.8);

    }

    footer a {
        color: rgba(var(--color-primary-rba), 0.8);
        transition: color 250ms ease-in-out;
    }

    footer a:hover {
        color: var(--color-primary);
        font-weight: 400;
    }


    .footer-socials {
        display: flex;
        gap:12px;
        justify-content: center;

    }

    @media only screen and (max-width: 550px) {
        footer .paps-footer {
            display: flex;
            flex-direction: column;
        }

        .paps-footer .credits,
        .paps-footer .legal-shizzle {
            display: flex;
            justify-content: center;
            gap: 12px;
        }
    }



    /******************************************/

    /* thepaps popup                       */

    /******************************************/


    /* Subscribe form */


    .thepaps-popup-box__outer {
        display: none;
    }




    .thepaps-popup-box {

        position: -webkit-sticky;
        position: fixed;
        top: 0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
    }

    .thepaps-popup-box__thepaps-popup {
        display: none;
        position: relative;
        /* display: block; */
        width: 50%;
        /* height: 45%; */
        height: 90%;
        z-index: 1500;
        border: 2px solid var(--color-white);
        background-color: var(--color-white);

        border-radius: 8px;
        overflow: scroll;
    }

    @media only screen and (max-width: 1000px) {
        .thepaps-popup-box__thepaps-popup {
            width: 70%;
        }
    }

    @media only screen and (max-width: 650px) {
        .thepaps-popup-box__thepaps-popup {
            width: 90%;
        }
    }

    @media only screen and (max-width: 500px) {
        .thepaps-popup-box__thepaps-popup {
            height: 70vh;
        }
    }

    .thepaps-popup-box__thepaps-popup--image-box {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .thepaps-popup-box__thepaps-popup--image-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .thepaps-popup-box__thepaps-popup--content {

        position: absolute;
        width: 100%;
        height: auto;
        z-index: 2000;
        padding: 20px 50px;
        background-color: var(--color-white);
        color: var(--color-font-dark);
    }

    @media only screen and (max-width: 700px) {
        .thepaps-popup-box__thepaps-popup--content {
            padding: 30px;
        }
    }

    .thepaps-popup-box__thepaps-popup--content .thepaps-popup-close {
        position: absolute;
        top: 20px;
        right: 20px;
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;

        color: var(--color-black);
        font-size: 24px;
        cursor: pointer;

    }

    @media only screen and (max-width: 700px) {
        .thepaps-popup-box__thepaps-popup--content .thepaps-popup-close {
            top: 12px;
            right: 12px;
        }
    }

    .thepaps-popup-box__thepaps-popup--content .wpcf7-form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 10px 20px;
        border: 1px dashed var(--color-secondary);
        border-radius: 5px;
    }

    .thepaps-popup-box__thepaps-popup--content .p-pre-header {
        margin-bottom: 0rem;
        /* color: var(--color-secondary); */
        font-size: 2rem;
    }

    .thepaps-popup-box__thepaps-popup--content h2,
    .thepaps-popup-box__thepaps-popup--content p {
        text-align: center;
    }

    .thepaps-popup-box__thepaps-popup--content h2 {
        font-size: 3.5rem;
        color: var(--color-secondary);
    }

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

    .thepaps-popup-box__thepaps-popup--content p {
        /* font-size: 2.5rem; */
    }

    .thepaps-popup-box__thepaps-popup--content p .wpcf7-form-control-wrap {
        display: inline-block;
        text-align: left;
        width: 100%;
    }

    .thepaps-popup-box__thepaps-popup--content p span.wpcf7-list-item-label {
        font-size: 1.5rem;
        text-align: left;
    }



    @media only screen and (max-width: 450px) {
        .thepaps-popup-box__thepaps-popup--content h2 {
            padding-top: 22px;
        }

    }



    .thepaps-popup-box__thepaps-popup--content .wpcf7-form p {
        width: 100%;
        margin-bottom: 1rem;

    }

    .thepaps-popup-box__thepaps-popup--content .wpcf7-form p textarea {
        width: 100%;
    }

    @media only screen and (max-width: 400px) {
        .thepaps-popup-box__thepaps-popup--content .wpcf7-form p {
            width: 100%;
        }
    }


    .thepaps-popup-box__thepaps-popup--content .wpcf7-form p input {
        /* width: 100%; */
        max-width: 100%;
        /* background-color: var(--color-primary-light); */
        color: var(--color-font-dark);
        font-size: 15px;
        font-weight: 400;
    }

    .thepaps-popup-box__thepaps-popup--content .wpcf7-form p input[type=checkbox] {
        width: 13px;
    }

    .thepaps-popup-box__thepaps-popup--content .wpcf7-form p label {
        font-weight: 400;
        text-align: left;
        font-size: 15px;
        width: 100%;
        margin-bottom: 10px;
    }

    /* .thepaps-popup-box__thepaps-popup--content .wpcf7-form p:nth-of-type(3) {
	text-align: left;
} */

    .thepaps-popup-box__thepaps-popup--content .wpcf7-form a {
        color: var(--color-font-light);
        font-weight: 300;
        padding-left: 5px;
        font-size: 70%;
        display: flex;
        line-height: 1.3;
        border-bottom: none;
    }


    @media only screen and (max-width: 450px) {
        .thepaps-popup-box__thepaps-popup--content .wpcf7-form a {
            font-size: 60%;
        }

    }

    .thepaps-popup-box__thepaps-popup--content .wpcf7-form .wpcf7-list-item {
        margin: 0
    }

    .thepaps-popup-box__thepaps-popup--content .form-fields-ivite__ivite-field input[type=submit],
    .thepaps-popup-box__thepaps-popup--content .wpcf7-form p input[type=submit] {

        background-color: var(--color-secondary);
        color: var(--color-white);
        /* padding: 19px 50px; */
        padding: 10px 50px;
        border: unset;
        border-radius: 14px;
        height: auto;
        font-size: 18px;
        font-weight: 600;
        text-transform: unset;
        width: auto;
    }

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

        .thepaps-popup-box__thepaps-popup--content .form-fields-ivite__ivite-field input[type=submit],
        .thepaps-popup-box__thepaps-popup--content .wpcf7-form p input[type=submit] {
            font-size: 14px;
        }

    }

    @media only screen and (max-width: 400px) {
        .thepaps-popup-box__thepaps-popup--content {
            padding: 15px;
        }
    }

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

        .thepaps-popup-box__thepaps-popup--content .form-fields-ivite__ivite-field input[type=submit],
        .thepaps-popup-box__thepaps-popup--content .wpcf7-form p input[type=submit] {
            padding: 10px 30px;
        }

        .thepaps-popup-box__thepaps-popup--content .form-fields-ivite__ivite-field input:hover[type=submit]:hover,
        .thepaps-popup-box__thepaps-popup--content .wpcf7-form p input[type=submit]:hover {

            background-color: var(--color---color-secondary-dark);
        }

        .thepaps-popup-box__thepaps-popup--content .wpcf7-form .wpcf7-response-output {
            margin: 0;
            color: var(--color-font-dark);
            border: 2px solid var(--color-accent) !important;

        }

        .wpcf7-form-control:focus {
            border-color: var(--color-primary);
        }

        /* Style the general error message */
        .wpcf7-response-output.wpcf7-validation-errors {
            color: var(--color-accent);
            background-color: #ffe6e6;
            border: 1px solid var(--color-accent);
            border-radius: 4px;
            margin-bottom: 20px;
        }

        span.wpcf7-not-valid-tip::before {
            position: relative;
            content: "\f071";
            font-family: 'Font Awesome 6 Pro';
            margin-right: 6px;
        }

        span.wpcf7-not-valid-tip {
            position: absolute;
            bottom: -40px;
            color: var(--color-accent);
            background-color: unset;
            font-size: 13px;
            font-weight: 500;
            display: block;

        }

    }


    /* WPML Menu Flag corrections  */

    .menu-item-wpml-ls-12-nl {
        padding-right:0 !important;
    }

    .menu-item-wpml-ls-12-en {
        padding-left:0 !important;
    }

    /* causes bar at the bottom of the page  */
    .wpml-ls-legacy-list-horizontal {
        display: none;
    }