* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: inherit;
}

.no-scroll {
  overflow: hidden;
}

.fade {
  transform: translateY(40px);
  opacity: 0;
  transition-delay: 0.3s;
  transition: 0.3s ease;
}

.inView {
  transform: inherit;
  opacity: 1;
}

article h1 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}
article h1 strong {
  font-weight: 500;
}
article h2 {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}
article h3 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 400;
  font-size: 40px;
}
article h4 {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}
article p {
  margin-bottom: 40px;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}
article p strong {
  font-weight: 500;
}
article ol, article ul {
  padding-left: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
article a {
  text-decoration: underline;
}
article .buttons {
  margin-top: 40px;
}

.more svg {
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}

/* Flexible content */
.page-template-page-flexibel main, .single main {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.page-template-page-flexibel #breadcrumbs, .single #breadcrumbs {
  margin-top: -100px;
}
.page-template-page-flexibel article h2, .single article h2 {
  color: #312973;
}
.page-template-page-flexibel article h3, .single article h3 {
  color: #312973;
}
.page-template-page-flexibel article h4, .single article h4 {
  color: #312973;
}
.page-template-page-flexibel footer, .single footer {
  margin-top: 50px;
}

.outline-title {
  align-self: flex-end;
  -webkit-text-stroke: 1px #B4B4B4;
  text-transform: uppercase;
  text-align: right;
  font-size: 150px;
  line-height: 120px;
  color: transparent;
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.buttons .btn {
  display: inline-block;
  text-decoration: none;
}

.btn {
  padding: 20px 40px;
  border-radius: 34px;
  transition: 0.2s ease;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #046CB5;
}
.btn:hover {
  background-color: #822371;
}

form {
  position: relative;
  margin-top: 40px;
  width: 100%;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
form .nf-form-fields-required {
  display: none;
}
form .nf-form-content {
  padding: 0px;
  max-width: 830px;
}
form .nf-form-content nf-fields-wrap {
  display: flex;
  flex-direction: column;
}
form .nf-form-content nf-fields-wrap nf-field {
  margin-top: 20px;
}
form .nf-form-content nf-fields-wrap nf-field:first-of-type {
  margin-top: 0px;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 0px;
}
form .nf-form-content nf-fields-wrap nf-field:nth-child(5) {
  grid-column: span 2;
}
form .nf-form-content nf-fields-wrap nf-field:nth-child(6) {
  grid-column: span 2;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-element {
  width: 100%;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-label label {
  font-weight: 400;
}
form .nf-form-content nf-fields-wrap nf-field .list-radio-wrap .nf-field-label {
  display: flex;
  align-items: center;
  padding-right: 40px;
  width: auto;
  font-weight: 400;
}
form .nf-form-content nf-fields-wrap nf-field .list-radio-wrap .nf-field-element {
  width: 60%;
}
form .nf-form-content nf-fields-wrap nf-field .list-radio-wrap ul li {
  display: inline-block;
}
form .nf-form-content nf-fields-wrap nf-field .list-radio-wrap ul li label {
  margin-right: 40px;
  margin-left: 40px;
  cursor: pointer;
}
form .nf-form-content nf-fields-wrap nf-field .listselect-container select {
  border: none;
  font-family: ubuntu, sans-serif;
  font-weight: 700;
  color: #000000;
  background-color: #F3F3F3;
}
form .nf-form-content nf-fields-wrap nf-field .listselect-container div {
  border: none;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container input {
  border: none;
  font-family: ubuntu, sans-serif;
  color: #000000;
  background-color: #F3F3F3;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container input::placeholder {
  color: #000000;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container input:focus {
  color: #000000;
  background-color: #F3F3F3;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container textarea {
  border: none;
  resize: none;
  font-family: ubuntu, sans-serif;
  color: #000000;
  background-color: #F3F3F3;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container textarea::placeholder {
  color: #000000;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container textarea:focus {
  color: #000000;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container input[type=button] {
  padding: 20px 40px;
  border: 2px solid #822371;
  border-radius: 34px;
  width: auto;
  height: auto;
  transition: 0.2s ease;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: auto;
  color: #ffffff;
  background-color: #822371;
}
form .nf-form-content nf-fields-wrap nf-field .nf-field-container input[type=button]:hover {
  border: 2px solid #822371;
  color: #822371;
  background-color: transparent;
}
form .nf-form-content nf-fields-wrap nf-field .file_upload-wrap .btn {
  padding: 20px 40px;
  border: 2px solid #822371;
  border-radius: 34px;
  width: 100%;
  height: auto;
  transition: 0.2s ease;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: auto;
  color: #ffffff;
  background-color: #822371;
}
form .nf-form-content nf-fields-wrap nf-field .file_upload-wrap .btn:hover {
  border: 2px solid #822371;
  color: #822371;
  background-color: transparent;
}
form .nf-form-content nf-fields-wrap nf-field .file_upload-wrap .nf-fu-progress {
  display: none;
}
form .nf-form-content nf-fields-wrap nf-field .file_upload-wrap .delete {
  color: #822371;
}

.application-form {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(90deg, rgba(130, 35, 113, 0.5) 0%, rgba(4, 108, 181, 0.5) 100%);
}
.application-form .form-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  max-width: 500px;
  width: 100%;
  max-height: 700px;
  height: 100%;
  z-index: 2;
  overflow: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.application-form .form-wrapper h3 {
  font-size: 40px;
  font-weight: 400;
  color: #312973;
}
.application-form .form-wrapper h4 {
  font-size: 25px;
  font-weight: 300;
  color: #822371;
}
.application-form .application-form-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

body {
  font-family: ubuntu, sans-serif;
}

main {
  background-image: url("../../img/main-bg.svg");
  background-size: 2000px;
  background-position: right -1000px bottom 50%;
  background-repeat: no-repeat;
}

header {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: fixed;
  border-left: 0vw solid #ffffff;
  width: 100%;
  height: 135px;
  transition: 0.2s ease;
  z-index: 9;
}
header .logo-wrapper {
  position: fixed;
  left: 0px;
  padding: 40px 80px 40px 40px;
  border-radius: 0px 0px 120px 0px;
  transition: 0.2s ease;
  z-index: 3;
  background-color: #ffffff;
}
header .logo-wrapper img {
  max-width: 270px;
  width: 100%;
  transition: 0.2s ease;
}
header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 2;
  transition: 0.2s ease;
}
header nav:first-of-type {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
header nav:first-of-type ul li {
  font-weight: 200;
}
header nav:first-of-type ul li:after {
  background-color: #312973;
}
header nav:first-of-type ul li a {
  font-size: 18px;
  color: #312973;
}
header nav ul {
  margin-right: 7.1428571429%;
  list-style: none;
}
header nav ul li {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
header nav ul li a {
  font-size: 18px;
  color: #ffffff;
}
header nav ul li:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0%;
  height: 2px;
  transition: 0.2s ease;
  background-color: #ffffff;
}
header nav ul li:hover:after {
  width: 100%;
}
header nav ul .menu-item-has-children {
  padding-bottom: 20px;
  transform-origin: center;
}
header nav ul .menu-item-has-children:after {
  bottom: 15px;
}
header nav ul .menu-item-has-children .sub-menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -40px;
  padding: 40px;
  min-width: 200px;
  width: max-content;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
header nav ul .menu-item-has-children .sub-menu li {
  margin-bottom: 10px;
  margin-left: 0px;
  text-transform: initial;
}
header nav ul .menu-item-has-children .sub-menu li:after {
  background-color: #312973;
}
header nav ul .menu-item-has-children .sub-menu li:last-of-type {
  margin-bottom: 0px;
}
header nav ul .menu-item-has-children .sub-menu li a {
  color: #312973;
}
header nav ul .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: scale(1);
}
header nav ul .current-menu-item:after {
  width: 100%;
}
header nav ul .btn:after {
  display: none;
}
header #menu-toggle {
  position: fixed;
  margin-top: 30px;
  right: 7.1428571429%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
  display: none;
}
header #menu-toggle span {
  display: block;
  background: #ffffff;
  border-radius: 5px;
  transition: 0.2s ease;
}
header #menu-toggle #hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
header #menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  margin-bottom: 7px;
}
header #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
header #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
header #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  margin-bottom: 0px;
}
header #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
header #menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 0%;
  left: 14px;
  transition-delay: 0s;
}
header #menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0%;
  top: 14px;
  transition-delay: 0.25s;
}
header #menu-toggle.open #hamburger span {
  width: 0%;
}
header #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
header #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
header #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
header #menu-toggle.open #cross span:nth-child(1) {
  height: 30px;
  transition-delay: 0.625s;
}
header #menu-toggle.open #cross span:nth-child(2) {
  width: 30px;
  transition-delay: 0.375s;
}

