/*
Theme Name: Wehkamplogistiek
Theme URI: https://bridgelanding.qodeinteractive.com/
Template: bridge
Author: IQ-Media
Author URI: https://iqmedia.nl
Description: Wehkamplogistiek custom template (child theme from Bridge)
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-menu,featured-images,flexible-header,post-formats,sticky-post,threaded-comments,translation-ready
Version: 1.5.7
Updated: 2024-06-28 11:49:06
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.search-results .post_more {
    margin-top: 10px !important;
}
.search-results h2.entry_title {
    font-size: 1.25rem !important;
    margin-bottom: 10px !important;
}
.search-results .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.search-results .pagination ul li {
    margin-left: 0 !important;
    margin-bottom: 5px !important;
}
.search-results .pagination ul li span, .search-results .pagination ul li a {
    color: #ff5555 !important;
}
.search-results .pagination ul li.active span, .search-results .pagination ul li.active a, .search-results .pagination ul li a:hover {
    color: white !important;
}
.search-results .pagination ul li span, .search-results .pagination ul li a {
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.search-results .title_subtitle_holder {
    padding: 0 23px;
}
html .search-results .title_subtitle_holder h1 {
    font-size: 3.125rem;
    line-height: 1;
    letter-spacing: 1.5px;
    font-weight: 900;
    /*text-transform: uppercase;*/
    margin-top: 30px !important;
}

@media (max-width: 880px) {
    html .search-results .title_subtitle_holder h1 {
        font-size: 2.5rem !important;
        letter-spacing: 1.2px !important;
        word-break: break-word !important;
    }
}

/* TYPOGRAPHY START */

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html body {
    font-size: 16px;
    font-family: "Inter", "Verdana", sans-serif;
    color: #000;
    font-weight: normal;
}

html h1.left,
html h2.left,
html h3.left,
html h4.left,
html h5.left,
html h6.left,
html p.left,
html a.left,
html span.left {
    text-align: left;
}

html h1.center,
html h2.center,
html h3.center,
html h4.center,
html h5.center,
html h6.center,
html p.center,
html a.center,
html span.center {
    text-align: center;
}

html h1.right,
html h2.right,
html h3.right,
html h4.right,
html h5.right,
html h6.right,
html p.right,
html a.right,
html span.right {
    text-align: right;
}

html p {
    font-size: 1rem;
    letter-spacing: 0.48px;
    line-height: 1.5;
}

html .introduction {
    font-weight: 800;
}

/* html h1 {
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 2.4px;
    font-weight: 900;
    text-transform: uppercase;
} */

/*html h1 b,*/
/*html h2 b,*/
/*html h3 b,*/
/*html h4 b,*/
/*html h1 b,*/
/*html h2 b,*/
/*html h3 b,*/
/*html h4 b {*/
/*    font-weight: inherit;*/
/*    font-size: inherit;*/
/*}*/

/* @media (max-width: 880px) {
    html h1 {
        letter-spacing: 1.8px !important;
        font-size: clamp(1rem, 6vw, 3rem) !important;
    }
} */

html h1, html h2 {
    font-size: 3.125rem;
    line-height: 1;
    /*text-transform: uppercase;*/
    letter-spacing: 1.5px;
    font-weight: 900;
}

html h1.center, html h2.center {
    text-align: center;
    width: 100%;
}

@media (max-width: 880px) {
    html h1, html h2 {
        font-size: 2.5rem !important;
        letter-spacing: 1.2px !important;
        word-break: break-word !important;
    }

    html h1.center, html h2.center {
        text-align: left;
    }
}

html h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.6px;
    font-weight: 800;
}

html h4 {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.48px;
    font-weight: 800;
    /*text-transform: uppercase;*/
}

html p a {
    color: #ff5555;
    text-decoration: underline;
    text-decoration-color: inherit;
}

html .v-label {
    font-size: 3.75rem;
    letter-spacing: 1.8px;
    font-weight: 300;
    /*text-transform: uppercase;*/
    font-style: italic;
}



