/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*Fonts*/
@import url("//hello.myfonts.net/count/3b4481");
@import url("//hello.myfonts.net/count/342743");

@font-face {
	font-family: 'TTNorms-Regular';src: url('webfonts/342743_F_0.eot');src: url('webfonts/342743_F_0.eot?#iefix') format('embedded-opentype'),url('webfonts/342743_F_0.woff2') format('woff2'),url('webfonts/342743_F_0.woff') format('woff'),url('webfonts/342743_F_0.ttf') format('truetype');
}
@font-face {
	font-family: 'TTNorms-Bold';src: url('webfonts/342743_4_0.eot');src: url('webfonts/342743_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/342743_4_0.woff2') format('woff2'),url('webfonts/342743_4_0.woff') format('woff'),url('webfonts/342743_4_0.ttf') format('truetype');
}

@font-face {
	font-family: 'TTNorms-Medium';src: url('webfonts/342743_D_0.eot');src: url('webfonts/342743_D_0.eot?#iefix') format('embedded-opentype'),url('webfonts/342743_D_0.woff2') format('woff2'),url('webfonts/342743_D_0.woff') format('woff'),url('webfonts/342743_D_0.ttf') format('truetype');
}
  
@font-face {
  font-family: 'Recoleta-Medium'; src: url('webfonts/Recoleta-Medium/font.eot'); src: url('webfonts/Recoleta-Medium/font.woff2') format('woff2'), url('webfonts/Recoleta-Medium/font.woff') format('woff'), url('webfonts/Recoleta-Medium/font.eot?#iefix') format('embedded-opentype'), url('webfonts/Recoleta-Medium/font.ttf') format('truetype');
}

body h1, body h2, body h3, body h4, body h5, body h6,
body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong{
	font-family: 'TTNorms-Regular', sans-serif;
	font-weight: normal;
}

body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong {
	color: var(--color-groen);
}

li, p, a, time, div{
	font-family: 'TTNorms-Regular';
	font-weight: normal;
}

strong{
	font-family: 'TTNorms-Bold';
}

.w-btn .w-btn-label {
	font-family: 'TTNorms-Medium';	
}

/* Job application form */
#mc-ats-job-application-form .mc-ats-job-application-field-container {
	margin-bottom: 20px;
}
#mc-ats-job-application-form label {
	display: block;
	font-family: "TTNorms-Medium", sans-serif;
	font-size: 17px;
}
#mc-ats-job-application-form label.required::after {
	content: "*";
	color: #FF7808;
}
#mc-ats-job-application-form input,
#mc-ats-job-application-form textarea {
	font-family: "TTNorms-Regular", sans-serif;
	font-size: 16px;
}
#mc-ats-job-application-form input:not([type="submit"]),
#mc-ats-job-application-form textarea {
	padding: 6px 10px;
	border-radius: 0;
	border: 1px solid #29304F;
	line-height: 1.3;
	box-shadow: none;
}
#mc-ats-job-application-form input:focus:not([type=submit]),
#mc-ats-job-application-form textarea:focus {
	border-color: #FF7808;
	box-shadow: none;
}
#mc-ats-job-application-form input[type="file"] {
	padding-left: 0;
	border: 0;
}
#mc-ats-job-application-form .mc-job-application-error {
	color: #FF7808;
}
.mc-ats-job-application-success {
	padding: 0.5rem 1rem;
	font-family: "TTNorms-Regular", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #FF7808;
}