.header-sticky:after {
  border-radius: 0px;
  width: 100%;
}
.header-sticky nav {
  height: 100%;
  background-color: #F3F3F3;
}
.header-sticky nav ul li a {
  color: #312973;
}
.header-sticky nav ul li:after {
  background-color: #312973;
}
.header-sticky nav ul .btn {
  padding: 10px 20px;
}
.header-sticky nav ul .btn a {
  color: #ffffff;
}
.header-sticky nav ul .btn:hover a {
  color: #ffffff;
}
.header-sticky #menu-toggle span {
  background: #312973;
}
.header-sticky #menu-toggle #cross span {
  background: #ffffff;
}

.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 120px;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: auto;
  background-color: #312973;
}
.mobile-menu-wrapper nav {
  margin: auto auto;
  width: 85.7142857143%;
  font-family: ubuntu, sans-serif;
}
.mobile-menu-wrapper nav .menu {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 90px;
  width: 100%;
  max-width: 400px;
  list-style: none;
}
.mobile-menu-wrapper nav .menu .menu-item-has-children {
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
.mobile-menu-wrapper nav .menu .menu-item {
  margin-left: 0px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
}
.mobile-menu-wrapper nav .menu .menu-item a {
  color: #ffffff;
}
.mobile-menu-wrapper nav .menu .menu-item:hover a {
  color: #046CB5;
}
.mobile-menu-wrapper nav .menu .menu-item:after {
  display: none;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu {
  position: relative;
  top: 10px;
  padding: 10px 0px 10px 10px;
  list-style: none;
  background-color: inherit;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu .menu-item {
  font-weight: 400;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu .menu-item:last-of-type {
  margin-bottom: 0px;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu .menu-item a {
  color: #ffffff;
}
.mobile-menu-wrapper nav .menu .menu-item .sub-menu .menu-item:hover a {
  color: #046CB5;
}
.mobile-menu-wrapper nav .menu .btn {
  padding: 10px 20px;
  width: auto;
  font-size: 16px;
  font-weight: 500;
}
.mobile-menu-wrapper nav .menu .btn:hover a {
  color: #ffffff;
}

.hero {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 200px;
  padding-bottom: 40px;
  min-height: 800px;
  height: 70vh;
  background: linear-gradient(90deg, rgb(4, 108, 181) 0%, rgb(130, 35, 113) 80%);
}
.hero .hero-content {
  align-self: center;
  margin-left: 14.2857142857%;
  max-width: 600px;
  z-index: 2;
  color: #ffffff;
}
.hero .hero-content h4 {
  font-weight: 200;
}
.hero .hero-image {
  align-self: flex-start;
  max-width: 800px;
  width: 50%;
  height: 120%;
  border-radius: 500px 0px 0px 500px;
  object-fit: cover;
  object-position: center;
}
.hero .hero-image-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  filter: blur(2px);
  object-fit: cover;
  object-position: center;
}
.hero .video-wrapper {
  align-self: flex-start;
  position: relative;
  max-width: 800px;
  width: 50%;
  height: 120%;
  border-radius: 500px 0px 0px 500px;
  overflow: hidden;
}
.hero .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.hero .video-wrapper .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  background-color: rgba(49, 41, 155, 0.6);
}
.hero .video-wrapper .overlay p {
  margin-top: 20px;
  max-width: 200px;
  transition: 0.2s ease;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.hero .video-wrapper-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  max-width: inherit;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.hero .video-wrapper-open iframe {
  position: relative;
  top: inherit;
  left: inherit;
  width: 50%;
  height: 40%;
  z-index: 2;
}
.hero .video-wrapper-open svg {
  opacity: 0;
}
.hero .video-wrapper-open p {
  opacity: 0;
}
.hero:before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 200px;
  height: 200px;
  transform: rotate(-45deg);
  z-index: 3;
  background-color: #E3E3E3;
}
.hero .open-form {
  position: absolute;
  right: 14.2857142857%;
  bottom: -20%;
  border: 2px solid #822371;
  cursor: pointer;
  background-color: #822371;
}
.hero .open-form:hover {
  color: #822371;
  background-color: #ffffff;
}

#breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 14.2857142857%;
  font-weight: 700;
  color: #312973;
}
#breadcrumbs a {
  font-weight: 300;
}

.home .hero {
  min-height: 800px;
  height: 77vh;
}
.home #breadcrumbs {
  display: none;
}

.hero-flexible {
  border-radius: 0px 0px 400px 0px;
}
.hero-flexible .hero-image-background {
  border-radius: 0px 0px 400px 0px;
}

.team-template-default .hero {
  height: auto;
}

.page-template-page-werken-voor header nav ul .btn, .single-vacature header nav ul .btn {
  background-color: #822371;
}
.page-template-page-werken-voor header nav ul .btn:hover, .single-vacature header nav ul .btn:hover {
  color: #ffffff;
  background-color: #312973;
}
.page-template-page-werken-voor .header-sticky nav ul .btn, .single-vacature .header-sticky nav ul .btn {
  background-color: #822371;
}
.page-template-page-werken-voor .header-sticky nav ul .btn:hover, .single-vacature .header-sticky nav ul .btn:hover {
  background-color: #312973;
}
.page-template-page-werken-voor .header-sticky nav ul .btn:hover a, .single-vacature .header-sticky nav ul .btn:hover a {
  color: #ffffff;
}
.page-template-page-werken-voor .hero, .single-vacature .hero {
  background: linear-gradient(90deg, rgb(130, 35, 113) 0%, rgb(4, 108, 181) 80%);
}

.hero-archive {
  align-items: center;
  gap: 100px;
  border-radius: 0px 0px 400px 0px;
  min-height: inherit;
  min-height: 700px;
}
.hero-archive article {
  max-width: 600px;
  width: 42.8571428571%;
}
.hero-archive .search {
  margin-right: 14.2857142857%;
  max-width: 600px;
  width: 42.8571428571%;
}
.hero-archive .search h4 {
  font-size: 35px;
  font-weight: 200;
  color: #ffffff;
}
.hero-archive .search form {
  display: flex;
  margin-top: 10px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.hero-archive .search form input {
  padding: 10px 20px;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  font-family: ubuntu, sans-serif;
  font-size: 20px;
  color: #046CB5;
}
.hero-archive .search form input::placeholder {
  color: #046CB5;
}
.hero-archive .search form .submit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}
.hero-archive .search form .submit-wrapper #search-submit {
  width: 40px;
  transition: 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
}
.hero-archive .search form .submit-wrapper svg {
  position: absolute;
  width: 20px;
}
.hero-archive .search form .submit-wrapper svg path {
  transition: 0.2s ease;
}
.hero-archive .search form .submit-wrapper:hover #search-submit {
  background-color: #312973;
}
.hero-archive .search form .submit-wrapper:hover svg path {
  fill: #ffffff;
}

.post-type-archive-kennisbank .hero-archive {
  max-height: inherit;
}

.post-type-archive-vacature .hero-archive {
  margin-bottom: -490px;
}
.post-type-archive-vacature #breadcrumbs {
  position: relative;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: inherit;
  color: #ffffff;
}

