@import url("default.css?v7");
@import url("menu.css?v7");
@import url("popup.css?v5");

*,
:before,
:after {
    box-sizing: border-box;
}

#qs-container {
    max-width: 100%;
}

.marktscan-banner {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 40px;
    background: #EDF0F9 url("images/banner.svg?v1") no-repeat center right;

    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .grid {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

        h2 {
            margin: 0;
        }
    }
}

caption {
    padding: 0;
    margin: 0;
    font-family: 'Ciutadella';
    font-weight: 600;
    color: #00526e;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 26px;
    text-align: left;
}

section.step {
    display: none;
    margin-top: 3.5rem;
}

section.step.active {
    display: block;
}

.text-italic {
    font-style: italic;
}

.text-medium {
    font-weight: 500;
}

.text-bold {
    font-weight: 500;
}

.current-selection {
    margin: 4rem 0 3.5rem 0;

    p {
        display: flex;
        align-items: center;
        gap: .5rem;
        margin-bottom: .5rem;
    }

    .branche-selection,
    .market-selection {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .link-btn {
        margin-left: 0.5rem;
    }
}

.scan-link-btn {
    display: flex;
    align-items: center;
    gap: .5rem;
    border: 0;
    background: transparent;
    color: #AA418C;
    cursor: pointer;
}

.u-hidden {
    display: none;
}

.scan-section {
    margin-bottom: 4rem;
}

p {
    max-width: 800px;
}

.numbers-source {
    font-size: .875rem;
}

.tile-section {

    .tile-section-title {
        margin-bottom: 1.5rem;
    }

    h3 {
        margin-bottom: 0.25rem;
    }

    .scan-tiles {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 1.5rem;

        .scan-tile {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 312px;
            padding: 2rem 1rem;
            border-radius: 8px;
            border: 1px solid #EFEFEF;
            box-shadow: 0 4px 6px 0 rgba(190, 190, 190, 0.33), 0 1px 3px 0 rgba(190, 190, 190, 0.33);
            background: transparent;
            text-decoration: none;
            align-items: center;
            text-align: center;
            color: inherit;
            cursor: pointer;

            .tile-wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 0.5rem;
                margin-bottom: auto;

                .tile-number {
                    margin-bottom: 0;
                    color: #AA418C;
                }

                .tile-title {
                    margin: 0;
                    color: #00526E;
                    font-size: 1.25rem;
                }

                img {
                    max-width: 96px;
                    max-height: 96px;
                }

                .tile-year {
                    font-size: .875rem;
                    font-weight: 100;
                }
            }

            .tile-link {
                color: #AA418C;
                font-size: .875rem;
            }
        }
    }
}

#modal-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .55);
    z-index: 999;
}

.tile-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
    padding: 2rem;
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0 4px 6px 0 rgb(131 131 131 / 33%), 0 1px 3px 0 rgba(190, 190, 190, 0.33);
    z-index: 9999;

    .modal-title {
        display: flex;
        justify-content: end;
        align-items: center;

        h2 {
            margin: 0
        }

        .close-modal {
            display: flex;
            align-items: center;
            height: 100%;
            border: none;
            background: none;
            font-size: 1.5rem;
            cursor: pointer;
        }
    }

    .modal-subtitle {
        display: block;
        margin-top: .25rem;
        margin-bottom: 1.5rem;
    }

    .graph-section {
        h3 {
            margin-bottom: 1rem;
        }
    }

    .bar-graph {
        height: 300px;
    }

    &.print .bar-graph {
        width: 500px;
    }
}

