/*Titel*/
#ctl00_breadcrumbsContentPlaceHolder_lblHomePageTitle {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}
/*footer*/
.footer-content li a {
    color: #fff !important;
}
.footer-area .footer-title h5 {
     color: #fff !important;
}
.footer-area .footer-title {
    border-bottom: 0px solid #fff !important;
}
.footer-content {
    margin-left: 0px !important;
}
.footer-content.box-information li {
    color: #fff !important;
}
.footer-content.box-information li i {
    color: #fff !important;
}
/*thumbnails onder slider productpagina*/
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li {
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    max-height: 100px;
    float: none !important;
}
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li > a {
    height: auto !important;
}
#ctl00_pageContentPlaceHolder_radImageGallery_ThumbnailsArea > div > div > ul > li > a > img {
    /* Make sure the image ratio is kept*/
    max-width: 100px;
    max-height: 100px;
    width: auto !important;
    height: auto !important;
}
.rigThumbnailsList li {
    margin: 5px !important;
}
/*extra CSS*/

/*Landingspagina gesloten shop*/
body {
    background-image: url('https://communicatie.oogziekenhuis.nl/portal/data/pages/images/landingspagina_image.jpg') !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*Wit maken middle header*/
.header-middle.header-area.navbar.navbar-default {
    background-color: white !important;
}

/*Overige home content verbergen*/
.header-search {
    display: none !important;
}
.shoppingbasket.top-cart.hoverable {
    display: none !important;
}
.main-container > .row {
    display: none !important;
}
.footer-area {
    display: none !important;
}