.services-hero {
  position: relative;
  padding-top: 90px;
  padding-right: 90px;
  padding-bottom: 90px;
  padding-left: 14.2857142857%;
  border-radius: 0px 150px 0px 150px;
  width: 80%;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.services-hero h3 {
  margin-bottom: 40px;
  width: 100%;
  font-size: 45px;
  font-weight: 400;
  color: #312973;
}
.services-hero .columns {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  flex-wrap: wrap;
}
.services-hero .columns .col {
  margin-right: 60px;
  border-right: 1px solid #F3F3F3;
  min-width: 200px;
  width: 27%;
}
.services-hero .columns .col h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #312973;
}
.services-hero .columns .col ul {
  list-style: none;
}
.services-hero .columns .col ul li {
  font-size: 20px;
  line-height: 35px;
}
.services-hero .columns .col:first-of-type h4 {
  color: purple;
}
.services-hero .columns .col:last-of-type {
  border-right: none;
}
.services-hero .columns .col:last-of-type h4 {
  color: #046CB5;
}

.pop-up {
  display: none;
  position: fixed;
  bottom: 100px;
  margin: auto auto;
  left: 50%;
  padding: 20px;
  border-radius: 50px;
  transform: translateX(-50%);
  max-width: 85.7142857143%;
  width: fit-content;
  z-index: 3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #E3E3E3;
}
.pop-up .pop-up-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
.pop-up .pop-up-inner #close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  right: 0px;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  transform-origin: center;
  transition: 0.2s ease;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #822371;
}
.pop-up .pop-up-inner #close:hover {
  transform: scale(0.9);
}
.pop-up .pop-up-inner p {
  font-size: 24px;
  color: #312973;
}
.pop-up .pop-up-inner form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  grid-gap: 20px 40px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.pop-up .pop-up-inner form label {
  display: none;
}
.pop-up .pop-up-inner form input {
  padding: 10px 20px;
  border: none;
  width: 100%;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  color: #000000;
  background-color: #F3F3F3;
}
.pop-up .pop-up-inner form input::placeholder {
  color: #000000;
}
.pop-up .pop-up-inner form input:focus {
  color: #000000;
  background-color: #F3F3F3;
}
.pop-up .pop-up-inner form .e-mail {
  grid-column-start: 1;
  grid-column-end: -1;
}
.pop-up .pop-up-inner form .submit {
  grid-row-start: 3;
  grid-column-start: 1;
}
.pop-up .pop-up-inner form input[type=submit] {
  padding: 10px 20px;
  margin: 0px;
  border: 2px solid #822371;
  border-radius: 34px;
  width: auto;
  height: auto;
  transition: 0.2s ease;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: auto;
  color: #ffffff;
  background-color: #822371;
}
.pop-up .pop-up-inner form input[type=submit]:hover {
  border: 2px solid #822371;
  color: #822371;
  background-color: transparent;
}

.slider-logos {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.slider-logos .logoSlider {
  width: 71.4285714286%;
}
.slider-logos .logoSlider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 140px;
}
.slider-logos .logoSlider .swiper-slide img {
  filter: grayscale(100%);
  max-width: 200px;
  width: 100%;
  max-height: 80px;
  height: auto;
  object-fit: contain;
}
.slider-logos .logoSlider-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: calc(14.2857142857% - 20px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.2s ease;
  background-color: #046CB5;
}
.slider-logos .logoSlider-button-prev svg {
  width: 10px;
}
.slider-logos .logoSlider-button-prev:hover {
  background-color: #312973;
}
.slider-logos .logoSlider-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: calc(14.2857142857% - 20px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.2s ease;
  background-color: #046CB5;
}
.slider-logos .logoSlider-button-next svg {
  width: 10px;
}
.slider-logos .logoSlider-button-next:hover {
  background-color: #312973;
}
.slider-logos .swiper-button-disabled {
  display: none;
}

.slider-cases {
  padding-top: 140px;
  padding-bottom: 140px;
}
.slider-cases .title-row {
  margin: auto auto;
  width: 71.4285714286%;
}
.slider-cases .title-row h2 {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 400;
  color: #312973;
}
.slider-cases .title-row h2 strong {
  font-weight: 700;
}
.slider-cases .slider-wrapper {
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
}
.slider-cases .slider-wrapper .swiperCases .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 50px 40px;
  height: 330px;
  background: linear-gradient(90deg, rgb(130, 35, 113) 0%, rgb(4, 108, 181) 100%);
}
.slider-cases .slider-wrapper .swiperCases .swiper-slide .wp-post-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
  object-position: center;
}
.slider-cases .slider-wrapper .swiperCases .swiper-slide p {
  align-self: flex-start;
  position: relative;
  width: 100%;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.slider-cases .slider-wrapper .swiperCases .swiper-slide p:first-of-type {
  position: absolute;
  top: 50px;
  left: 40px;
  align-self: flex-end;
  font-size: 35px;
}
.slider-cases .slider-wrapper .swiperCases .swiper-slide h2 {
  align-self: flex-end;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  transition: 0.2s ease;
  z-index: 2;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
}
.slider-cases .slider-wrapper .swiperCases .swiper-slide:hover p svg {
  margin-left: 20px;
}
.slider-cases .slider-wrapper .swiperCases-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.2s ease;
  background-color: #046CB5;
}
.slider-cases .slider-wrapper .swiperCases-prev svg {
  width: 10px;
}
.slider-cases .slider-wrapper .swiperCases-prev:hover {
  background-color: #312973;
}
.slider-cases .slider-wrapper .swiperCases-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.2s ease;
  background-color: #046CB5;
}
.slider-cases .slider-wrapper .swiperCases-next svg {
  width: 10px;
}
.slider-cases .slider-wrapper .swiperCases-next:hover {
  background-color: #312973;
}