.tile-modal.force {
    display: block !important;
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.tile-modal.print {
    display: block !important;
}


.extra-field-info {
    margin-top: 1rem;
}

.extra-field-section {
    .scan-tiles {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.intro-block {
    max-width: 1104px;
    min-height: 530px;
    padding: 40px;
    margin: 0 auto;
    background: url("images/banner.png") no-repeat top left;
    background-size: cover;
}

.intro-text {
    max-width: 400px;
}

.overview-steps {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-top: 5rem;
}

.few-steps {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.line-hidden {
    opacity: 0;
}

.overview-step {
    display: flex;
    flex-wrap: wrap;
    flex: 2;
    justify-content: center;
    row-gap: 1rem;
}

.overview-step-container {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.overview-step-number-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #757575;
    border-radius: 50%;
}

.overview-steps .far {
    display: flex;
    align-items: center;
    gap: 5px;
}

.completed-overview-step .overview-step-number,
.overview-step-check {
    display: none;
}

.completed-overview-step .overview-step-check {
    display: flex;
}

.active-overview-step .overview-step-number-container {
    background: #00526e;
    color: #FFF;
}

.overview-step-line {
    flex: 1;
    height: 1px;
    background: #757575;
}

.active-overview-step .line-left,
.completed-overview-step .overview-step-line {
    height: 2px;
}

.active-overview-step .overview-step-text {
    font-weight: 500;
    color: #00526e;
}

.step-btns {
    display: flex;
    gap: .5rem;
    padding-top: 1.875rem;
}

.column-1 {
    width: 100%;
}

.column-2 {
    width: 49%;
}

.column-3 {
    width: 32.3333%;
}

.column-4 {
    width: 24%;
}

.scan-option {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #2D7C31;
    border-radius: 4px;
    margin-top: 3rem;
    margin-bottom: 1.5rem;

    i {
        margin-top: 5px;
    }

    .option-text {
        p {
            margin: 0;
        }
    }
}

.locatiescan-option .radio-option+p {
    margin-bottom: 1.5rem;
}

.radio-option,
.checkbox-option {
    margin-bottom: .5rem;
}

.radio-option.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.radio-option label,
.checkbox-option label {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.radio-option .radio-box,
.checkbox-option .checkbox-box {
    position: relative;
    min-width: 20px;
    min-height: 20px;
    border: 2px solid #0070B8;
    border-radius: 50%;
}

.radio-option input:focus+label,
.checkbox-option input:focus+label {
    outline: 2px solid #0070B8;
    border-radius: 4px;
}

.disabled.radio-option .radio-box,
.disabled.checkbox-option .checkbox-box {
    border: 2px solid #343434;
}

.checkbox-option .checkbox-box {
    border-radius: .25rem;
}

.radio-option input:checked+label .radio-box:after,
.checkbox-option input:checked+label .checkbox-box:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0070B8;
}

.checkbox-option input:checked+label .checkbox-box:after {
    border-radius: .25rem;
}

.f-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.kvk-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem 1.5rem;
    border: 1px solid #707070;
    border-radius: .25rem;
    margin-bottom: 2rem;
}

.kvk-box p:last-child {
    margin-bottom: 0;
}

.kvk-box h3,
.chart-wrapper h3,
.selection-wrapper h3 {
    margin-bottom: 1rem;
}

.chart-wrapper {
    margin: 1rem 0 2rem 0;
}

.chart-wrapper h3 {
    margin-bottom: 0;
}

.kvk-box .column-2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.kvk-box-number {
    display: flex;
    gap: .3rem;
    color: #00526e;
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
}

.kvk-box-label {
    font-size: 1rem;
}

.label-link {
    margin-bottom: 2rem;
}

.label-link .link-btn {
    padding: 0;
    text-decoration: underline;
    color: #0070b9;
    cursor: pointer;
}

.range-slider-wrapper {
    margin-bottom: 1rem;
}

.slider-text-container {
    position: relative;
    height: 38px;
    margin-top: 1rem;
}

.slider-text-wrapper {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slider-text {
    position: relative;
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: .15rem .75rem;
    border-radius: 0.25rem;
    box-shadow: 0px 3px 6px rgb(146 146 146 / 45%);
    background: #aa418c;
    color: #FFF;
}

.slider-text:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    border-width: 12px 8px 0 8px;
    border-style: solid;
    border-color: #aa418c transparent transparent transparent;
}

.balloon-seperator {
    width: 100%;
}

.slider-text-line {
    width: 1px;
    height: 15px;
    background: #bababa;
}

.label-link .link-btn:before {
    display: none;
}

.range-indicator {
    gap: 3rem 0;
}

.range-indicator .column-2 {
    width: 47.5%;
}

.range-indicator table {
    border-collapse: collapse;
    text-align: left;
}

.range-indicator table th {
    padding-right: 1rem;
    font-weight: 100;
    vertical-align: top;
}

#range-min-value {
    display: none;
}

.selection-wrapper {
    margin-top: 2rem;
}

#range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #BEBEBE;
    cursor: pointer;
    margin: 0;
    position: relative;
    z-index: 1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

input[type=range]::-webkit-slider-thumb {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background: #aa418c;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 12.8px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
    background: #aa418c;
    border: 0px solid #000101;
    border-radius: 50%;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 19px;
    width: 39px;
    border-radius: 50%;
    background: #65001c;
    cursor: pointer;
    z-index: 2;
}

input[type=range]::-webkit-slider-thumb,
input[type=range]::-moz-range-thumb {
    background-color: #aa418c;
    z-index: 2;
    position: relative;
}

.ticks {
    display: flex;
    justify-content: space-between;
    margin-top: -23px;
    z-index: 1;
    padding: 0px 10px;
}

.tick {
    position: relative;
    display: flex;
    justify-content: center;
    width: 1px;
    height: 18px;
}

.range-values {
    display: flex;
    justify-content: right;
    margin-top: .5rem;
}

.range-values select {
    padding: 0.4rem 0.6rem;
    border: 1px solid #707070;
    border-radius: .25rem;
    font-size: 1rem;
    font-family: inherit;
    background: #FFF;
}

.chart {
    width: 100%;
    height: 300px;
    margin-bottom: 1rem;
}

.chart svg {
    overflow: visible;
}

.map {
    height: 400px;
    border-radius: .25rem;
    overflow: hidden;
    position: relative;
}

#range-map .ol-overlaycontainer-stopevent {
    display: none;
}

.legend {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.legend-color {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: .25rem;
}

.vestigingsbuurt-legend {
    background: #1f4a48;
}

.verzorgingsgebied-legend {
    background: #aa418c;
}

.legend-text {
    font-size: 1rem;
}

text {
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    color: #343434;
}

g.label {
    font-weight: 100;
}

#range-selection {
    display: none;
}

.info-dialog {
    display: none;
    position: absolute;
    bottom: 21px;
    left: -22px;
    padding-bottom: 20px;
}

.kvk-box-label .info-dialog,
.dialog-left .info-dialog {
    right: -30px;
    left: auto;
}

.kvk-box-label .info-dialog-inner:before,
.dialog-left .info-dialog-inner:before {
    right: 27px;
    left: auto;
}

.kvk-box-label .info-dialog-inner:after,
.dialog-left .info-dialog-inner:after {
    right: 29px;
    left: auto;
}

.info-dialog-inner {
    width: 332px;
    padding: 1.1rem 1.5rem;
    border: 1px solid #949494;
    border-radius: 4px;
    background: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.info-dialog-inner:before {
    position: absolute;
    left: 27px;
    bottom: 11px;
    content: "";
    display: block;
    border-width: 10px 13px 0 13px;
    border-style: solid;
    border-color: #949494 transparent transparent transparent;
}

.info-dialog-inner:after {
    position: absolute;
    left: 29px;
    bottom: 12px;
    content: "";
    display: block;
    border-width: 9px 12px 0 10px;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
}

.dialog-header {
    display: flex;
    justify-content: right;
}

.close-dialog {
    display: flex;
    text-decoration: none;
}

.close-dialog i {
    font-size: 1.1rem;
    color: #343434;
}

.info-dialog-inner p {
    margin-bottom: 0;
}

.more-info-wrapper {
    position: relative;
    display: inline-flex;
    height: 24px;
}

.slider-info {
    vertical-align: middle;
}

.slider-info .more-info-btn {
    margin-left: 4px;
}

.v-center {
    vertical-align: top;
    margin-top: 3px;
}

.more-info-btn {
    margin-left: 0.5rem;
    vertical-align: middle;
}

.more-info-btn svg {
    fill: #0070B9;
    min-width: 20px;
    width: 20px;
    overflow: visible;
}

.table-section {
    width: 100%;
    margin-bottom: 3rem;
}

table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    color: #555555;
}

table thead tr th,
table thead tr td {
    padding: 0.5rem 2rem 0.5rem 0;
    border-bottom: 1px solid #343434;
    color: #343434;
    font-weight: 500;
}

table tr th,
table tr td {
    padding: 1rem 2rem 1rem 0;
    border-bottom: 1px solid #D3D3D4;
}

table tr th:last-child,
table tr td:last-child {
    padding-right: 0;
}

table tr .number-cell {
    text-align: right;
}

table tr .number-cell .info-dialog {
    text-align: left;
}

.mobile-visible {
    display: none;
}

.add-company {
    margin-bottom: 1rem;
}

.extra-info-field {
    margin-top: 1rem;
}

.number-cell .explanation-mark {
    line-height: 0;
}

.kvk-box-number .explanation-mark {
    font-size: 2rem;
    line-height: 1;
}

.summary-text {
    margin-bottom: 2rem;
}

.explanation-text {
    width: 100%;
}

.area-range {
    display: block;
    width: 100%;
}

.m-0 {
    margin: 0;
}

.g-1 {
    gap: 1rem;
}

.slider-controls {
    display: none;
}

.b_module-faq #nav_module {
    display: none;
}

