<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@keyframes likebeat {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.like-beat-animation {
    animation: likebeat 0.5s ease-in-out forwards;
}


.splide__pagination__page.is-active {
    background: var(--si-primary) !important;
}

.splide__pagination {
    bottom: -1.5em !important;
}

.splide-container {

    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}


.splide-image {
        
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    
}

.splide-copyright {
    position: absolute;
    color: white;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
}


img {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.pfAuthor a p {
    font-size: 0.9rem;
    color: #4f4f4f;
    font-weight:bold;
}

.pfAuthorFollow {

    display:inline-block;
}

    .pfAuthorFollow a {
        font-size: 0.9rem !important;
    }


.ellipsis-feed {

}

.pfAuthor p {
    font-size: 0.9rem !important;
}

.pfPostTitle {
    font-size: 1.01rem;
    font-family: GalanoGrotesqueBold !important;
    font-weight: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

    .pfPostTitle a,
    .pfPostTitle a:visited,
    .pfPostTitle a:hover,
    .pfPostTitle a:focus,
    .pfPostTitle a:active {
        text-decoration: none;
        color: #3f3f3f !important;
    }


#publisherBioPublic p:first-child {
    padding-top: 0px;
    margin-top: 0px;
}

#publisherBioPublic p:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pfActionContainerRoute {
    display: flex;
    width: 150px;
    border-radius: 10px;
}

.pfActionContainer {
    display: flex;
    width: 100%;
}

.pfActionContainerb {
    width: 100%;
}

.pfActionBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 12px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

    .pfActionBox:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 35%;
        bottom: 35%;
        width: 2px;
        background-color: #000;
    }

    .pfActionBox a:hover {
        color: var(--si-primary) !important;
    }

.cardPfFeed {
    max-width: 750px !important;
    display: block !important;
    overflow: hidden;
}

#discoverNoResults {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
}

#discoverNoResultsDialog {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 750px;
    text-align: center;
}

.descFeedRoute {

    min-height:30px;

}

#discoverFeedPublisher {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

#discoverFeed {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.discoverFeedbike {
    background-color: rgba(28, 157, 160, 0.3);
}

.discoverFeedhike {
    background-color: rgba(221, 13, 60, 0.3);
}


    .cardPfFeed .btn {
        padding: 10px;
    }



.pfPostContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pfMapImageResizer img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
}

.pfPostWrapper1 {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    position: relative;
}

.pfPostGrid1 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
    padding:6px;
    height: 100%;
    width: 100%;
}

.pfMap1-map {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    background: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.pfMap1-1 {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position:relative;
}


.pfPostWrapper2 {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}

.pfPostGrid2 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 6px;
    padding: 6px;
    height: 100%;
    width: 100%;
}

.pfMap2-map {
    grid-column-start:1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
    background: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.pfMap2-1 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}


.pfMap2-2 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 5;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}


.pfPostWrapper3 {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}

.pfPostGrid3 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 6px;
    padding: 6px;
    height: 100%;
    width: 100%;
}

.pfMap3-map {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
    background: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.pfMap3-1 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}


.pfMap3-2 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 5;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.pfMap3-3 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 5;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}


.pfPostWrapper4 {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}

.pfPostGrid4 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 6px;
    padding: 6px;
    height: 100%;
    width: 100%;
}

.pfMap4-map {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
    background: white;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.pfMap4-1 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}


.pfMap4-2 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.pfMap4-3 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 5;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.pfMap4-4 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 5;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}



.profile-image-custom-feed-publisher {
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
    display: inline-flex;
    background: white;
    padding: 8px;
    justify-content: center;
    align-items: center;
    
}

    .profile-image-custom-feed-publisher img {
        height: 100%;
        object-position: center;
    }



