.fw-logo-retina .fw-site-logo img {
    height: auto
}

.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 #fff;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px
}

.button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #ce1111;
    border: solid 3px #ce1111;
    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: #ce1111!important
}

.widget .button {
    display: block
}

form ul li:nth-child(1) input,form ul li:nth-child(2) input,form ul li:nth-child(3) input {
    width: 100%!important
}
p {
    font-family: 'Roboto'!important;
    font-style: normal;
}

h2,.h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 50px;
    letter-spacing: 0;
    color: #000
}

h1,.h1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 41px;
    line-height: 52px;
    letter-spacing: 0;
    color: #ce1111
}

.tab-content .attachment {
    display: none!important
}

.onw-woningen .woning:not(:nth-child(-n+3)) {
    display: none
}

#entity-items.onw-woningen .woning {
    width: calc(100% / 3);
    padding: 0 15px
}

#entity-items.onw-woningen .woning .item .item-content {
    float: none;
    width: 100%;
    height: auto
}

#entity-items.onw-woningen .woning .item .entry-content {
    width: 100%;
    text-align: left
}

#entity-items.onw-woningen .woning .item header {
    width: 100%
}

#entity-items.onw-woningen .woning .item .item-content h5 {
    font-size: 1.2em;
    line-height: normal;
    min-height: 52px;
    margin-bottom: 10px
}

#entity-items.onw-woningen .woning .item .entry-content dl * {
    font-size: 1em!important
}

#entity-items.onw-woningen .woning .item .item-content {
    padding: 25px 10px 40px;
    flex-grow: 2;
    display: flex;
    flex-direction: column
}

#entity-items.onw-woningen .woning .item .details>div {
    width: 50%!important;
    font-size: .8em
}

#entity-items.onw-woningen .woning .item {
    display: flex;
    flex-direction: column
}

#entity-items.onw-woningen .woning .item .details {
    margin-top: auto;
    flex-wrap: wrap;
    display: none;
}

#entity-items.onw-woningen .archive-product-thumbnail {
    width: 100%;
}

@media (max-width: 767px) {
    #entity-items.onw-woningen .woning {
        width:100%
    }
}
/* CTA sticky bar */
.onw-cta-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 99;
    padding: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    text-align: center;
    transition: all 200ms ease-in-out;
    transform: translateY(0%);
}

.onw-cta-bar.onw-hidden {
    transform: translateY(100%);
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}

.onw-cta-bar .button {
    margin: 0;
}
/* END CTA sticky bar */