body {
    font-family:  nunito-sans, sans-serif;
    font-size: 16px;
}

h1 {
    font-size: 3.75rem;
    font-weight: 900;
}
h2 {
    font-size: 2.8125rem;
    font-weight: 900;
}
h3 {
    font-size: 1.5rem;
    font-weight: 900;
}

.content {
    width: auto;
    padding: 0;
}

.lp__lead {
    font-size: 1.5rem;
    font-weight: 600;
}

.lp__header {
    width: 100%;
    height: 41.125rem;
    background: url("../../images/landing_header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 4.75rem;
    margin-top: -35px;
    position: relative;
}
.lp__header::before {
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, #253b2e, transparent);
    height: 3rem;
    bottom: 0;
    left: 0;
}
.lp__header::after {
    content: '';
    background-color: #253B2E;
    position: absolute;
    bottom: -30rem;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.reservation__steps .header-step-status {
    margin: 0;
    margin-right: 3rem;
    height: 100%;
    counter-increment: none;
    text-align: center;
}

.reservation__steps .header-step-status a {
    color: #000000;
}

.reservation__steps a {
    color: #B3B3B3;
}

.reservation__steps .active a {
    color: #000000;
}

.reservation__steps .header-step-status::before {
    content: none;
}

.reservation__steps .header-step-status--clear {
    display: none;
    width: 3rem;
    counter-increment: none;
    padding: 0;
}
.reservation__steps .header-step-status--clear::before {
    content: none;
}

.lp__steps {
    position: relative;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
    top: 0;
    left: 0;
    overflow: hidden;
}

.lp__steps .reservation__steps {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0;
}

.lp__content {
    background: linear-gradient(to bottom, #243B2E, #568C69, #7FCD99, #87CF9F, #A9DCBB, #C4E6D1, #D7EDE0, #E3F1E9, #E7F3ED, #FFFFFF);
}

.lp__status::before,
.lp__reservation::before,
.lp__preparation::before {
    content: '';
    border-right: 4px dashed #fff;
    height: 7.9375rem;
    margin: 0 auto;
}

.lp__status {
    color: #FFFFFF;
}
.lp__status__box {
    padding: 1.875rem 4.75rem;
    border: 2px solid #FFFFFF;
    color: #000000;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.875rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.lp__status__bg--uitgeleverd,
.lp__status__bg--afgerond,
.lp__status__bg--definitief {
    background-color: #3D8656;
}

.lp__status__bg--online-aangevraagd,
.lp__status__bg--no-show,
.lp__status__bg--onbekend,
.lp__status__bg--optie {
    background-color: #F1B93E;
}

.lp__status__bg--geannuleerd,
.lp__status__bg--niet-mogelijk,
.lp__status__bg--verwijderd {
    background-color: #EF4848!important;
    color: #000000!important;
}

.lp__status a {
    color: #FFFFFF;
    text-decoration: underline;
}

.lp__reservation {
    color: #FFFFFF;
}
.lp__reservation__box {
    border: 4px solid #FFFFFF;
    background-color: rgb(255 255 255 / 25%);
    padding: 2.6875rem 3.9375rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
.lp__reservation_detail {
    color: #000000;
    font-size: 1rem;
    font-weight: normal;
}
.lp__reservation_detail > p:first-child {
    font-size: 1.5rem;
    font-weight: 900;
}



.lp__preparation__timeline [class*="col-"] {
    padding-top: 4.8125rem;
    padding-bottom: 4.8125rem;
    position: relative;
}
.lp__preparation__timeline img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* height: 4.5625rem; */
}
.lp__preparation__timeline img.right {
    right: 1.9375rem;
}

.lp__preparation {
    text-align: left;
}
.lp__preparation h2 {
    text-align: center;
    color: #FFFFFF;
}
.lp__routes {

}
.lp__routes__img img {
    margin-top: 20px;
    height: 11rem;
}
.lp__routes__text {
    text-align: left;
}
.lp__routes__box {
    background-color: #231F20;
    padding: 0.8125rem;
    color: #FFFFFF;
    font-size: 1.0625rem;
    font-weight: 900;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 1rem auto;
    max-width: 41.375rem;
}
.lp__routes__box__footer {
    text-align: left!important;
    word-break: break-all;
    font-size: 0.9rem;
}
.lp__routes__box__footer a {
    color: #FFFFFF;
}
.lp__routes__box__title {
    min-height: 5rem;
}
.lp__routes__box__content {
    flex-grow: 1;
}
.lp__routes__box iframe {
    border: none;
}
.lp__routes__box .cc__btn {
    display: flex;
    min-height: 6rem;
    padding-right: 3rem;
    padding-left: 3rem;
    align-items: center;
    justify-content: center;
    margin: 1rem 0;
}
.lp__terms {
    text-align: left;
    margin-top: 8.5rem;
}
.lp__additional_booking {
    margin-top: 8.5rem;
    text-align: left;
    padding-bottom: 16.75rem;
}

.back_to_top {
    position: sticky;
    bottom: 0;
    display: none;
}
.back_to_top__btn {
    height: 4rem;
    width: 4rem;
    background-color: #5E79EC;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 2rem;
    padding: 1rem;
    line-height: 1rem;
    margin-bottom: 1rem;
    right: 0;
    float: right;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgb(35 31 32 / 35%);
    -moz-box-shadow: 0 1px 2px rgba(35, 31, 32, .35);
    box-shadow: 0 1px 2px rgb(35 31 32 / 35%);
}

@media (max-width: 483px) {
    .header-step-status {
        margin-right: 0!important;
    }
}

@media (max-width: 1024px) {
    .no-header {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .lp__routes__img {
        text-align: center!important;
    }
    .lp__routes__text {
        text-align: center;
    }
    .lp__header {
        height: 30rem;
    }
    .no-header-content-clear {
        margin-top: 115px !important;
    }
}
@media (max-width: 1200px) {
    .lp__steps {
        top: 3rem;
    }

    .lp__preparation--border-1 {
        border-top: 4px dashed #fff;
        border-right: 4px dashed #fff;
        border-top-right-radius: 1rem;
    }

    .lp__preparation--border-2 {
        border-right: 4px dashed #fff;
        border-bottom: 4px dashed #fff;
        border-bottom-right-radius: 1rem;
    }

    .lp__preparation--border-3 {
        border-left: 4px dashed #fff;
        border-top-left-radius: 1rem;
    }

    .lp__preparation--border-4 {
        border-left: 4px dashed #fff;
        border-bottom: 4px dashed #fff;
        border-bottom-left-radius: 1rem;
    }

    .lp__preparation--border-5 {
        border-right: 4px dashed #fff;
        border-top-right-radius: 1rem;
    }

    .lp__preparation--border-6 {
        border-right: 4px dashed #fff;
        border-bottom: 4px dashed #fff;
        border-bottom-right-radius: 1rem;
    }

    .lp__preparation--border-7 {
        border-left: 4px dashed #fff;
        border-top-left-radius: 1rem;
    }

    .lp__preparation--border-8 {
        border-left: 4px dashed #fff;
    }
}

@media (max-width: 1023.98px) {
    .lp__steps {
        top: 1rem;
        padding-top: 1rem;
    }
}

@media (max-width: 1199.98px) {
    .lp__steps {
        top: 6rem;
    }
}

@media (min-width: 1200px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .lp__preparation--border-right-to-bottom-left {
        border-right: 4px dashed #fff;
        border-bottom: 4px dashed #fff;
        border-bottom-right-radius: 1rem;
    }
    .lp__preparation--border-left-radius {
        position: relative;
    }
    .lp__preparation--border-left-radius::before {
        content: ' ';
        position: absolute;
        left: -1rem;
        top: -4px;
        height: calc(100% + 8px);
        width: 1rem;
        border-left: 4px dashed #fff;
        border-top: 4px dashed #fff;
        border-bottom: 4px dashed #fff;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .lp__preparation--border-right-radius {
        position: relative;
    }
    .lp__preparation--border-right-radius::before {
        content: ' ';
        position: absolute;
        right: -1rem;
        top: -4px;
        height: calc(100% + 8px);
        width: 1rem;
        border-right: 4px dashed #fff;
        border-top: 4px dashed #fff;
        border-bottom: 4px dashed #fff;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .lp__preparation--border-top {
        border-top: 4px dashed #fff;
    }
    .lp__preparation--border-top-to-left {
        border-top: 4px dashed #fff;
        border-left: 4px dashed #fff;
        border-top-left-radius: 1rem;

    }
    .lp__steps {
        position: sticky;
        z-index: 200;
    }
}

@media (min-width: 1200px) {
    .reservation__steps .header-step-status {
        padding: 1rem;
        margin-top: -1rem;
        margin-bottom: 0;
        margin-left: -1rem;
        text-align: left;
    }
    .reservation__steps .header-step-status--clear {
        display: table-cell;
    }
}
.lp__terms ul {
    padding: 0;
}
