.tangerine-regular {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
}

.tangerine-bold {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
}

.thumb-text {
    font-size: 15vw !important;
    text-shadow: 2px 2px 4px #000000;
}

@media (max-width: 480px) {
    .thumb-text {
        font-size: 5em !important;
        width: 300px;
    }

    .wpcf7-form-control {
        width: 250px;
    }
}

.futura-pt-light {
    font-family: "futura-pt", sans-serif;
    font-weight: 100;
    font-style: normal;
}

h1 a {
    text-decoration: none;
}

.content-wrapper {
    position: relative;
}

.menu-item {
    font-size: 24px;

}

.wp-block-heading {
    margin-top: 0 !important;
}

@media (max-width: 480px) {
    .wp-block-heading {
        font-size: 1.5em !important;
    }
}

figure {
    margin: 0 0 !important;
}

.ballen {
    width: 980px;
    height: 400px;
    background-image: url('http://barbarabijkerk.test/wp-content/uploads/article-content.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.article-content {
    position: relative;
    z-index: 2;

    padding: 20px;
}

.w3-content-ballen {
    background-image: url('http://barbarabijkerk.test/wp-content/uploads/hartjes-transparant.png');
    background-repeat: no-repeat;
    padding: 24px 16px;

}


.scrolly {

    height: 400vh;
    /* Zorgt ervoor dat je kunt scrollen */
    transition: background-color 0.5s ease;
    background-color: rgb(255, 255, 255);
    /* Start met wit */
}

/* The emerging W3C standard
   that is currently Firefox-only */
* {
    scrollbar-width: thin;
    scrollbar-color: hsl(210, 89%, 76%) rgb(64, 141, 249);
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: orange;
}

*::-webkit-scrollbar-thumb {
    background-color: hsl(60, 88%, 87%);
    border-radius: 20px;
    border: 3px solid orange;
}

.wp-block-list {
    font-size: 13px;
}

.wp-block-list li {
    font-size: 1.618em;
    font-weight: 300;
    line-height: 1.7;

    text-align: justify !important;
    max-width: 65ch;
    width: 100%;
    list-style-type: disc;
    margin-left: 20px;
    padding-right: 16px;
}

.wp-block-embed {
    width: 100% !important;
}

.slideshow-container {
    width: 92100%0px;
}

.w3-btn,
.w3-G-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-G-button:hover {
    color: #000 !important;
    background-color: #57dd7d !important;
}

/*  contact form 7 */
span.wpcf7-list-item {
    display: table-row;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: rgb(70, 180, 80);
    background-color: #fff !important;
    font-size: 21px !important;
}

.wpcf7 form .wpcf7-response-output {}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 !important;
    font-size: 21px !important;
    background-color: #fff !important;
}

/* image vaag */

.img-fade {
    display: inline-block;
    padding: 12px;
    /* ruimte rondom */
    background: transparent;
    border-radius: 8px;
    /* optioneel afgeronde hoeken */
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5);
    /* kleur + verspreiding */
}

.img-fade img {
    display: block;
    border-radius: 6px !important;
    /* match met container voor vloeiende overgang */
}

.wrap {
    position: relative;
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.blur {
    box-shadow: 0 0 8px 8px white inset;
}

.block {
    width: 100%;
    position: absolute;
    bottom: 0px;
    top: 0px;

    box-shadow: 0 0 8px 8px #e0f1f5bf inset;
}


.block-g {
    width: 100%;
    position: absolute;
    bottom: 0px;
    top: 0px;
    box-shadow: inset -10px -10px 10px 20px #e0f1f5bf;
}

/* video */
.responsive-iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 verhouding — pas aan indien nodig */
    overflow: hidden;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* */
@media (max-width: 480px) {
    .wp-block-list {
        padding-left: 2px;
        padding-right: 16px;
        text-align: left !important;
    }

    .wp-block-list li {

        text-align: left !important;
    }
}

.has-text-align-center {
    text-align: center !important;
}