.marker-foto{
    position: relative;
}
.marker-foto img.marker{
    position: absolute;
    z-index: 10;
    right: -20px;
    bottom: -30px;
}
.wandelroute .content{
    color:#28367A;
}
section.wandelroute:before{
    position: absolute;
    top:-60px;
    content:'';
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/kaart_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
section.wandelroute .container{
    position: relative;
    z-index: 10;
}
section.breadcrumbs{
    position: relative;
    z-index: 10;
    background: none !important;
}
header:before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    background-image: url('/assets/images/steps.svg');
    opacity: 0.5;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 100;
}
section.wandelroute:after{
    width: 60px;
    height: 60px;
    background-image: url('/assets/images/marker_yellow.svg');
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    content:'';
    z-index: 12;
    top:-90px;
    left: 130px;
}

.content-blue{
    color:#28367A;
}