.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;
}
.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;
}.container {
width: 100%;
max-width: 1920px;
padding: 0 calc(100% / 18);
}     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, consolas, "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: 12px;
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: 12px;
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: 0.8rem;
line-height: 1.45rem;
} html {
max-width: 100vw;
overflow-x: hidden;
}
body {
background: #fff;
background-color: #fff;
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 .footer-inner {
padding: 80px calc(100vw / 18) calc(100vw / 18);
color: #FFFFFF;
background-color: #002F86;
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
footer .footer-inner {
flex-wrap: wrap;
padding: 20px calc(100vw / 18) calc(100vw / 18);
top: -1px;
position: relative;
}
}
footer .footer-inner .column {
width: calc( 100% / 18 * 4);
}
@media only screen and (max-width: 768px) {
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: white;
}
footer .footer-inner .column p {
margin: 0;
font-size: 14px;
}
footer .footer-inner .column p a {
color: white;
opacity: 0.8;
}
footer .footer-inner .column:nth-child(1) {
position: relative;
width: calc( 100% / 18 * 6);
padding-right: calc( 100% / 18);
}
footer .footer-inner .column:nth-child(1) .button-container {
max-width: 320px;
}
@media only screen and (max-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: calc( 100% / 18);
}
@media only screen and (max-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: calc( 100% / 18);
}
@media only screen and (max-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 (max-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%;
}
}
@media only screen and (max-width: 600px) {
.info {
padding-bottom: 40px;
}
}
.info .container {
display: flex;
flex-direction: row;
justify-content: space-between;
}
@media only screen and (max-width: 600px) {
.info .container {
flex-wrap: wrap;
}
}
.info .container .image {
width: calc(100vw / 18 * 8);
}
.info .container .image img {
border-radius: 16px;
}
@media only screen and (max-width: 600px) {
.info .container .image {
width: 100%;
}
}
.info .container .text {
width: calc(100vw / 18 * 7);
}
@media only screen and (max-width: 600px) {
.info .container .text {
width: 100%;
}
}
.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: calc( 100% / 16 * 7);
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(//kinderopvangdehoeksteen.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: calc( 100% / 16 * 8);
display: flex;
flex-direction: column;
justify-content: center;
}
@media only screen and (max-width: 768px) {
.image-text .container .text {
width: 100%;
}
}
.reports {
padding: calc( 100% / 18);
background-image: url(//kinderopvangdehoeksteen.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( 100% / 16 * 8 - 15px);
}
@media only screen and (max-width: 768px) {
.reports .container .text {
width: 100%;
}
}
.reports .container .links {
width: calc( 100% / 16 * 8 - 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%;
}
}
.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: 12px;
padding: 5px 0;
}
.reports .container .links ul li a svg {
width: 12px;
height: auto;
margin-right: 15px;
}
.crosslink {
display: flex;
justify-content: space-between;
margin: calc( 100vw / 18 * 2) 0 0;
overflow: visible;
position: relative;
background-color: rgba(202, 233, 191, 0.1);
padding-bottom: calc( 100vw / 18);
position: relative;
z-index: 0;
}
.crosslink::before {
content: '';
top: -100px;
width: 100%;
height: 100px;
position: absolute;
background: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-crosslink-top.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: bottom right;
}
@media only screen and (max-width: 768px) {
.crosslink::before {
top: -40px;
width: 100%;
height: 40px;
background-position: top center;
}
}
@media only screen and (max-width: 768px) {
.crosslink {
flex-wrap: wrap;
padding: calc( 100% / 18 * 2) 0;
}
}
.crosslink .image {
width: calc( 100vw / 18 * 9);
}
@media only screen and (max-width: 768px) {
.crosslink .image {
width: 100%;
padding: 0 calc(100% / 18);
}
}
.crosslink .image img {
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
}
@media only screen and (max-width: 768px) {
.crosslink .image img {
border-radius: 16px;
}
}
.crosslink .text {
display: flex;
flex-direction: column;
justify-content: center;
width: calc( 100vw / 18 * 8);
padding-right: calc(100% / 18);
}
@media only screen and (max-width: 768px) {
.crosslink .text {
width: 100%;
padding: 0 calc(100% / 18);
}
}
.prices-1 {
margin-bottom: calc( 100vw / 18);
}
.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: calc(100% / 16 * 6);
}
@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: calc(100% / 16 * 8);
}
@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;
width: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
.prices-1 .container .table .table-inner .column {
width: 100%;
margin-bottom: 40px;
}
.prices-1 .container .table .table-inner .column:nth-child(1) {
border-bottom: 1px solid rgba(132, 129, 153, 0.1);
padding-bottom: 30px;
}
.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: 12px;
}
.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(//kinderopvangdehoeksteen.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(100% / 3 - 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: 12px;
}
.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(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/check.svg) no-repeat left 6px; background-size: 20px 20px;
padding: 5px 20px 5px 30px;
list-style: none;
}
.extra-info {
padding-top: 40px;
}
.extra-info .container {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
.extra-info .container {
flex-wrap: wrap;
}
}
.extra-info .container .column {
width: calc(50% - 40px);
}
@media only screen and (max-width: 768px) {
.extra-info .container .column {
width: 100%;
}
}
.our-team-members .container {
margin-bottom: 40px;
}
.our-team-members .container .member {
padding: clamp(20px, calc(100% / 16), 40px);
display: flex;
justify-content: space-around;
}
@media only screen and (max-width: 768px) {
.our-team-members .container .member {
flex-wrap: wrap;
padding: 0;
}
}
.our-team-members .container .member:nth-child(1) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
order: 0;
}
.our-team-members .container .member:nth-child(2) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
order: 2;
}
.our-team-members .container .member:nth-child(3) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
order: 0;
}
.our-team-members .container .member:nth-child(4) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
order: 2;
}
.our-team-members .container .member:nth-child(5) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
order: 0;
}
.our-team-members .container .member:nth-child(6) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
order: 2;
}
.our-team-members .container .member:nth-child(7) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
order: 0;
}
.our-team-members .container .member:nth-child(8) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
order: 2;
}
.our-team-members .container .member:nth-child(9) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
order: 0;
}
.our-team-members .container .member:nth-child(10) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
order: 2;
}
.our-team-members .container .member:nth-child(11) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
order: 0;
}
.our-team-members .container .member:nth-child(12) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
order: 2;
}
.our-team-members .container .member .image {
width: calc(100vw / 18 * 5);
overflow: visible;
padding: clamp(20px, calc(100vw / 18), 40px);
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
text-align: center;
}
@media only screen and (max-width: 768px) {
.our-team-members .container .member .image {
width: 100%;
order: 0 !important;
background-size: 100% 100%;
}
}
.our-team-members .container .member .image img {
width: calc(100vw / 18 * 3);
height: calc(100vw / 18 * 3);
object-fit: cover;
border-radius: 16px;
}
@media only screen and (max-width: 768px) {
.our-team-members .container .member .image img {
width: calc(100vw / 18 * 9);
height: calc(100vw / 18 * 9);
}
}
.our-team-members .container .member .content {
width: calc(100% / 16 * 8);
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;
}
}
.jobs {
padding-bottom: clamp(20px, calc(100vw / 18), 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: calc( 100% / 16 * 5);
}
@media only screen and (max-width: 768px) {
.jobs .container .intro-text {
width: 100%;
}
}
.jobs .container .job-list {
width: calc( 100% / 16 * 10);
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( 100% / 2 - 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(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/check.svg) no-repeat left 10px; background-size: 20px 20px;
padding: 5px 20px 5px 30px;
list-style: none;
}
.contact-details .container {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
.contact-details .container {
flex-wrap: wrap;
}
}
.contact-details .container .column {
width: calc( 100% / 3 - 20px);
}
@media only screen and (min-width: 1200px) {
.contact-details .container .column {
padding-right: 40px;
}
}
@media only screen and (max-width: 1200px) {
.contact-details .container .column {
width: 50%;
}
}
@media only screen and (max-width: 768px) {
.contact-details .container .column {
width: 100%;
}
}
.parent-comittee {
padding: clamp(20px, calc(100vw / 18), 80px) 0;
}
.parent-comittee .container .row.comittee-info {
display: flex;
justify-content: space-between;
}
.parent-comittee .container .row.comittee-info .intro-text {
width: calc( 100% / 16 * 8);
display: flex;
justify-content: center;
flex-direction: column;
}
.parent-comittee .container .row.comittee-info .image {
width: calc( 100% / 16 * 6);
}
.parent-comittee .container .row.comittee-info .image img {
border-radius: 16px;
}
.parent-comittee .container .row.parent-list {
display: flex;
flex-direction: column;
}
.parent-comittee .container .row.parent-list .parent {
padding: clamp(20px, calc(100% / 16), 40px);
display: flex;
justify-content: space-around;
}
@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(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
order: 0;
}
.parent-comittee .container .row.parent-list .parent:nth-child(2) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
order: 2;
}
.parent-comittee .container .row.parent-list .parent:nth-child(3) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
order: 0;
}
.parent-comittee .container .row.parent-list .parent:nth-child(4) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
order: 2;
}
.parent-comittee .container .row.parent-list .parent:nth-child(5) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
order: 0;
}
.parent-comittee .container .row.parent-list .parent:nth-child(6) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-1.svg);
order: 2;
}
.parent-comittee .container .row.parent-list .parent:nth-child(7) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-2.svg);
order: 0;
}
.parent-comittee .container .row.parent-list .parent:nth-child(8) .image {
background-image: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-team-3.svg);
order: 2;
}
.parent-comittee .container .row.parent-list .parent .image {
width: calc(100vw / 18 * 5);
overflow: visible;
padding: clamp(20px, calc(100vw / 18), 40px);
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
text-align: center;
}
@media only screen and (max-width: 768px) {
.parent-comittee .container .row.parent-list .parent .image {
width: 100%;
order: 0 !important;
background-size: 100% 100%;
}
}
.parent-comittee .container .row.parent-list .parent .image img {
width: calc(100vw / 18 * 3);
height: calc(100vw / 18 * 3);
object-fit: cover;
border-radius: 16px;
}
@media only screen and (max-width: 768px) {
.parent-comittee .container .row.parent-list .parent .image img {
width: calc(100vw / 18 * 9);
height: calc(100vw / 18 * 9);
}
}
.parent-comittee .container .row.parent-list .parent .content {
width: calc(100% / 16 * 8);
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;
}
}
[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: calc(100% / 16 * 8);
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
padding: calc(100% / 16 / 2) calc(100% / 16);
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 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.sign-up-form .container .form .wpcf7 form h3 {
width: 100%;
margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .wpcf7 form h3 {
margin-bottom: 15px;
}
}
.sign-up-form .container .form .wpcf7 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 {
flex-wrap: wrap;
}
}
.sign-up-form .container .form .wpcf7 form label.split {
width: calc( 50% - 10px);
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .wpcf7 form label.split {
width: 100%;
}
}
.sign-up-form .container .form .wpcf7 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: 12px;
}
.sign-up-form .container .form .wpcf7 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 {
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 {
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 16px;
}
.sign-up-form .container .form .wpcf7 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 {
width: 100%;
}
}
.sign-up-form .container .form .wpcf7 form span.label.split label {
margin-bottom: 10px;
}
.sign-up-form .container .form .wpcf7 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 {
margin: 0;
font-size: 12px;
}
.sign-up-form .container .form .wpcf7 form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-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 {
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"] {
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 {
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 {
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 {
margin-left: 10px;
margin-top: 2px;
}
.sign-up-form .container .form .wpcf7 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 {
margin-bottom: 15px;
}
}
.sign-up-form .container .form .wpcf7 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 {
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 {
margin: 0;
font-size: 12px;
}
.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) {
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 {
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"] {
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 {
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 {
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 {
margin-left: 10px;
margin-top: 2px;
}
.sign-up-form .container .form .wpcf7 form [data-class="wpcf7cf_group"] .group-container .form-label {
background-color: #FFFFFF;
margin-left: 20px;
color: #7171DF;
font-weight: 700;
position: relative;
z-index: 2;
padding: 0 5px;
font-size: 12px;
}
.sign-up-form .container .form .wpcf7 form [data-class="wpcf7cf_group"] .group-container .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"] .group-container .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"] .group-container .wpcf7-form-control-wrap textarea {
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 16px;
}
.sign-up-form .container .form {
width: calc(100% / 16 * 8);
box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
padding: calc(100% / 16 / 2) calc(100% / 16);
border-radius: 16px;
background-color: white;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form {
width: 100%;
margin-bottom: 80px;
}
}
.sign-up-form .container .form .wpcf7-submit {
padding: 5px;
}
.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 .pb-form form h3 {
width: 100%;
margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .pb-form form h3 {
margin-bottom: 15px;
}
}
.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 .pb-form form label {
flex-wrap: wrap;
}
}
.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 .pb-form form label.split {
width: 100%;
}
}
.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: 12px;
}
.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 .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 .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 .pb-form form span.label.split {
width: calc( 50% - 10px);
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .pb-form form span.label.split {
width: 100%;
}
}
.sign-up-form .container .form .pb-form form span.label.split label {
margin-bottom: 10px;
}
.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 .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
margin: 0;
font-size: 12px;
}
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-child) {
margin-left: 15px;
}
.sign-up-form .container .form .pb-form form span.label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
display: flex;
flex-direction: row;
}
.sign-up-form .container .form .pb-form form span.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 .pb-form form span.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 .pb-form form span.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 .pb-form form span.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 .pb-form form [data-class="wpcf7cf_group"] {
width: 100%;
max-width: 100%;
}
@media only screen and (max-width: 768px) {
.sign-up-form .container .form .pb-form form [data-class="wpcf7cf_group"] h4 {
margin-bottom: 15px;
}
}
.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 .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 .pb-form form [data-class="wpcf7cf_group"] .group-container .label.split .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
margin: 0;
font-size: 12px;
}
.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 .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 .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 .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 .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 .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 .pb-form form [data-class="wpcf7cf_group"] .group-container .form-label {
background-color: #FFFFFF;
margin-left: 20px;
color: #7171DF;
font-weight: 700;
position: relative;
z-index: 2;
padding: 0 5px;
font-size: 12px;
}
.sign-up-form .container .form .pb-form form [data-class="wpcf7cf_group"] .group-container .wpcf7-form-control-wrap {
position: relative;
top: -10px;
z-index: 1;
min-width: 100%;
}
.sign-up-form .container .form .pb-form form [data-class="wpcf7cf_group"] .group-container .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 .pb-form form [data-class="wpcf7cf_group"] .group-container .wpcf7-form-control-wrap textarea {
border: 1px solid rgba(35, 29, 79, 0.1);
border-radius: 16px;
}
.sign-up-form .container .images {
width: calc(100% / 16 * 7);
}
@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: calc(100% / 7 * 6);
margin-left: auto;
}
.wpcf7-text {
padding-left: 15px !important;
font-size: 12px;
}
#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: 12px;
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(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/plus.svg);
}
#remove-child {
display: none;
background-image: url(//kinderopvangdehoeksteen.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;
}
#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: 12px;
position: relative;
top: -2px;
}
.optgroup label {
padding-left: 10px;
}
#pb-form > form > div > fieldset > div > div > span {
margin: 0 !important;
}
.pb-field-group {
margin-bottom: 20px !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;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
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%;
}
.hero {
padding-bottom: calc( 100vw / 18);
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: calc( 100vw / 18 * 8);
padding: 0 calc( 100vw / 18);
display: flex;
justify-content: center;
flex-direction: column;
background-image: url(//kinderopvangdehoeksteen.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: 100px;
}
@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: calc( 100vw / 18 * 10);
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;
} 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;
} 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(//kinderopvangdehoeksteen.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( 100% / 16 * -1 + 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(//kinderopvangdehoeksteen.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%;
} .home #page {
padding-top: 0;
}
.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 .container .text {
width: calc( 100vw / 18 * 5);
}
@media only screen and (max-width: 900px) {
.offering .container .text {
width: 100%;
}
}
.offering .container .text h3 {
font-size: 24px;
}
.offering .container .services {
display: flex;
width: calc( 100vw / 18 * 10);
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 .container .services {
width: 100%;
}
}
.offering .container .services .service {
width: calc(100% / 2 - 15px);
border-radius: 16px;
overflow: hidden;
display: flex;
background-color: #FFFFFF;
flex-direction: column;
align-items: flex-start;
margin-bottom: 30px;
}
.offering .container .services .service:nth-child(2) {
position: relative;
top: 200px;
}
@media only screen and (max-width: 900px) {
.offering .container .services .service {
width: calc( 50% - 20px);
}
}
@media only screen and (max-width: 600px) {
.offering .container .services .service {
width: 100%;
margin-bottom: 20px;
}
.offering .container .services .service:nth-child(2) {
top: 0;
}
}
.offering .container .services .service .image {
width: 100%;
height: 200px;
object-fit: cover;
}
.offering .container .services .service .service-text {
padding: 20px;
}
.offering .container .services .service .service-text h4 {
font-size: 18px;
color: #404040;
margin-top: 0;
}
.offering .container .services .service .service-text ul {
margin: 0;
padding: 0;
color: #848199;
font-size: 14px;
}
.offering .container .services .service .service-text ul li {
margin-left: 0;
background: url(//kinderopvangdehoeksteen.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 .container .services .service .service-text a {
display: inline-block;
padding-top: 20px;
color: #FC9C9C;
}
.info {
display: flex;
justify-content: space-between;
background: url(//kinderopvangdehoeksteen.nl/wp-content/themes/dehoeksteen/images/blob-3.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
padding: calc( 100vw / 18 * 2) 0;
overflow: visible;
}
@media only screen and (max-width: 768px) {
.info {
flex-wrap: wrap;
padding: calc( 100% / 18 * 2) calc(100% / 18);
}
}
.info .image {
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
width: calc( 100vw / 18 * 9);
}
@media only screen and (max-width: 768px) {
.info .image {
width: 100%;
border-radius: 16px;
}
}
.info .text {
display: flex;
flex-direction: column;
justify-content: center;
width: calc( 100vw / 18 * 8);
padding-right: calc( 100vw / 18);
}
@media only screen and (max-width: 768px) {
.info .text {
width: 100%;
padding-right: 0;
}
}
.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: calc( 100% / 18 * 2) calc(100% / 18);
}
}
.app .container .image {
border-radius: 16px;
width: calc( 100vw / 18 * 8);
}
@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: calc( 100vw / 18 * 8);
padding-left: calc( 100vw / 18);
}
@media only screen and (max-width: 768px) {
.app .container .text {
width: 100%;
padding-left: 0;
}
}
.team {
display: flex;
justify-content: space-between;
padding: calc( 100vw / 18) 0;
padding-left: calc( 100vw / 18);
}
@media only screen and (max-width: 768px) {
.team {
flex-wrap: wrap;
margin-bottom: 40px;
}
}
.team .text {
width: calc( 100vw / 18 * 6);
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: calc( 100vw / 18 * 12);
overflow: hidden;
position: relative;
margin-left: calc( 100vw / 18);
}
@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: calc(320px * 14);
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(//kinderopvangdehoeksteen.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(//kinderopvangdehoeksteen.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(//kinderopvangdehoeksteen.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(//kinderopvangdehoeksteen.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(//kinderopvangdehoeksteen.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(//kinderopvangdehoeksteen.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(//kinderopvangdehoeksteen.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(calc(-260px * 7));
}
}
.product-overview .container {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.product-overview .container h1 {
text-align: center;
}
.product-overview .container .products {
display: flex;
width: calc( 100vw / 18 * 12);
flex-wrap: wrap;
justify-content: center;
}
@media only screen and (max-width: 600px) {
.product-overview .container .products {
width: 100%;
}
}
.product-overview .container .products .product {
width: calc( 100vw / 18 * 3);
margin: calc( 100vw / 18 / 2);
margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
.product-overview .container .products .product {
width: calc( 50% - 40px);
margin: 20px;
margin-bottom: 40px;
}
}
@media only screen and (max-width: 600px) {
.product-overview .container .products .product {
width: 100%;
margin: 0;
margin-bottom: 40px;
}
}
.product-overview .container .products .product a {
text-decoration: none;
color: #FFFFFF;
text-align: center;
}
.product-overview .container .products .product a .product-container .product-image {
background-color: #FFADFA;
border-radius: 20px;
display: flex;
justify-content: center;
}
.product-overview .container .products .product a .product-container .product-image img {
width: calc( 100vw / 18 * 3);
height: calc( 100vw / 18 * 4);
bottom: 0;
object-fit: contain;
}
@media only screen and (max-width: 600px) {
.product-overview .container .products .product a .product-container .product-image img {
min-height: 320px;
width: 100%;
}
}
.product-overview .container .products .product a .product-container figcaption {
color: #050504;
text-align: center;
}
.product-overview .container .products .product a .product-container figcaption h3 {
margin: 0;
padding-top: 30px;
text-decoration: none;
background-color: #050504;
position: relative;
z-index: 2;
color: #FFADFA;
font-size: 18px;
word-break: keep-all;
}
.product-overview .container .products .product a .product-container figcaption h3 span {
display: block;
color: #FFFFFF;
font-size: 28px;
}
@media only screen and (max-width: 600px) {
.product-overview .container .products .product a .product-container figcaption h3 {
font-size: 14px;
padding-top: 15px;
}
.product-overview .container .products .product a .product-container figcaption h3 span {
font-size: 22px;
}
}
.related-products .products .product a .product-container .product-image {
background-color: #FFADFA;
border-radius: 20px;
display: flex;
justify-content: center;
}
.related-products .products .product a .product-container .product-image img {
width: calc( 100vw / 18 * 3);
height: calc( 100vw / 18 * 4);
bottom: 0;
object-fit: contain;
}
@media only screen and (max-width: 600px) {
.related-products .products .product a .product-container .product-image img {
min-height: 320px;
width: 100%;
}
}
.related-products .products .product a .product-container figcaption {
color: #050504;
text-align: center;
}
.related-products .products .product a .product-container figcaption h3 {
margin: 0;
padding-top: 30px;
text-decoration: none;
background-color: #050504;
position: relative;
z-index: 2;
color: #FFADFA;
font-size: 18px;
word-break: keep-all;
}
.related-products .products .product a .product-container figcaption h3 span {
display: block;
color: #FFFFFF;
font-size: 28px;
}
@media only screen and (max-width: 600px) {
.related-products .products .product a .product-container figcaption h3 {
font-size: 14px;
padding-top: 15px;
}
.related-products .products .product a .product-container figcaption h3 span {
font-size: 22px;
}
}
.product a .product-container .product-image {
background-color: #FFADFA !important;
transition: all 0.2s ease-in-out !important;
}
.product a .product-container .product-image .image {
transform: rotate(0deg) !important;
transition: all 0.2s ease-in-out !important;
}
.product a:hover .product-container .product-image {
transition: all 0.2s ease-in-out !important;
}
.product a:hover .product-container .product-image .image {
transform: rotate(5deg) !important;
transition: all 0.2s ease-in-out !important;
}
.single-producten #page .site-main .start {
display: flex;
}
@media only screen and (max-width: 600px) {
.single-producten #page .site-main .start {
flex-wrap: wrap;
}
}
.single-producten #page .site-main .start .product-image {
background-color: #FFADFA;
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
width: calc( 100vw / 18 * 7);
height: calc( 100vw / 18 * 7);
overflow: hidden;
}
@media only screen and (max-width: 600px) {
.single-producten #page .site-main .start .product-image {
width: 100%;
height: calc( 100vw / 18 * 16);
}
}
.single-producten #page .site-main .start .product-info {
width: calc( 100vw / 18 * 7);
padding-left: calc( 100vw / 18 * 2);
}
@media only screen and (max-width: 600px) {
.single-producten #page .site-main .start .product-info {
width: 100%;
padding-left: calc( 100vw / 18);
padding-right: calc( 100vw / 18);
}
}
.single-producten #page .site-main .start .product-info h1 {
margin-left: calc( -100vw / 18 / 2);
}
.single-producten #page .site-main .start .product-info .flavours {
margin-bottom: calc( 100vw / 18);
}
.single-producten #page .site-main .start .product-info .flavours ul {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
}
.single-producten #page .site-main .start .product-info .flavours ul li {
display: inline-block;
margin-right: 5px;
margin-bottom: 5px;
padding: 10px 5px;
border: 1px solid #FFFFFF;
font-size: 12px;
border-radius: 5px;
}
.single-producten #page .site-main .start .product-info .flavours ul.active {
max-height: 100%;
height: 100%;
}
.single-producten #page .site-main .start .product-info .flavours ul.active::before {
content: " ";
opacity: 0;
transition: opacity 0.4s ease-in-out;
}
.single-producten #page .site-main .start .product-info .flavours .see-all-flavours {
border-top: 1px solid rgba(255, 255, 255, 0.2);
width: 100%;
display: inline-block;
padding-top: 20px;
cursor: pointer;
}
.single-producten #page .site-main .start .product-info .flavours .see-all-flavours img {
display: inline-block;
width: 9px;
height: auto;
transform: rotate(0deg);
transition: all 0.4s ease-in-out;
}
.single-producten #page .site-main .start .product-info .flavours .see-all-flavours.active {
border-top: 1px solid rgba(255, 255, 255, 0);
}
.single-producten #page .site-main .start .product-info .flavours .see-all-flavours.active img {
transform: rotate(180deg);
transition: all 0.4s ease-in-out;
}
.single-producten #page .site-main .container {
padding: calc(100% / 18) calc(100% / 18 * 2);
}
@media only screen and (max-width: 600px) {
.single-producten #page .site-main .container {
padding: calc(100% / 18) calc(100% / 18);
}
}
.single-producten #page .site-main .container .about-info {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.single-producten #page .site-main .container .about-info .text {
width: calc( 100vw / 18 * 6);
}
.single-producten #page .site-main .container .about-info .text p {
margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
.single-producten #page .site-main .container .about-info .text {
width: 100%;
}
}
.single-producten #page .site-main .container .about-info .image {
width: calc( 100vw / 18 * 6);
height: fit-content;
border-radius: 20px;
}
@media only screen and (max-width: 600px) {
.single-producten #page .site-main .container .about-info .image {
width: 100%;
}
}
.related-products {
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
margin-top: calc( 100vw / 18);
}
@media only screen and (max-width: 600px) {
.related-products {
margin-top: calc( 100vw / 18 * 4);
}
}
.related-products h2 {
text-align: center;
}
.related-products .products {
display: flex;
width: calc( 100vw / 18 * 12);
flex-wrap: wrap;
justify-content: center;
}
@media only screen and (max-width: 900px) {
.related-products .products {
width: 100%;
}
}
.related-products .products .product {
width: calc( 100vw / 18 * 3);
margin: calc( 100vw / 18 / 2);
margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
.related-products .products .product {
width: 30%;
margin: calc( 100vw / 18 / 2);
margin-bottom: 0;
}
}
@media only screen and (max-width: 600px) {
.related-products .products .product {
width: 100%;
margin: 0;
}
}
.related-products .products .product a {
text-decoration: none;
color: #FFFFFF;
text-align: center;
}
.related-products .products .product a .product-container .product-image {
background-color: #FFADFA;
border-radius: 20px;
}
.page-template-page-about #page {
padding-top: 0;
}
.page-template-page-about #page .text_image, .page-template-page-about #page .image_text {
padding-top: calc( 100vw / 18 * 1);
}
.page-template-page-about #page .text_image .container, .page-template-page-about #page .image_text .container {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 600px) {
.page-template-page-about #page .text_image .container, .page-template-page-about #page .image_text .container {
flex-wrap: wrap;
}
}
.page-template-page-about #page .text_image .container .text, .page-template-page-about #page .image_text .container .text {
width: calc( 100vw / 18 * 7);
display: flex;
flex-direction: column;
justify-content: center;
}
@media only screen and (max-width: 600px) {
.page-template-page-about #page .text_image .container .text, .page-template-page-about #page .image_text .container .text {
width: 100%;
}
}
.page-template-page-about #page .text_image .container .image, .page-template-page-about #page .image_text .container .image {
width: calc( 100vw / 18 * 7);
}
@media only screen and (max-width: 600px) {
.page-template-page-about #page .text_image .container .image, .page-template-page-about #page .image_text .container .image {
width: 100%;
}
}
@media only screen and (max-width: 600px) {
.page-template-page-about #page .text_image .container .text {
order: 2;
}
}
@media only screen and (max-width: 600px) {
.page-template-page-about #page .text_image .container .image {
order: 1;
}
}
.page-template-page-about #page .image_text {
padding-bottom: calc( 100vw / 18 * 1);
}
.image-in {
overflow: hidden;
border-radius: 20px;
}
.image-in img {
border-radius: 20px;
}
.about_text_image .container {
display: flex;
max-width: 1024px;
justify-content: center;
margin-left: calc( (100% - 1024px) / 2);
}
@media only screen and (max-width: 1024px) {
.about_text_image .container {
margin-left: 0;
}
}
@media only screen and (max-width: 600px) {
.about_text_image .container {
flex-wrap: wrap;
}
}
.about_text_image .container .text {
order: 2;
padding-left: calc( 100vw / 18);
width: calc( 100vw / 18 * 10);
margin-bottom: 40px;
display: flex;
flex-direction: column;
justify-content: center;
}
@media only screen and (max-width: 600px) {
.about_text_image .container .text {
width: 100%;
padding-left: 0;
}
}
.about_text_image .container .text .text-in {
margin-top: 0;
}
.about_text_image .container .text h2 {
font-family: "Quicksand", sans-serif;
font-style: normal;
font-size: 20px;
margin-bottom: 5px;
}
.about_text_image .container .text button {
display: block;
margin-top: 20px;
}
.about_text_image .container .image {
order: 1;
width: calc( 100vw / 18 * 6);
height: auto;
margin-bottom: 40px;
}
.about_text_image .container .image img {
margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
.about_text_image .container .image {
width: 100%;
margin-bottom: 20px;
}
}
.page-template-page-about #page .hero {
width: 100%;
height: calc( 100vw / 18 * 6);
max-height: 600px;
min-height: 300px;
padding-bottom: 0;
background-size: cover;
background-position: center top;
margin-bottom: calc( 100vw / 18 * 1);
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
}
@media only screen and (max-width: 600px) {
.page-template-page-about #page .hero {
margin-bottom: 40px;
}
}
.page-template-page-about #page .hero h1 {
text-align: center;
font-size: 144px;
}
@media only screen and (max-width: 1024px) {
.page-template-page-about #page .hero h1 {
font-size: 96px;
}
}
@media only screen and (max-width: 600px) {
.page-template-page-about #page .hero h1 {
font-size: 44px;
}
}
.page-template-page-about #page .intro {
margin-bottom: 40px;
text-align: center;
}
.page-template-page-text-image #page .text_image {
padding-top: calc( 100vw / 18 * 1);
}
.page-template-page-text-image #page .text_image .container {
display: flex;
justify-content: space-between;
}
@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: calc( 100vw / 18 * 7);
}
@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: calc( 100vw / 18 * 7);
height: calc( 100vw / 18 * 5);
background-color: #FFADFA;
border-radius: 40px;
overflow: visible;
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: calc( 100vw / 18 * 5);
}
}
.page-template-page-text-image #page .text_image .container .image img {
position: relative;
top: calc( 100vw / -18);
left: 50%;
transform: translate(-50%, 0);
height: calc( 100vw / 18 * 7);
width: auto;
background-color: transparent;
border-radius: 0;
min-height: 480px;
}
.mailpoet_form form input {
outline: 0;
border: none;
}
.mailpoet_form form .mailpoet_paragraph input {
outline: 0;
border: none;
}
.mailpoet_form form .mailpoet_paragraph input.mailpoet_text {
border-radius: 20px;
padding-left: 20px;
}
.mailpoet_form form .mailpoet_paragraph input.mailpoet_submit {
cursor: pointer;
border: none;
border-radius: 32px;
background: #FFADFA;
color: #050504;
font-family: "Kids Rock Regular", "IBM Plex Sans", sans-serif !important;
font-size: 16px;
line-height: 24px;
padding: 20px 20px;
transition: transform 0.2s ease-in-out;
}   .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: 210px;
}
@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: 12px;
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 - (100% / 18));
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;
}
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}    .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #231D4F;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}[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;
}