.slider-vacatures {
  padding-top: 140px;
  padding-bottom: 140px;
}
.slider-vacatures .title-row {
  margin: auto auto;
  width: 71.4285714286%;
}
.slider-vacatures .title-row .outline-title {
  text-align: left;
}
.slider-vacatures .title-row h2 {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 400;
  color: #312973;
}
.slider-vacatures .title-row h2 strong {
  font-weight: 700;
}
.slider-vacatures .slider-wrapper {
  position: relative;
  overflow: hidden;
}
.slider-vacatures .slider-wrapper .swiperVacatures {
  margin: auto auto;
  width: 71.4285714286%;
  overflow: visible;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 50px 40px;
  height: 400px;
  transition: 0.2s ease;
  opacity: 0.3;
  text-align: center;
  background: linear-gradient(90deg, rgb(130, 35, 113) 0%, rgb(4, 108, 181) 100%);
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide .wp-post-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  object-fit: cover;
  object-position: center;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide p {
  position: relative;
  z-index: 2;
  transition: 0.2s ease;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide p svg {
  margin-left: 10px;
  transition: 0.3s ease-in-out;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide h2 {
  position: relative;
  margin-bottom: 30px;
  max-width: 280px;
  transition: 0.2s ease;
  z-index: 2;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide:hover p {
  margin-top: -20px;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide:hover p svg {
  margin-left: 20px;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide-active {
  opacity: 1;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide-next {
  opacity: 1;
}
.slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide-prev {
  opacity: 1;
}
.slider-vacatures .slider-wrapper .swiperVacatures-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 14.2857142857%;
  margin-left: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.2s ease;
  background-color: #046CB5;
}
.slider-vacatures .slider-wrapper .swiperVacatures-prev svg {
  width: 10px;
}
.slider-vacatures .slider-wrapper .swiperVacatures-prev:hover {
  background-color: #312973;
}
.slider-vacatures .slider-wrapper .swiperVacatures-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 14.2857142857%;
  margin-right: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.2s ease;
  background-color: #046CB5;
}
.slider-vacatures .slider-wrapper .swiperVacatures-next svg {
  width: 10px;
}
.slider-vacatures .slider-wrapper .swiperVacatures-next:hover {
  background-color: #312973;
}

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 120px;
}
.newsletter .title-row {
  max-width: 830px;
  width: 64.2857142857%;
}
.newsletter .title-row h2 {
  font-size: 45px;
  font-weight: 400;
  color: #312973;
}
.newsletter form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  grid-gap: 20px 40px;
  margin-top: 0px;
  max-width: 830px;
  width: 64.2857142857%;
}
.newsletter form label {
  display: none;
}
.newsletter form input {
  padding: 10px 20px;
  border: none;
  width: 100%;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  color: #000000;
  background-color: #F3F3F3;
}
.newsletter form input::placeholder {
  color: #000000;
}
.newsletter form input:focus {
  color: #000000;
  background-color: #F3F3F3;
}
.newsletter form .e-mail {
  grid-column-start: 1;
  grid-column-end: -1;
}
.newsletter form .submit {
  grid-row-start: 3;
  grid-column-start: 1;
}
.newsletter form input[type=submit] {
  padding: 20px 40px;
  margin: 0px;
  border: 2px solid #822371;
  border-radius: 34px;
  width: auto;
  height: auto;
  transition: 0.2s ease;
  text-transform: uppercase;
  font-family: ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: auto;
  color: #ffffff;
  background-color: #822371;
}
.newsletter form input[type=submit]:hover {
  border: 2px solid #822371;
  color: #822371;
  background-color: transparent;
}

.cta {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 0px 250px 250px 0px;
  height: 500px;
}
.cta:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 64.2857142857%;
  height: 100%;
  z-index: 1;
  background: radial-gradient(circle, rgba(75, 75, 75, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.cta .cta-inner {
  position: absolute;
  left: 14.2857142857%;
  width: 71.4285714286%;
  z-index: 2;
}
.cta .cta-inner article {
  color: #ffffff;
}
.cta .cta-inner article h2 {
  color: #ffffff;
}
.cta .cta-inner article h3 {
  color: #ffffff;
}
.cta .cta-inner article h4 {
  color: #ffffff;
}
.cta .cta-inner article .btn {
  background-color: #822371;
}
.cta .cta-inner article .btn:hover {
  color: #ffffff;
  background-color: #046CB5;
}
.cta .image-background {
  position: relative;
  top: 0px;
  left: 0px;
  width: 71.4285714286%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cta .image-right {
  position: absolute;
  top: 0px;
  right: 7.1428571429%;
  width: auto;
  height: 100%;
  clip-path: url(#form);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #046CB5;
}

.page-template-page-dienst .cta {
  margin-bottom: 150px;
}

.kennisbank {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-left: 14.2857142857%;
  width: 64.2857142857%;
}
.kennisbank .col {
  display: flex;
  flex-direction: column;
}
.kennisbank .col .outline-title {
  align-self: flex-end;
  margin-bottom: 70px;
  max-width: 580px;
}
.kennisbank .col img {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.kennisbank .col article {
  margin-top: 50px;
  max-width: 500px;
  color: #312973;
}
.kennisbank .col .post-wrapper {
  margin-top: 20px;
  margin-left: -120px;
}
.kennisbank .col .post-wrapper .post {
  margin-bottom: 30px;
}
.kennisbank .col .post-wrapper .post:first-of-type .image {
  background-color: #822371;
}
.kennisbank .col .post-wrapper .post:first-of-type h3 {
  color: #822371;
}
.kennisbank .col .post-wrapper .post:first-of-type p {
  color: #822371;
}
.kennisbank .col .post-wrapper .post:first-of-type p svg path {
  fill: #822371;
}
.kennisbank .col .post-wrapper .post:last-of-type .image {
  background-color: #046CB5;
}
.kennisbank .col .post-wrapper .post:last-of-type h3 {
  color: #046CB5;
}
.kennisbank .col .post-wrapper .post:last-of-type p {
  color: #046CB5;
}
.kennisbank .col .post-wrapper .post:last-of-type p svg path {
  fill: #046CB5;
}
.kennisbank .col .post-wrapper .post .post-inner {
  display: flex;
  align-items: center;
}
.kennisbank .col .post-wrapper .post .post-inner .image {
  flex-shrink: 0;
  margin-right: 30px;
  width: 180px;
  height: 180px;
  transition: 0.2s ease;
}
.kennisbank .col .post-wrapper .post .post-inner .image .wp-post-image {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
  object-position: center;
}
.kennisbank .col .post-wrapper .post .post-inner .title {
  max-width: 340px;
}
.kennisbank .col .post-wrapper .post .post-inner .title h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 200;
}
.kennisbank .col .post-wrapper .post .post-inner .title .more {
  font-size: 22px;
  font-weight: 700;
}
.kennisbank .col .post-wrapper .post .post-inner:hover .image {
  transform: scale(1.03);
}
.kennisbank .col .post-wrapper .post .post-inner:hover svg {
  margin-left: 20px;
}

.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-top: 150px;
  margin-left: 14.2857142857%;
  width: 71.4285714286%;
}
.services .col {
  display: flex;
  flex-direction: column;
}
.services .col .outline-title {
  align-self: flex-end;
  margin-bottom: 70px;
  max-width: 580px;
  word-break: break-all;
}
.services .col img {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.services .col .post-wrapper {
  margin-top: 190px;
  margin-left: -90px;
}
.services .col .post-wrapper .post {
  margin-bottom: 30px;
}
.services .col .post-wrapper .post:nth-child(1) h3 {
  color: #822371;
}
.services .col .post-wrapper .post:nth-child(1) .image {
  background-color: #822371;
}
.services .col .post-wrapper .post:nth-child(1) p {
  color: #822371;
}
.services .col .post-wrapper .post:nth-child(1) p svg path {
  fill: #822371;
}
.services .col .post-wrapper .post:nth-child(2) h3 {
  color: #046CB5;
}
.services .col .post-wrapper .post:nth-child(2) .image {
  background-color: #046CB5;
}
.services .col .post-wrapper .post:nth-child(2) p {
  color: #046CB5;
}
.services .col .post-wrapper .post:nth-child(2) p svg path {
  fill: #046CB5;
}
.services .col .post-wrapper .post:nth-child(3) h3 {
  color: #312973;
}
.services .col .post-wrapper .post:nth-child(3) .image {
  background-color: #312973;
}
.services .col .post-wrapper .post:nth-child(3) p {
  color: #312973;
}
.services .col .post-wrapper .post:nth-child(3) p svg path {
  fill: #312973;
}
.services .col .post-wrapper .post:nth-child(4) h3 {
  color: #822371;
}
.services .col .post-wrapper .post:nth-child(4) .image {
  background-color: #822371;
}
.services .col .post-wrapper .post:nth-child(4) p {
  color: #822371;
}
.services .col .post-wrapper .post:nth-child(4) p svg path {
  fill: #822371;
}
.services .col .post-wrapper .post .post-inner {
  display: flex;
  align-items: center;
}
.services .col .post-wrapper .post .post-inner .image {
  align-self: flex-start;
  flex-shrink: 0;
  margin-right: 30px;
  width: 180px;
  transition: 0.2s ease;
}
.services .col .post-wrapper .post .post-inner .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.services .col .post-wrapper .post .post-inner .image .wp-post-image {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
  object-position: center;
}
.services .col .post-wrapper .post .post-inner .title {
  max-width: 480px;
}
.services .col .post-wrapper .post .post-inner .title h3 {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700;
}
.services .col .post-wrapper .post .post-inner .title .excerpt {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
}
.services .col .post-wrapper .post .post-inner .title .more {
  font-size: 22px;
  font-weight: 700;
}
.services .col .post-wrapper .post .post-inner:hover .image {
  transform: scale(1.03);
}
.services .col .post-wrapper .post .post-inner:hover .more svg {
  margin-left: 20px;
}

.vacatures {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-left: 14.2857142857%;
  width: 64.2857142857%;
}
.vacatures .col {
  display: flex;
  flex-direction: column;
}
.vacatures .col .outline-title {
  align-self: flex-end;
  margin-bottom: 70px;
  transform: translateX(-12%);
  max-width: 580px;
}
.vacatures .col img {
  max-width: 580px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.vacatures .col article {
  margin-top: 120px;
  color: #312973;
}
.vacatures .col .post-wrapper {
  margin-top: 20px;
  margin-left: -90px;
}
.vacatures .col .post-wrapper .post {
  margin-bottom: 30px;
}
.vacatures .col .post-wrapper .post:nth-child(1) h3 {
  color: #822371;
}
.vacatures .col .post-wrapper .post:nth-child(1) .image {
  background-color: #822371;
}
.vacatures .col .post-wrapper .post:nth-child(1) .more {
  color: #822371;
}
.vacatures .col .post-wrapper .post:nth-child(1) .more svg path {
  fill: #822371;
}
.vacatures .col .post-wrapper .post:nth-child(2) h3 {
  color: #046CB5;
}
.vacatures .col .post-wrapper .post:nth-child(2) .image {
  background-color: #046CB5;
}
.vacatures .col .post-wrapper .post:nth-child(2) .more {
  color: #046CB5;
}
.vacatures .col .post-wrapper .post:nth-child(2) .more svg path {
  fill: #046CB5;
}
.vacatures .col .post-wrapper .post:nth-child(3) h3 {
  color: #312973;
}
.vacatures .col .post-wrapper .post:nth-child(3) .image {
  background-color: #312973;
}
.vacatures .col .post-wrapper .post:nth-child(3) .more {
  color: #312973;
}
.vacatures .col .post-wrapper .post:nth-child(3) .more svg path {
  fill: #312973;
}
.vacatures .col .post-wrapper .post .post-inner {
  display: flex;
  align-items: center;
}
.vacatures .col .post-wrapper .post .post-inner .image {
  flex-shrink: 0;
  margin-right: 30px;
  width: 180px;
  transition: 0.2s ease;
}
.vacatures .col .post-wrapper .post .post-inner .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.vacatures .col .post-wrapper .post .post-inner .image .wp-post-image {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
  object-position: center;
}
.vacatures .col .post-wrapper .post .post-inner .title {
  max-width: 340px;
}
.vacatures .col .post-wrapper .post .post-inner .title h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
}
.vacatures .col .post-wrapper .post .post-inner .title .excerpt {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
}
.vacatures .col .post-wrapper .post .post-inner .title .more {
  font-size: 22px;
  font-weight: 700;
}
.vacatures .col .post-wrapper .post .post-inner .title .more svg {
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
.vacatures .col .post-wrapper .post .post-inner:hover .image {
  transform: scale(1.03);
}
.vacatures .col .post-wrapper .post .post-inner:hover .more svg {
  margin-left: 20px;
}
.vacatures .col .post-wrapper a.more {
  font-size: 22px;
  font-weight: 700;
  color: #312973;
}
.vacatures .col .post-wrapper a.more svg {
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
.vacatures .col .post-wrapper a.more svg path {
  fill: #312973;
}
.vacatures .col .post-wrapper a.more:hover svg {
  margin-left: 20px;
}

.text-sidebar {
  display: flex;
  justify-content: space-between;
  margin-left: 14.2857142857%;
  width: 71.4285714286%;
}
.text-sidebar article {
  margin-right: 170px;
  max-width: 800px;
}
.text-sidebar article h2 {
  margin-bottom: 10px;
  font-size: 30px;
  color: #312973;
}
.text-sidebar article h3 {
  margin-bottom: 10px;
  font-size: 25px;
  color: #312973;
}
.text-sidebar article h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #312973;
}
.text-sidebar aside {
  position: sticky;
  align-self: flex-start;
  top: 120px;
  padding: 60px 50px;
  margin-top: 80px;
  min-width: 460px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.text-sidebar aside h3 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  color: #312973;
}
.text-sidebar aside h3 strong {
  font-weight: 700;
}
.text-sidebar aside table {
  margin-bottom: 40px;
  width: 100%;
  font-size: 18px;
}
.text-sidebar aside table tr {
  position: relative;
}
.text-sidebar aside table tr td {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E3E3E3;
}
.text-sidebar aside table tr td:first-of-type {
  font-weight: 700;
  color: #046CB5;
}
.text-sidebar aside article {
  margin-right: 0px;
}
.text-sidebar aside article h2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  color: #312973;
}
.text-sidebar aside article h3 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  color: #312973;
}
.text-sidebar aside article h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #312973;
}
.text-sidebar aside article p {
  font-size: 20px;
}
.text-sidebar aside article .buttons .btn {
  background-color: #822371;
}
.text-sidebar aside article .buttons .btn:hover {
  background-color: #046CB5;
  color: #822371;
}
.text-sidebar aside .btn {
  cursor: pointer;
}

.text article {
  margin: auto auto;
  width: 42.8571428571%;
}

.text-image, .image-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-image .image-wrapper, .image-text .image-wrapper {
  position: relative;
  flex-shrink: 0;
  width: 40%;
}
.text-image .image-wrapper:before, .image-text .image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.text-image .image-wrapper img, .image-text .image-wrapper img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  align-self: stretch;
  object-fit: cover;
  object-position: center;
}
.text-image article, .image-text article {
  width: 50%;
}

.slider-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin: auto auto;
  width: 71.4285714286%;
}
.slider-text .slider-wrapper {
  position: relative;
  width: 40%;
}
.slider-text .slider-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slider-text .slider-wrapper .swiperText {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.slider-text .slider-wrapper .swiperText .swiper-slide img {
  width: 100%;
  height: 100%;
}
.slider-text .slider-wrapper .swiperText-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.2s ease;
  background-color: #046CB5;
}
.slider-text .slider-wrapper .swiperText-prev svg {
  width: 10px;
}
.slider-text .slider-wrapper .swiperText-prev:hover {
  background-color: #312973;
}
.slider-text .slider-wrapper .swiperText-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  transition: 0.2s ease;
  background-color: #046CB5;
}
.slider-text .slider-wrapper .swiperText-next svg {
  width: 10px;
}
.slider-text .slider-wrapper .swiperText-next:hover {
  background-color: #312973;
}
.slider-text img {
  object-fit: cover;
  object-position: center;
}
.slider-text article {
  width: 50%;
}

.image-text-outline {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-left: 14.2857142857%;
  width: 64.2857142857%;
}
.image-text-outline .col {
  display: flex;
  flex-direction: column;
}
.image-text-outline .col .outline-title {
  align-self: flex-end;
  margin-bottom: 70px;
  max-width: 580px;
}
.image-text-outline .col img {
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.image-text-outline .col article {
  margin-top: 50px;
  max-width: 500px;
  color: #312973;
}

.team {
  padding-bottom: 100px;
  margin: auto auto;
  width: 71.4285714286%;
}
.team .title-row {
  margin-bottom: 30px;
}
.team .post-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}
.team .post-wrapper .post {
  position: relative;
}
.team .post-wrapper .post:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.team .post-wrapper .post .wp-post-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team .post-wrapper .post .post-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  opacity: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(4, 108, 181, 0.7);
}
.team .post-wrapper .post .post-inner h3 {
  margin-bottom: 10px;
  width: 100%;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
}
.team .post-wrapper .post .post-inner .excerpt {
  margin-bottom: 40px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
}
.team .post-wrapper .post .post-inner .more {
  position: absolute;
  bottom: 40px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.team .post-wrapper .post:hover .post-inner {
  opacity: 1;
}
.team .post-wrapper .post-cta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.team .post-wrapper .post-cta h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  color: #046CB5;
}
.team .post-wrapper .post-cta p {
  margin-bottom: 30px;
  font-size: 25px;
  color: #312973;
}
.team .post-wrapper .post-cta .btn {
  align-self: flex-start;
  background-color: #046CB5;
}
.team .post-wrapper .post-cta .btn:hover {
  color: #046CB5;
  background-color: #822371;
}

.team-small .title-row .outline-title {
  text-align: left;
}
.team-small .title-row h3 {
  font-size: 50px;
  font-weight: 300;
  color: #312973;
}

.map-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 140px;
  padding-bottom: 140px;
}
.map-text .outline-title {
  margin-left: 14.2857142857%;
  margin-bottom: 50px;
  width: 71.4285714286%;
  text-align: left;
}
.map-text .col {
  margin-right: 7.1428571429%;
  width: 42.8571428571%;
}
.map-text .col:last-of-type {
  margin-right: 0px;
  width: 35.7142857143%;
}
.map-text .col .map {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  height: 700px;
}
.map-text .col .map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.map-text .col .map .details {
  position: relative;
  padding: 50px 40px;
  z-index: 2;
  margin-right: -20px;
  margin-bottom: -20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #312973;
  background-color: #ffffff;
}
.map-text .col .map .details p:last-of-type {
  margin-bottom: 0px;
}
.map-text .col article h3 {
  font-weight: 300;
  color: #312973;
}