.profile-image-wrapper-custom-feed {
    width: 50px;
    height: 50px;
    min-width: 50px !important;
    border-radius: 50%;
    background-color: var(--si-primary);
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.profile-image-custom-feed {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    background: white;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .profile-image-custom-feed img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.profile-image-wrapper-custom {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--si-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.profile-image-custom {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.profile-image-wrapper-custom2 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--si-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.profile-image-custom2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.profile-image-custom2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

    .profile-image-custom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


.image-container-home {
    height: 175px; /* Voorbeeld van maximale hoogte */
    overflow: hidden;
    background-size: cover; /* Zorgt dat de afbeelding de container vult */
    background-position: center; /* Centreert de afbeelding */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Optioneel, afhankelijk van de containerbreedte */
}

.poiDescContainer p:last-of-type {
    margin-bottom: 0;
}

.poiDescContainer h1,
.poiDescContainer h2,
.poiDescContainer h3,
.poiDescContainer h4,
.poiDescContainer h5,
.poiDescContainer h6 {
    font-size: 1.1rem !important;
}

.image-link-home {
    display: block;
    height: 100%;
    width: 100%;
}

.not-visible-overrule {

    display:none !important;
}

.blogpost-wp h2 {
    font-size: 1.3rem;
    font-family: GalanoGrotesque !important;
    font-weight: bold;
    margin-top:32px;
}

.blogpost-wp h3 {
    font-size: 1.15rem;
    font-family: GalanoGrotesque !important;
    font-weight: bold;
    margin-top: 28px;
}

.blogpost-wp h4 {
    font-size: 1rem;
    font-family: GalanoGrotesque !important;
    font-weight: bold;
}

.blogpost-wp b {
    color: #565656;
}

.blogpost-wp strong {
    color: #565656;
}

.blogpost-wp li {

    margin-bottom:15px;
}

.blogpost-wp img {
    max-width:100% !important;
    /*width:100% !important;*/
}

.blogitem-wp h2 {
    font-size: 1.3rem;
    font-family: GalanoGrotesque !important;
    font-weight: bold;
    margin-top: 32px;
}

.blogitem-wp h3 {
    font-size: 1.15rem;
    font-family: GalanoGrotesque !important;
    font-weight: bold;
    margin-top: 28px;
}

.blogitem-wp h4 {
    font-size: 1rem;
    font-family: GalanoGrotesque !important;
    font-weight: bold;
}

.blogitem-wp b {
    color: #565656;
}

.blogitem-wp strong {
    color: #565656;
}

.blogpost-wp li {
    margin-bottom: 7px !important;
}

.blogpost-wp img {
    max-width: 100% !important;
    /*width:100% !important;*/
}

.blogitem-wp .figure-caption {

    margin-top:10px;

}

.customAttribution {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width: 50px;
    max-width: 100%;
    font-size: 11px;
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 501;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(255, 255, 255, 0.9);
}

.maplibregl-ctrl-bottom-left {
    bottom: 20px !important;
}

.load-more__btn-wrap {

    text-align:center;
}

.dz-preview, .dz-file-preview {
    display: none;
}

.maplibregl-control-container {

    z-index: 501 !important;
}

.maplibregl-ctrl-top-left {
    z-index: 501 !important;
}

.maplibregl-ctrl-bottom-left {
    z-index: 501 !important;
}

.maplibregl-popup {
    z-index:500 !important;
}

.colorSm1 {
    color: #336680;
}

.colorSm2 {
    color: #ef515f;
}

.colorSm3 {
    color: #529179;
}

.colorSm4 {
    color: #de9507;
}

.colorSm5 {
    color: #484a4b;
}

.primaryBorder {

    border: 5px solid var(--si-primary);
}

.routeListItem:hover {

    background: #f2f2f2;

}

.visitedTracksSelector {
    position: absolute;
    z-index: 400;
    min-width: 50px;
    bottom: 30px;
    right: 0px;
    /*background: white;*/
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.nmpattribution {
    position: absolute;
    z-index: 400;
    min-width: 50px;
    min-height: 20px !important;
    bottom: 25px;
    right: 0px;
    /*background: white;*/
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    align-items: center;
    justify-content: center;
}


.alignCheckBox {

    display: flex;
    justify-content: center;
    gap: 10px;
}

.alignCheckBoxLeft {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.my-dropzone-style {
    background: white;
    border-radius: 5px;
    border: 2px dashed var(--si-primary);
    border-image: none;
    padding: 30px 30px 30px 30px;
    margin-left: 0;
    margin-right: 0;
    cursor: pointer;
}

/*strong {
    white-space: nowrap;
}*/


.alertAlign {
    display: flex;
    font-size: 17px;
}

    .alertAlign i {
        margin-top:6px;
    }

.modal .alert {
    display: flex;
    font-size: 17px;
}

    .modal .alert i {
        margin-top: 6px;
    }

.routeratingedit {
    color: orange;
    font-size: 35px
}

.routerating {
    color: orange;
    font-size: 35px
}


.customAttribution a {
    
    color:black;
    text-decoration:none;
}

.customAttributionGen a {
    color: black;
    text-decoration: none;
}

.pagination li {
    display: inline-block;
    margin-left: 10px;
}

    .pagination li a {
        color: black;
        text-decoration: none;
        background: var(--si-secondary);
        padding-right: 10px;
        padding-left:10px;
        padding-top:7px;
        padding-bottom:7px;
    }

    .pagination li.active a {
        text-decoration: none;
        font-weight: bold;
        color: white;
        background: var(--si-primary);
    }


#tableRegionList a {

    text-decoration: none;
}

.backgroundAltertnative {
    background-color: #fafafa;
}

.borderItemLight {

    border: 3px solid #eef2f5 ;
}

.greySmallText {

    color: #6b7880;
}

.bodyLighterText {

    color: #303131;
}

.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.betweenmarker {
    cursor: pointer;
    z-index: 11;
}

.playroutemarker {
    cursor: pointer;
    z-index: 12;
}

.maplibregl-popup {
    z-index: 399 !important;
}

.routeTooltip .maplibregl-popup-content, .routeTooltip .maplibregl-popup-content, .poiTooltip .maplibregl-popup-content, .poiTooltip .maplibregl-popup-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    padding: 8px;
    border: 0;
    font-family: SourceSansPro !important;
    font-size: 14px;
}

.iconStop .maplibregl-popup-content, .iconStop .maplibregl-popup-content {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    padding: 15px 15px 15px 15px;
    border: 0;
    font-family: SourceSansPro !important;
    font-size: 14px;
}

.maplibregl-popup-tip {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: 0px;
    z-index: 1;
}

.maplibregl-popup-anchor-top .maplibregl-popup-tip,
.maplibregl-popup-anchor-top-left .maplibregl-popup-tip,
.maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
    border-bottom-color: #000000;
}

.maplibregl-popup-anchor-bottom .maplibregl-popup-tip,
.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip,
.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
    border-top-color: #000000;
}

.maplibregl-popup-anchor-left .maplibregl-popup-tip {
    border-right-color: #000000;
}

.maplibregl-popup-anchor-right .maplibregl-popup-tip {
    border-left-color: #000000;
}

.nodeOnMapPrint {
    z-index: 10;
    font-family: SourceSansPro !important;
    font-weight: bold;
    font-size: 14px;
}

.nodeOnMap {
    cursor: pointer;
    z-index: 10;
    line-height: 26px;
    text-align: center;
    font-family: NotoSansBold !important;
    font-weight: bold;
    font-size: 0.65rem;
}

body.modal-open {
    /*padding: 0 !important;
    overflow-y: scroll !important;*/
}

.dark-mode .page-loading {
    background-color: #0b0f19;
}

.page-loading.active {
    opacity: 1;
    visibility: visible;
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.buttonWithLoader {

    height: 50px;

}

.button40 {
    height: 40px;
}

.button50 {
    height: 50px;
}

.page-loading.active &gt; .page-loading-inner {
    opacity: 1;
}

.page-loading-inner &gt; span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #9397ad;
}

.dark-mode .page-loading-inner &gt; span {
    color: #fff;
    opacity: .6;
}

.mega-dropdown-column {

    width: unset !important;
    min-width: 10rem !important;

}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

.dark-mode .page-spinner {
    border-color: rgba(255,255,255,.4);
    border-right-color: transparent;
}

@-webkit-keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.galano {
    font-family: GalanoGrotesque !important;
    font-weight:normal;
}

.galano-bold {
    font-family: GalanoGrotesque !important;
    font-weight: bold;
}

.gradientBackground {
    background: radial-gradient(116.18% 118% at 50% 100%, rgba(90, 137, 39, 0.1) 0%, rgba(142, 203, 76, 0.05) 41.83%, rgba(241, 244, 253, 0.07) 82.52%);
}

.gradientBackgroundgen {
    background: radial-gradient(116.18% 118% at 50% 100%, rgba(88, 117, 81, 0.1) 0%, rgba(107, 178, 91, 0.05) 41.83%, rgba(241, 244, 253, 0.07) 82.52%);
}

.gradientBackgroundbike {
    background: radial-gradient(116.18% 118% at 50% 100%, rgba(28, 157, 160, 0.1) 0%, rgba(45, 219, 223, 0.05) 41.83%, rgba(241, 244, 253, 0.07) 82.52%);
}

.gradientBackgroundhike {
    background: radial-gradient(116.18% 118% at 50% 100%, rgba(221, 13, 60, 0.1) 0%, rgba(240, 47, 91, 0.05) 41.83%, rgba(241, 244, 253, 0.07) 82.52%);
}

.onelinetext {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



h1,h2,h3,h4 {
    font-family: GalanoGrotesque !important;
}

.navbar-nav {
    font-family: GalanoGrotesque;
}

.btn, button {
    font-family: GalanoGrotesque;
    font-size: 1.0rem !important;
}

.navbar-nav .dropdown-item {
    font-size: 1.0rem !important;
}

.smaller-button-text {
    font-size: 0.7rem !important;
}
.p-text {
    font-size: 1.02rem !important;
}

.mapMarkerNmp img {

}

.autocomplete-suggestions {
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    border-radius: 5px;
    margin-top: 10px;
    background: #FFF;
    padding: 3px;
    min-width: 279px;
    overflow: auto;
    /*right: 69px !important;*/
    /*left: 60px !important;*/
}

.autocomplete-suggestion {
    padding: 5px 5px 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px dotted lightgrey;
    font-size: 15px;
    font-family: GalanoGrotesque;
}


    .autocomplete-suggestion .small {
        font-size: 13px;
        font-weight: normal;
        font-family: SourceSansPro;
    }

#elevationmarker {

    z-index: 12;
}

    .autocomplete-suggestion:last-child {
        border-bottom: none;
    }

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }


.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

    .bg-holder.bg-right {
        left: auto;
        right: 0;
    }

    .bg-holder.overlay:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.25);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .bg-holder.overlay-0:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.65);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .bg-holder.overlay-1:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.55);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .bg-holder.overlay-2:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.4);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }


