.elementor-kit-6149{--e-global-color-primary:#071F3B;--e-global-color-secondary:#E6801E;--e-global-color-text:#222222;--e-global-color-accent:#E6801E;--e-global-typography-primary-font-family:"Saira Condensed";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Saira Semi Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Saira Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Saira Extra Condensed";--e-global-typography-accent-font-weight:500;font-family:"Saira Condensed", Sans-serif;font-weight:600;}.elementor-kit-6149 button,.elementor-kit-6149 input[type="button"],.elementor-kit-6149 input[type="submit"],.elementor-kit-6149 .elementor-button{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-6149 button:hover,.elementor-kit-6149 button:focus,.elementor-kit-6149 input[type="button"]:hover,.elementor-kit-6149 input[type="button"]:focus,.elementor-kit-6149 input[type="submit"]:hover,.elementor-kit-6149 input[type="submit"]:focus,.elementor-kit-6149 .elementor-button:hover,.elementor-kit-6149 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );}.elementor-kit-6149 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6149 a{color:var( --e-global-color-secondary );}.elementor-kit-6149 h1{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6149 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6149 h3{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6149 h4{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6149 h5{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6149 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1344px;}.e-con{--container-max-width:1344px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}breadcumb-wrapper{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:540px;}.e-con{--container-max-width:540px;}}/* Start custom CSS *//* =========================================
   TOUR INFORMATION BLOCK
   Class op module: tour-info
========================================= */

.tour-info {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

/* Alle automatisch vet gemaakte teksten wat zachter maken */
.tour-info strong {
    font-weight: 500;
}

/* OVERVIEW */
.tour-info h2 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
    margin: 0 0 18px;
}

/* Intro / eerste paragraaf */
.tour-info h2 + p {
    font-size: 19px;
    line-height: 1.7;
    background: #f7f7f7;
    border-left: 4px solid #f58220;
    padding: 22px 26px;
    margin: 0 0 38px;
    border-radius: 0 8px 8px 0;
}

/* TITELS VAN DE INFOBLOKKEN */
.tour-info h3 {
    position: relative;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
    margin: 32px 0 12px;
    padding-left: 18px;
}

/* Oranje accent */
.tour-info h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #f58220;
    border-radius: 4px;
}

/* Body tekst */
.tour-info p {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}

/* Lijsten */
.tour-info ul {
    margin: 8px 0 28px;
    padding: 0;
    list-style: none;
}

.tour-info li {
    position: relative;
    padding: 6px 0 6px 28px;
    font-size: 17px;
    line-height: 1.55;
}

.tour-info li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 6px;
    color: #f58220;
    font-weight: 700;
}

/* Laat strong in lijsten ook niet overdreven zwaar worden */
.tour-info li strong {
    font-weight: 600;
}

/* Horizontale visuele scheiding tussen onderwerpen */
.tour-info h3:not(:first-of-type) {
    padding-top: 2px;
}

/* MOBIEL */
@media (max-width: 767px) {

    .tour-info {
        font-size: 16px;
    }

    .tour-info h2 {
        font-size: 28px;
    }

    .tour-info h2 + p {
        font-size: 17px;
        padding: 18px 20px;
        margin-bottom: 30px;
    }

    .tour-info h3 {
        font-size: 21px;
        margin-top: 26px;
    }

    .tour-info p,
    .tour-info li {
        font-size: 16px;
    }
}/* End custom CSS */