.et-db #et-boc .et-l .icoon-topbar {
    font-size: 12px;
    color: #003B46;
    background-color: #C6BB81;
    border-radius: 20px;
    padding: 6px;
    margin-right: 8px;
    margin-left: 20px;
    transition: all 0.3s ease;
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    height: 56px;
    transition: border-color .125s ease-out, background-color .125s ease-out, color .125s ease-out;
    cursor: pointer;
}
.btn:not(.btn--text):not(.btn--io) {
    border-radius: 32px;
    padding-right: 32px;
    padding-left: 32px;
}
.btn:not(.btn--text):not(.btn--io).btn--primary {
    color: #FBF3E2;
    background-color: #003B46;
}
.btn:not(.btn--text):not(.btn--io).btn--primary:hover {
    color: #FBF3E2;
    background-color: #001013;
}
.btn:not(.btn--text):not(.btn--io).btn--primary.btn--outline {
    color: #FBF3E2;
    border: 1px solid #315E67;
    background-color: transparent;
}
.btn:not(.btn--text):not(.btn--io).btn--primary.btn--outline:hover {
    color: #315E67;
    border-color: #FBF3E2;
    background-color: #FBF3E2;
}
.btn:not(.btn--text):not(.btn--io).btn--secondary {
    color: #fff;
    background-color: #EE723C;
}
.btn:not(.btn--text):not(.btn--io).btn--secondary:hover {
    color: #fff;
    background-color: #e35314;
}

#__header{
    border-top: 1px solid #C6BB81;
    border-bottom: 1px solid #C6BB81;
}
#__header .section-container {
    display: flex;
    align-items: center;
}
#__header .section-container figure {
    padding: 0 60px 0 0;
}
#__header .section-container figure img {
    display: block;
}


.section-container {
    max-width: 1200px;
    width: 80%;
    margin: auto;
    position: relative;
}


.infoBox {
    background-color: #fff;
    position: relative;
    width: 320px;
}
.infoBox > img {
    position: absolute !important;
    z-index: 2;
    width: 20px;
    right: 10px;
    top: 10px;
}
.infoBox .item,
#entity-items .item {
    position: relative;
}
.infoBox .item img,
#entity-items .item img {
    max-width: 100%;
    display: block;
}
#content .top_content .banner span,
.infoBox .item .thumbnail span,
#entity-items .item .thumbnail span {
    font-family: 'TeodorTRIAL', serif;
    display: block;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #FFF;
    padding: 0 20px;
    font-size: 22px;
    line-height: 24px;
    height: 50px;
    background: #003b46;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.infoBox .item .thumbnail span {
    top: 10px;
    left: 10px;
}
#content .top_content .banner span.BESCHIKBAAR,
.infoBox .item .thumbnail span.BESCHIKBAAR,
#entity-items .item .thumbnail span.BESCHIKBAAR {
    background: #C6BB81;
}
.infoBox .item .item-content,
#entity-items .item .item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #003b46ba;
}
.infoBox .item .item-content {
    position: relative;
}
.infoBox .item .item-content .entry-content,
#entity-items .item .item-content .entry-content {
    color: #FFF;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}
.infoBox .item .item-content .entry-content {
    gap: 10px;
    padding: 10px;
}
.infoBox .item .item-content .entry-content .thumbnail img,
#entity-items .item .item-content .entry-content .thumbnail img {
    display: block;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.infoBox .item .item-content .entry-content ._left,
#entity-items .item .item-content .entry-content ._left {
    font-size: 14px;
}
.infoBox .item .item-content .entry-content ._left  span,
#entity-items .item .item-content .entry-content ._left span {
    margin-bottom: 10px;
    display: block;
}
.infoBox .item .item-content .entry-content ul,
#entity-items .item .item-content .entry-content ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    font-size: 16px;
    min-width: 80px;
}
.infoBox .item .item-content .entry-content ul li,
#entity-items .item .item-content .entry-content ul li {
    display: flex;
    align-items: center;
}
.infoBox .item .item-content .entry-content ul svg,
#entity-items .item .item-content .entry-content ul svg {
    fill: #c6bb81;
    stroke: #c6bb81;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.infoBox .item .item-content .entry-content ul sup,