.faqitem {
    margin-bottom: 1rem;
    border: 1px solid #bebebe;
    border-radius: 0.25rem;
}

.faqitem:hover,
.expanded {
    border-color: #757575;
}

.faqitem h2 {
    margin: 0;
}

.faqitem h2 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
    color: #343434;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
}

.faqitem h2 a:after {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 1rem;
}

.faqitem h2 a:hover {
    color: #00526e;
}

.faqitem:not(.expanded) h2 a:hover {
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 75%, .33), 0 1px 3px 0 hsla(0, 0%, 75%, .33);
    transform: translateY(-1px);
}

.faqlistitem__answer {
    display: none;
    padding: 0 1rem 1.5rem 1.5rem;
}

.expanded .faqlistitem__answer {
    display: block;
}

.faqitem.expanded a:after {
    content: "\f077";
}

.paragraph-wrapper {
    margin-bottom: 1rem;
}

.graph-wrapper {
    position: relative;
    padding-bottom: 40px;

    a {
        position: absolute;
        right: 0;
        bottom: 20px;

        i {
            color: #343434;
        }
    }
}

.inline-paragraph {
    display: inline;
}

/* start css copy bedrijventeller popup */

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(74, 74, 74, 0.6);
    z-index: 9999;
    display: none;
    padding: 0 10px;
}

