/* site specifieke css */

.header-left .slogan {
	font-size: 16px;
	display: block;
	margin-left: 23px;
	letter-spacing: 0.01px;
}
.site-header.is-sticky img {margin-top:5px; height:60px!important;}

.paarserijmetfoto {
    background-color: var(--paars) !important;
	height:580px;
}
.paarserijmetfoto::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 580px;
    background-image: url(/wp-content/uploads/2024/10/stocksy_txp986aecffrss100_medium_1745719.webp) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 0;

}
.paarserijmetfoto .kolomrechts {
    padding-left: 0 !important;
    margin-left: -32px !important;
}
.paarserijmetfoto .paarserij-groep-binnen {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 24px;
    height: 580px;
    display: flex;
    align-items: center;
}

.paarserijmetfoto .paarserij-groep-binnen h1 {
    color: #ffffff !important;
    font-size: 48px;
    line-height: 1.2em;
    max-width: 76%;
}
.paarserijmetfoto .paarserij-groep-binnen  .primary-button {
    margin-top:30px;
}
.home-eerste-witte-rij p.hoe-werkt-het-tekst {
    font-size: 20px;
}

#footer-widget-1 #media_image-2 img{
    height:60px!important;
    margin-top:20px;
}

@media screen and (max-width:440px) {
    .home-rij-gratis-informatie {
        margin-bottom:30px;
    }
    


}