#entity-items .item .item-content .entry-content ul sup,
#content sup{
    font-size: .7em;
}

@media screen and (max-width: 500px) {
    #entity-items .item .item-content .entry-content ul {
        display: none;
    }
    #entity-items .item img {
        height: 70vw;
        object-fit: cover;
    }
    #entity-items .item .item-content .entry-content ._left span {
        margin-bottom: 0;
    }
}

.recent_aanbod.swiper-container{
    overflow: hidden;
}
.swiper-container #entity-items {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    gap: 0;
}
.recent_aanbod.swiper-container .swiper-nav {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding-left: 120px;
    padding-right: 120px;
    display: block;
}
.recent_aanbod.swiper-container .swiper-scrollbar {
    height: 1px;
    width: 100%;
    background: #315E67;
    display: block;
    top: -21px;
}
.recent_aanbod.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    height: 4px;
    cursor: pointer;
    top: -2px;
    position: relative;
    background: #EE723C;
}
.recent_aanbod.swiper-container .swiper-button-prev,
.recent_aanbod.swiper-container .swiper-button-next{
    opacity: 1 !important;
    background: none;
    width: 42px !important;
    height: 42px !important;
    top: 50%;
    transform: translateY(-50%);
}
.recent_aanbod.swiper-container .swiper-button-prev {
    left: -52px;
}
.recent_aanbod.swiper-container .swiper-button-next {
    right: -62px;
}
.recent_aanbod.swiper-container .swiper-button-prev:after,
.recent_aanbod.swiper-container .swiper-button-next:after{
    display: none;
}
.recent_aanbod.swiper-container .swiper-button-prev svg {
    width: 42px;
    height: 42px;
    display: block;
    transform: scaleX(-1);
}
.recent_aanbod.swiper-container .swiper-button-next svg {
    width: 42px;
    height: 42px;
    display: block;
}

