<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form#filter_bar ul li {
    cursor: pointer;
}

/* Search resuls */
section.vestigingen li.ignore {
    border-left: 4px solid rgb(242, 242, 242)
}

/* Winkeldetail */
section.info {
    padding-top: 12px;
}

.show-gmap-scroll {
    margin-bottom: 10px;
}

section.check {
    margin-top: 20px;
}

section.page-content p {
    padding: 10px 25px 10px 25px;
}

/* Forms */
form table {
    width: 100%;
    margin-top: 20px;
}

table tr td {
    vertical-align: middle;
    padding-left: 3%;
}

textarea {
    margin: 8px 10px 15px 2px;
    width: 80%;
    height: 175px;
}

input[type="submit"] {
    margin: 8px 0px 8px 0px;
}

/* FAQ */

ul.faq li {
    background: none;
}

li.question {
    list-style-type: none;
    font-weight: bold;
}

li.answer {
    margin-bottom: 25px;
}

/* Footer */

footer .column li.last {
    margin: 0;
    padding: 0;
}

/* Cookies melding */
div#cookies {
    padding: 15px 20px 17px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #12a7f4;
    border-top: 2px solid #fff;
    display: none;
}

div#cookies a {
    color: #fff;
}

div#cookies .close-btn {
    background: url(../../images/close-icon-yellow.png) no-repeat left top;
}

/* infomercial */
div#infomercial {
    padding: 15px 50px 17px 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #2A2D9C;
    color: yellow;
    display: none;
}

.close-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    border: none;
    background: none;
    text-indent: -9999px;
    width: 22px;
    height: 22px;
    background: url(../../images/close-icon-yellow.png) no-repeat left top;

}

/* Sitemap */
table.sitemap_province_per_day td {
    padding-left: 0px;
    padding-right: 20px;
}

/* Abuse */
div.abuse-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.abuse-content p {
    text-align: center
}

header nav .container &gt; ul ul {
    min-width: 100%;
    width: auto;
    white-space: nowrap;
}

section.info .block-content-padding.openinghours-wrapper {
    flex-direction: column;
}

.openinghours-block {
    float: left;
    width: 33.33333%;
    padding-bottom: 25px;
}

.address-block {
    float: left;
    margin-bottom: 25px;
    padding-left: 25px;
    width: 34%;
}

.store-images {
    width: 64%;
    margin-top: 25px;
    margin-bottom: 25px;
    float: right;
}

.info-right-add {
    float: right;
    width: 32%;
    padding-left: 25px;
}

.address-block section{
    margin-bottom: 8px;
}

aside.primary input[type="text"].datepicker {
    background: #f2f2f2;
}

@media screen and (max-width: 960px) {

    section.info .block-content-padding.openinghours-wrapper {
        display: flex;
    }

    .openinghours-block {
        float: none;
        width: 100%;
    }

    .address-block {
        order: -1;
    }

    .info-right-add {
        order: 1;
    }

    .address-block, .store-images, .info-right-add {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    .store-images {
        margin-top: 25px;
    }
}

@media screen and (max-width: 650px) {
    .address-block, .store-images, .info-right-add {
        float: none;
        width: 100%;
    }

    .store-images {
        margin-top: 25px;
    }
}

@media screen and (min-width: 650px){
    .mobile_banner{
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .search input[type="submit"],.search input[type="submit"]:hover {
        width: 17.8125%;
    }
}</pre></body></html>