#regioslink a {
    text-decoration: none;
}


.node_overview {
    width: 42px;
    height: 63px;
    float: left;
    background: blue;
}


.node_image {
    width: 45px;
    height: 50px;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    margin-bottom: 3px;
    text-align: center;
    margin-left: 0px;
    font-size: 10px;
}

.node_arrow_view {
    min-width: 6px;
    height: 50px;
    padding-top: 3px;
    padding-left: 0px;
    float: left;
    margin-bottom: 3px;
    margin-right: 0px;
    text-align: center;
}




.knooppunter_header {
    width: 100%;
    height: 1.2cm;
    text-align: left;
    display: block;
    overflow: hidden;
}

    .knooppunter_header img {
        max-width: unset !important;
        vertical-align: unset !important;
    }

.logo_knooppunter {
    height: 1cm;
    margin-right: 10px;
}

.knooppunter_wrapper {
    width: 8.77cm;
    height: 6.73cm;
    float: left;
    margin-right: 0.2cm;
    margin-bottom: 0.2cm;
    margin-left: 0px;
    border: 1px solid black;
    display: block;
}

.knooppunter_content {
    width: 100%;
    height: 5.53cm;
    margin-top: 0cm;
    padding-top: 4px;
    padding-left: 4px;
    float: left;
}

    .knooppunter_content div {
        background: white;
    }