.archive-posts .post-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: auto auto;
  width: 71.4285714286%;
}
.archive-posts .post-wrapper .archive-filter {
  grid-column: span 2;
}
.archive-posts .post-wrapper .archive-filter .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}
.archive-posts .post-wrapper .archive-filter .menu li {
  display: inline-block;
  position: relative;
  transition: 0.2s ease;
  font-size: 30px;
  font-weight: 200;
  color: #822371;
}
.archive-posts .post-wrapper .archive-filter .menu li:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 0%;
  height: 2px;
  transition: 0.2s ease;
  background-color: #822371;
}
.archive-posts .post-wrapper .archive-filter .menu li:hover:after {
  width: 100%;
}
.archive-posts .post-wrapper .archive-filter .menu .current-menu-item:after {
  width: 100%;
}
.archive-posts .post-wrapper .post {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  padding: 50px 40px;
  height: 330px;
  background: linear-gradient(90deg, rgb(130, 35, 113) 0%, rgb(4, 108, 181) 100%);
}
.archive-posts .post-wrapper .post .wp-post-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  object-fit: cover;
  object-position: center;
}
.archive-posts .post-wrapper .post p {
  align-self: flex-start;
  position: relative;
  width: 100%;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}
.archive-posts .post-wrapper .post p:first-of-type {
  position: absolute;
  top: 50px;
  left: 40px;
  align-self: flex-end;
  font-size: 35px;
}
.archive-posts .post-wrapper .post h2 {
  align-self: flex-end;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  transition: 0.2s ease;
  z-index: 2;
  font-size: 25px;
  font-weight: 300;
  color: #ffffff;
}
.archive-posts .post-wrapper .post:hover h2 {
  margin-left: 20px;
}

