/*
Theme Name: irecruiting
Theme URI: http://www.premiumpress.com
Description: Yndenz customized theme
Author: Yndenz BV
Author URI: https://yndenz.com
Template: JB10
Version: 1.0
*/
a {
  color: #5e0c8b;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.container2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .container2 {
    width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .container2 {
    width: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .container2 {
    width: 1300px;
  }
}

.fullwidth2 {
  width: 100vw;
  position: relative;
  overflow-x: clip;
  min-width: 320px;
  margin: 0 auto;
}
.fullwidth2.--light {
  background-color: #ecf1f2;
  color: #54297C;
}

.Footer--dark {
  background: #212121;
  color: #fff;
}
.Footer__top {
  padding: 50px 0;
}
.Footer__heading {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.25em;
  display: block;
  margin-bottom: 15px;
}
.Footer__links {
  margin-bottom: 0;
}
.Footer__links li {
  margin-bottom: 15px;
}
.Footer__links li:last-child {
  margin-bottom: 0;
}
.Footer__links--inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
.Footer__links--inline li {
  display: inline-block;
  margin-left: 40px;
}
.Footer__links--inline li:first-child {
  margin-left: 0;
}
.Footer__bottom {
  padding: 50px 0;
}
.Footer__address {
  margin-top: 30px;
}
.Footer__address span {
  display: block;
}
.Footer__address--heading {
  font-size: 1rem;
  font-weight: bold;
}
.Footer__socials {
  margin-top: 30px;
}
.Footer a {
  color: #fff;
}
.Footer a:hover {
  color: #fff;
  text-decoration: none;
}

.Employee--main {
  padding: 1.25rem;
}
.Employee--main ul {
  margin: 0;
}
.Employee__name {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.Employee__occupation {
  font-size: 0.9rem;
}

/* mobile */
@media (max-width: 575.98px) {
  .hero-default:not(.hero-demo) .bg-image {
    opacity: 1 !important;
  }
}
.Button {
  display: block;
  border-radius: 3px;
}
.Button--primary-icon {
  color: #fff;
  background-color: #5E0C8B;
  border: 1px solid #5E0C8B;
  padding: 15px 10px 15px 80px;
  position: relative;
}
.Button--primary-icon i {
  position: absolute;
  left: 15px;
  font-size: 25px;
}
.Button--primary-icon i:after {
  content: " ";
  position: absolute;
  left: 40px;
  height: 56px;
  width: 1px;
  top: -16px;
  background: #79399d;
}
.Button--primary-icon span {
  display: block;
  padding-right: 20px;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .Button--primary-icon span {
    font-size: 1rem;
  }
}
.Button--light-icon {
  display: block;
  color: #444;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px 10px 15px 80px;
  position: relative;
  border-radius: 3px !important;
}
.Button--light-icon i {
  position: absolute;
  left: 15px;
  font-size: 25px;
}
.Button--light-icon i:after {
  content: " ";
  position: absolute;
  left: 40px;
  height: 56px;
  width: 1px;
  top: -16px;
  background: #eee;
}
.Button--light-icon span {
  display: block;
  padding-right: 20px;
}
.Button--light {
  display: block;
  color: #5E0C8B;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px;
  position: relative;
  border-radius: 3px !important;
  line-height: 1;
  transform: scaleX(-1);
}
.Button--light i {
  font-size: 25px;
}
.Button--light:hover {
  color: #5E0C8B;
}
.Button--iconLeft {
  padding: 15px 10px 15px 80px;
  position: relative;
}
.Button--iconLeft i {
  position: absolute;
  left: 15px;
  font-size: 25px;
}
.Button--iconLeft i:after {
  content: " ";
  position: absolute;
  left: 40px;
  height: 56px;
  width: 1px;
  top: -16px;
  background: #eee;
}
.Button--iconLeft i.fa-phone:after {
  content: " ";
  position: absolute;
  right: 40px;
  left: unset;
  height: 56px;
  width: 1px;
  top: -16px;
  background: #eee;
}
.Button--iconLeft span {
  display: block;
  padding-right: 20px;
  text-align: center;
}
.Button--social {
  padding: 10px;
  line-height: 1;
  font-size: 20px;
}
.Button--social i {
  width: 20px;
  height: 20px;
  text-align: center;
}
.Button--outline-light {
  border: 1px solid #F4F4F4;
}
.Button--outline-light i:after {
  background: rgba(175, 175, 175, 0.3);
}
.Button--outline-light i.fa-phone:after {
  background: rgba(175, 175, 175, 0.3);
}
.Button--outline-light:hover {
  border: 1px solid #c1c1c1;
}
.Button--outlineDarken {
  border: 1px solid #c1c1c1;
}
.Button--darken {
  border: 1px solid #8e8e8e;
  color: #8e8e8e;
}

.Block--side {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.Block--employee {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  flex: 1 1 auto;
  min-height: 1px;
  margin-top: 40px;
}
.Block__title--side {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.25rem;
}
.Block__title--employee {
  margin: 2rem 0;
  padding: 0 1.25rem;
}
.Block__title--employee p {
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.25rem;
  margin: 0;
}
.Block__text--side {
  font-size: 0.9rem;
}
.Block__titleImage--employee {
  position: absolute;
  right: 20px;
  top: -10px;
  width: 120px;
  height: 120px;
}
@media (min-width: 992px) {
  .Block__titleImage--employee {
    right: 10px;
    top: 8px;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1200px) {
  .Block__titleImage--employee {
    right: 20px;
    top: -10px;
    width: 120px;
    height: 120px;
  }
}
.Block__titleImage--employee img {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.Seperator--light {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.125);
}
.Seperator--footer {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.125);
}

.Links--black a {
  color: #000;
}
.Links--black a:hover {
  text-decoration: underline;
}

.page-template-tpl-online-recruiter .elementor-top-section .elementor-widget-wrap {
  padding: 0 !important;
}
@media (max-width: 575.98px) {
  .page-template-tpl-online-recruiter #page-content-wrapper.with-mobilemenu {
    margin-bottom: 0px !important;
  }
}
.page-template-tpl-online-recruiter .fwOnlineIntro2 {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .page-template-tpl-online-recruiter .fwOnlineIntro2 {
    padding: 40px 0 60px;
  }
}
.page-template-tpl-online-recruiter .cOnlineIntro2 {
  display: flex;
}
.page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 {
  width: calc(100% - 260px);
  color: #54297C;
  padding-right: 60px;
}
@media (max-width: 1260px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 {
    width: calc(100% - 210px);
  }
}
@media (max-width: 1024px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 {
    width: 100%;
    padding-right: 0;
  }
}
.page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 h1 {
  font-size: 26px;
}
@media (max-width: 1024px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 h1 {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 h1 {
    font-size: 20px !important;
  }
}
.page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 h2 {
  font-size: 24px;
}
@media (max-width: 768px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 h2 {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .left__col2 li {
    font-size: 14px !important;
  }
}
.page-template-tpl-online-recruiter .cOnlineIntro2 > .right__col2 {
  width: 360px;
  min-width: 360px;
}
@media (max-width: 1024px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .right__col2 {
    width: 100%;
  }
  .page-template-tpl-online-recruiter .cOnlineIntro2 > .right__col2 .list-group-flush .list-group-item {
    padding-left: 10px !important;
    border-top-width: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-tpl-online-recruiter .cOnlineIntro2 {
    flex-direction: column;
  }
}
.page-template-tpl-online-recruiter .featured img {
  width: 100%;
  margin: 0 0 30px;
  height: auto;
}

.fwAdditionalInfo {
  padding-top: 80px;
  position: relative;
}
@media (max-width: 579px) {
  .fwAdditionalInfo {
    padding-top: 30px;
  }
}
.fwAdditionalInfo > .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 580px) {
  .fwAdditionalInfo > .arrow {
    display: none;
  }
}

.cAdditionalInfo {
  color: #54297C;
}
.cAdditionalInfo h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.cAdditionalInfo li {
  margin-bottom: 10px;
}
.cAdditionalInfo > h4 {
  font-size: 22px;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .cAdditionalInfo > h4 {
    font-size: 20px;
    padding-bottom: 60px;
  }
}

.additional__header {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .additional__header {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .additional__header .left__header {
    width: 60%;
  }
}
.additional__header .right__header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .additional__header .right__header {
    width: 300px;
    min-width: 300px;
    margin-left: 20px;
    margin-top: 0;
  }
}
.additional__header .right__header .arrow {
  height: 28px;
  margin-right: 10px;
}
.additional__header .right__header a {
  font-size: 18px;
  color: #54297C;
}

.usps {
  display: flex;
  flex-wrap: wrap;
}

.usp {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .usp {
    width: 33%;
  }
}
.usp__image {
  transition: 0.4s ease;
}
.usp__image:hover {
  transform: translate(0, -5px);
}
.usp__text {
  font-size: 22px;
  margin-bottom: 80px;
  cursor: pointer;
  transition: 0.4s ease;
}
.usp__text:hover {
  transform: translate(0, -5px);
  border-bottom: 1px solid #54297C;
}
@media (max-width: 1280px) {
  .usp__text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .usp__text {
    font-size: 20px;
  }
}
.usp img {
  width: auto;
  height: 180px;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  .usp {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .usp {
    width: 100%;
    align-items: center;
  }
}
.usp .popup2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
  position: relative;
  display: none;
  top: 0;
  right: 0;
}
.usp .popup2 .inner__popup2 {
  position: relative;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background-color: white;
  padding: 45px 45px 80px 45px;
  border-radius: 12px;
}
.usp .popup2 span {
  color: #54297C;
  font-size: 18px;
}
.usp .popup2 .uitleg_afbeelding img {
  height: 240px;
  width: auto;
  margin-top: 40px;
}
.usp .popup2 p {
  position: absolute;
  top: 2%;
  right: 2.5%;
  cursor: pointer;
  height: 20px;
  font-size: 24px;
  font-weight: 600;
}
.usp.__active .popup2 {
  display: block;
  position: absolute;
}
.usp.__active .popup2 .inner__popup2 {
  position: fixed;
  display: block;
}

.fwBundles {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .fwBundles {
    padding: 80px 0;
  }
}

.cBundles h4 {
  font-size: 20px;
  color: #54297C;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .cBundles h4 {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.cBundles h4 b {
  font-weight: 800;
}

.bundles {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #54297C;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bundles {
    padding-top: 50px;
  }
}
@media (max-width: 1279px) {
  .bundles {
    border-top: none;
  }
  .bundles .hide {
    display: none;
  }
}

.bundle__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.bundle__container.__active .bundle__outer__card {
  background-color: #54297C;
}
.bundle__container.__active .bundle__price {
  color: #54297C;
}
@media (max-width: 1279px) {
  .bundle__container {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media (max-width: 1279px) {
  .bundle__container {
    width: calc(50% - 20px);
  }
}
@media (max-width: 475px) {
  .bundle__container {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bundle__container > span, .bundle__container > img {
  position: absolute;
  top: 0;
}
.bundle__container > span {
  left: 0;
  width: 100%;
  transform: Translate(0, -63px);
  text-align: center;
  background-color: #ecf1f2;
}
.bundle__container > img {
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #00A0E2;
}
.bundle__outer {
  background-color: #C9E9FB;
  position: relative;
  padding: 8px;
}
.bundle__card {
  display: flex;
  flex-direction: column;
  color: #54297C;
  border-radius: 8px;
  background-color: white;
  text-align: center;
  padding: 20px 0;
}
.bundle__title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  width: 80%;
  margin: 0 auto;
}
.bundle__price {
  text-align: center;
  font-size: 20px;
  color: #00A0E2;
  display: block;
  font-weight: bold;
  padding: 8px 0;
}
.bundle__choice {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bundle__choice img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bundle__choice span {
  font-size: 51px;
  transform: translate(2px, 5px);
  display: block;
  position: relative;
}
.bundle__uur {
  display: flex;
  justify-content: center;
}
.bundle__uur .arrow {
  width: auto;
  height: 7px;
  transform: rotate(-90deg);
  margin-right: 12px;
}
.bundle__uur span {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.bundle__hour {
  font-size: 16px;
}

.cta {
  background-color: #54297C;
  font-weight: 600;
  color: white;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 20px;
  cursor: pointer;
  border: none;
}

.outro {
  display: flex;
  padding-top: 80px;
  justify-content: center;
}
@media (max-width: 475px) {
  .outro {
    padding-top: 20px;
  }
}
.outro div {
  align-items: center;
  display: flex;
}
.outro .arrow {
  width: auto;
  height: 28px;
  margin-right: 10px;
}
@media (max-width: 475px) {
  .outro .arrow {
    height: 24px;
  }
}
.outro span {
  color: #54297C;
  font-size: 22px;
}
@media (max-width: 475px) {
  .outro span {
    font-size: 18px;
  }
}

.fwSearchpower {
  background-color: #54297C;
  padding: 60px 0;
  position: relative;
}

.cSearchpower {
  display: flex;
}
.cSearchpower .left__col2 {
  width: calc(100% - 280px);
}
.cSearchpower .left__col2 img {
  width: 95%;
}
.cSearchpower .right__col2 {
  width: 280px;
  min-width: 280px;
}
.cSearchpower .right__col2 .text {
  color: white;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 1024px) {
  .cSearchpower .right__col2 .text {
    font-size: 23px;
  }
}
@media (min-width: 568px) {
  .cSearchpower .right__col2 .text {
    margin-top: 10px;
  }
}
.cSearchpower .right__col2 button {
  margin-top: 50px;
  right: 0;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: white;
  padding: 5px 20px;
  background-color: transparent;
  border: 1px solid white;
  display: flex;
  align-items: center;
}
@media (min-width: 1125px) {
  .cSearchpower .right__col2 button {
    transform: translate(60%, 0);
  }
}
@media (min-width: 1024px) {
  .cSearchpower .right__col2 button {
    font-size: 20px;
    top: 45%;
  }
}
@media (min-width: 568px) {
  .cSearchpower .right__col2 button {
    font-size: 20px;
    top: 60%;
  }
}
.cSearchpower .right__col2 .arrow {
  width: auto;
  height: 18px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .cSearchpower .right__col2 .arrow {
    font-size: 24px;
  }
}

h1 {
  font-size: 20px;
}

.elementor-text-editor p, li {
  font-size: 1rem;
}

.card-text p li {
  margin-bottom: 0;
}

li p {
  margin-bottom: 0;
  line-height: 25px;
}

.top-gallery p, .top-wrapper .card-text p, #block-customfields p {
  line-height: 25px;
}

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