.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Quicksand", sans-serif;
font-size: 1rem;
font-style: normal;
line-height: 1.5;
font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Quicksand", sans-serif;
clear: both;
color: #7171df;
font-weight: 600;
font-style: normal;
}
.animated-titles {
max-width: 100%;
overflow-x: hidden;
}
.margin-bottom {
margin-bottom: 30px;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consoles, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
h6,
.h6 {
font-size: 1rem;
line-height: 12.8px;
margin-bottom: 3px;
}
@media only screen and (max-width: 600px) {
h6,
.h6 {
font-size: 9px;
line-height: 9.6px;
margin-bottom: 2.25px;
}
}
h5,
.h5 {
font-size: 16px;
line-height: 17.6px;
margin-bottom: 4px;
}
@media only screen and (max-width: 600px) {
h5,
.h5 {
font-size: 1rem;
line-height: 13.2px;
margin-bottom: 3px;
}
}
h4,
.h4 {
font-size: 20px;
line-height: 22.4px;
margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
h4,
.h4 {
font-size: 15px;
line-height: 16.8px;
margin-bottom: 3.75px;
}
}
h3,
.h3 {
font-size: 24px;
line-height: 27.2px;
margin-bottom: 6px;
}
@media only screen and (max-width: 600px) {
h3,
.h3 {
font-size: 18px;
line-height: 20.4px;
margin-bottom: 4.5px;
}
}
h2,
.h2 {
font-size: 28px;
line-height: 32px;
margin-bottom: 7px;
}
@media only screen and (max-width: 600px) {
h2,
.h2 {
font-size: 21px;
line-height: 24px;
margin-bottom: 5.25px;
}
}
h1,
.h1 {
font-size: 32px;
line-height: 36.8px;
margin-bottom: 8px;
}
@media only screen and (max-width: 600px) {
h1,
.h1 {
font-size: 24px;
line-height: 27.6px;
margin-bottom: 6px;
}
}
p,
table {
font-size: 1rem;
line-height: 1.55rem;
}
a {
color: #7171df;
text-decoration: none;
transition: all 0.3s ease-in-out;
}
a:visited {
color: #7171df;
}
a:hover, a:focus, a:active {
color: #7171df;
transition: all 0.3s ease-in-out;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}
.link-arrow .arrow {
width: 15px;
height: 10px;
display: inline-block;
}
.link-arrow .arrow svg {
margin-left: 8px;
width: 15px;
height: auto;
}
html {
max-width: 100vw;
overflow-x: hidden;
}
body {
background: #ffffff;
background-color: #ffffff;
color: #231d4f;
}
.post,
.page {
margin: 0 !important;
}
#page {
min-height: 100vh;
display: flex;
flex-direction: column;
}
#page .site-footer {
margin-top: auto;
}
footer {
position: relative;
z-index: 1;
}
footer .footer-top {
width: 100%;
height: 80px;
}
footer .footer-top svg {
width: 100%;
height: 100%;
}
footer .footer-top svg path {
width: 100%;
}
.footer-bottom {
background-color: #002f86;
}
.footer-bottom .container {
padding-top: 48px;
padding-bottom: 48px;
}
footer .footer-inner {
color: #ffffff;
background-color: #002f86;
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
footer .footer-inner {
flex-wrap: wrap;
padding: 20px 5.5555555556% 5.5555555556%;
top: -1px;
position: relative;
}
}
footer .footer-inner .column {
width: 22.2222222222%;
}
@media only screen and (max-width: 600px) {
footer .footer-inner .column {
width: 100%;
text-align: center;
}
}
footer .footer-inner .column h3 {
font-size: 24px;
line-height: 32px;
margin-top: 0;
margin-bottom: 20px;
color: #ffffff;
}
footer .footer-inner .column p {
margin: 0;
font-size: 14px;
}
footer .footer-inner .column p a {
color: #ffffff;
opacity: 0.8;
}
footer .footer-inner .column:nth-child(1) {
position: relative;
width: 33.3333333333%;
padding-right: 5.5555555556%;
}
footer .footer-inner .column:nth-child(1) .button-container {
max-width: 320px;
}
@media only screen and (min-width: 1200px) {
footer .footer-inner .column:nth-child(1) {
width: 50%;
}
}
@media only screen and (max-width: 600px) {
footer .footer-inner .column:nth-child(1) {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
}
footer .footer-inner .column:nth-child(2) {
padding-right: 5.5555555556%;
}
@media only screen and (min-width: 1200px) {
footer .footer-inner .column:nth-child(2) {
width: 50%;
padding-right: 0;
}
}
@media only screen and (max-width: 600px) {
footer .footer-inner .column:nth-child(2) {
width: 100%;
margin-top: 40px;
}
}
footer .footer-inner .column:nth-child(2) .footer-logo {
max-height: 40px;
margin-bottom: 20px;
}
footer .footer-inner .column:nth-child(3) {
padding-right: 5.5555555556%;
}
@media only screen and (min-width: 1200px) {
footer .footer-inner .column:nth-child(3) {
width: 50%;
padding-right: 0;
margin-top: 40px;
}
}
@media only screen and (max-width: 600px) {
footer .footer-inner .column:nth-child(3) {
width: 100%;
}
}
footer .footer-inner .column:nth-child(3) .footer-logo {
max-height: 40px;
margin-bottom: 20px;
}
footer .footer-inner .column:nth-child(4) p {
margin: 0;
margin-bottom: 10px;
}
footer .footer-inner .column:nth-child(4) p a {
line-height: 1;
color: #99e1ff;
}
footer .footer-inner .column:nth-child(4) ul {
list-style: none;
display: flex;
align-items: center;
width: 100%;
margin: 0;
margin-top: 20px;
padding: 0;
}
@media only screen and (max-width: 600px) {
footer .footer-inner .column:nth-child(4) ul {
justify-content: center;
}
}
footer .footer-inner .column:nth-child(4) ul li a {
display: inline-block;
}
footer .footer-inner .column:nth-child(4) ul li a img {
display: block;
width: 30px;
height: 25px;
}
footer .footer-inner .column:nth-child(4) ul li:nth-child(1) {
margin-right: 30px;
}
@media only screen and (min-width: 1200px) {
footer .footer-inner .column:nth-child(4) {
width: 50%;
padding-right: 0;
margin-top: 40px;
}
}
@media only screen and (max-width: 600px) {
footer .footer-inner .column:nth-child(4) {
padding-bottom: 80px !important;
width: 100%;
}
}
footer .container {
background-color: #002f86;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
::selection {
background: #7171df;
color: #ffffff;
}
.container {
width: 100%;
max-width: 1920px;
padding: 0 5.5555555556%;
margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
.container {
padding: 0 106.67px;
}
.hero {
padding: 0 106.67px 106.67px;
max-width: 1920px;
margin: 0 auto;
}
.team {
padding: 106.67px;
max-width: 1920px;
margin: 0 auto;
}
.reports {
padding: 106.67px;
background-size: 1920px 100%;
}
.crosslink {
margin: 213.33px 0 0;
padding-bottom: 106.67px;
}
.image-text {
padding: 80px 106.67px 106.67px;
}
.extra-info {
padding: 20px 106.67px 106.67px;
}
.pricing-table {
padding: 80px 106.67px;
}
.contact-details {
padding: 80px 106.67px;
}
.form-section {
padding: 80px 106.67px;
}
.site-footer {
padding: 0;
}
}
body.privacy-policy .site .site-main {
padding-top: 160px;
}
body.privacy-policy .site .site-main .container {
width: 100%;
}
body.privacy-policy .site .site-main .container article {
max-width: 768px;
margin: 0 auto !important;
}
body.page-template-page-text-image .site .site-main {
padding-top: 80px;
}
body.page-template-page-text-image .site .site-main .container {
width: 100%;
}
body.page-template-page-text-image .site .site-main .container article {
max-width: 768px;
margin: 0 auto !important;
}
.row {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.row {
flex-wrap: wrap;
}
}
.col-1 {
width: calc(5.5555555556% * 1);
}
.col-2 {
width: calc(5.5555555556% * 2);
}
.col-3 {
width: calc(5.5555555556% * 3);
}
.col-4 {
width: calc(5.5555555556% * 4);
}
.col-5 {
width: calc(5.5555555556% * 5);
}
.col-6 {
width: calc(5.5555555556% * 6);
}
.col-7 {
width: calc(5.5555555556% * 7);
}
.col-8 {
width: calc(5.5555555556% * 8);
}
.col-9 {
width: calc(5.5555555556% * 9);
}
.col-10 {
width: calc(5.5555555556% * 10);
}
.col-11 {
width: calc(5.5555555556% * 11);
}
.col-12 {
width: calc(5.5555555556% * 12);
}
.col-13 {
width: calc(5.5555555556% * 13);
}
.col-14 {
width: calc(5.5555555556% * 14);
}
.col-15 {
width: calc(5.5555555556% * 15);
}
.col-16 {
width: calc(5.5555555556% * 16);
}
.col-17 {
width: calc(5.5555555556% * 17);
}
.col-18 {
width: calc(5.5555555556% * 18);
}
@media only screen and (max-width: 600px) {
.col-mobile-1 {
width: calc(8.3333333333% * 1);
}
.col-mobile-2 {
width: calc(8.3333333333% * 2);
}
.col-mobile-3 {
width: calc(8.3333333333% * 3);
}
.col-mobile-4 {
width: calc(8.3333333333% * 4);
}
.col-mobile-5 {
width: calc(8.3333333333% * 5);
}
.col-mobile-6 {
width: calc(8.3333333333% * 6);
}
.col-mobile-7 {
width: calc(8.3333333333% * 7);
}
.col-mobile-8 {
width: calc(8.3333333333% * 8);
}
.col-mobile-9 {
width: calc(8.3333333333% * 9);
}
.col-mobile-10 {
width: calc(8.3333333333% * 10);
}
.col-mobile-11 {
width: calc(8.3333333333% * 11);
}
.col-mobile-12 {
width: calc(8.3333333333% * 12);
}
}
@media only screen and (max-width: 768px) {
.col-tablet-1 {
width: calc(8.3333333333% * 1);
}
.col-tablet-2 {
width: calc(8.3333333333% * 2);
}
.col-tablet-3 {
width: calc(8.3333333333% * 3);
}
.col-tablet-4 {
width: calc(8.3333333333% * 4);
}
.col-tablet-5 {
width: calc(8.3333333333% * 5);
}
.col-tablet-6 {
width: calc(8.3333333333% * 6);
}
.col-tablet-7 {
width: calc(8.3333333333% * 7);
}
.col-tablet-8 {
width: calc(8.3333333333% * 8);
}
.col-tablet-9 {
width: calc(8.3333333333% * 9);
}
.col-tablet-10 {
width: calc(8.3333333333% * 10);
}
.col-tablet-11 {
width: calc(8.3333333333% * 11);
}
.col-tablet-12 {
width: calc(8.3333333333% * 12);
}
}
@media only screen and (min-width: 1200px) {
.col-wide-1 {
width: calc(8.3333333333% * 1);
}
.col-wide-2 {
width: calc(8.3333333333% * 2);
}
.col-wide-3 {
width: calc(8.3333333333% * 3);
}
.col-wide-4 {
width: calc(8.3333333333% * 4);
}
.col-wide-5 {
width: calc(8.3333333333% * 5);
}
.col-wide-6 {
width: calc(8.3333333333% * 6);
}
.col-wide-7 {
width: calc(8.3333333333% * 7);
}
.col-wide-8 {
width: calc(8.3333333333% * 8);
}
.col-wide-9 {
width: calc(8.3333333333% * 9);
}
.col-wide-10 {
width: calc(8.3333333333% * 10);
}
.col-wide-11 {
width: calc(8.3333333333% * 11);
}
.col-wide-12 {
width: calc(8.3333333333% * 12);
}
}
.flex {
display: flex;
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-center {
align-items: center;
}
.justify-between {
justify-content: space-between;
}
.justify-center {
justify-content: center;
}
.mt-xs {
margin-top: 5px;
}
.mb-xs {
margin-bottom: 5px;
}
.pt-xs {
padding-top: 5px;
}
.pb-xs {
padding-bottom: 5px;
}
.mt-sm {
margin-top: 10px;
}
.mb-sm {
margin-bottom: 10px;
}
.pt-sm {
padding-top: 10px;
}
.pb-sm {
padding-bottom: 10px;
}
.mt-md {
margin-top: 20px;
}
.mb-md {
margin-bottom: 20px;
}
.pt-md {
padding-top: 20px;
}
.pb-md {
padding-bottom: 20px;
}
.mt-lg {
margin-top: 40px;
}
.mb-lg {
margin-bottom: 40px;
}
.pt-lg {
padding-top: 40px;
}
.pb-lg {
padding-bottom: 40px;
}
.mt-xl {
margin-top: 80px;
}
.mb-xl {
margin-bottom: 80px;
}
.pt-xl {
padding-top: 80px;
}
.pb-xl {
padding-bottom: 80px;
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
cursor: pointer;
border: none;
border-radius: 32px;
background: #fc9c9c;
color: #ffffff;
font-size: 16px;
font-weight: 700;
line-height: 24px;
padding: 5px 5px 5px 30px;
transition: transform 0.2s ease-in-out;
filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.05));
}
button a:visited,
input[type=button] a:visited,
input[type=reset] a:visited,
input[type=submit] a:visited {
color: white;
}
@media only screen and (max-width: 600px) {
button,
input[type=button],
input[type=reset],
input[type=submit] {
justify-content: space-between;
width: 100%;
}
}
@media only screen and (min-width: 600px) {
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
transition: transform 0.2s ease-in-out;
transform: scale(1.1);
}
}
button a,
input[type=button] a,
input[type=reset] a,
input[type=submit] a {
color: #ffffff;
display: inline-flex;
align-items: center;
}
@media only screen and (max-width: 600px) {
button a,
input[type=button] a,
input[type=reset] a,
input[type=submit] a {
justify-content: space-between;
width: 100%;
}
}
button a .button-text,
input[type=button] a .button-text,
input[type=reset] a .button-text,
input[type=submit] a .button-text {
display: inline-block;
margin-right: 30px;
}
button a .arrow,
input[type=button] a .arrow,
input[type=reset] a .arrow,
input[type=submit] a .arrow {
display: inline-block;
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0.2);
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/arrow.svg);
background-size: 22px 14px;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
}
button a:hover .button-text,
button a:visited .button-text,
button a:focus .button-text,
button a:active .button-text,
input[type=button] a:hover .button-text,
input[type=button] a:visited .button-text,
input[type=button] a:focus .button-text,
input[type=button] a:active .button-text,
input[type=reset] a:hover .button-text,
input[type=reset] a:visited .button-text,
input[type=reset] a:focus .button-text,
input[type=reset] a:active .button-text,
input[type=submit] a:hover .button-text,
input[type=submit] a:visited .button-text,
input[type=submit] a:focus .button-text,
input[type=submit] a:active .button-text {
color: white !important;
}
.form-submit-button {
color: #ffffff;
display: inline-flex;
align-items: center;
position: absolute;
bottom: calc(-6.25% + 20px);
right: 0;
z-index: 2;
}
@media only screen and (max-width: 600px) {
.form-submit-button {
bottom: -65px;
}
}
.form-submit-button .button-text {
display: inline-block;
margin-right: 30px;
}
.form-submit-button .arrow {
display: inline-block;
width: 50px;
height: 50px;
background-color: rgba(255, 255, 255, 0.2);
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/arrow.svg);
background-size: 22px 14px;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
}
input[type=number] {
-moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
.site-header {
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 3;
}
@media only screen and (max-width: 600px) {
.site-header:before {
content: " ";
width: 100vw;
height: 120px;
position: fixed;
left: 0;
top: 0;
background: linear-gradient(white, rgba(255, 255, 255, 0));
}
}
.site-header .container {
display: flex;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 20px;
}
.site-header .container .site-branding {
width: 180px;
}
@media only screen and (max-width: 1024px) {
.site-header .container .site-branding {
width: 160px;
position: relative;
z-index: 4;
}
}
.site-header .container .site-branding a {
display: block;
position: relative;
}
.site-header .container .site-branding a img {
width: 100%;
height: auto;
}
.site-header .container .site-branding a #logo-after-scroll {
opacity: 0;
position: absolute;
left: 0;
top: 0;
height: 60px;
width: 60px;
padding: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
background-color: #7171df;
border-radius: 50%;
display: flex;
justify-content: center;
}
@media only screen and (max-width: 1024px) {
.site-header .container .site-branding a #logo-after-scroll {
width: 46px;
height: 46px;
}
}
.site-header .container .site-branding a #logo-after-scroll img {
width: 100%;
}
.site-header .container #site-navigation .menu-menu-1-container {
vertical-align: middle;
background-color: #ffffff;
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
border-radius: 30px;
padding: 5px 5px 5px 10px;
}
@media only screen and (max-width: 1024px) {
.site-header .container #site-navigation .menu-menu-1-container {
transform: translateX(125%);
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background-color: white;
display: flex;
border-radius: 0;
}
}
.site-header .container #site-navigation .menu-menu-1-container .menu {
list-style: none none inside;
display: flex;
justify-content: flex-end;
width: 100%;
margin: 0;
padding-left: 0;
}
@media only screen and (max-width: 1024px) {
.site-header .container #site-navigation .menu-menu-1-container .menu {
align-self: center;
flex-wrap: wrap;
justify-content: center;
text-align: center;
flex-direction: column;
}
}
@media only screen and (max-width: 1024px) {
.site-header .container #site-navigation .menu-menu-1-container .menu li {
width: 100%;
}
}
.site-header .container #site-navigation .menu-menu-1-container .menu li a {
color: #231d4f;
font-size: 1rem;
padding: 10px 10px;
display: inline-block;
}
@media only screen and (max-width: 1024px) {
.site-header .container #site-navigation .menu-menu-1-container .menu li a {
padding: 20px 10px;
font-size: 18px;
}
}
.site-header .container #site-navigation .menu-menu-1-container .menu li.current_page_item a {
color: #7171df;
}
.site-header .container #site-navigation .menu-menu-1-container .menu li:last-child a {
background-color: #fc9c9c;
border-radius: 20px;
padding: 10px 15px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
color: #ffffff;
}
@media only screen and (max-width: 1024px) {
.site-header .container #site-navigation .menu-menu-1-container .menu li:last-child a {
border-radius: 30px;
padding: 10px 25px;
margin-top: 15px;
}
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
position: fixed;
z-index: 3;
top: 20px;
left: calc(100% - 46px - 5.5555555556%);
width: 46px;
height: 46px;
transform: scale(1);
padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-around;
border-radius: 50%;
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}
.menu-toggle .line {
width: 100%;
height: 2px;
background-color: #ffffff;
border-radius: 5px;
position: relative;
}
@media screen and (min-width: 1024px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: inline-block;
}
}
.hero {
padding-bottom: 5.5555555556%;
display: flex;
min-height: 600px;
}
@media only screen and (min-width: 1600px) {
.hero {
height: 900px;
min-height: 900px;
max-height: 900px;
}
}
@media only screen and (max-width: 600px) {
.hero {
flex-wrap: wrap;
min-height: auto;
}
}
.hero .text {
width: 44.4444444444%;
padding: 0 5.5555555556%;
display: flex;
justify-content: center;
flex-direction: column;
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-1.svg);
background-size: contain;
background-position: left top;
background-repeat: no-repeat;
z-index: 1;
position: relative;
}
@media only screen and (max-width: 600px) {
.hero .text {
width: 100%;
order: 2;
background-image: none;
}
}
.hero .text .main-title {
margin-top: 140px;
}
@media only screen and (max-width: 600px) {
.hero .text .main-title {
margin-top: 40px;
}
}
@media only screen and (max-width: 768px) {
.hero .text .button-container button {
max-width: 320px;
}
}
.hero .image {
width: 55.5555555556%;
z-index: 0;
position: relative;
display: flex;
}
@media only screen and (max-width: 600px) {
.hero .image {
width: 100%;
flex-wrap: wrap;
order: 1;
}
}
.hero .image .overlay {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
.hero .image .featured {
width: 100%;
height: 100%;
object-fit: cover;
position: relative;
}
@media only screen and (min-width: 1920px) {
.hero .text {
width: 853.36px;
padding: 0 106.67px;
}
.hero .image {
width: 1066.7px;
}
}
.site-footer {
position: relative;
z-index: 1;
padding: 0;
}
.site-footer .footer-top {
width: 100%;
height: 80px;
}
.site-footer .footer-top svg {
width: 100%;
height: 100%;
}
.site-footer .footer-top svg path {
width: 100%;
}
.footer-bottom {
background-color: #002f86;
}
.footer-bottom .container {
padding-top: 48px;
padding-bottom: 48px;
}
.footer-inner {
color: #ffffff;
background-color: #002f86;
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.footer-inner {
flex-wrap: wrap;
padding: 20px 5.5555555556% 5.5555555556%;
top: -1px;
position: relative;
}
}
.footer-inner .column {
width: 22.2222222222%;
}
@media only screen and (max-width: 600px) {
.footer-inner .column {
width: 100%;
text-align: center;
}
}
.footer-inner .column h3 {
font-size: 24px;
line-height: 32px;
margin-top: 0;
margin-bottom: 20px;
color: #ffffff;
}
.footer-inner .column p {
margin: 0;
font-size: 14px;
}
.footer-inner .column p a {
color: #ffffff;
opacity: 0.8;
}
.footer-inner .column:nth-child(1) {
position: relative;
width: 33.3333333333%;
padding-right: 5.5555555556%;
}
.footer-inner .column:nth-child(1) .button-container {
max-width: 320px;
}
@media only screen and (min-width: 1200px) {
.footer-inner .column:nth-child(1) {
width: 50%;
}
}
@media only screen and (max-width: 600px) {
.footer-inner .column:nth-child(1) {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
}
.footer-inner .column:nth-child(2) {
padding-right: 5.5555555556%;
}
@media only screen and (min-width: 1200px) {
.footer-inner .column:nth-child(2) {
width: 50%;
padding-right: 0;
}
}
@media only screen and (max-width: 600px) {
.footer-inner .column:nth-child(2) {
width: 100%;
margin-top: 40px;
}
}
.footer-inner .column:nth-child(2) .footer-logo {
max-height: 40px;
margin-bottom: 20px;
}
.footer-inner .column:nth-child(3) {
padding-right: 5.5555555556%;
}
@media only screen and (min-width: 1200px) {
.footer-inner .column:nth-child(3) {
width: 50%;
padding-right: 0;
margin-top: 40px;
}
}
@media only screen and (max-width: 600px) {
.footer-inner .column:nth-child(3) {
width: 100%;
}
}
.footer-inner .column:nth-child(3) .footer-logo {
max-height: 40px;
margin-bottom: 20px;
}
.footer-inner .column:nth-child(4) p {
margin: 0;
margin-bottom: 10px;
}
.footer-inner .column:nth-child(4) p a {
line-height: 1;
color: #99e1ff;
}
.footer-inner .column:nth-child(4) ul {
list-style: none;
display: flex;
align-items: center;
width: 100%;
margin: 0;
margin-top: 20px;
padding: 0;
}
@media only screen and (max-width: 600px) {
.footer-inner .column:nth-child(4) ul {
justify-content: center;
}
}
.footer-inner .column:nth-child(4) ul li a {
display: inline-block;
}
.footer-inner .column:nth-child(4) ul li a img {
display: block;
width: 30px;
height: 25px;
}
.footer-inner .column:nth-child(4) ul li:nth-child(1) {
margin-right: 30px;
}
@media only screen and (min-width: 1200px) {
.footer-inner .column:nth-child(4) {
width: 50%;
padding-right: 0;
margin-top: 40px;
}
}
@media only screen and (max-width: 600px) {
.footer-inner .column:nth-child(4) {
padding-bottom: 80px !important;
width: 100%;
}
}
@media only screen and (min-width: 1920px) {
footer .footer-inner .column {
width: 426.68px;
}
footer .footer-inner .column:nth-child(1) {
width: 640.02px;
padding-right: 106.67px;
}
footer .footer-inner .column:nth-child(2) {
padding-right: 106.67px;
}
}
.team {
display: flex;
justify-content: space-between;
padding: 5.5555555556% 0;
padding-left: 5.5555555556%;
}
@media only screen and (max-width: 768px) {
.team {
flex-wrap: wrap;
margin-bottom: 40px;
}
}
.team .text {
width: 33.3333333333%;
display: flex;
justify-content: center;
flex-direction: column;
}
@media only screen and (max-width: 768px) {
.team .text {
width: 100%;
order: 2;
}
}
.team .team-members {
width: 66.6666666667%;
overflow: hidden;
position: relative;
margin-left: 5.5555555556%;
}
@media only screen and (max-width: 768px) {
.team .team-members {
width: 100%;
order: 1;
margin-left: 0;
}
}
.team .team-members::before, .team .team-members::after {
background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
content: "";
height: 100%;
position: absolute;
width: 100px;
z-index: 2;
}
.team .team-members::after {
right: 0;
top: 0;
transform: rotateZ(180deg);
}
.team .team-members::before {
left: 0;
top: 0;
}
.team .team-members .slider-track {
width: 4480px;
display: flex;
animation: teamScroll 80s linear infinite;
}
.team .team-members .slider-track .member {
padding: 40px;
background-size: 250px 250px;
background-position: center center;
background-repeat: no-repeat;
}
.team .team-members .slider-track .member:nth-child(1), .team .team-members .slider-track .member:nth-child(8) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
margin-top: 80px;
}
.team .team-members .slider-track .member:nth-child(2), .team .team-members .slider-track .member:nth-child(9) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.team .team-members .slider-track .member:nth-child(3), .team .team-members .slider-track .member:nth-child(10) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
margin-top: 40px;
}
.team .team-members .slider-track .member:nth-child(4), .team .team-members .slider-track .member:nth-child(11) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
}
.team .team-members .slider-track .member:nth-child(5), .team .team-members .slider-track .member:nth-child(12) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
margin-top: 80px;
}
.team .team-members .slider-track .member:nth-child(6), .team .team-members .slider-track .member:nth-child(13) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.team .team-members .slider-track .member:nth-child(7), .team .team-members .slider-track .member:nth-child(14) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
margin-top: 40px;
}
.team .team-members .slider-track .member img {
width: 240px;
height: 240px;
border-radius: 16px;
object-fit: cover;
}
@keyframes teamScroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-1820px);
}
}
@media only screen and (min-width: 1920px) {
.team {
padding: 106.67px;
}
.team .text {
width: 640.02px;
}
.team .team-members {
width: 1280.04px;
margin-left: 106.67px;
}
}
.offering {
margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
.offering {
margin-bottom: 20px;
}
}
.offering .container {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 900px) {
.offering .container {
flex-wrap: wrap;
}
}
.offering .text {
width: 50%;
}
@media only screen and (max-width: 900px) {
.offering .text {
width: 100%;
}
}
.offering .text h3 {
font-size: 24px;
}
.offering .services {
display: flex;
width: 38.8888888889%;
justify-content: space-between;
filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.05));
flex-wrap: wrap;
}
@media only screen and (max-width: 900px) {
.offering .services {
width: 100%;
}
}
.offering .services .service {
width: 100%;
border-radius: 16px;
overflow: hidden;
display: flex;
background-color: #ffffff;
flex-direction: column;
align-items: flex-start;
margin-bottom: 30px;
}
.offering .services .service .image {
width: 100%;
height: 200px;
object-fit: cover;
}
.offering .services .service .service-text {
padding: 20px;
}
.offering .services .service .service-text h4 {
font-size: 18px;
color: #404040;
margin-top: 0;
}
.offering .services .service .service-text ul {
margin: 0;
padding: 0;
color: #848199;
font-size: 14px;
}
.offering .services .service .service-text ul li {
margin-left: 0;
background: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/check.svg) no-repeat left 10px;
background-size: 20px 20px;
padding: 5px 20px 5px 30px;
list-style: none;
}
.offering .services .service .service-text a {
display: inline-block;
padding-top: 20px;
color: #fc9c9c;
}
.service-item {
padding-bottom: 5.5555555556%;
}
.service-item .container .text {
width: 44.4444444444%;
padding: 0 5.5555555556%;
}
.service-item .container .image {
width: 55.5555555556%;
}
@media only screen and (min-width: 1920px) {
.service-item {
padding-bottom: 106.67px;
}
.service-item .container .text {
width: 853.36px;
padding: 0 106.67px;
}
.service-item .container .image {
width: 1066.7px;
}
}
[data-class=wpcf7cf_group] {
display: block !important;
}
[data-id=child-2],
[data-id=child-3] {
display: none !important;
}
[data-name=aantal-kinderen] {
display: none;
}
.sign-up-form .container {
display: flex;
justify-content: space-between;
margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container {
flex-wrap: wrap;
}
}
.sign-up-form .container .form {
width: 50%;
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
padding: 3.125% 6.25%;
border-radius: 16px;
background-color: white;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form {
width: 100%;
padding-bottom: 80px;
margin-bottom: 80px;
}
}
.sign-up-form .container .form .wpcf7-submit {
padding: 5px;
}
.sign-up-form .container .form .wpcf7 form,
.sign-up-form .container .form .pb-form form {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.sign-up-form .container .form .wpcf7 form h3,
.sign-up-form .container .form .pb-form form h3 {
width: 100%;
margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .wpcf7 form h3,
.sign-up-form .container .form .pb-form form h3 {
margin-bottom: 15px;
}
}
.sign-up-form .container .form .wpcf7 form label,
.sign-up-form .container .form .pb-form form label {
width: 100%;
max-width: 100%;
display: flex;
align-items: flex-start;
flex-direction: column;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .wpcf7 form label,
.sign-up-form .container .form .pb-form form label {
flex-wrap: wrap;
}
}
.sign-up-form .container .form .wpcf7 form label.split,
.sign-up-form .container .form .pb-form form label.split {
width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .wpcf7 form label.split,
.sign-up-form .container .form .pb-form form label.split {
width: 100%;
}
}
.sign-up-form .container .form .wpcf7 form label .form-label,
.sign-up-form .container .form .pb-form form label .form-label {
background-color: #ffffff;
margin-left: 20px;
color: #7171df;
font-weight: 700;
position: relative;
z-index: 2;
padding: 0 5px;
font-size: 1rem;
}
.sign-up-form .container .form .wpcf7 form label .wpcf7-form-control-wrap,
.sign-up-form .container .form .pb-form form label .wpcf7-form-control-wrap {
position: relative;
top: -10px;
z-index: 1;
min-width: 100%;
}
.sign-up-form .container .form .wpcf7 form label .wpcf7-form-control-wrap input,
.sign-up-form .container .form .pb-form form label .wpcf7-form-control-wrap input {
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 16px;
height: 45px;
width: 100%;
}
.sign-up-form .container .form .wpcf7 form label .wpcf7-form-control-wrap textarea,
.sign-up-form .container .form .pb-form form label .wpcf7-form-control-wrap textarea {
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 16px;
}
.sign-up-form .container .form .wpcf7 form span.label.split,
.sign-up-form .container .form .pb-form form span.label.split {
width: calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .wpcf7 form span.label.split,
.sign-up-form .container .form .pb-form form span.label.split {
width: 100%;
}
}
.sign-up-form .container .form .wpcf7 form span.label.split label,
.sign-up-form .container .form .pb-form form span.label.split label {
margin-bottom: 10px;
}
.sign-up-form .container .form .wpcf7 form span.label.split label .form-label,
.sign-up-form .container .form .pb-form form span.label.split label .form-label {
margin-left: 0;
padding-left: 0;
}
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item {
margin: 0;
font-size: 1rem;
}
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item:not(:first-child),
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item:not(:first-child),
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item:not(:first-child),
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item:not(:first-child) {
margin-left: 15px;
}
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label {
display: flex;
flex-direction: row;
}
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio],
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label input[type=radio],
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio],
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label input[type=radio] {
appearance: none;
background-color: #fff;
margin: 0;
font: inherit;
color: #7171df;
width: 24px;
height: 24px;
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 50%;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio]::before,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label input[type=radio]::before,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio]::before,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label input[type=radio]::before {
content: "";
width: 0.65em;
height: 0.65em;
border-radius: 50%;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #7171df;
}
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label input[type=radio]:checked::before {
transform: scale(1);
}
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .pb-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label .pb-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label .pb-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label .pb-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label .pb-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label .pb-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label .pb-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .wpcf7 form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label .pb-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .pb-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .pb-list-item label .pb-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .wpcf7-list-item label .pb-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .pb-radio .pb-list-item label .pb-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .wpcf7-list-item label .pb-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .wpcf7-radio .pb-list-item label .pb-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .wpcf7-list-item label .pb-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form span.label.split .pb-form-control-wrap .pb-radio .pb-list-item label .pb-list-item-label {
margin-left: 10px;
margin-top: 2px;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group],
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] {
width: 100%;
max-width: 100%;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] h4,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] h4 {
margin-bottom: 15px;
}
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container {
width: 100%;
max-width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap {
margin-top: 0;
top: 0px;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
margin: 0;
font-size: 1rem;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-child),
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-child) {
margin-left: 15px;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
display: flex;
flex-direction: row;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio],
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio] {
appearance: none;
background-color: #fff;
margin: 0;
font: inherit;
color: #7171df;
width: 24px;
height: 24px;
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 50%;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]::before,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]::before {
content: "";
width: 0.65em;
height: 0.65em;
border-radius: 50%;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #7171df;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::before,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::before {
transform: scale(1);
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
margin-left: 10px;
margin-top: 2px;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .form-label,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .form-label {
background-color: #ffffff;
margin-left: 20px;
color: #7171df;
font-weight: 700;
position: relative;
z-index: 2;
padding: 0 5px;
font-size: 1rem;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .wpcf7-form-control-wrap,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .wpcf7-form-control-wrap {
position: relative;
top: -10px;
z-index: 1;
min-width: 100%;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .wpcf7-form-control-wrap input,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .wpcf7-form-control-wrap input {
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 16px;
height: 45px;
width: 100%;
}
.sign-up-form .container .form .wpcf7 form [data-class=wpcf7cf_group] .wpcf7-form-control-wrap textarea,
.sign-up-form .container .form .pb-form form [data-class=wpcf7cf_group] .wpcf7-form-control-wrap textarea {
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 16px;
}
.sign-up-form .container .images {
width: 43.75%;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .images {
width: 100%;
}
}
.sign-up-form .container .images .image img {
border-radius: 16px;
}
.sign-up-form .container .images .image:nth-child(1) {
width: 100%;
margin-bottom: 80px;
}
.sign-up-form .container .images .image:nth-child(2) {
width: 85.7142857143%;
margin-left: auto;
}
.wpcf7-text {
padding-left: 15px !important;
font-size: 1rem;
}
#add-remove-buttons {
display: flex;
}
@media only screen and (max-width: 768px) {
#add-remove-buttons {
width: 100%;
flex-wrap: wrap;
}
}
#add-child,
#remove-child {
cursor: pointer;
color: #fc9c9c;
font-weight: 700;
font-size: 1rem;
padding-left: 20px;
background-size: 10px 10px;
background-position: left 3px;
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
#add-child,
#remove-child {
width: 100%;
}
}
#add-child {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/plus.svg);
}
#remove-child {
display: none;
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/min.svg);
opacity: 0.5;
margin-left: 30px;
}
@media only screen and (max-width: 768px) {
#remove-child {
margin-left: 0;
margin-top: 0;
}
}
.column p .day {
min-width: 75px;
display: inline-block;
}
.pb-form-fields {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
#pb-form div.pb-field-group:after {
display: none !important;
}
.pb-form-fields fieldset legend {
color: #7171df !important;
margin-left: 0 !important;
padding-left: 0 !important;
font-size: 24px;
line-height: 27.2px;
margin-bottom: 20px !important;
}
#pb-form form fieldset {
border: none !important;
margin: 30px 0 !important;
}
fieldset {
padding: 0 !important;
}
.pb-field-group {
margin: 0 !important;
box-sizing: border-box;
margin-bottom: 20px !important;
}
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(1),
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(2) {
display: flex;
width: 100%;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(1),
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(2) {
flex-wrap: wrap;
}
}
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(1) span,
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(2) span {
float: none !important;
width: calc(50% - 10px) !important;
}
@media only screen and (max-width: 768px) {
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(1) span,
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(2) span {
width: 100% !important;
}
}
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(1) span input,
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(2) span input {
width: 100%;
}
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(1) .pb-spacer,
#pb-form > form > div > fieldset > div > .pb-field-group:nth-child(2) .pb-spacer {
display: none;
}
#pb-form > form > div > fieldset > div div:nth-child(3),
#pb-form > form > div > fieldset > div div:nth-child(4) {
width: 100% !important;
}
#pb-form > form > div > fieldset > div > div:nth-child(4) input {
width: 100%;
}
@media only screen and (max-width: 768px) {
#pb-form > form > div > fieldset > div > .pb-field-group:last-child {
width: 100% !important;
}
}
.optgroup input:not(:first-child) {
margin-left: 20px;
}
.optgroup label {
font-size: 1rem;
position: relative;
top: -2px;
padding-left: 10px;
}
#pb-form > form > div > fieldset > div > span {
margin: 0 !important;
}
#pb-form > form > div > fieldset:nth-child(3) {
padding-bottom: 20px !important;
border-bottom: 1px #f2f2f2 solid !important;
}
fieldset .pb-children:not(:first-child) {
padding-top: 20px !important;
}
#pb-form .pb-children:not(:first-of-type) {
border-top: 1px #f2f2f2 solid !important;
}
.pb-spacer {
display: none !important;
}
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(4),
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(5) {
display: flex;
width: 100%;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(4),
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(5) {
flex-wrap: wrap;
}
}
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(4) span,
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(5) span {
float: none !important;
width: calc(50% - 10px) !important;
}
@media only screen and (max-width: 768px) {
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(4) span,
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(5) span {
width: 100% !important;
}
}
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(4) span input,
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(5) span input {
width: 100%;
}
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(4) .pb-spacer,
#pb-form > form > .pb-form-fields:nth-child(3) .pb-field-group:nth-child(5) .pb-spacer {
display: none;
}
#pb-form > form > .pb-form-fields > .pb-field-group:last-child > span > input[type=submit] {
padding: 15px 25px !important;
}
#pb-form > form > .pb-form-fields > div:nth-child(4) {
display: flex;
width: 100%;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
#pb-form > form > .pb-form-fields > div:nth-child(4) {
flex-wrap: wrap;
}
}
#pb-form > form > .pb-form-fields > div:nth-child(4) span:nth-child(1) {
float: none !important;
width: calc(75% - 10px) !important;
margin: 0 !important;
}
@media only screen and (max-width: 768px) {
#pb-form > form > .pb-form-fields > div:nth-child(4) span:nth-child(1) {
width: 100% !important;
}
}
#pb-form > form > .pb-form-fields > div:nth-child(4) span:nth-child(1) input {
width: 100%;
}
#pb-form > form > .pb-form-fields > div:nth-child(4) span:nth-child(2) {
float: none !important;
width: calc(25% - 10px) !important;
margin: 0 !important;
}
@media only screen and (max-width: 768px) {
#pb-form > form > .pb-form-fields > div:nth-child(4) span:nth-child(2) {
width: 100% !important;
}
}
#pb-form > form > .pb-form-fields > div:nth-child(4) span:nth-child(2) input {
width: 100%;
}
#pb-form > form > .pb-form-fields > div:nth-child(4) .pb-spacer {
display: none;
}
#pb-form > form > .pb-form-fields > div:nth-child(5) {
display: flex;
width: 100%;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
#pb-form > form > .pb-form-fields > div:nth-child(5) {
flex-wrap: wrap !important;
}
}
#pb-form > form > .pb-form-fields > div:nth-child(5) span:nth-child(1) {
float: none !important;
width: calc(30% - 10px) !important;
margin: 0 !important;
}
@media only screen and (max-width: 768px) {
#pb-form > form > .pb-form-fields > div:nth-child(5) span:nth-child(1) {
width: 100% !important;
}
}
#pb-form > form > .pb-form-fields > div:nth-child(5) span:nth-child(1) input {
width: 100%;
}
#pb-form > form > .pb-form-fields > div:nth-child(5) span:nth-child(2) {
float: none !important;
width: calc(70% - 10px) !important;
margin: 0 !important;
}
@media only screen and (max-width: 768px) {
#pb-form > form > .pb-form-fields > div:nth-child(5) span:nth-child(2) {
width: 100% !important;
}
}
#pb-form > form > .pb-form-fields > div:nth-child(5) span:nth-child(2) input {
width: 100%;
}
#pb-form > form > .pb-form-fields > div:nth-child(5) .pb-spacer {
display: none;
}
#pb-form > form > .pb-form-fields > div:nth-child(6),
#pb-form > form > .pb-form-fields > div:nth-child(7),
#pb-form > form > .pb-form-fields > div:nth-child(8),
#pb-form > form > .pb-form-fields > div:nth-child(9),
#pb-form > form > .pb-form-fields > div:nth-child(10),
#pb-form > form > .pb-form-fields > div:nth-child(11) {
width: 100% !important;
}
#pb-form > form > .pb-form-fields > div:nth-child(6) input,
#pb-form > form > .pb-form-fields > div:nth-child(7) input,
#pb-form > form > .pb-form-fields > div:nth-child(8) input,
#pb-form > form > .pb-form-fields > div:nth-child(9) input,
#pb-form > form > .pb-form-fields > div:nth-child(10) input,
#pb-form > form > .pb-form-fields > div:nth-child(11) input {
width: 100% !important;
}
#pb-form > form > .pb-form-fields > div:nth-child(6) span,
#pb-form > form > .pb-form-fields > div:nth-child(7) span,
#pb-form > form > .pb-form-fields > div:nth-child(8) span,
#pb-form > form > .pb-form-fields > div:nth-child(9) span,
#pb-form > form > .pb-form-fields > div:nth-child(10) span,
#pb-form > form > .pb-form-fields > div:nth-child(11) span {
width: 100% 0 !important;
margin: 0 !important;
float: none !important;
}
#pb-form > form > .pb-form-fields > div:nth-child(6) span input,
#pb-form > form > .pb-form-fields > div:nth-child(7) span input,
#pb-form > form > .pb-form-fields > div:nth-child(8) span input,
#pb-form > form > .pb-form-fields > div:nth-child(9) span input,
#pb-form > form > .pb-form-fields > div:nth-child(10) span input,
#pb-form > form > .pb-form-fields > div:nth-child(11) span input {
width: 100% !important;
}
#pb-form > form > .pb-form-fields > div:nth-child(12) .optgroup input {
margin-left: 0 !important;
}
#pb-form > form > .pb-form-fields > div:nth-child(13) {
width: 100% !important;
}
#pb-form > form > .pb-form-fields > div:nth-child(13) textarea {
width: 100% !important;
}
#pb-form input.text {
width: 100% !important;
}
.jobs {
padding-bottom: clamp(20px, 5.5555555556%, 80px);
}
.jobs .container {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.jobs .container {
flex-wrap: wrap;
margin-bottom: 40px;
}
}
.jobs .container .intro-text {
width: 31.25%;
}
@media only screen and (max-width: 768px) {
.jobs .container .intro-text {
width: 100%;
}
}
.jobs .container .job-list {
width: 62.5%;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.jobs .container .job-list {
width: 100%;
flex-wrap: wrap;
}
}
.jobs .container .job-list .job {
width: calc(50% - 20px);
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
padding: 20px;
border-radius: 16px;
}
@media only screen and (max-width: 768px) {
.jobs .container .job-list .job {
width: 100%;
}
.jobs .container .job-list .job:not(:first-child) {
margin-top: 20px;
}
}
.jobs .container .job-list .job h3 {
margin-top: 0;
color: #404040;
font-size: 1rem;
line-height: 1.25rem;
}
.jobs .container .job-list .job .intro {
color: #848199;
font-weight: 400;
}
.jobs .container .job-list .job ul {
margin: 0;
padding: 0;
color: #848199;
font-weight: 400;
font-size: 14px;
}
.jobs .container .job-list .job ul li {
margin-left: 0;
background: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/check.svg) no-repeat left 10px; background-size: 20px 20px;
padding: 5px 20px 5px 30px;
list-style: none;
}
.page-template-page-text-image #page .text_image {
padding-top: 5.5555555556%;
}
.page-template-page-text-image #page .text_image .container {
display: flex;
justify-content: space-between;
gap: 48px;
}
@media only screen and (max-width: 600px) {
.page-template-page-text-image #page .text_image .container {
flex-wrap: wrap;
}
}
.page-template-page-text-image #page .text_image .container .text {
width: 50%;
}
@media only screen and (max-width: 600px) {
.page-template-page-text-image #page .text_image .container .text {
width: 100%;
order: 2;
margin-top: 40px;
}
}
.page-template-page-text-image #page .text_image .container .image {
width: 50%;
height: 27.7777777778%;
border-radius: 40px;
min-height: 400px;
}
@media only screen and (max-width: 600px) {
.page-template-page-text-image #page .text_image .container .image {
width: 100%;
order: 1;
height: 27.7777777778%;
}
}
.page-template-page-text-image #page .text_image .container .image img {
width: 100%;
height: 38.8888888889%;
object-fit: cover;
}
.image-text {
padding: 80px 0;
}
.image-text .container {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.image-text .container {
flex-wrap: wrap;
}
}
.image-text .container .image {
width: 43.75%;
overflow: visible;
position: relative;
z-index: 1;
}
.image-text .container .image img {
border-radius: 16px;
}
@media only screen and (max-width: 768px) {
.image-text .container .image {
width: 100%;
}
}
.image-text .container .image:before {
content: "";
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-service-1.svg);
background-size: contain;
background-position: top left;
background-repeat: no-repeat;
position: absolute;
width: 100%;
height: 100%;
left: -40px;
top: -40px;
z-index: -1;
}
.image-text .container .text {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}
@media only screen and (max-width: 768px) {
.image-text .container .text {
width: 100%;
}
}
.reports {
padding: 5.5555555556%;
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-service-2.svg);
background-size: 100vw 100%;
background-position: right;
background-repeat: no-repeat;
margin-bottom: 40px;
}
.reports .container {
display: flex;
justify-content: space-between;
background-color: #ffffff;
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
border-radius: 16px;
padding: 40px;
}
@media only screen and (max-width: 768px) {
.reports .container {
flex-wrap: wrap;
}
}
.reports .container .text {
width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
.reports .container .text {
width: 100%;
}
}
.reports .container .links {
width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
.reports .container .links {
width: 100%;
}
}
.reports .container .links h3 {
max-width: 75%;
}
@media only screen and (max-width: 768px) {
.reports .container .links h3 {
max-width: 100%;
}
}
.image-text .container img {
border-radius: 16px;
}
.reports .container .links ul {
list-style: none;
margin-left: 0;
margin-top: 1em;
padding-left: 0;
}
.reports .container .links ul li {
padding-left: 0;
font-size: 1rem;
padding: 5px 0;
}
.reports .container .links ul li a svg {
width: 12px;
height: auto;
margin-right: 15px;
}
.text ul {
margin-left: 0;
margin-top: 12px;
}
.pricing-table {
padding: 80px 106.67px;
}
.pricing-table .container .price-column {
width: 533.35px;
padding: 40px;
}
.prices-1 {
margin-bottom: 5.5555555556%;
}
.prices-1 .container {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.prices-1 .container h3 {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 768px) {
.prices-1 .container {
flex-wrap: wrap;
}
}
.prices-1 .container .image {
width: 50%;
}
@media only screen and (max-width: 768px) {
.prices-1 .container .image {
width: 100%;
}
}
.prices-1 .container .image img {
border-radius: 16px;
}
.prices-1 .container .table {
width: 50%;
}
@media only screen and (max-width: 768px) {
.prices-1 .container .table {
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.prices-1 .container .table h3 {
margin-bottom: 20px;
}
}
.prices-1 .container .table .table-inner {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 768px) {
.prices-1 .container .table .table-inner {
flex-wrap: wrap;
}
}
.prices-1 .container .table .table-inner .column {
padding: 40px;
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
border-radius: 16px;
}
@media only screen and (max-width: 768px) {
.prices-1 .container .table .table-inner .column {
width: 100%;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 768px) {
.prices-1 .container .table .table-inner .column:nth-child(1) {
border-bottom: 1px solid rgba(132, 129, 153, 0.1);
padding-bottom: 30px;
}
}
@media only screen and (max-width: 768px) {
.prices-1 .container .table .table-inner .column:nth-child(2) {
padding-top: 30px;
}
}
.prices-1 .container .table .table-inner .column h3 {
margin-top: 0;
color: #404040;
}
.prices-1 .container .table .table-inner .column .pricing {
color: #404040;
font-size: 20px;
}
.prices-1 .container .table .table-inner .column .pricing span {
color: #848199;
font-size: 1rem;
}
.prices-1 .container .table .table-inner .column .intro {
color: #848199;
font-weight: 400;
}
.prices-1 .container .table .table-inner .column ul {
margin: 0;
padding: 0;
color: #848199;
font-size: 14px;
font-weight: 400;
}
.prices-1 .container .table .table-inner .column ul li {
margin-left: 0;
background: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/check.svg) no-repeat left 6px;
background-size: 20px 20px;
padding: 5px 20px 5px 30px;
list-style: none;
}
@media only screen and (max-width: 768px) {
.prices-2 .container h3 {
margin-bottom: 20px;
}
}
.prices-2 .container .table {
width: 100%;
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 1400px) {
.prices-2 .container .table {
flex-wrap: wrap;
justify-content: flex-start;
}
}
.prices-2 .container .table .column {
width: calc(20% - 20px);
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
padding: 40px;
border-radius: 16px;
}
@media only screen and (max-width: 1400px) {
.prices-2 .container .table .column {
width: calc(33.3333333333% - 20px);
margin-bottom: 40px;
}
.prices-2 .container .table .column:not(:nth-child(3)) {
margin-right: 20px;
}
}
@media only screen and (max-width: 768px) {
.prices-2 .container .table .column {
width: 100%;
margin-right: 0 !important;
}
.prices-2 .container .table .column:not(:last-child) {
border-bottom: 1px solid rgba(132, 129, 153, 0.1);
padding-bottom: 30px;
}
.prices-2 .container .table .column:not(:first-child) {
padding-top: 30px;
}
}
.prices-2 .container .table .column h3 {
margin-top: 0;
color: #404040;
font-size: 1rem;
line-height: 1.25rem;
}
.prices-2 .container .table .column .pricing {
color: #404040;
font-size: 20px;
}
.prices-2 .container .table .column .pricing span {
color: #848199;
font-size: 1rem;
}
.prices-2 .container .table .column .intro {
color: #848199;
font-weight: 400;
}
.prices-2 .container .table .column ul {
margin: 0;
padding: 0;
color: #848199;
font-weight: 400;
font-size: 14px;
}
.prices-2 .container .table .column ul li {
margin-left: 0;
background: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/check.svg) no-repeat left 6px;
background-size: 20px 20px;
padding: 5px 20px 5px 30px;
list-style: none;
}
.team {
display: flex;
justify-content: space-between;
padding: 5.5555555556% 0;
padding-left: 5.5555555556%;
}
.team .text {
width: 33.3333333333%;
display: flex;
justify-content: center;
flex-direction: column;
}
@media only screen and (max-width: 768px) {
.team .text {
width: 100%;
order: 2;
}
}
.team .team-members {
width: 66.6666666667%;
overflow: hidden;
position: relative;
margin-left: 5.5555555556%;
}
@media only screen and (max-width: 768px) {
.team .team-members {
width: 100%;
order: 1;
margin-left: 0;
}
}
.team .team-members::before, .team .team-members::after {
background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
content: "";
height: 100%;
position: absolute;
width: 100px;
z-index: 2;
}
.team .team-members::after {
right: 0;
top: 0;
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}
.team .team-members::before {
left: 0;
top: 0;
}
.team .team-members .slider-track {
width: 4480px;
display: flex;
animation: teamScroll 80s linear infinite;
}
.team .team-members .slider-track .member {
padding: 40px;
background-size: 250px 250px;
background-position: center center;
background-repeat: no-repeat;
}
.team .team-members .slider-track .member:nth-child(1), .team .team-members .slider-track .member:nth-child(8) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
margin-top: 80px;
}
.team .team-members .slider-track .member:nth-child(2), .team .team-members .slider-track .member:nth-child(9) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.team .team-members .slider-track .member:nth-child(3), .team .team-members .slider-track .member:nth-child(10) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
margin-top: 40px;
}
.team .team-members .slider-track .member:nth-child(4), .team .team-members .slider-track .member:nth-child(11) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
}
.team .team-members .slider-track .member:nth-child(5), .team .team-members .slider-track .member:nth-child(12) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
margin-top: 80px;
}
.team .team-members .slider-track .member:nth-child(6), .team .team-members .slider-track .member:nth-child(13) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.team .team-members .slider-track .member:nth-child(7), .team .team-members .slider-track .member:nth-child(14) {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
margin-top: 40px;
}
.team .team-members .slider-track .member img {
width: 240px;
height: 240px;
border-radius: 16px;
object-fit: cover;
}
@media only screen and (max-width: 768px) {
.team {
flex-wrap: wrap;
margin-bottom: 40px;
}
}
@keyframes teamScroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-1820px);
}
}
.our-team-members .container {
margin-bottom: 40px;
}
.our-team-members .container .member {
display: flex;
justify-content: space-between;
margin-bottom: 32px;
}
.our-team-members .container .member:nth-child(even) .image {
order: 2;
}
.our-team-members .container .member:nth-child(even) .text {
order: 1;
}
@media only screen and (max-width: 768px) {
.our-team-members .container .member {
flex-wrap: wrap;
padding: 0;
}
}
.our-team-members .container .member.member:nth-child(1) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.our-team-members .container .member.member:nth-child(2) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.our-team-members .container .member.member:nth-child(3) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
}
.our-team-members .container .member.member:nth-child(4) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.our-team-members .container .member.member:nth-child(5) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.our-team-members .container .member.member:nth-child(6) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
}
.our-team-members .container .member.member:nth-child(7) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.our-team-members .container .member.member:nth-child(8) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.our-team-members .container .member.member:nth-child(9) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
}
.our-team-members .container .member.member:nth-child(10) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.our-team-members .container .member.member:nth-child(11) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.our-team-members .container .member.member:nth-child(12) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
}
.our-team-members .container .member .image {
width: 44.4444444444%;
aspect-ratio: 1/1;
border-radius: 16px;
overflow: hidden;
}
.our-team-members .container .member .image img {
object-fit: cover;
width: 100%;
height: 100%;
}
.our-team-members .container .member .content {
width: 50%;
order: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
@media only screen and (max-width: 768px) {
.our-team-members .container .member .content {
width: 100%;
order: 1 !important;
}
}
.parent-comittee {
padding: clamp(20px, 5.5555555556%, 80px) 0;
}
.parent-comittee .container .row.comittee-info {
display: flex;
justify-content: space-between;
gap: 48px;
}
.parent-comittee .container .row.comittee-info .intro-text {
width: 50%;
display: flex;
justify-content: center;
flex-direction: column;
}
.parent-comittee .container .row.comittee-info .image {
width: 50%;
}
.parent-comittee .container .row.comittee-info .image img {
border-radius: 16px;
width: 100%;
height: auto;
}
.parent-comittee .container .row.parent-list {
display: flex;
flex-direction: column;
}
.parent-comittee .container .row.parent-list .parent {
display: flex;
justify-content: space-between;
gap: 48px;
}
@media only screen and (max-width: 768px) {
.parent-comittee .container .row.parent-list .parent {
flex-wrap: wrap;
padding: 0;
}
}
.parent-comittee .container .row.parent-list .parent:nth-child(1) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.parent-comittee .container .row.parent-list .parent:nth-child(2) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.parent-comittee .container .row.parent-list .parent:nth-child(3) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
}
.parent-comittee .container .row.parent-list .parent:nth-child(4) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.parent-comittee .container .row.parent-list .parent:nth-child(5) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.parent-comittee .container .row.parent-list .parent:nth-child(6) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
}
.parent-comittee .container .row.parent-list .parent:nth-child(7) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
}
.parent-comittee .container .row.parent-list .parent:nth-child(8) .image {
background-image: url(//www.bredakinderopvang.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
}
.parent-comittee .container .row.parent-list .parent .image {
width: 50%;
overflow: hidden;
border-radius: 16px;
aspect-ratio: 1/1;
}
@media only screen and (max-width: 768px) {
.parent-comittee .container .row.parent-list .parent .image {
width: 100%;
order: 0 !important;
}
}
.parent-comittee .container .row.parent-list .parent .image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.parent-comittee .container .row.parent-list .parent .content {
width: 50%;
order: 1;
display: flex;
justify-content: center;
flex-direction: column;
}
@media only screen and (max-width: 768px) {
.parent-comittee .container .row.parent-list .parent .content {
width: 100%;
order: 1 !important;
}
}
.app .container {
display: flex;
justify-content: space-between;
overflow: visible;
padding-top: 60px;
}
@media only screen and (max-width: 768px) {
.app .container {
flex-wrap: wrap;
padding: 11.1111111111% 5.5555555556%;
}
}
.app .container .image {
border-radius: 16px;
width: 44.4444444444%;
}
.app .container .image img {
width: 100%;
}
@media only screen and (max-width: 768px) {
.app .container .image {
width: 100%;
border-radius: 16px;
}
}
.app .container .text {
display: flex;
flex-direction: column;
justify-content: center;
width: 50%;
}
@media only screen and (max-width: 768px) {
.app .container .text {
width: 100%;
}
}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
} .wpcf7cf_repeater_sub_controls {
display: inline-flex;
gap: 4px;
margin: 4px 0;
align-items: center;
}