/* plane animation */
.map {
	width: 478px;
	height: 268px;
	position: relative;
	/* top: 50%;
	left: 50%; */
	/* transform: translate(-50%, -50%); */
	background-image: url("/wp-content/uploads/2024/08/Middel-2@2x.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.plane {
	/* margin-left: 216.3565px;
	margin-top: 115.674px; */
	left: 215px;
	top: 84px;
	offset-anchor: center;
	position: absolute;
	width: 23px;
	height: 21px;
	background: url("/wp-content/uploads/2024/08/plane-duotone-solid-blue-1.svg");
	background-repeat: no-repeat;
	background-size: contain;
	offset-path: path("m.75,31.73C.37,27.91-.96,10.52,10.55.38");
	/* offset-position: bottom 10px right 20px; */
	animation: fly 4000ms infinite ease-in-out; 
}

@keyframes fly {
	0% {
		offset-distance: 0%;
	}
	100% {
		offset-distance: 100%;
	}
}


/* Code new */
.fa-linkedin:before {
    content: "\f0e1";
}

.fa-facebook:before {
    content: "\f39e";
}

.mc--fs-3rem h3 {
	font-size: 3rem;
}

.w-socials.style_outlined .w-socials-item-link {
    box-shadow: inset 0 0 0 2px var(--color-groen);
	color: var(--color-wit);
}

.mc--link-wit .wpb_text_column a {
	color: var(--color-wit);
}

.mc--animated-plus {
	position: absolute;
	width: 120px;
    z-index: 99;
	height: 120px;

}

.mc--plus-1 {
    right: 15.6rem;
    bottom: 6.8rem;
}

.mc--plus-2 {
	right: 11.6rem;
    bottom: 31.6rem;
}

.mc--plus-2 img {
	animation: focus 3s linear infinite;
}

.mc--plus-1 img {
	animation: focus 5s linear infinite;
}

@keyframes focus {
	0% { -webkit-filter: blur(0px);}
	30% { -webkit-filter: blur(4px);}
	70% { -webkit-filter: blur(0px);}  
	100% { -webkit-filter: blur(0px);}  
}



/* Header */
header .w-nav-arrow {
	color: var(--color-groen);
}

.w-nav.type_desktop.dropdown_height .w-nav-list:not(.level_1) {
	border-radius: 8px !important;
	overflow: hidden;
}

/* Form */
.with_frm_style .frm_inside_container > label {
	top: calc(-2px + .5 * var(--field-height));
	left: 18px;
}

.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
	padding: 0rem !important;
}

.with_frm_style .frm_inside_container.frm_label_float_top > label {
    top: -2px;
    left: 21px;
    background: #29304f;
    max-width: fit-content;
	padding-left: 2px;
	padding-right: 2px;
}

.with_frm_style .frm_inside_container {
	padding-top: 6px;
}

.with_frm_style .frm_submit {
	float: right;
}

#frm_field_39_container {
	border-right: solid 1px rgba(255,255,255,0.3);
	padding-right: 1rem;
}

#frm_field_44_container {
	margin-bottom: 0px;
}

/* Text loop */
.mc--text-loop{
	overflow: hidden;
}

.mc--text-loop h6{
    font-size: 7rem;
	-webkit-animation: loop 10s infinite linear;
    animation: loop 10s infinite linear;
    display: flex;
    white-space: nowrap;
}

.mc--text-loop h6 strong{
    color: var(--color-groen);
}

@keyframes loop {
    100% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
}

/* Dienste overzicht */
.mc--diensten-overzicht h2 {
	max-width: 540px;
	margin-bottom: 3rem;
}

.mc--diensten-overzicht .vc_col-sm-4 img {
	max-width: 48px;
	margin-bottom: 1.5rem;
}

.mc--diensten-overzicht .vc_col-sm-4 p {
	font-size: 1.33rem;
}

.mc--diensten-overzicht .vc_col-sm-4  .w-btn {
	margin-top: 2rem;
}

/* Recente vacatures */
.mc--vacature-recent .wpb_text_column h3 {
	font-size: 5rem;
	margin-bottom: 2.5rem;
}

/* .mc--vacature-recent .mc_job_listing:nth-child(1) {
	transform: rotate(-10deg) translateY(40px) translateX(-10px);
}

.mc--vacature-recent .mc_job_listing:nth-child(3) {
	transform: rotate(10deg) translateY(40px) translateX(10px);
}

.mc--vacature-recent article{
	transition: all ease-out .3s;
}

.mc--vacature-recent article:hover {
	transform: translateY(-10px);
}

.mc--vacature-recent .mc_job_listing:nth-child(1):hover {
	transform: rotate(-10deg) translateY(30px) translateX(-15px);
}

.mc--vacature-recent .mc_job_listing:nth-child(3):hover {
	transform: rotate(10deg) translateY(30px) translateX(15px);
} */

/* Vacature - grid */
body .mc--vacature .w-post-elm.klant {
	font-size: 14px;
	font-family: 'TTNorms-Bold', sans-serif !important;
}

.mc--vacature .w-grid-item-h {
	padding: 2rem 1.6rem 1.4rem 1.6rem;
}

.mc--vacature h2 {
	font-family: 'TTNorms-Medium', sans-serif !important;	
}

.mc--vacature .w-btn span {
	font-size: 14px;
}

