@media (max-width: 767px) {
		.onw-home-header {
    		background-image: url(https://www.jansenbewindvoering.nl/wp-content/uploads/2022/09/2022-09-23_13-22-51.jpg)!important;;;
		}
}

.sidebar-seo .widget {
    padding: 25px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 50px;
}

.sidebar-seo {
    margin-top: 50px;
}

.content-seo {
    margin-top: 25px;
}

.sidebar-seo .widgettitle {
    margin-top: 0;
    border-bottom: solid 2px #ffffff;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}

.button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #c0d700;
    border: solid 3px #c0d700;
    color: #ffffff!important;
    font-weight: 600!important;
    transition: all 200ms;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

.button:hover {
    background-color: transparent;
    color: #c0d700!important;
}

.widget .button {
    display: block;
}

/*.lazyloading, .lazyloaded {
    position: static!important;
}*/

@media (min-width: 1200px) {
    .fw-desktop-hide-element[style*="background-image"] {
        background-image: none!important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fw-tablet-landscape-hide-element[style*="background-image"] {
        background-image: none!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fw-tablet-hide-element[style*="background-image"] {
        background-image: none!important;
    }
}

@media (max-width: 767px) {
    .fw-mobile-hide-element[style*="background-image"] {
        background-image: none!important;
    }
}

.home-image-container * {
    position: static;
}

.home-image-container img {
    position: absolute!important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    #menu-item-947 a {
        padding: 10px 25px;
        background-color: #3299bb;
        border-radius: 99px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        top: -9px;
    }

    .header-1 .primary-navigation>ul>li>a {
        margin-left: 25px!important;
    }

    .header-1 .fw-nav-wrap {
        max-width: 90%!important;
    }
}