.popup-container.active {
    display: block;
}

.popup-container-inner {
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    background: #FFF;
    max-width: 900px;
    margin: 30px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    opacity: 0;
    transition: ease 0.5s opacity;
}

.error-message {
    display: flex;

    p {
        max-width: 100%;
        width: 100%;
        margin: 0;
        color: #BC3F38;
        font-size: 1rem;
        font-weight: 400;
        ;
    }
}

.popup-container.active .popup-container-inner {
    opacity: 1;
}

.popup-container-inner-header {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.popup-container-inner-header h2 {
    margin: 0;
}

.popup-container-inner-branchTree {
    max-height: 60vh;
    overflow: auto;
    padding-right: 30px;
}

.popup-container-inner-footer {
    padding: 15px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}

ul.tree {
    margin: 24px 0;
    padding-left: 30px;
}

ul.tree li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tree a {
    margin-left: 24px;
    display: inline-block;
    text-indent: -25px;
    margin-left: 20px;
    font-weight: bold;
}

ul.tree a.disabled {
    font-weight: 100;
}

ul.tree a.nochildren {
    text-indent: 0;
}

ul.tree a i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-indent: 0;
    margin-right: 2px;
}

ul.tree a.selected span {
    background-color: #E5F3FF;
}

ul.tree ul.closed {
    display: none;
}