.mc--vacature .w-btn{
    padding: 0.5em 1em;
    border-radius: 5px;
}

.mc--vacature .mc--tags .post_taxonomy span {
	font-family: 'TTNorms-Medium', sans-serif !important;	
}

.mc--vacature .w-post-elm.salaris .w-post-elm-value {
	font-family: 'TTNorms-Bold', sans-serif !important;
}

/* Vacature - grid 2 */
.mc--vacature-lijst .w-grid-item-h {
	padding: 2rem 1.6rem 1.4rem 1.6rem;
}

.mc--vacature-lijst h2 {
	font-family: 'TTNorms-Medium', sans-serif !important;	
}

.mc--vacature-lijst .w-btn span {
	font-size: 14px;
}

.mc--vacature-lijst .w-btn{
    padding: 0.5em 1em;
    border-radius: 5px;
}

.mc--vacature-lijst .mc--tags .post_taxonomy span {
	font-family: 'TTNorms-Medium', sans-serif !important;	
}

/* Recente verhalen */
.mc--recente-verhalen .w-grid.type_grid .w-grid-list {
	grid-template-columns: 1fr 1fr 2fr !important;
}

.mc--recente-verhalen article:nth-child(3n+3) .post_image div{
	padding-bottom: 66.66% !important;
}

.mc--verhaal article:hover .mc--plus {
	transform: rotate(135deg);
}

.mc--verhaal .mc--plus {
	transition: all ease .3s;
}

.mc--recente-verhalen article:nth-child(3n+3) .post_title a {
	font-size: 1.33rem;
}

.mc--recente-verhalen article:nth-child(3n+3) .post_title{
	line-height: 1.2;
}

.mc--recente-verhalen article .post_title {
	line-height: 1;
}

.mc--recente-verhalen article .post_title a {
	font-size: 1rem;
	line-height: 1 !important;
}

/* Werkwijze */
.mc--werkwijze-stap {
	background-color: var(--color-donkerblauw);
	padding: 0rem 3rem 3rem 3rem;
}
.mc--werkwijze-stap.oranje {
	background-color: var(--color-groen);
	padding: 0rem 3rem 3rem 3rem;
}

.mc--werkwijze-stap h2 {
	font-size: 1.33rem;
}

.mc--werkwijze-stap .mc--cijfer p{
	font-size: 6.1rem;
	font-family: 'TTNorms-Bold', sans-serif;
	margin-bottom: 1.5rem;
	transform: translateY(-20px);
}

/* .mc--werkwijze-stap .mc--cijfer p::after {
	content: url('/wp-content/uploads/2025/02/solves-element_plus.svg');
	margin-left: 5px;
} */

.mc--werkwijze-stap.mc--1 {
	width: 90% ;
	margin-left: auto;
	margin-right: 5%;
}

.mc--werkwijze-stap.mc--2 {
	width: 80%;
	margin-left: auto;
	margin-right: 5%;
	margin-top: -5rem;
}

.mc--werkwijze-stap.mc--3 {
	width: 80%;
	margin-left: 0;
	margin-right: auto;
}

.mc--werkwijze-stap.mc--4 {
	width: 90%;
}

.mc--werkwijze-stap.mc--5 {
	width: 90%;
	margin-left: auto;
	margin-right: 0;	
}

/* Vacature template */
.mc--job-owner img {
	border-radius: 100%;
	max-width: 150px;
}

.mc--job-owner h3 {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 1rem;
	font-family: 'TTNorms-Bold', sans-serif;
}

.mc--job-owner .w-btn {
	margin-top: 20px;
}

/* Sollicitatieform */
.mc-ats-job-application-field-container:not(:first-child) input {
	background-color: transparent;
	border: solid 1px var(--color-groen) !important;
	border-radius: 40px !important;
	color: var(--color-wit);
}

#mc-ats-job-application-form label.required::after {
	color: var(--color-wit);
}

#mc-ats-job-application-form input[type="file"] {
	background-color: transparent;
	color: var(--color-wit);
	border: dotted 1px var(--color-groen);
	padding: 15px 12px 12px;
	border-radius: 0.5rem;
	cursor: pointer;
}

/* Responsive Queries */
/* Large */
@media screen and (max-width: 1200px){}
/* Medium */
@media screen and (max-width: 1024px){}
/* Small */
@media screen and (max-width: 768px){}
/* Extra Small */
@media screen and (max-width: 576px){}