.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper, .search .archive-posts-kennisbank .post-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
  margin: auto auto;
  width: 71.4285714286%;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post, .search .archive-posts-kennisbank .post-wrapper .post {
  position: relative;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post:after, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post:after, .search .archive-posts-kennisbank .post-wrapper .post:after {
  display: none;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post:nth-child(1n), .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post:nth-child(1n), .search .archive-posts-kennisbank .post-wrapper .post:nth-child(1n) {
  color: #822371;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post:nth-child(1n) .image, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post:nth-child(1n) .image, .search .archive-posts-kennisbank .post-wrapper .post:nth-child(1n) .image {
  background-color: #822371;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post:nth-child(2n), .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post:nth-child(2n), .search .archive-posts-kennisbank .post-wrapper .post:nth-child(2n) {
  color: #046CB5;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post:nth-child(2n) .image, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post:nth-child(2n) .image, .search .archive-posts-kennisbank .post-wrapper .post:nth-child(2n) .image {
  background-color: #046CB5;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post:nth-child(3n), .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post:nth-child(3n), .search .archive-posts-kennisbank .post-wrapper .post:nth-child(3n) {
  color: #312973;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post:nth-child(3n) .image, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post:nth-child(3n) .image, .search .archive-posts-kennisbank .post-wrapper .post:nth-child(3n) .image {
  background-color: #312973;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner, .search .archive-posts-kennisbank .post-wrapper .post .post-inner {
  display: flex;
  align-items: center;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner .image, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner .image, .search .archive-posts-kennisbank .post-wrapper .post .post-inner .image {
  flex-shrink: 0;
  position: relative;
  margin-right: 30px;
  width: 180px;
  height: 180px;
  transition: 0.2s ease;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner .image .wp-post-image, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner .image .wp-post-image, .search .archive-posts-kennisbank .post-wrapper .post .post-inner .image .wp-post-image {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
  object-position: center;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner .title, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner .title, .search .archive-posts-kennisbank .post-wrapper .post .post-inner .title {
  max-width: 340px;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner .title h3, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner .title h3, .search .archive-posts-kennisbank .post-wrapper .post .post-inner .title h3 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 200;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner .title .more, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner .title .more, .search .archive-posts-kennisbank .post-wrapper .post .post-inner .title .more {
  font-size: 22px;
  font-weight: 700;
}
.post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner:hover .image, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner:hover .image, .search .archive-posts-kennisbank .post-wrapper .post .post-inner:hover .image {
  transform: scale(1.03);
}

.archive-posts-vacature {
  margin: auto auto;
  max-width: 1400px;
  width: 71.4285714286%;
}
.archive-posts-vacature h1 {
  position: relative;
  font-size: 50px;
  font-weight: 200;
  color: #ffffff;
}
.archive-posts-vacature .post-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 150px;
}
.archive-posts-vacature .post-wrapper .post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.archive-posts-vacature .post-wrapper .post .post-inner {
  display: flex;
  gap: 40px;
}
.archive-posts-vacature .post-wrapper .post .post-inner img {
  border-radius: 5px;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.archive-posts-vacature .post-wrapper .post .post-inner .title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.archive-posts-vacature .post-wrapper .post .post-inner .title h3 {
  font-size: 20px;
  color: #312973;
}
.archive-posts-vacature .post-wrapper .post .post-inner .title p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}
.archive-posts-vacature .post-wrapper .post .post-inner .title ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  font-size: 16px;
}
.archive-posts-vacature .post-wrapper .post .post-inner .title ul li {
  color: #312973;
}
.archive-posts-vacature .post-wrapper .post .post-inner .title ul li span {
  font-weight: 700;
}
.archive-posts-vacature .post-wrapper .post .btn {
  flex-shrink: 0;
}

.archive-services {
  position: relative;
  padding: 90px;
  margin-left: 14.2857142857%;
  margin-top: 90px;
  margin-bottom: 90px;
  border-radius: 0px 150px 0px 150px;
  width: 71.4285714286%;
  z-index: 2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.archive-services h3 {
  margin-bottom: 40px;
  width: 100%;
  font-size: 45px;
  font-weight: 400;
  color: #312973;
}
.archive-services .columns {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  flex-wrap: wrap;
}
.archive-services .columns .col {
  padding-right: 30px;
  border-right: 1px solid #F3F3F3;
  min-width: 200px;
  width: 27%;
}
.archive-services .columns .col h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  color: #822371;
}
.archive-services .columns .col ul {
  list-style: none;
}
.archive-services .columns .col ul li {
  font-size: 20px;
  line-height: 35px;
}
.archive-services .columns .col:last-of-type {
  border-right: none;
}

.navigation {
  padding-top: 20px;
  padding-bottom: 120px;
  margin-left: 14.2857142857%;
  width: 42.8571428571%;
}
.navigation .page-numbers {
  display: inline-block;
  padding: 10px 20px;
  margin-right: 20px;
  transition: 0.2s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  background-color: #312973;
}
.navigation .page-numbers:hover {
  box-shadow: none;
  background-color: #046CB5;
}
.navigation .current {
  background-color: #046CB5;
}

footer {
  padding-top: 110px;
  background-color: #312973;
}
footer .footer-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 70px;
  margin: auto auto;
  width: 71.4285714286%;
}
footer .footer-inner .widget_block {
  color: #ffffff;
}
footer .footer-inner .widget_block:first-of-type {
  grid-column: span 2;
}
footer .footer-inner .widget_block img {
  margin-bottom: 30px;
}
footer .footer-inner .widget_block h3 {
  font-size: 30px;
  font-weight: 300;
}
footer .footer-inner .widget_block h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
footer .footer-inner .widget_block p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
footer .under-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
footer .under-footer p {
  margin-right: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
footer .under-footer img {
  max-height: 20px;
}

@media only screen and (max-width: 1699px) {
  .hero .hero-image {
    width: 40%;
  }
  .services-hero {
    padding: 70px;
    margin: auto auto;
    width: 85.7142857143%;
  }
  .outline-title {
    max-width: 480px;
    font-size: 120px;
  }
  .map-text .outline-title {
    max-width: inherit;
  }
  .services .col .outline-title {
    max-width: 470px;
  }
}
@media only screen and (max-width: 1599px) {
  .kennisbank {
    width: 71.4285714286%;
  }
  .team .post-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
  .team .post-wrapper .post-cta {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1399px) {
  header {
    height: 100px;
  }
  header .logo-wrapper {
    padding: 30px 60px 30px 30px;
  }
  header .logo-wrapper img {
    max-width: 200px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header nav ul .btn {
    padding: 12px 30px;
  }
  .hero {
    max-height: inherit;
    gap: 40px;
  }
  .hero .hero-image {
    align-self: center;
    max-height: 400px;
  }
  .hero-flexible {
    max-height: inherit;
    border-radius: 0px 0px 200px 0px;
  }
  .hero-flexible .hero-image-background {
    border-radius: 0px 0px 200px 0px;
  }
  .hero-archive {
    border-radius: 0px 0px 200px 0px;
  }
  .hero-search {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-search .hero-content {
    margin: inherit;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .hero-search .search {
    margin-left: 7.1428571429%;
    margin-right: inherit;
    width: 85.7142857143%;
  }
  .hero-search .search form input {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .post-type-archive-kennisbank .hero-archive, .search .hero-archive {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .post-type-archive-kennisbank .hero-archive article, .search .hero-archive article {
    margin: inherit;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .post-type-archive-kennisbank .hero-archive .search, .search .hero-archive .search {
    margin-left: 7.1428571429%;
    margin-right: inherit;
    width: 85.7142857143%;
  }
  .post-type-archive-kennisbank .hero-archive .search form input, .search .hero-archive .search form input {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .home .hero {
    height: auto;
  }
  .image-text-outline {
    margin: auto auto;
    width: 85.7142857143%;
  }
  .vacatures {
    margin: auto auto;
    width: 85.7142857143%;
  }
  .text-sidebar article {
    margin-right: 70px;
  }
  .text-sidebar aside {
    padding: 40px 30px;
  }
  .archive-posts-vacature {
    width: 85.7142857143%;
  }
  .archive-posts-vacature .post-wrapper .post .post-inner .title p {
    font-size: 16px;
  }
  .archive-posts-vacature .post-wrapper .post .post-inner .title ul {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1299px) {
  .services-hero {
    top: -40px;
    padding: 40px;
    width: 71.4285714286%;
  }
  .services-hero h3 {
    font-size: 35px;
  }
  .services-hero .columns .col {
    margin-right: 0px;
    margin-bottom: 40px;
    border-right: none;
    width: 100%;
  }
  .services-hero .columns .col h4 {
    margin-bottom: 0px;
  }
  .archive-services {
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  .archive-services h3 {
    font-size: 35px;
  }
  .archive-services .columns .col {
    margin-right: 0px;
    margin-bottom: 40px;
    border-right: none;
    width: 100%;
  }
  .slider-cases {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .kennisbank {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 70px;
  }
  .kennisbank .col .outline-title {
    margin-bottom: 0px;
  }
  .kennisbank .col .post-wrapper {
    margin-left: 0px;
  }
  .kennisbank .col article {
    margin-top: 0px;
  }
  .services {
    grid-template-columns: repeat(1, 1fr);
    margin: auto auto;
    width: 85.7142857143%;
  }
  .services .col {
    max-width: inherit;
  }
  .services .col .outline-title {
    margin-bottom: 0px;
    max-width: 340px;
    transform: inherit;
    font-size: 90px;
    line-height: 90px;
  }
  .services .col .post-wrapper {
    margin-top: 0px;
    margin-left: 0px;
  }
  .page-template-page-dienst .services .col .outline-title {
    max-width: 270px;
    font-size: 70px;
  }
  .vacatures {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 70px;
  }
  .vacatures .col {
    max-width: inherit;
  }
  .vacatures .col .outline-title {
    margin-bottom: 0px;
    transform: inherit;
    font-size: 70px;
  }
  .vacatures .col .post-wrapper {
    margin-left: inherit;
  }
  .vacatures .col article {
    margin-top: 0px;
  }
  .vacatures .col img {
    max-width: inherit;
  }
  .text-sidebar {
    margin: auto auto;
    width: 85.7142857143%;
  }
  .slider-vacatures .title-row {
    width: 85.7142857143%;
  }
  .slider-vacatures .slider-wrapper .swiperVacatures {
    width: 85.7142857143%;
  }
  .slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide-next {
    opacity: 0.3;
  }
  .slider-vacatures .slider-wrapper .swiperVacatures .swiper-slide-prev {
    opacity: 0.3;
  }
  .slider-vacatures .slider-wrapper .swiperVacatures-next {
    right: 7.1428571429%;
  }
  .slider-vacatures .slider-wrapper .swiperVacatures-prev {
    left: 7.1428571429%;
  }
  .post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper, .search .archive-posts-kennisbank .post-wrapper {
    width: 85.7142857143%;
  }
  footer .footer-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .footer-inner .widget_block:first-of-type {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 1199px) {
  .archive-posts-vacature .post-wrapper .post {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1099px) {
  /*
   *	Text only
   */
  article h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }
  article h2 {
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 35px;
  }
  article h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-size: 30px;
  }
  article h4 {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 25px;
  }
  article p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  article ol, article ul {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  article .buttons {
    margin-top: 30px;
  }
  article .buttons .btn {
    font-size: 16px;
  }
  article .btn {
    font-size: 16px;
  }
  .outline-title {
    font-size: 80px;
    line-height: 80px;
  }
  .hero-archive .search {
    width: 64.2857142857%;
  }
  .hero-archive .search h4 {
    font-size: 20px;
  }
  .hero-archive .search form input {
    font-size: 16px;
  }
  .slider-cases .title-row h2 {
    font-size: 25px;
  }
  .slider-cases .slider-wrapper .swiperCases .swiper-slide p {
    font-size: 20px;
  }
  .slider-cases .slider-wrapper .swiperCases .swiper-slide p:first-of-type {
    font-size: 25px;
  }
  .slider-cases .slider-wrapper .swiperCases .swiper-slide h2 {
    font-size: 20px;
  }
  .kennisbank .col .post-wrapper .post .post-inner .title h3 {
    font-size: 20px;
  }
  .kennisbank .col .post-wrapper .post .post-inner .title .more {
    font-size: 18px;
  }
  .team .post-wrapper .post .post-inner h3 {
    font-size: 20px;
  }
  .team .post-wrapper .post .post-inner .excerpt {
    font-size: 18px;
  }
  .team .post-wrapper .post .post-inner .more {
    font-size: 18px;
  }
  .services .col .post-wrapper .post .post-inner .title h3 {
    font-size: 25px;
  }
  .services .col .post-wrapper .post .post-inner .title .excerpt {
    font-size: 20px;
  }
  .services .col .post-wrapper .post .post-inner .title .more {
    font-size: 20px;
  }
  .vacatures .col .post-wrapper .post .post-inner .title h3 {
    font-size: 20px;
  }
  .vacatures .col .post-wrapper .post .post-inner .title .more {
    font-size: 18px;
  }
  .slider-vacatures .title-row h2 {
    font-size: 25px;
  }
  .archive-posts .post-wrapper .archive-filter .menu li {
    font-size: 25px;
  }
  .archive-posts .post-wrapper .post p {
    font-size: 20px;
  }
  .archive-posts .post-wrapper .post p:first-of-type {
    font-size: 25px;
  }
  .archive-posts .post-wrapper .post h2 {
    font-size: 20px;
  }
  .post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner .title h3, .post-type-archive-kennisbank .archive-posts-vacature .post-wrapper .post .post-inner .title h3, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner .title h3, .post-type-archive-vacature .archive-posts-vacature .post-wrapper .post .post-inner .title h3, .search .archive-posts-kennisbank .post-wrapper .post .post-inner .title h3, .search .archive-posts-vacature .post-wrapper .post .post-inner .title h3 {
    font-size: 20px;
  }
  .post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner .title .more, .post-type-archive-kennisbank .archive-posts-vacature .post-wrapper .post .post-inner .title .more, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner .title .more, .post-type-archive-vacature .archive-posts-vacature .post-wrapper .post .post-inner .title .more, .search .archive-posts-kennisbank .post-wrapper .post .post-inner .title .more, .search .archive-posts-vacature .post-wrapper .post .post-inner .title .more {
    font-size: 18px;
  }
  .team-small .title-row h3 {
    font-size: 25px;
  }
  form .nf-form-content nf-fields-wrap nf-field .nf-field-container input[type=button] {
    font-size: 16px;
  }
  .application-form .form-wrapper h3 {
    font-size: 25px;
  }
  footer .footer-inner .widget_block h3 {
    font-size: 20px;
    font-weight: 300;
  }
  footer .footer-inner .widget_block h4 {
    font-size: 18px;
    font-weight: 700;
  }
  footer .footer-inner .widget_block p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }
  footer .under-footer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1099px) {
  .btn {
    padding: 12px 30px;
  }
  .cta:before {
    border-radius: 0px 500px 500px 0px;
    width: 92.8571428571%;
    background: radial-gradient(circle, rgba(75, 75, 75, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .cta .image-background {
    border-radius: 0px 500px 500px 0px;
    width: 92.8571428571%;
  }
  .cta .image-right {
    display: none;
  }
  .text article {
    width: 71.4285714286%;
  }
  .text-image, .image-text {
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
  }
  .text-image .image-wrapper, .image-text .image-wrapper {
    width: 100%;
  }
  .text-image article, .image-text article {
    width: 100%;
  }
  .slider-text {
    grid-template-columns: repeat(1, 1fr);
  }
  .slider-text .slider-wrapper {
    height: 400px;
  }
  .image-text-outline {
    grid-template-columns: repeat(1, 1fr);
  }
  .text-sidebar aside {
    min-width: inherit;
  }
  .slider-vacatures {
    padding-top: 70px;
  }
  .text-sidebar {
    padding-top: 90px;
    flex-direction: column;
  }
  .text-sidebar article {
    margin-right: inherit;
  }
  .archive-posts .post-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive-posts .post-wrapper .archive-filter {
    grid-column: span 1;
  }
  .post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper .post .post-inner .image, .post-type-archive-kennisbank .archive-posts-vacature .post-wrapper .post .post-inner .image, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper .post .post-inner .image, .post-type-archive-vacature .archive-posts-vacature .post-wrapper .post .post-inner .image, .search .archive-posts-kennisbank .post-wrapper .post .post-inner .image, .search .archive-posts-vacature .post-wrapper .post .post-inner .image {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 899px) {
  header nav {
    display: none;
  }
  header #menu-toggle {
    display: block;
  }
  .hero {
    padding-top: 200px;
    padding-bottom: 40px;
    min-height: inherit;
    height: auto;
  }
  .hero .hero-content {
    margin: auto auto;
    width: 85.7142857143%;
  }
  .hero .hero-image {
    display: none;
  }
  .hero:before {
    display: none;
  }
  #breadcrumbs {
    margin-left: 7.1428571429%;
  }
  .post-type-archive-vacature .hero-archive {
    margin-bottom: 20px;
  }
  .post-type-archive-vacature #breadcrumbs {
    color: #312973;
  }
  .post-type-archive-vacature h1 {
    color: #312973;
  }
  .post-type-archive-vacature .post-wrapper .post .post-inner {
    flex-direction: column;
  }
  .post-type-archive-vacature .post-wrapper .post .post-inner p {
    margin-bottom: 20px;
  }
  footer .footer-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-inner .widget_block:first-of-type {
    grid-column: span 1;
  }
}
@media only screen and (max-width: 799px) {
  .outline-title {
    font-size: 40px;
    line-height: 40px;
  }
  .services-hero {
    top: -20px;
    border-radius: 0px 50px 0px 50px;
    padding: 7.1428571429%;
  }
  .services-hero h3 {
    font-size: 25px;
  }
  .services-hero .columns .col h4 {
    font-size: 20px;
  }
  .services-hero .columns .col ul li {
    font-size: 18px;
  }
  .archive-services h3 {
    font-size: 25px;
  }
  .archive-services .columns .col h4 {
    font-size: 20px;
  }
  .archive-services .columns .col ul li {
    font-size: 18px;
  }
  .team .post-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .team .post-wrapper .post-cta {
    grid-column: inherit;
  }
  .map-text {
    flex-direction: column;
    padding-top: 70px;
    margin: auto auto;
    width: 85.7142857143%;
  }
  .map-text .outline-title {
    align-self: flex-start;
    margin: 0px;
    width: 100%;
  }
  .map-text .col {
    width: 100%;
  }
  .map-text .col:last-of-type {
    width: 100%;
  }
  .map-text .col .map {
    flex-direction: column;
    margin-bottom: 40px;
    height: auto;
  }
  .map-text .col .map iframe {
    position: relative;
    height: 400px;
  }
  .map-text .col .map .details {
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  .post-type-archive-kennisbank .archive-posts-kennisbank .post-wrapper, .post-type-archive-kennisbank .archive-posts-vacature .post-wrapper, .post-type-archive-vacature .archive-posts-kennisbank .post-wrapper, .post-type-archive-vacature .archive-posts-vacature .post-wrapper, .search .archive-posts-kennisbank .post-wrapper, .search .archive-posts-vacature .post-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 70px;
  }
}
@media only screen and (max-width: 999px) {
  .pop-up {
    padding: 20px;
  }
  .pop-up .pop-up-inner {
    justify-content: center;
    flex-direction: column;
  }
  .pop-up .pop-up-inner p {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  /*
   *	Container width
   */
  .services-hero {
    width: 92.8571428571%;
  }
  .archive-services {
    width: 85.7142857143%;
  }
  .slider-cases .title-row {
    width: 85.7142857143%;
  }
  .slider-cases .slider-wrapper {
    width: 85.7142857143%;
  }
  .cta .cta-inner {
    left: 7.1428571429%;
    width: 71.4285714286%;
  }
  .cta .image-background {
    width: 92.8571428571%;
  }
  .kennisbank {
    margin: auto auto;
    width: 85.7142857143%;
  }
  .text article {
    width: 85.7142857143%;
  }
  .text-image, .image-text {
    width: 85.7142857143%;
  }
  .slider-text {
    width: 85.7142857143%;
  }
  .team {
    width: 85.7142857143%;
  }
  .services {
    width: 85.7142857143%;
  }
  .slider-vacatures .title-row {
    width: 85.7142857143%;
  }
  .archive-posts .post-wrapper {
    width: 85.7142857143%;
  }
  footer .footer-inner {
    grid-gap: 40px;
    width: 85.7142857143%;
  }
  footer .under-footer {
    flex-direction: column;
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 599px) {
  header {
    height: 100px;
  }
  header .logo-wrapper {
    padding: 30px 60px 30px 30px;
  }
  header .logo-wrapper img {
    max-width: 200px;
  }
  .hero .open-form {
    bottom: -25px;
    left: 7.1428571429%;
  }
  .newsletter .title-row {
    width: 85.7142857143%;
  }
  .newsletter .title-row h2 {
    font-size: 25px;
  }
  .newsletter form {
    grid-template-columns: repeat(1, 1fr);
    width: 85.7142857143%;
  }
  .newsletter form .submit {
    grid-row-start: 4;
  }
  .newsletter form .submit input[type=submit] {
    padding: 12px 30px;
    font-size: 16px;
  }
  .pop-up .pop-up-inner .btn {
    font-size: 16px;
  }
  .pop-up .pop-up-inner .btn p {
    font-size: 16px;
  }
  .kennisbank .col .post-wrapper .post .post-inner .image {
    margin-right: 10px;
    width: 120px;
    height: 120px;
  }
  .services .col .post-wrapper .post .post-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .services .col .post-wrapper .post .post-inner .image {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
  }
  .vacatures .col .outline-title {
    font-size: 40px;
  }
  .vacatures .col .post-wrapper .post .post-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .vacatures .col .post-wrapper .post .post-inner .image {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
  }
  .archive-posts-vacature .post-wrapper .post .post-inner .title ul {
    flex-direction: column;
  }
  .application-form .form-wrapper {
    max-width: 320px;
  }
}

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