.home .text-1 a,
.home .text-2 a {
    padding: 15px 30px;
    background: #009fe3;
    display: inline-block;
    color: #fff;
    font-size: 1.125rem;
    text-decoration: none;
    font-weight: bold;
    line-height: 100%;
    border-radius: 3px;
    margin-top: 1em;
}

.home .text-1 .column.content p,
.home .text-2 .column.content p,
.home .contactform-title .column.content p {
    max-width: unset !important;
}

footer .language-selector {
    display: none;
}

.home .home-header {
		background:url( 'https://www.karify.nl/nl/wp-content/uploads/sites/5/2023/09/Karify-hoofdbeeld-scaled-1.jpeg' );

}

.home .textvideo, .home .text-2 {
    background: #fff !important;
}

.home .textvideo iframe {
    width: 100%;
    
}

.home .contactform {
    padding: 0;
}

.home .contactform #zf_div_2rJpCgPnCUb0ZzMeOJxh1KE4ln4oz0eiOPhWLOTIMY0,
.home .text-1 .container,
.home .text-2 .container {
    max-width: 635px;
    margin: 0 auto;
}

.home .text-1, 
.home .contactform,
.home .contactform-title {
    background: #F7F5F3;
}


.home .contactform-title {
    margin-bottom: -3rem;
}

.home h1[itemprop="headline"] {
    display: none;
}

.home h2 {
    color: #009fe3;
    font-size: 32px;
}


@media screen and (max-width: 767px) {
    .home h2 {
        font-size: 24px;
    }
}