@charset "UTF-8";
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../../../fonts/Raleway-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Bilo";
  src: url("../../../fonts/Bilo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.button {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #E29E18;
  border-radius: 100px;
  color: white;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
}
.button:hover {
  background-color: transparent;
  transition: 0.3s;
  color: #E29E18;
  text-decoration: unset;
}
.button:hover svg {
  fill: #E29E18;
  transition: 0.3s;
}
.button svg {
  width: 16px;
  fill: white;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.3s;
}

.button_hover-active {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: transparent;
  border-radius: 100px;
  color: #E29E18;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
  text-transform: uppercase;
}
.button_hover-active:hover {
  background-color: #E29E18;
  transition: 0.3s;
  color: white;
  text-decoration: unset;
}

.content-block {
  margin-inline: auto;
  padding: 3rem 1.25rem;
}

.content-block__inner {
  max-width: 1500px;
  margin-inline: auto;
  display: flex;
  gap: 5%;
}

.content-block__title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.content-block__text {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 30px;
  font-family: "Bilo", sans-serif;
  font-size: 19px;
}

.content-block__text p {
  margin: 0 0 1.15rem;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column-reverse;
}

.content-block__form {
  width: 100%;
  max-width: 600px;
}

/* ===== Contact Form 7 – basis reset ===== */
.content-block__form {
  --field-pad: .75rem 1rem;
  --border-col: #ccc;
}

.content-block__form input[type=text],
.content-block__form input[type=email],
.content-block__form textarea {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid rgba(204, 204, 204, 0.7);
  border-radius: 0.25rem;
  font: inherit;
  box-sizing: border-box;
  background: #fff;
  transition: border-color 0.2s;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-size: 19px;
  font-family: "Bilo", sans-serif;
}

.content-block__form textarea {
  min-height: 8rem;
  resize: vertical;
}

.content-block__form input:focus,
.content-block__form textarea:focus {
  border-color: #0073e6;
  outline: none;
}

/* Submit-knop */
.content-block__form input[type=submit] {
  font-family: "Bilo", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background-color: #E29E18;
  border-radius: 100px;
  color: white;
  padding: 12px 32px;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid #E29E18;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  float: right;
}

.content-block__form input[type=submit]:hover {
  transition: 0.3s all;
  background-color: transparent;
  border: 2px solid #E29E18;
  color: #E29E18;
  cursor: pointer;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 70px;
}

.contact-info h4 {
	font-size: 19px; 
	font-weight: bold;
	margin-top: 20px;
}

.contact-info p {
	margin-bottom: 5px !important;
}

.contact-info a {
	color: #E29E18;
}

.page-id-188 .content-block {
	padding: 0rem 0 3rem;
}

.page-id-188 h1 {
	max-width: 1500px; 
	margin: 0 auto;
	text-align: left;
}

.contact-info {
	text-align: left;
}

@media (max-width: 959px) {
	.content-block__inner {
		flex-direction: column;
	}
}

/* Small tweaks for accessibility & PageSpeed */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
  }
}
.wpcf7-not-valid-tip {
  font-family: "Bilo", sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: 7px solid #ffb900;
  background: white;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  font-family: "Bilo", sans-serif;
  font-size: 19px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: 7px solid #46b450;
  background: white;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 999px) and (min-width: 600px) {
  .content-block__title {
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .content-block__title {
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .content-block {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
  .wpcf7 form .wpcf7-response-output {
    margin-top: 100px;
  }
}

.socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
	padding-top: 20px;
}

.socials__link {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f2c200;
    padding: 0px;
    border-radius: 100px;
    text-decoration: none;
    transition: 0.3s all;
}

.socials__link:hover {
    background-color: #3978D0;
	transition: 0.3s all;
}

.socials__icon {
    width: 24px;
    height: 24px;
    fill: white;
}










/*# sourceMappingURL=form.css.map */