.knooppunter_distance {
    text-align: center;
    padding-top: 0.15cm;
    float: left;
    width: 1cm;
    height: 1.25cm;
    margin-bottom: 4px;
    color: black;
    border-top: 1px solid #626f80;
}

.knooppunter_distance_1 {
    float: left;
    width: 1cm;
    height: 0.5cm;
}

.knooppunter_distance_2 {
    float: left;
    width: 1cm;
    height: 0.6cm;
}

.knooppunter_node {
    float: left;
    width: 1.11cm;
    height: 1.25cm;
    margin-bottom: 4px;
    text-align: center;
    border-top: 1px solid #626f80;
}


    .knooppunter_node img {
        margin-top: 9px;
    }

.knooppunter_between {
    color: black;
    font-family: Arial;
}

.distance {
    font-size: 0.7em;
}

.arrow_transform {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


    .routeInfoLeft {

        max-width: 400px;
    }

.adMediaContainer {
    min-height: 800px;
}

#cookieConsentText {
    font-size: 0.75em;
}

.cookieConsentButton {
    font-size: 0.75em !important;
}


@media (min-width: 768px) {

    #cookieConsentText {
        font-size: 0.9em;
    }

    .cookieConsentButton {
        font-size: 0.9em !important;
    }


    #companyZip {

        width: 100px;
    }

    #companyStreetNr {
        width: 130px;
    }

    
}

@media (max-width: 991px) {

    .routeInfoLeft {
        max-width: unset;
    }

    .adMediaContainer {
        min-height: unset;
    }
}

</pre></body></html>