/*.section-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 0px;
}
.section-container.smaller{
    max-width: 1300px;
}
#__header h1 {
    font-size: 4rem;
    margin-top: 0;
}
#__header p {
    line-height: 2;
    margin: 0;
}

body.realworks_wonen-template-default .flickity-enabled {
    position: relative;
}
body.realworks_wonen-template-default .flickity-viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
}
body.realworks_wonen-template-default .flickity-slider {
    height: 100%;
    position: absolute;
    width: 100%;
}
body.realworks_wonen-template-default .flickity-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
}
body.realworks_wonen-template-default .flickity-button:disabled {
    display: none;
}
body.realworks_wonen-template-default .flickity-button.previous {
    left: 10px;
}
body.realworks_wonen-template-default .flickity-button.next {
    right: 10px;
}
body.realworks_wonen-template-default .flickity-button svg {
    width: 20px;
    fill: var(--e-global-color-accent);
}
body.realworks_wonen-template-default .flickity-button:hover {
    background-color: var(--e-global-color-accent);
}
body.realworks_wonen-template-default .flickity-button:hover svg {
    fill: #fff;
}

.btns-outline {
    background-color: var(--e-global-color-primary) !important;
    display: flex;
    color: var(--e-global-color-accent) !important;
    align-items: center;
    gap: 10px;
}
.btns-outline svg {
    fill: var(--e-global-color-accent) !important;
}
.btns-outline:hover {
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-accent) !important;
}
.btns-outline:hover svg {
    fill: var(--e-global-color-primary) !important;
}

#entity-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}
.recent_aanbod.aantal2 #entity-items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}
.infoBox {
    background-color: #fff;
    position: relative;
    width: 300px;
}
.infoBox > img {
    height: 30px;
    padding: 10px 5px;
    position: absolute !important;
    right: 0px;
    top: -30px;
    width: 25px;
    z-index: 3;
    background: #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.infoBox article,
#entity-items article {
 	box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 14px;
	-webkit-transition: box-shadow .15s linear;
  	-moz-transition: box-shadow .15s linear;
  	-ms-transition: box-shadow .15s linear;
  	-o-transition: box-shadow .15s linear;
  	transition: box-shadow .15s linear;
    border-radius: 5px;
    background-color: #fff;
	overflow: hidden;
}
.infoBox article:hover,
#entity-items article:hover {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 20px;
}
.infoBox article .item,
#entity-items article .item {
    position: relative;
}
.infoBox article .thumbnail span,
#entity-items article .thumbnail span {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 25px;
    border-radius: 5px;
    min-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-accent);
    color: #fff;
    padding-bottom: 2px;
    padding-left: 13px;
    padding-right: 13px;
}
.infoBox article .thumbnail span {
    left: 15px;
    top: 15px;
}
.infoBox article .thumbnail img.energie{
    position: absolute;
    right: 15px;
    top: 15px;
}
#entity-items article .thumbnail img.energie {
    position: absolute;
    right: 20px;
    top: 20px;
}
.infoBox article .thumbnail img:not(.energie),
#entity-items article .thumbnail img:not(.energie) {
    border-radius: 5px 5px 0 0;
    object-fit: cover;
    object-position: center;
    height: 280px;
    display: block;
    width: 100%;
} 
.infoBox article .thumbnail img:not(.energie) {
    height: 175px;
}
#entity-items article .item-content a {
    padding: 25px 25px 12px 25px;
    display: block;
    color: #333;
}
.infoBox article .item-content a {
    padding: 20px;
    display: block;
    color: #333;
}
.infoBox article .item-content h2,
#entity-items article .item-content h2 {
    margin: 0;
    font-size: 1.7rem;
    font-weight: bold;
}
.infoBox article .item-content h2 {
    font-size: 1.5rem;
}
.infoBox article .item-content h2 span,
#entity-items article .item-content h2 span {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    color: #8e8e8e;
    margin-top: 2px;
}
.infoBox article .item-content h2 span {
    font-size: 0.75rem;
}
.infoBox article .entry-content ul,
#entity-items article .entry-content ul {
    margin: 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    padding: 0;
    list-style: none;
}
.infoBox article .entry-content ul {
    margin: 15px 0;
}
.infoBox article .entry-content li,
#entity-items article .entry-content li {
    display: flex;
    align-items: center;
    font-weight: 500;
}
.infoBox article .entry-content li img,
#entity-items article .entry-content li img {
    margin-right: 10px;
    border-radius: 0;
}
.infoBox article .entry-content li sup,
#entity-items article .entry-content li sup {
    margin-right: 5px;
}
.infoBox article .entry-content p,
#entity-items article .entry-content p {
    font-size: 0.9rem;
    font-weight: normal;
    color: #8e8e8e;
    margin: 0;
}
.infoBox article .entry-content p {
    font-size: 0.75rem;
}
.infoBox article .entry-content .foot,
#entity-items article .entry-content .foot {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: center;
}
.infoBox article .entry-content .foot h4,
#entity-items article .entry-content .foot h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
}
.infoBox article .entry-content .foot h4 {
    font-size: 1.2rem;
}
.infoBox article .entry-content .foot p,
#entity-items article .entry-content .foot p {
    margin-left: auto;
}

@media screen and (max-width: 1120px) {
    #entity-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    #__header h1 {
        font-size: 3rem;
        line-height: 1;
    }
    #__header p {
        line-height: 1.5;
    }
    #entity-items article .entry-content ul {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 680px) {
    .recent_aanbod.aantal2 #entity-items {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    #entity-items {
        grid-template-columns: repeat(1, 1fr);
    }
}*/