#headerimg01{
margin: 0 auto;
text-align: center;
margin-top: -30px;
}
#sectieheaderimg01 {
padding-top: 0px;
text-align: center;
}
#home-contactpagina {
margin-top: 42px;
}
@media (max-width: 980px) {
#home-contactpagina {
margin-top: 0px;
}
} .wpcf7-submit {
padding: 6px 20px;
background:rgba( 0, 0, 0, 0.05 ) !important;
border: 1px solid #DB002E !important;
color: #DB002E !important;
float: right !important;
margin: 8px auto 0 !important;
font-size: 20px !important;
font-weight: 500 !important;
line-height: 1.7em !important;
transition: all 0.2s !important;
cursor:pointer;
font-family: 'Open Sans', Arial, sans-serif;
}
.wpcf7-textarea {
background-color: #eee;
border: none!important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
min-height: 150px;
margin: 0;
font-family: 'Open Sans', Arial, sans-serif;
}
.wpcf7-text {
background-color: #eee;
border: none!important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Open Sans', Arial, sans-serif;
}
input[type=text], input[type=email], input.text, input.title, textarea, select {
background-color: #eee !important;
}
div.wpcf7-response-output {
margin: 3em 0.5em 1em;
}
body #et-info { color: #fff !important; }
body #et-info-email { color: #fff !important; }
#top-header, #top-header a { color: rgb(255, 255, 255) !important; }
@media only screen and (min-width: 981px) {
.et_header_style_centered #main-header .logo_container {
margin-bottom: 10px;
}}
a{
text-decoration: underline;
} .cta-conversie{
padding: 24px;
margin: 24px 0;
border: 1px solid #e2e2e2;
border-radius: 4px;
background: #ffffff;
}
.cta-conversie__titel{
font-size: 20px;
color: #3a3a3a;
margin: 0 0 16px 0;
line-height: 1.4;
}
.cta-conversie__knoppen{
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.cta-conversie__knop{
display: inline-block;
padding: 12px 28px;
border: 1px solid #c8302a;
border-radius: 2px;
color: #c8302a;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.02em;
text-decoration: none;
background: transparent;
transition: background-color 0.2s ease, color 0.2s ease;
}
.cta-conversie__knop:hover{
background: #c8302a;
color: #ffffff;
}
.cta-conversie__knop--secundair{
border-color: #9a9a9a;
color: #535d55;
}
.cta-conversie__knop--secundair:hover{
background: #535d55;
border-color: #535d55;
color: #ffffff;
} .faq-sectie .et_pb_toggle_title{
position: relative;
font-size: 17px;
font-weight: 600;
color: #3a3a3a;
margin: 0;
padding: 16px 40px 16px 0;
cursor: pointer;
line-height: 1.4;
}
.faq-sectie .et_pb_toggle_title:hover{
color: #c8302a;
}
.faq-sectie .et_pb_toggle_title::before{
content: "+";
position: absolute;
width: 24px;
height: 24px;
border: 1px solid #c8302a;
border-radius: 50%;
color: #c8302a;
font-size: 16px;
font-weight: 600;
line-height: 22px;
text-align: center;
transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.faq-sectie .et_pb_toggle_open .et_pb_toggle_title::before{
content: "+";
background: #c8302a;
color: #ffffff;
transform: rotate(135deg);
}
.faq-sectie .et_pb_toggle_content p{
font-size: 14.5px;
}