.owl-carousel .owl-item img:hover {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.owl-carousel .owl-item img:hover {
    opacity: 0.5;
}

.owl-dots .owl-dot.active {
    border-color: #f59631;
}

.stylish-input-group .input-group-addon{
    background: #f59631 !important;
    border-right: 1px solid #d9e2e4;
    color: black;
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color: #d9e2e4;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.post-widget {
    min-height: 160px;
}

/*.loading {*/
    /*background-image: url("http://hoekschewaard.dev-tmo.nl/css/images/loading.gif");*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*z-index: 2424224;*/
/*}*/

/*#retry .md-trigger {*/
    /*background-color: #f59631;*/
    /*padding: 10px;*/
    /*height: 40px;*/
    /*width: 200px;*/
/*}*/

.read-more {
    float: right;
    background-color: #f59631;
    padding: 4px 10px;
    color: white;
    text-decoration: none;
    margin-top: -10px;
}

.read-more:hover {
    background-color: #F27D00;
    text-decoration: none;
    color: white;
}

.nav-tabs>li>a:hover {
    border-color: #fff #fff #f59631;
    color: black;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #fcfcfc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-color: #fff #fff #f59631;
    font-weight: bold;
}
.nav-tabs {
    margin-bottom: 30px;
}

.btn-primary {
    background-color: #f59631;
    color: white;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #F27D00;
    border-color: #fff;
}

.form-control:focus, input[type="text"]:focus {
    border-color: #f59631;
    box-shadow: none;
}

.evenement {
    font-size: 16px;
    overflow: hidden;
}

.entree {
    background-color: #f59631;
    padding: 5px 20px 5px 20px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

#plaats {
    color: red;
}

.huis-info p {
    margin: 2px;
    font-style: normal;
    color: black;
    font-size: 14px;
}

.thumbnail-huizen {
    display: inline;
    padding: 4px;
    margin: 10px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.thumbnail-huizen:hover {
    opacity: 0.7;
}

.thumbnail-link {
    display: inline;
}

.tabel-huizen {
    color: black;
}

.tabel-label {
    min-width: 200px;
    color: #999;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
}

.hero-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hero-container .hero-content-left {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    max-width: 100%;
    flex: 0 0 auto;
}

.hero-container .hero-content-right {
    height: 100%;
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .hero-container .hero-content-left {
        border-bottom: 4px solid #ee7202;
        min-height: 20rem;
    }
}

@media (min-width: 768px) {
    .hero-container {
        height: 60vh;
    }
    .hero-container .hero-content-left {
        width: 60%;
        height: 100%;
    }
    .hero-container .hero-content-right {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .hero-container .hero-content-left, .hero-container .hero-content-right {
        width: 50%;
    }
}

.hero-container .hero-content-right .hero-right-small {
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    display: flex;
    overflow: hidden;
    min-height: 10rem;
}

@media (min-width: 576px) {
    .hero-container .hero-content-right .hero-right-small {
        width: 50%;
        min-height: 20rem;
    }
}

@media (min-width: 768px) {
    .hero-container .hero-content-right .hero-right-small {
        width: 100%;
        min-height: 0;
    }
}

@media (min-width: 992px) {
    .hero-container .hero-content-right .hero-right-small {
        width: 50%;
    }
}

.hero-container .hero-content-right .hero-right-small > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transition: 350ms transform ease;
}

.hero-container .hero-content-right .hero-right-small > .post-badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 0.75rem;
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.875rem;
    color: #fff;
    background-color: #009fe3;
}

.hero-container .hero-content-right .hero-right-small:hover img {
    transform: scale(1.2);
}

.hero-container .hero-content-right .hero-right-small > .link-cover {
    align-self: flex-end;
    padding: 1rem;
    color: #fff;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}

.hero-container .hero-content-right .hero-right-small > .link-cover span {
    position: relative;
}

.hero-container .hero-content-right .hero-right-small > .link-cover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 50%,rgba(0,0,0,1) 100%,rgba(0,0,0,1) 101%);
}

.hero-container .hero-content-left .banner-news-slider .item {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.hero-container .hero-content-left .banner-news-slider .item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 50%,rgba(0,0,0,1) 100%,rgba(0,0,0,1) 101%);
}

.hero-container .hero-content-left .banner-news-slider .item > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-container .hero-content-left .banner-news-slider .item .image-caption {
    position: relative;
    padding: 2rem;
}

.hero-container .hero-content-left .banner-news-slider .item .image-caption .image-caption-badge {
    padding: 0.5rem 0.75rem;
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.875rem;
    color: #fff;
    background-color: #ee7202;
    display: inline-block;
    margin-right: 0.5rem;
    text-decoration: none;
}

.hero-container .hero-content-left .banner-news-slider .item .image-caption h3 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 0.875rem;
    color: #fff;
    font-size: 20px;
}
.banner-news-slider, .banner-news-slider .owl-stage-outer, .banner-news-slider .owl-stage {
    height: 100%;
}
.banner-news-slider .owl-stage {
    display: flex;
}
.hero-container .hero-content-left .banner-news-slider .item .image-caption {
    text-align: left;
}
.hero-container .hero-content-left .banner-news-slider .item .image-caption h3 {
    margin-top: 1rem;
}