/* end css copy bedrijventeller popup */

.chart-tooltip {
    position: absolute;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    background: #FFF;
    padding: 5px;
    max-width: 300px;
    font-size: 0.9em;
    z-index: 10000;
}

.ol-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.ol-zoom button {
    border: 2px solid white;
    border-radius: 0.25rem;
    background-color: #aa418c;
    color: #fff;
    width: 29px;
    height: 29px;
    line-height: 1em;
    cursor: pointer;
}

.ol-zoom-in {
    position: absolute;
    top: -26px;
}

/* start css copy result list */

/* Result list */

.result_list {
    position: absolute;
    width: 100%;
    background: #FFF;
    z-index: 82;
    box-shadow: 2px 2px 20px -14px #595959;
    max-height: 500px;
    overflow: auto;
    margin: 0 !important;
    padding: 2px !important;
}

.result_list .autoComplete_result {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: thin solid #e3e3e3;
    font-size: 17px;
}

.result_list .autoComplete_result.disabled {
    pointer-events: none;
    cursor: initial;
}

.result_list .autoComplete_result:last-child {
    border-radius: 0;
}

.result_list .autoComplete_highlighted {
    opacity: 1;
    font-weight: bold;
}

.result_list a {
    color: #343434;
    text-decoration: none;
    width: 100%;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
}

.result_list .autoComplete_result:hover {
    cursor: pointer;
    border: none;
    border-bottom: thin solid #e3e3e3;
    background-color: #2f6b80;
}

.result_list .autoComplete_result:hover a {
    color: #fff;
}

.result_list .autoComplete_result:hover .autoComplete_highlighted {
    font-weight: 300;
}


/* end css copy result list */
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #00526E;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.loading-text {
    text-align: center;
    font-size: .9rem;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.container_loginfield {
    margin-bottom: 20px;
}

#container_login_control {
    width: 100%;
    max-width: 1024px;
    padding: 0 40px;
    margin: 50px auto 100px;

    #login_leftside h2 {
        margin-bottom: 1rem;
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

@media screen and (max-width: 1320px) {
    .marktscan-banner {

        h1,
        .h1-title {
            max-width: 300px;
            line-height: 1;
        }
    }
}

@media screen and (max-width: 1024px) {
    .marktscan-banner {
        background-size: 100% auto;
        background-position: bottom right;
    }
}

@media screen and (max-width: 900px) {
    .column-2 {
        width: 100%;
    }

    .radio-option label,
    .checkbox-option label {
        gap: 1rem;
    }
}

