#ifrm {
    display: none;
}

.breadcr {
    text-align: center;
    margin-bottom: 20px;
}

.homeTileRight a,
.homeTileLeft a {
    color: #22748f!important;
}

.usp-box {
    display: flex;
    justify-content: space-around;
    background-color: #E3E3E2;
    padding: 10px 0px;
    margin-bottom: 30px;
}

.usp-box p {
    font-size: 18px;
}

.usp-box p span {
    color: #00789E;
    font-size: 20px;
    font-weight: bold;
}

#navCntr {
    overflow: hidden;
    height: 160px;
}

#headerMenu {
    height: 600px;
}

#imgCntr {
    height: 100%;
}

#topImgSlides {
    background: url(https://www.dolfing.nl/images/slides/1/EO6A1869.jpg?v=1);
    height: 100%;
    background-size: cover;
}

#top {
    padding-bottom: 0px!important;
}

#srcMn {
    display: none;
}

.grizzly-balk {
    width: 100%;
    background-color: #E3E3E2;
}

.breadcr {
    display: block;
}

.breadcr ul {
    margin: 0 0 0 0;
    padding: 0px;
}

.breadcr ul li {
    display: inline-block;
}

.breadcr ul li:after {
    content: " / ";
    color: gray;
}

.breadcr ul li:last-child:after {
    content: "  ";
}

.breadcr ul li a {
    color: gray;
    text-decoration: none;
}

.breadcr ul li:first-child a {
    font-weight: bold;
}

.txtHdlnsRght,
.txtHdlns {
    position: relative !important;
    padding: 40px 0px 40px 80px!important;
}

.txtHdlns {
    padding: 40px 80px 40px 0px!important;
}

.bImg {
    position: relative !important;
}

.homeTileLeft {
    height: auto !important;
    display: flex;
}

.homeTileRight {
    height: auto !important;
    display: flex;
    flex-direction: row-reverse;
}

.grizzly-imgright {
    background-image: url(https://www.dolfing.nl/images/cms/2.png);
    width: 100%;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.grizzly-imgleft {
    display: flex;
    flex-direction: row-reverse;
    background-image: url(https://www.dolfing.nl/images/cms/12.png);
    width: 100%;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}

.grizzlybg3 {
    background-image: url(https://www.dolfing.nl/images/cms/12.png)!important;
}

.bImg {
    opacity: 1!important;
}

.aniv_btn h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "din-condensed-web";
    text-align: center;
}

#frImgOverlay h2 {
    font-size: 20px;
    color: #183649;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "din-condensed-web";
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .grizzly-imgleft,
    .grizzlybg3,
    .grizzly-imgright {
        background-image: none;
    }
    .txtHdlns,
    .txtHdlnsRght {
        padding: 40px 20px 40px 20px!important;
        width: 100%!important;
    }
    .homeTileRight {
        margin-bottom: 10px!important;
    }
    .homeTileLeft {
        margin-bottom: 10px!important;
    }
}

@media only screen and (max-width: 1000px) {
    #headerMenu {
        height: 300px;
    }
    .breadcr {
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
    .usp-box {
        flex-direction: column;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 1600px) {
    .breadcr {
        padding-left: 20px;
    }
}