/* REDCOLOR: ff1b40 */
/* GREENCOLOR: 4cb050 */
/* DARKREDCOLOR: 75324b */
/* DARKGREENCOLOR: 013237 */
body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
}
body.animate{
    overflow: hidden;
}
.animation-red, .animation-green, .animation-logo{
    top: 0px;
    transform: translate(0%);
    transition: all ease 200ms;
    z-index: 3;
}
.animation-red.first, .animation-green.first{
    transition: all ease 500ms;
}
.animation-logo.first{
    transition: top ease 0ms;
}
.animate.end{
    transition: all ease 400ms;
}
.animation-red{
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    transform: translateY(0%);
    background-color: #ff1b40;
}
.lustrum-logo {
    position: absolute;
    right: 15px;
    top: 18px;
}
.lustrum-logo img {
    height: 50px;
}
.animation-green{
    position: fixed;
    left: 0px;
    bottom: 0px;
    top: 100%;
    right: 0px;
    background-color: #4cb050;
}
.animation-logo{
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-100px);
    width: 77px;
}
.animation-text{
    position: fixed;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 0.77em;
    opacity: 0;
    transition: all ease 500ms;
    transform: translate(-50%,-77px);
    z-index: 3;
}
.animation-logo.animate{
    top: 50%;
}
.animation-text.animate{
    opacity: 1;
}
.animation-logo.animate{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.animation-green.animate{
    top: 77%;
}
.animation-red.animate.end{
    transform: translateY(-100%);
}
.animation-green.animate.end{
    top: 0px;
    bottom: 100%;
}
.animation-text.animate.end{
    top: -100vh;
}
.animation-logo.animate.end{
    top: -100vh;
}
.animation-logo.animate.transition{
    /* transform: rotate(0deg) translate(-50%,-50%); */
    transform: none;
    -webkit-animation:spin 1s ease-in-out infinite;
    -moz-animation:spin 1s ease-in-out infinite;
    animation:spin 1s ease-in-out infinite;
}
.header{
    background-color: black;
    color: white;
    background-image: url('../img/headerbg.jpg');
    background-size: cover;
    background-position: center;
}
.header ul.menu li a{
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.77em 1.77em;
    transition: all 200ms ease;
}
.header ul.menu li:nth-child(2n + 1):hover a{
    color: #75324b;
    text-decoration: none;
}
.header ul.menu li:nth-child(2n):hover a{
    color: #236632;
    text-decoration: none;
}
.hide-link:hover, .hide-link{
    text-decoration: none;
    color: #212529;
}
.header .header-text{
    display: flex;
    flex-direction: column;
    height: 30rem;
    justify-content: center;
}
.header .header-text h1 {
    margin: 0;
}
.header .header-text p {
    margin-bottom: 0;
}
.display-3{
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}
h2, p{
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu{
    padding: 30px 0px;
    list-style: none;
    margin-bottom: 0px;
}
ul.menu li{
    display: inline-block;
    position: relative;
}
ul.menu li.current-menu-item a{
    position: relative;
}
ul.menu li.current-menu-item a:after{
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 16px;
    height: 17px;
    background-color: white;
    -webkit-mask-image: url('../img/wittekelk.svg');
    mask-image: url('../img/wittekelk.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 200ms ease;
}
.header ul.menu li:nth-child(2n + 1):hover a:after{
    background-color: #75324b;
}
.header ul.menu li:nth-child(2n):hover a:after{
    background-color: #236632;
}
ul.menu li:nth-child(1):not(.current-menu-item){
    margin-left: -1.77em;
}
ul.menu li:not(:first-child).current-menu-item{
    margin-left: 1.77em;
}
h2{
    font-size: 2.7em;
}
.card{
    min-height: 100%;
    overflow: hidden;
}
.card-title{
    font-weight: 700 !important;
}
.card-body{
    z-index: 1;
    background-color: white;
}
.card-img-top{
    transition: all 500ms ease;
}
.card-img-top:hover{
    transform: scale(1.05);
}
.ffwd_user_pic{
    box-shadow: none !important;
}
.blog_style_object_container_0{
    border: none!important;
    margin-bottom: 3rem!important;
}
.card-body p:not(.card-title) {
    margin: 0px;
}
.ffwd_user_pic{
    width: 35px!important;
    height: 35px!important;
}
.blog_style_objects_conteiner_0 .blog_style_objects_conteiner_1_0{
    display: block !important;
}
.blog_style_object_container_0{
    padding: 0px!important;
}
.ffwd_blog_style_object_from_name_0{
    font-size: 16px!important;
}
.ffwd_blog_style_img_0{
    border-radius: 4px !important;
}
.ffwd_title_spun1_0{
    border: none!important;
}
a.ffwd_blog_style_object_name_0{
    font-weight: normal!important;
    font-size: 16px!important;
}
.glide__slide{
    background-color: rgba(0,0,0,.05);
    max-height: 366px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.container.main{
    min-height: calc(100vh - 642px);
}
.container.spacing {
    margin-top: 177px;
    margin-bottom: 177px;
}
.henkes-cursor, .henkes-cursor a, .henkes-cursor .henkes, .henkes-cursor .ffwd_title_spun1_0, .henkes-cursor .glide__track{
    cursor:url("../img/henkes.png"), auto !important;
}
.henkes{
    cursor: pointer;
}
.ajax-content{
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.header .container {
    position: relative;
}
.divider{
    height: 2px;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.1);
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.divider:before{
    content: '';
    background-color: white;
    width: 100px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.divider:after{
    content: '77';
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.2);
    color: transparent;
    text-shadow: 1px 1px 1px rgba(250, 250, 250, 1);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-size: 2em;
    position: absolute;
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
}
.container.spacing {
    margin-top: 177px;
    margin-bottom: 177px;
}
.footer{
    background-color: #ff1b40;
    color: white;
}
.footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.footer .container p{
    margin-left: 77px;
    margin-top: 2px;
    margin-bottom: 0px;
}
.footer .container .green-footer{
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: calc(100% - 70px);
    display: block;
    left: -100%;
    z-index: 1;
    background-color: #4cb050;
}
.footer img{
    z-index: 2;
    position: absolute;
    width: 30px;
}
.glide__track{
    overflow: visible !important;
    position: relative;
    cursor: pointer;
}
.hamburger-menu{
    display: none;
}
[class|="confetti"] {
    position: fixed;
    z-index: 10;
}
.red {
    background-color: #ff1b40;
}
.green {
    background-color: #4cb050;
}

ul.sub-menu {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    background-color: white;
    text-align: center;
    /*min-width: 100%;*/
    left: 50%;
    padding: 0px;
    transform: translateX(-50%);
    border-radius: 5px;
    transition: all 500ms ease;
}
ul.sub-menu:after {
    position: absolute;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
    transform: translateX(-50%);
    top: -5px;
}
.header ul.menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 12px);
}
.header ul.menu ul.sub-menu > li {
    margin-left: 0px;
    width: 100%;
    border-bottom: 1px solid rgba(35, 103, 50, 0.16);
}
.header ul.menu ul.sub-menu > li > a {
    color: #75324b !important;
    display: block;
    padding: 10px 30px;
    white-space: nowrap;
}
.header ul.menu ul.sub-menu > li:hover > a {
    color: #236632 !important;
}
.header ul.menu ul.sub-menu > li > a:after {
    display: none;
}
ul.blocks-gallery-grid {
    width: 100%;
}

.drolympische-spelen__rij {
    display: flex;
}
.drolympische-spelen__rij:last-child {
    margin-top: -4rem;
}
.drolympische-spelen__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10rem;
    margin-top: 3rem;
}
.drolympische-spelen__ring {
    border: 0.5rem solid blue;
    height: 13rem;
    width: 13rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: flex;
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    transition: 100ms all ease;
}
.drolympische-spelen__ring:hover {
    text-decoration: none;
    color: white !important;
}
.drolympische-spelen__ring:before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -1rem;
    right: -1rem;
    bottom: -1rem;
    background-color: white;
    border-radius: 50%;
    z-index: -1;
    transition: 200ms all ease;
}
.drolympische-spelen__shade {
    position: absolute;
    z-index: -2;
    border-bottom: 300rem solid #555;
    border-left: 51.125rem solid transparent;
    border-right: 51.125rem solid transparent;
    height: 0;
    top: 50%;
    width: 115rem;
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:first-child {
    border-color: #00aeef;
    color: #00aeef;
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:first-child:hover {
    background-color: #00aeef;
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:first-child .drolympische-spelen__shade {
    border-bottom-color: #00aeef;
    transform: translateY(-150rem) rotateZ(130deg) translateY(150rem);
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:nth-child(2) {
    border-color: #222;
    color: #222;
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:nth-child(2):hover {
    background-color: #222;
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:nth-child(2) .drolympische-spelen__shade {
    border-bottom-color: #222;
    transform: translateY(-150rem) rotateZ(185deg) translateY(150rem);
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:last-child {
    border-color: #bf1e2d;
    color: #bf1e2d;
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:last-child:hover {
    background-color: #bf1e2d;
}
.drolympische-spelen__rij:first-child .drolympische-spelen__ring:last-child .drolympische-spelen__shade {
    border-bottom-color: #bf1e2d;
    transform: translateY(-150rem) rotateZ(245deg) translateY(150rem);
}
.drolympische-spelen__rij:last-child .drolympische-spelen__ring:first-child {
    border-color: #fbb040;
    color: #fbb040;
}
.drolympische-spelen__rij:last-child .drolympische-spelen__ring:first-child:hover {
    background-color: #fbb040;
}
.drolympische-spelen__rij:last-child .drolympische-spelen__ring:first-child .drolympische-spelen__shade {
    border-bottom-color: #fbb040;
    transform: translateY(-150rem) rotateZ(45deg) translateY(150rem);
}
.drolympische-spelen__rij:last-child .drolympische-spelen__ring:last-child {
    border-color: #086739;
    color: #086739;
}
.drolympische-spelen__rij:last-child .drolympische-spelen__ring:last-child:hover {
    background-color: #086739;
}
.drolympische-spelen__rij:last-child .drolympische-spelen__ring:last-child .drolympische-spelen__shade {
    border-bottom-color: #086739;
    transform: translateY(-150rem) rotateZ(-35deg) translateY(150rem);
}
.drolympische-spelen__sponsors img {
    max-height: 2rem;
    padding: 0 0.5rem;
}
.drolympische-spelen__sponsors {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}
figure.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap;
}
.header-text.header-text__small {
    height: 15rem;
}
@-moz-keyframes spin {
    0%   { -moz-transform: translate(-50%,-50%) rotate(0deg); }
    50%   { -moz-transform: translate(-50%,-50%) rotate(0deg); }
    100% { -moz-transform: translate(-50%,-50%) rotate(360deg); }
}
@-webkit-keyframes spin {
    0%   { -webkit-transform: translate(-50%,-50%) rotate(0deg); }
    50%   { -webkit-transform: translate(-50%,-50%) rotate(0deg); }
    100% { -webkit-transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes spin {
    0%   {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg);
    }
    50%   {
        -webkit-transform: translate(-50%,-50%) rotate(0deg);
        transform: translate(-50%,-50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
@media only screen and (max-width: 1200px) {
    .glide__slide{
        max-height: 306px;
    }
}
@media only screen and (max-width: 991px) {
    .glide__track{
        overflow: hidden !important;
    }
    .glide__slide{
        max-height: 226px;
    }
    .col-4{
        flex: none;
        max-width: none;
        margin-top: 3rem!important;
    }
    .col-8{
        flex: none;
        max-width: none;
    }
    .container.spacing {
        margin-bottom: 77px;
        margin-top: 77px;
    }
    .header{
        background-position-x: 77%;
    }
    .container{
        position: relative;
    }
    .display-3{
        font-size: 3.5em;
    }
    .hamburger-menu{
        display: block;
        max-width: 40px;
        padding-top: 30px;
        position: relative;
        cursor: pointer;
    }
    .hamburger-menu:after{
        position: absolute;
        left: 0px;
        top: 10px;
        font: inherit;
        font-weight: 700;
        font-size: 0.87em;
        content: 'MENU';
    }
    ul.menu li{
        display: block;
        margin: 0.77em 0em
    }
    .menu-main-menu-container{
        padding: 25px 0px;
        background-color: rgba(0, 0, 0, 0.3);
    }
    .mobile-wrapper{
        max-height: 0px;
        overflow: hidden;
        margin-left: 55px;
        margin-top: -74px;
        transition: all 500ms ease;
    }
    .mobile-wrapper.open{
        max-height: 1000px;
    }
    .menu{
        padding: 0px;
    }
    .header .header-text {
        padding-top: 3rem;
    }
    .row.mt-5{
        margin-top: 0rem!important;
    }
    #fb-col{
        display: none;
    }
    .first-mt{
        margin-top: 1rem!important;
    }
    .first-mt-bb{
        margin-top: 1rem!important;
    }
    ul.menu li:nth-child(1):not(.current-menu-item){
        margin-left: 0px;
    }
    ul.menu li:not(:first-child).current-menu-item{
        margin-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .wp-block-gallery.columns-2 .blocks-gallery-image, .wp-block-gallery.columns-2 .blocks-gallery-item {
        width: 100%;
        margin-right: 0;
    }
    .glide__slide{
        max-height: none!important;
    }
    h2 {
        font-size: 2.3em;
    }
    h1.display-3{
        font-size: 2.5em;
    }
    .header .header-text {
        height: 25rem;
    }
    .animation-logo{
        width: 50px;
    }
    .animation-text{
        font-size: 0.47em;
        transform: translate(-50%,-45px);
    }
    body p{
        font-size: 0.9em;
    }
    .drolympische-spelen__ring {
        height: 9rem;
        width: 9rem;
        border-width: 0.45rem;
        font-size: 1rem;
    }
    .drolympische-spelen__ring:before {
        top: -0.9rem;
        bottom: -0.9rem;
        right: -0.9rem;
        left: -0.9rem;
    }
    .drolympische-spelen__shade {
        border-left: 53.75rem solid transparent;
        border-right: 53.75rem solid transparent;
    }
    .drolympische-spelen__rij:last-child {
        margin-top: -3rem;
    }
    .drolympische-spelen__sponsors img {
        max-height: 1.5rem !important;
    }
}

@media only screen and (max-width: 414px) {
    .drolympische-spelen__ring {
        height: 7rem;
        width: 7rem;
        border-width: 0.375rem;
        font-size: 0.8rem;
    }
    .drolympische-spelen__ring:before {
        top: -0.75rem;
        bottom: -0.75rem;
        right: -0.75rem;
        left: -0.75rem;
    }
    .drolympische-spelen__rij:last-child {
        margin-top: -2rem;
    }
}

@media only screen and (max-width: 355px) {
    .drolympische-spelen__ring {
        height: 5rem;
        width: 5rem;
        border-width: 0.25rem;
        font-size: 0.625rem;
    }
    .drolympische-spelen__ring:before {
        top: -0.5rem;
        bottom: -0.5rem;
        right: -0.5rem;
        left: -0.5rem;
    }
    .drolympische-spelen__rij:last-child {
        margin-top: -1.5rem;
    }
    .drolympische-spelen__shade {
        border-left: 55rem solid transparent;
        border-right: 55rem solid transparent;
    }
}