/* TYPOGRAPHY END */


@keyframes scroll {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.action-banner {
    background-color: #255C47;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow: hidden;
}

.action-banner .action-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    animation: scroll 100s linear infinite;
    position: absolute;
    right: 0;
    height: 40px;
	width: fit-content;
}

.action-banner p {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    letter-spacing: 1.02px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 30px;
    white-space: nowrap;
}

.homepage-slider .ls-nav-next {
    position: absolute !important;
    bottom: 60px !important;
    right: 60px !important;
    border-radius: 0 !important;
    height: 50px !important;
    width: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
}

.homepage-slider .ls-nav-next:after {
    line-height: 50px !important;
}

.homepage-slider .ls-nav-prev {
    position: absolute !important;
    bottom: 60px !important;
    right: 112px !important;
    border-radius: 0 !important;
    height: 50px !important;
    width: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: auto !important;
    left: auto !important;
    opacity: 1 !important;
}

.homepage-slider .ls-nav-prev:after {
    line-height: 50px !important;
}

.homepage-slider .ls-nav-prev:before {
    content: attr(data-before);
    font-size: 16px;
    letter-spacing: 0.48px;
    width: 52px;
    height: 52px;
    background-color: #ff5555;
    display: block;
    position: absolute;
    left: -2px;
    top: -1px;
    transform: translateX(-100%);
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

@media only screen and (max-width: 1024px) {
    .homepage-slider .ls-nav-next {
        right: 30px !important;
        bottom: 30px !important;
    }

    .homepage-slider .ls-nav-prev {
        right: 92px !important;
        bottom: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .homepage-slider .ls-nav-next {
        right: 15px !important;
        bottom: 15px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .homepage-slider .ls-nav-prev {
        right: 47px !important;
        bottom: 15px !important;
        width: 30px !important;
        height: 30px !important;
    }

    .homepage-slider .ls-nav-next:after {
        line-height: 30px !important;
    }

    .homepage-slider .ls-nav-prev:after {
        line-height: 30px !important;
    }

    .homepage-slider .ls-nav-prev:before {
        font-size: 12px;
        width: 32px;
        height: 32px;
    }
}

.search .post_info {
    display: none !important;
}

.header_top_bottom_holder
{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header_top_bottom_holder .search_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    color: #ff5555 !important;
    transition: all 0.3s ease !important;
    position: relative;
    top: -1px;
}

.header_top_bottom_holder .search_button:hover {
    transform: scale(1.2);
}

.qode_search_form {
    background: #F5F5F5 !important;
}

.qode_search_form input {
    background: transparent !important;
    color: #ff5555 !important;
}

.footer_top_holder {
    /*background-color: #ff5555 !important;*/
}

.footer_top {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.footer_bottom {
    height: initial !important;
    padding: 13px !important;
}

.footer_bottom ul li {
    margin: 13px !important;
}

.footer_bottom ul li a {
    font-size: 14px;
    letter-spacing: 1.02px;
    line-height: 17px;
}

.footer_bottom ul li a:hover {
    color: white !important;
    opacity: 0.8;
}

.side_menu_button, .logo_wrapper {
    height: 80px !important;
}

.logo_wrapper .q_logo img
{
    max-width: 200px;
}

.logo_wrapper .q_logo img.sticky
{
    max-width: 100px;
}

html header.sticky .logo_wrapper, header.sticky.centered_logo .logo_wrapper {
    height: 80px !important;
}

html header.sticky .logo_wrapper a, header.sticky.centered_logo .logo_wrapper a {
    height: 60px !important;
}

nav.main_menu > ul > li > a {
    line-height: 80px !important;
}

#menu-hoofd-navigatie a, #menu-hoofd-navigatie-engels a {
    /*color: #ff5555 !important;*/
    /*font-weight: 600 !important;*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.17px;
}

#menu-hoofd-navigatie .second ul, #menu-hoofd-navigatie-engels .second ul {
    background-color: white !important;
    padding: 0 !important;
}

#menu-hoofd-navigatie .second ul li, #menu-hoofd-navigatie-engels .second ul li {
    min-height: 50px !important;
    display: flex;
    align-items: center;
}

#menu-hoofd-navigatie .second ul li a, #menu-hoofd-navigatie-engels .second ul li a {
    color: #000 !important;
    font-weight: normal !important;
    font-size: 14px !important;
    text-transform: none !important;
    transition: none !important;
}

#menu-hoofd-navigatie .second ul li:hover, #menu-hoofd-navigatie-engels .second ul li:hover {
    background-color: #ff5555 !important;
}

#menu-hoofd-navigatie .second ul li:hover a, #menu-hoofd-navigatie-engels .second ul li:hover a {
    color: white !important;
}

#menu-footer-navigatie a {
    color: #000;
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 16px !important;
    transition: .2s;

    &:hover {
        color: #000 !important;
    }
}

#menu-hoofd-navigatie .menu-item-language, #menu-hoofd-navigatie-engels .menu-item-language {
    position: relative;
    right: -80px;
    margin-left: -20px !important;
    z-index: 2;

    img {
        width: 22px;
        position: relative;
        top: 2px;
    }
}



/* PAGE-ANCHOR START */

.page-anchor {
    margin-bottom: -50px;
}

.page-anchor .page-anchor__inner {
    padding-top: 150px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .page-anchor .page-anchor__inner {
        padding-top: 80px;
    }
}

.page-anchor .page-anchor__inner .page-anchor__section {
    margin-bottom: 80px;
}
.page-anchor .page-anchor__inner .page-anchor__content {
    width: 100%;
    max-width: 830px;
    padding: 0 80px;
}

.page-anchor .page-anchor__inner .page-anchor__content ol, .page-anchor .page-anchor__inner .page-anchor__content ul {
}
.page-anchor .page-anchor__inner .page-anchor__content ol li, .page-anchor .page-anchor__inner .page-anchor__content ul li {
    margin-left: 2em;
}

.page-anchor .page-anchor__inner .page-anchor__content p, .page-anchor .page-anchor__inner .page-anchor__content ol, .page-anchor .page-anchor__inner .page-anchor__content ul {
    margin-bottom: 20px;
}

.page-anchor .page-anchor__inner .page-anchor__content .page-anchor__content__titel {
    /* margin-bottom: 30px; */
}
.page-anchor .page-anchor__inner .page-anchor__content .page-anchor__content__content {
    margin-top: 40px;
}

.page-anchor .page-anchor__inner .page-anchor__content .page-anchor__content__subtitel {
    font-weight: bold;
    margin-top: 30px;
    /* margin-bottom: 40px; */
}

.page-anchor .page-anchor__inner .page-anchor__menu {
    width: 383px;
    min-width: 383px;
    background: #F0F0F0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.page-anchor__menu-toggle {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .page-template-page-anchor header, .page-template-page-anchor footer {
        z-index: 0;
    }
    .page-anchor .page-anchor__inner .page-anchor__menu {
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        visibility: hidden;
        height: 100%;
        z-index: 10;
        transition: all 0.3s ease;
    }
    .page-anchor .page-anchor__inner .page-anchor__menu-toggle span {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ff5555;
        position: absolute;
        right: 50%;
        transform: translateX(50%) translateY(-50%);
        top: 6px;
        border-radius: 50%;
    }
    .page-anchor .page-anchor__inner .page-anchor__menu-toggle span:before {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        border-top: 2px solid white;
        border-right: 2px solid white;
        transform: rotate(-45deg);
        z-index: -1;
        transition: transform 0.3s ease;
    }
    .page-anchor .page-anchor__inner .page-anchor__menu.active {
        transform: translateX(0);
        visibility: visible;
    }
    .page-anchor .page-anchor__inner .page-anchor__menu-toggle.active span:before {
        transform: rotate(135deg);
    }
    .page-anchor__menu-toggle.active { 
        right: calc(-115px + 383px);
    }
    .page-anchor__menu-toggle {
        display: block;
        right: -115px;
        position: fixed;
        top: 147px;
        transform: rotate(-90deg) translateY(-50%);
        padding: 15px;
        background: #ff5555;
        width: 200px;
        text-align: center;
        transition: right 0.3s ease;
    }
    .page-anchor__menu-toggle p {
        font-weight: 600;
        font-size: 18px;
        color: white;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }
}

html .footer-social-media-block {
    display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
}
html .footer-social-media-block .footer-social-media {
    margin-left: 6px !important;
    width: 62px;
}
html .footer-social-media-block .footer-social-media img {
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {
    .page-anchor .page-anchor__inner .page-anchor__menu {
        min-width: 300px !important;
        width: 300px !important;
    }
    .page-anchor__menu-toggle.active { 
        right: calc(-115px + 300px);
    }
    .page-anchor .page-anchor__inner .page-anchor__content {
        padding: 0 80px 0 40px !important;
    }
    
    html .footer_bottom ul.menu li {
        width: 100%!important;
        margin-left: 0 !important;
        padding: 0 !important;
    }
    html .footer_top {
        padding-bottom: 0 !important;
    }
    html .footer_bottom {
        padding-bottom: 27px !important;
    }
}

.page-anchor .page-anchor__inner .page-anchor__menu__inner {
    width: calc(100% - 96px);
    padding: 61px 48px;
    height: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    overflow: auto;
}
.page-anchor .page-anchor__inner .page-anchor__menu__item {
    display: flex;
    align-items: center;
    padding: 7px 0;
    border-top: 1px solid #979797;
    position: relative;
    color: #ff5555;
    font-size: 1rem;
    letter-spacing: 0.48px;
    font-weight: 600;
    padding-right: 20px;
}

/* Caret down */
.page-anchor .page-anchor__inner .page-anchor__menu__item--with-subsecties:after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #ff5555;
    border-bottom: 1px solid #ff5555;
    position: absolute;
    right: 4px;
    top: calc(50% - 4px);
    transform: translateY(-50%) rotate(45deg);
}

.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties {
    visibility: hidden;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-left: 1rem !important;
    /* transition: opacity .3s ease-in-out; */
}

.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px 0 20px 0;
}

.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsectie {
    display: block;
}
/* Stagger animation for each page-anchor__menu__subsectie in the list */
@keyframes stagger {
    0% {
        opacity: 0;
        right: -40px;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie {
    position: relative;
    opacity: 0;
    right: -40px;
    animation: stagger 0.3s ease-in-out forwards;
    color: #ff5555;
    font-size: 1rem;
    letter-spacing: 0.48px;
    font-weight: 600;
}

.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(1n) {
    animation-delay: 0s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(2n) {
    animation-delay: 0.15s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(3n) {
    animation-delay: 0.3s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(4n) {
    animation-delay: 0.45s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(5n) {
    animation-delay: 0.6s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(6n) {
    animation-delay: 0.75s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(7n) {
    animation-delay: 0.9s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(8n) {
    animation-delay: 1.05s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(9n) {
    animation-delay: 1.2s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(10n) {
    animation-delay: 1.35s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(11n) {
    animation-delay: 1.5s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(12n) {
    animation-delay: 1.65s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(13n) {
    animation-delay: 1.8s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(14n) {
    animation-delay: 1.95s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(15n) {
    animation-delay: 2.1s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(16n) {
    animation-delay: 2.25s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(17n) {
    animation-delay: 2.4s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(18n) {
    animation-delay: 2.55s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(19n) {
    animation-delay: 2.7s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(20n) {
    animation-delay: 2.85s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(21n) {
    animation-delay: 3s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(22n) {
    animation-delay: 3.15s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(23n) {
    animation-delay: 3.3s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(24n) {
    animation-delay: 3.45s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(25n) {
    animation-delay: 3.6s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(26n) {
    animation-delay: 3.75s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(27n) {
    animation-delay: 3.9s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(28n) {
    animation-delay: 4.05s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(29n) {
    animation-delay: 4.2s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(30n) {
    animation-delay: 4.35s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(31n) {
    animation-delay: 4.5s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(32n) {
    animation-delay: 4.65s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(33n) {
    animation-delay: 4.8s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(34n) {
    animation-delay: 4.95s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(35n) {
    animation-delay: 5.1s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(36n) {
    animation-delay: 5.25s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(37n) {
    animation-delay: 5.4s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(38n) {
    animation-delay: 5.55s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(39n) {
    animation-delay: 5.7s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(40n) {
    animation-delay: 5.85s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(41n) {
    animation-delay: 6s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(42n) {
    animation-delay: 6.15s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(43n) {
    animation-delay: 6.3s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(44n) {
    animation-delay: 6.45s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(45n) {
    animation-delay: 6.6s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(46n) {
    animation-delay: 6.75s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(47n) {
    animation-delay: 6.9s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(48n) {
    animation-delay: 7.05s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(49n) {
    animation-delay: 7.2s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(50n) {
    animation-delay: 7.35s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(51n) {
    animation-delay: 7.5s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(52n) {
    animation-delay: 7.65s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(53n) {
    animation-delay: 7.8s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(54n) {
    animation-delay: 7.95s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(55n) {
    animation-delay: 8.1s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(56n) {
    animation-delay: 8.25s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(57n) {
    animation-delay: 8.4s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(58n) {
    animation-delay: 8.55s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(59n) {
    animation-delay: 8.7s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(60n) {
    animation-delay: 8.85s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(61n) {
    animation-delay: 9s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(62n) {
    animation-delay: 9.15s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(63n) {
    animation-delay: 9.3s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(64n) {
    animation-delay: 9.45s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(65n) {
    animation-delay: 9.6s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(66n) {
    animation-delay: 9.75s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(67n) {
    animation-delay: 9.9s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(68n) {
    animation-delay: 10.05s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(69n) {
    animation-delay: 10.2s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(70n) {
    animation-delay: 10.35s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(71n) {
    animation-delay: 10.5s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(72n) {
    animation-delay: 10.65s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(73n) {
    animation-delay: 10.8s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(74n) {
    animation-delay: 10.95s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(75n) {
    animation-delay: 11.1s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(76n) {
    animation-delay: 11.25s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(77n) {
    animation-delay: 11.4s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(78n) {
    animation-delay: 11.55s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(79n) {
    animation-delay: 11.7s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(80n) {
    animation-delay: 11.85s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(81n) {
    animation-delay: 12s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(82n) {
    animation-delay: 12.15s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(83n) {
    animation-delay: 12.3s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(84n) {
    animation-delay: 12.45s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(85n) {
    animation-delay: 12.6s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(86n) {
    animation-delay: 12.75s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(87n) {
    animation-delay: 12.9s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(88n) {
    animation-delay: 13.05s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(89n) {
    animation-delay: 13.2s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(90n) {
    animation-delay: 13.35s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(91n) {
    animation-delay: 13.5s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(92n) {
    animation-delay: 13.65s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(93n) {
    animation-delay: 13.8s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(94n) {
    animation-delay: 13.95s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(95n) {
    animation-delay: 14.1s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(96n) {
    animation-delay: 14.25s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(97n) {
    animation-delay: 14.4s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(98n) {
    animation-delay: 14.55s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(99n) {
    animation-delay: 14.7s;
}
.page-anchor .page-anchor__inner .page-anchor__menu .page-anchor__menu__subsecties.active .page-anchor__menu__subsectie:nth-child(100n) {
    animation-delay: 14.85s;
}



/* PAGE-ANCHOR END */

a.footer-social-media img {
    opacity: 1 !important;
    transition: opacity 0.3s ease !important;
}

a.footer-social-media:hover img {
    opacity: .65 !important;
}

.footer_top .container .container_inner .two_columns_50_50 {
    display: flex;
    align-items: center;
}