@media screen and (max-width: 850px) {

    .marktscan-banner h1,
    .marktscan-banner .h1-title,
    h1,
    .h1-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .marktscan-banner {

        h1,
        .h1-title {
            margin-top: 0;
        }
    }

    .info-dialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, .55);
        padding-bottom: 0;
        z-index: 99;
    }

    .kvk-box-label .info-dialog,
    .dialog-left .info-dialog {
        right: 0;
        left: 0;
    }

    .info-dialog-inner {
        position: absolute;
        width: 80%;
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
    }

    .info-dialog-inner:before,
    .info-dialog-inner:after {
        display: none;
    }

    .overview-steps {
        position: relative;
        padding-bottom: 35px;
        margin-top: 2rem;
    }

    .overview-step .overview-step-text {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .active-overview-step .overview-step-text {
        display: block;
    }

    .range-indicator .column-2 {
        width: 100%;
    }

    #range-map,
    .legend {
        display: none;
    }

    .range-indicator {
        gap: 1rem 0;
    }

    .slider-controls {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3rem;
    }

    .slide-btn-text {
        display: none;
    }

    .responsive-slide-wrapper {
        position: relative;
    }

    .slider-block {
        width: 100%;
        display: none;
        transition: ease-in-out .3s;
    }

    .show-slide {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .desktop-visible {
        display: none;
    }

    .mobile-visible {
        display: block;
    }

    .mobile-visible table,
    .mobile-table .explanation-text {
        margin-top: 2rem;
    }

    .mobile-visible table:first-child {
        margin-bottom: 0;
    }

    .min-value .slider-text {
        margin-left: 40px;
    }

    .min-value .slider-text:after {
        left: 19px;
    }

    .max-value .slider-text {
        margin-left: -40px;
    }

    .max-value .slider-text:after {
        right: 3px;
        left: auto;
    }
}

@media screen and (max-width: 800px) {
    .tile-section {
        .scan-tiles {
            grid-template-columns: 1fr 1fr;
            row-gap: 1.5rem;
        }
    }

    .current-selection {
        p {
            flex-wrap: wrap;
            gap: 0.2rem 0.5rem;
            margin-bottom: 1rem;

            .text-bold {
                order: 1;
            }

            .branche-selection,
            .market-selection,
            .company-selection {
                width: 100%;
                order: 3;
            }

            .scan-link-btn {
                order: 2
            }
        }
    }

    .tile-modal {
        max-height: 80vh;
        max-width: 96%;
        padding: 1.5rem 1rem;
        overflow: hidden;


        .graph-section {
            overflow: auto;
            max-height: 70vh;
            height: 360px;
        }
    }
}

@media screen and (max-width: 650px) {
    .marktscan-banner {
        height: 110px;
        margin: 0;

        img {
            display: none;
        }

        .grid {
            h2 {
                margin-top: 2rem;
            }
        }
    }

    #market-scan-section {
        margin-top: 1rem;

        .current-selection {
            margin-top: 1rem;
        }
    }

    .tile-section {
        .tile-section-title {
            margin-bottom: .5rem;
        }
    }
}

@media screen and (max-width: 520px) {
    .tile-section {
        .scan-tiles {
            grid-template-columns: 1fr;
        }
    }
}

.show-on-print {
    display: none !important;
}

.page-break {
    display: none;
}

@media print {
    #aspnetForm {
        display: block;
        box-shadow: none;
    }

    .hide-on-print,
    .overview-steps,
    .step-btns,
    #container_menu_top,
    header,
    #footer {
        display: none !important;
    }

    .show-on-print:not(.hidden),
    .tile-modal:not(.hidden) {
        display: block !important;
    }

    section.step {
        margin-top: 1rem
    }

    .grid {
        padding: 0 8px 8px 8px;
    }

    h2,
    section.tile h2,
    body.swing-stories .free-tile.title h2,
    .h2-title {
        margin-top: 1rem;
        margin-bottom: .5rem;
    }

    .chart-title {
        font-size: 1.5rem;
    }

    .current-selection {
        margin: 2rem 0;
    }

    .tile-section {
        .tile-section-title {
            margin-bottom: .75rem;
        }

        .scan-tiles {
            grid-template-columns: 25% calc(75% - 1rem);
            column-gap: 1rem;
            row-gap: 1rem;
        }

        & .scan-tiles {
            .scan-tile {
                height: auto;
                border: none;
                box-shadow: none;
            }
        }
    }

    .tile-modal {
        position: static;
        display: block;
        box-shadow: none;
        transform: translate(0, 0);
        border: none;
    }

    .scan-section,
    .colofon-page {
        page-break-before: always;
        break-before: page;
    }

    .colofon-page h3 {
        margin-top: 2rem;
    }

    .extra-options,
    .scan-section,
    .current-selection,
    .tile-section .tile-section-title,
    section.step {
        margin: 0;
    }

    .front-page,
    .back-page {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .front-page {
        position: relative;

        .selection-texts {
            position: absolute;
            bottom: 11rem;
            left: 1.6rem;
        }

        p {
            margin: 0;
        }

        .date-text {
            margin-top: 1rem;
        }
    }

    .graph-wrapper:last-child {
        padding-bottom: 0;
    }

    .front-page,
    .colofon-page,
    #tile-modal-1,
    #tile-modal-3,
    #tile-modal-5,
    #tile-modal-6,
    #tile-modal-7,
    #tile-modal-10 {
        page-break-after: always;
        break-after: page;
    }
}